Skip to content

Commit 1db06c3

Browse files
[vuln] Bump vite versions (#255)
1 parent 0ac5be0 commit 1db06c3

File tree

24 files changed

+1263
-433
lines changed

24 files changed

+1263
-433
lines changed

.changeset/nine-houses-explode.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@codecov/remix-vite-plugin": patch
3+
"@codecov/solidstart-plugin": patch
4+
"@codecov/sveltekit-plugin": patch
5+
"@codecov/bundle-analyzer": patch
6+
"@codecov/astro-plugin": patch
7+
"@codecov/nuxt-plugin": patch
8+
"@codecov/vite-plugin": patch
9+
---
10+
11+
Bump vite version

examples/oidc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "^6.0.3"
28+
"vite": "6.3.5"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

examples/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"postcss": "^8.4.38",
3636
"tailwindcss": "^3.4.4",
3737
"typescript": "^5.1.6",
38-
"vite": "^5.1.8",
38+
"vite": "6.3.5",
3939
"vite-tsconfig-paths": "^4.2.1"
4040
},
4141
"engines": {

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"svelte-check": "^4.1.1",
2020
"tslib": "^2.4.1",
2121
"typescript": "^5.0.0",
22-
"vite": "^6.0.3"
22+
"vite": "6.3.5"
2323
},
2424
"type": "module"
2525
}

examples/tokenless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "^6.0.3"
28+
"vite": "6.3.5"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "^6.0.3"
28+
"vite": "6.3.5"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ exports[`Generating astro stats 5 {"format":"es","expected":"esm"} matches the s
133133
"bundleName": StringContaining "test-astro-v5-client-esm",
134134
"bundler": {
135135
"name": "rollup",
136-
"version": "4.27.3",
136+
"version": "4.40.1",
137137
},
138138
"chunks": ExpectArrayContaining {},
139139
"duration": Any<Number>,
@@ -154,7 +154,7 @@ exports[`Generating astro stats 5 {"format":"es","expected":"esm"} matches the s
154154
"bundleName": StringContaining "test-astro-v5-server-esm",
155155
"bundler": {
156156
"name": "rollup",
157-
"version": "4.27.3",
157+
"version": "4.40.1",
158158
},
159159
"chunks": ExpectArrayContaining {},
160160
"duration": Any<Number>,
@@ -175,7 +175,7 @@ exports[`Generating astro stats 5 {"format":"esm","expected":"esm"} matches the
175175
"bundleName": StringContaining "test-astro-v5-client-esm",
176176
"bundler": {
177177
"name": "rollup",
178-
"version": "4.27.3",
178+
"version": "4.40.1",
179179
},
180180
"chunks": ExpectArrayContaining {},
181181
"duration": Any<Number>,
@@ -196,7 +196,7 @@ exports[`Generating astro stats 5 {"format":"esm","expected":"esm"} matches the
196196
"bundleName": StringContaining "test-astro-v5-server-esm",
197197
"bundler": {
198198
"name": "rollup",
199-
"version": "4.27.3",
199+
"version": "4.40.1",
200200
},
201201
"chunks": ExpectArrayContaining {},
202202
"duration": Any<Number>,
@@ -217,7 +217,7 @@ exports[`Generating astro stats 5 {"format":"module","expected":"esm"} matches t
217217
"bundleName": StringContaining "test-astro-v5-client-esm",
218218
"bundler": {
219219
"name": "rollup",
220-
"version": "4.27.3",
220+
"version": "4.40.1",
221221
},
222222
"chunks": ExpectArrayContaining {},
223223
"duration": Any<Number>,
@@ -238,7 +238,7 @@ exports[`Generating astro stats 5 {"format":"module","expected":"esm"} matches t
238238
"bundleName": StringContaining "test-astro-v5-server-esm",
239239
"bundler": {
240240
"name": "rollup",
241-
"version": "4.27.3",
241+
"version": "4.40.1",
242242
},
243243
"chunks": ExpectArrayContaining {},
244244
"duration": Any<Number>,

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.22.4",
10+
"version": "4.40.1",
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.22.4",
31+
"version": "4.40.1",
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.22.4",
52+
"version": "4.40.1",
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.22.4",
73+
"version": "4.40.1",
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.22.4",
94+
"version": "4.40.1",
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.22.4",
115+
"version": "4.40.1",
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.22.4",
136+
"version": "4.40.1",
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.22.4",
157+
"version": "4.40.1",
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.22.4",
178+
"version": "4.40.1",
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.22.4",
199+
"version": "4.40.1",
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.27.3",
10+
"version": "4.40.1",
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.27.3",
31+
"version": "4.40.1",
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.27.3",
52+
"version": "4.40.1",
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.27.3",
73+
"version": "4.40.1",
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.27.3",
94+
"version": "4.40.1",
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.27.3",
115+
"version": "4.40.1",
116116
},
117117
"chunks": ExpectArrayContaining {},
118118
"duration": Any<Number>,

0 commit comments

Comments
 (0)