Skip to content

Commit

Permalink
chore(deps): update rollup (major) (#7261)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@rollup/plugin-commonjs](https://togithub.com/rollup/plugins/tree/master/packages/commonjs/#readme)
([source](https://togithub.com/rollup/plugins)) | [`23.0.7` ->
`24.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/23.0.7/24.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-commonjs/24.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-commonjs/24.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-commonjs/24.0.0/compatibility-slim/23.0.7)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-commonjs/24.0.0/confidence-slim/23.0.7)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@rollup/plugin-json](https://togithub.com/rollup/plugins/tree/master/packages/json#readme)
([source](https://togithub.com/rollup/plugins)) | [`5.0.2` ->
`6.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-json/5.0.2/6.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-json/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-json/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-json/6.0.0/compatibility-slim/5.0.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-json/6.0.0/confidence-slim/5.0.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v24.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2400)

[Compare
Source](https://togithub.com/rollup/plugins/compare/62d68273ac2a28e09117c78deef925d424e6fef7...c4c26a55f07a434d6d9c276709526d18bf736c72)

*2022-12-18*

##### Breaking Changes

- fix: check if defaultIsModuleExports is auto for
getDefaultExportFromCjs
[#&#8203;1358](https://togithub.com/rollup/plugins/pull/1358)

</details>

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

###
[`v6.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/json/CHANGELOG.md#v600)

[Compare
Source](https://togithub.com/rollup/plugins/compare/87de3f50a553649806fc2a69343876ba34b499a2...ba1c90019930e9a31f5c710bc72786772daf1373)

*2022-12-17*

##### Breaking Changes

- fix: log more robustly when JSON parsing fails
[#&#8203;1361](https://togithub.com/rollup/plugins/pull/1361)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 23, 2022
1 parent 11ef9f2 commit 0afa7ca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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
Expand Up @@ -47,7 +47,7 @@
"@graphql-tools/mock": "8.7.14",
"@graphql-tools/schema": "9.0.12",
"@josephg/resolvable": "1.0.1",
"@rollup/plugin-commonjs": "23.0.7",
"@rollup/plugin-commonjs": "24.0.0",
"@types/async-retry": "1.4.5",
"@types/body-parser": "1.19.2",
"@types/compression": "1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions smoke-test/package.json
Expand Up @@ -4,8 +4,8 @@
"make-fetch-happen": "11.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.7",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/make-fetch-happen": "10.0.1",
"rollup": "3.8.1"
Expand Down

0 comments on commit 0afa7ca

Please sign in to comment.