Skip to content

Commit c9fc0d5

Browse files
fix integration tests
1 parent b9714cd commit c9fc0d5

File tree

5 files changed

+41
-32
lines changed

5 files changed

+41
-32
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the
77
"bundleName": StringContaining "test-remix-v2-client-amd",
88
"bundler": {
99
"name": "rollup",
10-
"version": "4.21.2",
10+
"version": "4.22.4",
1111
},
1212
"chunks": ExpectArrayContaining {},
1313
"duration": Any<Number>,
@@ -28,7 +28,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the
2828
"bundleName": StringContaining "test-remix-v2-server-esm",
2929
"bundler": {
3030
"name": "rollup",
31-
"version": "4.21.2",
31+
"version": "4.22.4",
3232
},
3333
"chunks": ExpectArrayContaining {},
3434
"duration": Any<Number>,
@@ -49,7 +49,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the
4949
"bundleName": StringContaining "test-remix-v2-client-cjs",
5050
"bundler": {
5151
"name": "rollup",
52-
"version": "4.21.2",
52+
"version": "4.22.4",
5353
},
5454
"chunks": ExpectArrayContaining {},
5555
"duration": Any<Number>,
@@ -70,7 +70,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the
7070
"bundleName": StringContaining "test-remix-v2-server-esm",
7171
"bundler": {
7272
"name": "rollup",
73-
"version": "4.21.2",
73+
"version": "4.22.4",
7474
},
7575
"chunks": ExpectArrayContaining {},
7676
"duration": Any<Number>,
@@ -91,7 +91,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s
9191
"bundleName": StringContaining "test-remix-v2-client-esm",
9292
"bundler": {
9393
"name": "rollup",
94-
"version": "4.21.2",
94+
"version": "4.22.4",
9595
},
9696
"chunks": ExpectArrayContaining {},
9797
"duration": Any<Number>,
@@ -112,7 +112,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s
112112
"bundleName": StringContaining "test-remix-v2-server-esm",
113113
"bundler": {
114114
"name": "rollup",
115-
"version": "4.21.2",
115+
"version": "4.22.4",
116116
},
117117
"chunks": ExpectArrayContaining {},
118118
"duration": Any<Number>,
@@ -133,7 +133,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the
133133
"bundleName": StringContaining "test-remix-v2-client-esm",
134134
"bundler": {
135135
"name": "rollup",
136-
"version": "4.21.2",
136+
"version": "4.22.4",
137137
},
138138
"chunks": ExpectArrayContaining {},
139139
"duration": Any<Number>,
@@ -154,7 +154,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the
154154
"bundleName": StringContaining "test-remix-v2-server-esm",
155155
"bundler": {
156156
"name": "rollup",
157-
"version": "4.21.2",
157+
"version": "4.22.4",
158158
},
159159
"chunks": ExpectArrayContaining {},
160160
"duration": Any<Number>,
@@ -175,7 +175,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t
175175
"bundleName": StringContaining "test-remix-v2-client-esm",
176176
"bundler": {
177177
"name": "rollup",
178-
"version": "4.21.2",
178+
"version": "4.22.4",
179179
},
180180
"chunks": ExpectArrayContaining {},
181181
"duration": Any<Number>,
@@ -196,7 +196,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t
196196
"bundleName": StringContaining "test-remix-v2-server-esm",
197197
"bundler": {
198198
"name": "rollup",
199-
"version": "4.21.2",
199+
"version": "4.22.4",
200200
},
201201
"chunks": ExpectArrayContaining {},
202202
"duration": Any<Number>,

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`Generating sveltekit stats 2 {"format":"es","expected":"esm"} matches t
77
"bundleName": StringContaining "test-sveltekit-v2-client-esm",
88
"bundler": {
99
"name": "rollup",
10-
"version": "4.21.2",
10+
"version": "4.22.4",
1111
},
1212
"chunks": ExpectArrayContaining {},
1313
"duration": Any<Number>,
@@ -28,7 +28,7 @@ exports[`Generating sveltekit stats 2 {"format":"es","expected":"esm"} matches t
2828
"bundleName": StringContaining "test-sveltekit-v2-server-esm",
2929
"bundler": {
3030
"name": "rollup",
31-
"version": "4.21.2",
31+
"version": "4.22.4",
3232
},
3333
"chunks": ExpectArrayContaining {},
3434
"duration": Any<Number>,
@@ -49,7 +49,7 @@ exports[`Generating sveltekit stats 2 {"format":"esm","expected":"esm"} matches
4949
"bundleName": StringContaining "test-sveltekit-v2-client-esm",
5050
"bundler": {
5151
"name": "rollup",
52-
"version": "4.21.2",
52+
"version": "4.22.4",
5353
},
5454
"chunks": ExpectArrayContaining {},
5555
"duration": Any<Number>,
@@ -70,7 +70,7 @@ exports[`Generating sveltekit stats 2 {"format":"esm","expected":"esm"} matches
7070
"bundleName": StringContaining "test-sveltekit-v2-server-esm",
7171
"bundler": {
7272
"name": "rollup",
73-
"version": "4.21.2",
73+
"version": "4.22.4",
7474
},
7575
"chunks": ExpectArrayContaining {},
7676
"duration": Any<Number>,
@@ -91,7 +91,7 @@ exports[`Generating sveltekit stats 2 {"format":"module","expected":"esm"} match
9191
"bundleName": StringContaining "test-sveltekit-v2-client-esm",
9292
"bundler": {
9393
"name": "rollup",
94-
"version": "4.21.2",
94+
"version": "4.22.4",
9595
},
9696
"chunks": ExpectArrayContaining {},
9797
"duration": Any<Number>,
@@ -112,7 +112,7 @@ exports[`Generating sveltekit stats 2 {"format":"module","expected":"esm"} match
112112
"bundleName": StringContaining "test-sveltekit-v2-server-esm",
113113
"bundler": {
114114
"name": "rollup",
115-
"version": "4.21.2",
115+
"version": "4.22.4",
116116
},
117117
"chunks": ExpectArrayContaining {},
118118
"duration": Any<Number>,

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
@@ -924,7 +924,7 @@ exports[`Generating vite stats v5 {"format":"amd","expected":"amd"} matches the
924924
"bundleName": StringContaining "test-vite-v5-amd",
925925
"bundler": {
926926
"name": "rollup",
927-
"version": "4.21.2",
927+
"version": "4.22.4",
928928
},
929929
"chunks": [
930930
{
@@ -1015,7 +1015,7 @@ exports[`Generating vite stats v5 {"format":"cjs","expected":"cjs"} matches the
10151015
"bundleName": StringContaining "test-vite-v5-cjs",
10161016
"bundler": {
10171017
"name": "rollup",
1018-
"version": "4.21.2",
1018+
"version": "4.22.4",
10191019
},
10201020
"chunks": [
10211021
{
@@ -1106,7 +1106,7 @@ exports[`Generating vite stats v5 {"format":"es","expected":"esm"} matches the s
11061106
"bundleName": StringContaining "test-vite-v5-esm",
11071107
"bundler": {
11081108
"name": "rollup",
1109-
"version": "4.21.2",
1109+
"version": "4.22.4",
11101110
},
11111111
"chunks": [
11121112
{
@@ -1197,7 +1197,7 @@ exports[`Generating vite stats v5 {"format":"esm","expected":"esm"} matches the
11971197
"bundleName": StringContaining "test-vite-v5-esm",
11981198
"bundler": {
11991199
"name": "rollup",
1200-
"version": "4.21.2",
1200+
"version": "4.22.4",
12011201
},
12021202
"chunks": [
12031203
{
@@ -1288,7 +1288,7 @@ exports[`Generating vite stats v5 {"format":"module","expected":"esm"} matches t
12881288
"bundleName": StringContaining "test-vite-v5-esm",
12891289
"bundler": {
12901290
"name": "rollup",
1291-
"version": "4.21.2",
1291+
"version": "4.22.4",
12921292
},
12931293
"chunks": [
12941294
{
@@ -1379,7 +1379,7 @@ exports[`Generating vite stats v5 {"format":"iife","expected":"iife"} matches th
13791379
"bundleName": StringContaining "test-vite-v5-iife",
13801380
"bundler": {
13811381
"name": "rollup",
1382-
"version": "4.21.2",
1382+
"version": "4.22.4",
13831383
},
13841384
"chunks": [
13851385
{
@@ -1470,7 +1470,7 @@ exports[`Generating vite stats v5 {"format":"umd","expected":"umd"} matches the
14701470
"bundleName": StringContaining "test-vite-v5-umd",
14711471
"bundler": {
14721472
"name": "rollup",
1473-
"version": "4.21.2",
1473+
"version": "4.22.4",
14741474
},
14751475
"chunks": [
14761476
{
@@ -1561,7 +1561,7 @@ exports[`Generating vite stats v5 {"format":"system","expected":"system"} matche
15611561
"bundleName": StringContaining "test-vite-v5-system",
15621562
"bundler": {
15631563
"name": "rollup",
1564-
"version": "4.21.2",
1564+
"version": "4.22.4",
15651565
},
15661566
"chunks": [
15671567
{
@@ -1652,7 +1652,7 @@ exports[`Generating vite stats v5 {"format":"systemjs","expected":"system"} matc
16521652
"bundleName": StringContaining "test-vite-v5-system",
16531653
"bundler": {
16541654
"name": "rollup",
1655-
"version": "4.21.2",
1655+
"version": "4.22.4",
16561656
},
16571657
"chunks": [
16581658
{
@@ -1743,7 +1743,7 @@ exports[`Generating vite stats v5 source maps are enabled does not include any s
17431743
"bundleName": StringNotContaining ".map",
17441744
"bundler": {
17451745
"name": "rollup",
1746-
"version": "4.21.2",
1746+
"version": "4.22.4",
17471747
},
17481748
"chunks": [
17491749
{

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"nuxt": "3.12.4",
5252
"react": "^18.2.0",
5353
"react-dom": "^18.2.0",
54-
"rollupV3": "npm:[email protected].4",
54+
"rollupV3": "npm:[email protected].5",
5555
"rollupV4": "npm:[email protected]",
5656
"ts-node": "^10.9.2",
5757
"viteV4": "npm:[email protected]",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)