Skip to content

Commit 590bc7f

Browse files
chore: pnpm overrides for rollup 3.29.4/3.29.5 -> 3.30.0
Add root pnpm overrides so Rollup 3.29.4 and 3.29.5 resolve to 3.30.0 (unbuild, Vite 4, and related trees). Refresh the lockfile. Update Vite bundle-stats snapshots so bundler.version matches Vite 4's Rollup after the override.
1 parent 59dbcae commit 590bc7f

File tree

3 files changed

+360
-246
lines changed

3 files changed

+360
-246
lines changed

integration-tests/fixtures/generate-bundle-stats/vite/__snapshots__/vite-plugin.test.ts.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports[`Generating vite stats v4 {"format":"amd","expected":"amd"} matches the
1414
"bundleName": StringContaining "test-vite-v4-amd",
1515
"bundler": {
1616
"name": "rollup",
17-
"version": "3.29.4",
17+
"version": "3.30.0",
1818
},
1919
"chunks": [
2020
{
@@ -106,7 +106,7 @@ exports[`Generating vite stats v4 {"format":"cjs","expected":"cjs"} matches the
106106
"bundleName": StringContaining "test-vite-v4-cjs",
107107
"bundler": {
108108
"name": "rollup",
109-
"version": "3.29.4",
109+
"version": "3.30.0",
110110
},
111111
"chunks": [
112112
{
@@ -198,7 +198,7 @@ exports[`Generating vite stats v4 {"format":"es","expected":"esm"} matches the s
198198
"bundleName": StringContaining "test-vite-v4-esm",
199199
"bundler": {
200200
"name": "rollup",
201-
"version": "3.29.4",
201+
"version": "3.30.0",
202202
},
203203
"chunks": [
204204
{
@@ -290,7 +290,7 @@ exports[`Generating vite stats v4 {"format":"esm","expected":"esm"} matches the
290290
"bundleName": StringContaining "test-vite-v4-esm",
291291
"bundler": {
292292
"name": "rollup",
293-
"version": "3.29.4",
293+
"version": "3.30.0",
294294
},
295295
"chunks": [
296296
{
@@ -382,7 +382,7 @@ exports[`Generating vite stats v4 {"format":"module","expected":"esm"} matches t
382382
"bundleName": StringContaining "test-vite-v4-esm",
383383
"bundler": {
384384
"name": "rollup",
385-
"version": "3.29.4",
385+
"version": "3.30.0",
386386
},
387387
"chunks": [
388388
{
@@ -474,7 +474,7 @@ exports[`Generating vite stats v4 {"format":"iife","expected":"iife"} matches th
474474
"bundleName": StringContaining "test-vite-v4-iife",
475475
"bundler": {
476476
"name": "rollup",
477-
"version": "3.29.4",
477+
"version": "3.30.0",
478478
},
479479
"chunks": [
480480
{
@@ -566,7 +566,7 @@ exports[`Generating vite stats v4 {"format":"umd","expected":"umd"} matches the
566566
"bundleName": StringContaining "test-vite-v4-umd",
567567
"bundler": {
568568
"name": "rollup",
569-
"version": "3.29.4",
569+
"version": "3.30.0",
570570
},
571571
"chunks": [
572572
{
@@ -658,7 +658,7 @@ exports[`Generating vite stats v4 {"format":"system","expected":"system"} matche
658658
"bundleName": StringContaining "test-vite-v4-system",
659659
"bundler": {
660660
"name": "rollup",
661-
"version": "3.29.4",
661+
"version": "3.30.0",
662662
},
663663
"chunks": [
664664
{
@@ -750,7 +750,7 @@ exports[`Generating vite stats v4 {"format":"systemjs","expected":"system"} matc
750750
"bundleName": StringContaining "test-vite-v4-system",
751751
"bundler": {
752752
"name": "rollup",
753-
"version": "3.29.4",
753+
"version": "3.30.0",
754754
},
755755
"chunks": [
756756
{
@@ -842,7 +842,7 @@ exports[`Generating vite stats v4 source maps are enabled does not include any s
842842
"bundleName": StringNotContaining ".map",
843843
"bundler": {
844844
"name": "rollup",
845-
"version": "3.29.4",
845+
"version": "3.30.0",
846846
},
847847
"chunks": [
848848
{

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
"vite": "6.3.5",
4949
"vitest": "^2.1.9"
5050
},
51+
"pnpm": {
52+
"overrides": {
53+
"rollup@3.29.4": "3.30.0",
54+
"rollup@3.29.5": "3.30.0"
55+
}
56+
},
5157
"lint-staged": {
5258
"*.{js,jsx,ts,tsx,json,css,scss,md,json}": [
5359
"prettier --write"

0 commit comments

Comments
 (0)