Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-commonjs to v28 (#7753)
Browse files Browse the repository at this point in the history
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))
| [`25.0.8` ->
`28.0.1`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/25.0.8/28.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-commonjs/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-commonjs/25.0.8/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/25.0.8/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-commonjs)</summary>

###
[`v28.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2801)

*2024-10-16*

##### Updates

- chore: upgrade picomatch
([#&#8203;1775](https://redirect.github.com/rollup/plugins/issues/1775))

###
[`v28.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2800)

*2024-09-23*

##### Breaking Changes

- chore: switch to fdir for fewer dependencies
([#&#8203;1741](https://redirect.github.com/rollup/plugins/issues/1741))

###
[`v27.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2700)

*2024-09-23*

##### Breaking Changes

- feat!: default strictRequires to true
([#&#8203;1639](https://redirect.github.com/rollup/plugins/issues/1639))
- fix!: replace top-level this with exports name
([#&#8203;1618](https://redirect.github.com/rollup/plugins/issues/1618))

###
[`v26.0.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2603)

*2024-09-23*

##### Updates

- chore: revert
[#&#8203;1618](https://redirect.github.com/rollup/plugins/issues/1618)
([`e98927b`](https://redirect.github.com/rollup/plugins/commit/e98927b))

###
[`v26.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2601)

*2024-06-05*

##### Bugfixes

- fix: correct import of glob
([`04a15b5`](https://redirect.github.com/rollup/plugins/commit/04a15b5))

###
[`v26.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2600)

*2024-06-05*

##### Breaking Changes

- chore!: bump glob's version
([#&#8203;1695](https://redirect.github.com/rollup/plugins/issues/1695))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 373e1aa commit d1549c4
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 150 deletions.
114 changes: 41 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-tools/mock": "8.7.20",
"@graphql-tools/schema": "9.0.19",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-commonjs": "28.0.1",
"@types/async-retry": "1.4.9",
"@types/compression": "1.7.5",
"@types/cors": "2.8.17",
Expand Down
111 changes: 36 additions & 75 deletions smoke-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"make-fetch-happen": "13.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@types/make-fetch-happen": "10.0.4",
Expand Down

0 comments on commit d1549c4

Please sign in to comment.