Skip to content

Commit 10d2ca5

Browse files
chore(deps): update dependency @rollup/plugin-commonjs to v28.0.5 (#8079)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/commonjs)) | [`28.0.3` -> `28.0.5`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/28.0.3/28.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/28.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-commonjs/28.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-commonjs/28.0.3/28.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/28.0.3/28.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rollup/plugins (@&#8203;rollup/plugin-commonjs)</summary> ### [`v28.0.5`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2805) *2025-06-14* ##### Bugfixes - fix: crawl dynamicRequireRoot outside cwd ([#&#8203;1859](https://redirect.github.com/rollup/plugins/issues/1859)) ### [`v28.0.4`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2804) *2025-06-14* ##### Bugfixes - fix: try/catch instanceof in getAugmentedNamespace ([#&#8203;1868](https://redirect.github.com/rollup/plugins/issues/1868)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/apollo-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f660a2f commit 10d2ca5

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@graphql-codegen/typescript-operations": "3.0.4",
4949
"@graphql-tools/mock": "8.7.20",
5050
"@graphql-tools/schema": "9.0.19",
51-
"@rollup/plugin-commonjs": "28.0.3",
51+
"@rollup/plugin-commonjs": "28.0.5",
5252
"@types/async-retry": "1.4.9",
5353
"@types/compression": "1.8.1",
5454
"@types/cors": "2.8.19",

smoke-test/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smoke-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"make-fetch-happen": "14.0.3"
55
},
66
"devDependencies": {
7-
"@rollup/plugin-commonjs": "28.0.3",
7+
"@rollup/plugin-commonjs": "28.0.5",
88
"@rollup/plugin-json": "6.1.0",
99
"@rollup/plugin-node-resolve": "16.0.1",
1010
"@types/make-fetch-happen": "10.0.4",

0 commit comments

Comments
 (0)