Skip to content

Commit cf3b8a4

Browse files
chore(deps): update dependency rollup to v3.3.0 (#7143)
[![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](https://rollupjs.org/) ([source](https://togithub.com/rollup/rollup)) | [`3.2.5` -> `3.3.0`](https://renovatebot.com/diffs/npm/rollup/3.2.5/3.3.0) | [![age](https://badges.renovateapi.com/packages/npm/rollup/3.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/rollup/3.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/rollup/3.3.0/compatibility-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/rollup/3.3.0/confidence-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rollup/rollup</summary> ### [`v3.3.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#&#8203;330) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.2.5...v3.3.0) *2022-11-12* ##### Features - Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones ([#&#8203;4705](https://togithub.com/rollup/rollup/issues/4705)) - Automatically deduplicate assets again when the source is a `Buffer` ([#&#8203;4712](https://togithub.com/rollup/rollup/issues/4712)) - Deduplicate `Buffer` with `string` assets ([#&#8203;4712](https://togithub.com/rollup/rollup/issues/4712)) ##### Bug Fixes - Support plugins with object hooks when using `perf: true` ([#&#8203;4707](https://togithub.com/rollup/rollup/issues/4707)) ##### Pull Requests - [#&#8203;4702](https://togithub.com/rollup/rollup/pull/4702): docs: add additional tips for heap out of memory ([@&#8203;benmccann](https://togithub.com/benmccann)) - [#&#8203;4705](https://togithub.com/rollup/rollup/pull/4705): Allow to define minimum chunk size limit ([@&#8203;lukastaegert](https://togithub.com/lukastaegert)) - [#&#8203;4707](https://togithub.com/rollup/rollup/pull/4707): Fix perf timers for object hooks ([@&#8203;lukastaegert](https://togithub.com/lukastaegert)) - [#&#8203;4710](https://togithub.com/rollup/rollup/pull/4710): Update terser docs ([@&#8203;nikolas](https://togithub.com/nikolas)) - [#&#8203;4712](https://togithub.com/rollup/rollup/pull/4712): feat: deduplicate assets with buffer source ([@&#8203;patak-dev](https://togithub.com/patak-dev)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db594b6 commit cf3b8a4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"qs-middleware": "1.0.3",
9797
"requisition": "1.7.0",
9898
"rimraf": "3.0.2",
99-
"rollup": "3.2.5",
99+
"rollup": "3.3.0",
100100
"supertest": "6.3.1",
101101
"test-listen": "1.1.0",
102102
"ts-jest": "29.0.3",

smoke-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@rollup/plugin-json": "5.0.1",
99
"@rollup/plugin-node-resolve": "15.0.1",
1010
"@types/make-fetch-happen": "10.0.0",
11-
"rollup": "3.2.5"
11+
"rollup": "3.3.0"
1212
},
1313
"volta": {
1414
"extends": "../package.json"

0 commit comments

Comments
 (0)