Skip to content

Commit 40c2f69

Browse files
chore: Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.3.4 to 6.3.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69f2a5a commit 40c2f69

File tree

6 files changed

+66
-11
lines changed

6 files changed

+66
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"tsx": "^4.20.3",
121121
"typescript": "~5.3.3",
122122
"typescript-eslint": "^8.6.0",
123-
"vite": "^6.2.7"
123+
"vite": "^6.3.6"
124124
},
125125
"packageManager": "[email protected]",
126126
"engines": {

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"ts-node": "^10.9.1",
139139
"tsx": "^4.20.3",
140140
"typescript": "~5.3.3",
141-
"vite": "^6.2.7",
141+
"vite": "^6.3.6",
142142
"vite-plugin-node-polyfills": "^0.23.0",
143143
"vite-tsconfig-paths": "^4.0.5",
144144
"vitest": "^3.1.1"

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"tsconfig-paths-webpack-plugin": "^4.0.1",
113113
"tsx": "^4.20.3",
114114
"typescript": "~5.3.3",
115-
"vite": "^6.2.7",
115+
"vite": "^6.3.6",
116116
"vite-tsconfig-paths": "^4.0.5",
117117
"vitest": "^3.1.1",
118118
"webpack": "^5.97.1",

packages/snaps-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react-dom": "^19.1.0",
6868
"react-icons": "^5.5.0",
6969
"typescript": "~5.3.3",
70-
"vite": "^6.2.7",
70+
"vite": "^6.3.6",
7171
"vitest": "^3.1.1"
7272
},
7373
"engines": {

packages/snaps-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"rimraf": "^4.1.2",
130130
"tsx": "^4.20.3",
131131
"typescript": "~5.3.3",
132-
"vite": "^6.2.7",
132+
"vite": "^6.3.6",
133133
"vite-plugin-node-polyfills": "^0.23.0",
134134
"vite-tsconfig-paths": "^4.0.5",
135135
"vitest": "^3.1.1"

yarn.lock

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4275,7 +4275,7 @@ __metadata:
42754275
ts-node: "npm:^10.9.1"
42764276
tsx: "npm:^4.20.3"
42774277
typescript: "npm:~5.3.3"
4278-
vite: "npm:^6.2.7"
4278+
vite: "npm:^6.3.6"
42794279
vite-plugin-node-polyfills: "npm:^0.23.0"
42804280
vite-tsconfig-paths: "npm:^4.0.5"
42814281
vitest: "npm:^3.1.1"
@@ -4335,7 +4335,7 @@ __metadata:
43354335
tsconfig-paths-webpack-plugin: "npm:^4.0.1"
43364336
tsx: "npm:^4.20.3"
43374337
typescript: "npm:~5.3.3"
4338-
vite: "npm:^6.2.7"
4338+
vite: "npm:^6.3.6"
43394339
vite-tsconfig-paths: "npm:^4.0.5"
43404340
vitest: "npm:^3.1.1"
43414341
webpack: "npm:^5.97.1"
@@ -4474,7 +4474,7 @@ __metadata:
44744474
react-dom: "npm:^19.1.0"
44754475
react-icons: "npm:^5.5.0"
44764476
typescript: "npm:~5.3.3"
4477-
vite: "npm:^6.2.7"
4477+
vite: "npm:^6.3.6"
44784478
vitest: "npm:^3.1.1"
44794479
languageName: unknown
44804480
linkType: soft
@@ -4603,7 +4603,7 @@ __metadata:
46034603
tsx: "npm:^4.20.3"
46044604
typescript: "npm:~5.3.3"
46054605
validate-npm-package-name: "npm:^5.0.0"
4606-
vite: "npm:^6.2.7"
4606+
vite: "npm:^6.3.6"
46074607
vite-plugin-node-polyfills: "npm:^0.23.0"
46084608
vite-tsconfig-paths: "npm:^4.0.5"
46094609
vitest: "npm:^3.1.1"
@@ -16480,7 +16480,7 @@ __metadata:
1648016480
tsx: "npm:^4.20.3"
1648116481
typescript: "npm:~5.3.3"
1648216482
typescript-eslint: "npm:^8.6.0"
16483-
vite: "npm:^6.2.7"
16483+
vite: "npm:^6.3.6"
1648416484
languageName: unknown
1648516485
linkType: soft
1648616486

@@ -18524,7 +18524,7 @@ __metadata:
1852418524
languageName: node
1852518525
linkType: hard
1852618526

18527-
"vite@npm:^5.0.0 || ^6.0.0, vite@npm:^6.2.7":
18527+
"vite@npm:^5.0.0 || ^6.0.0":
1852818528
version: 6.3.4
1852918529
resolution: "vite@npm:6.3.4"
1853018530
dependencies:
@@ -18579,6 +18579,61 @@ __metadata:
1857918579
languageName: node
1858018580
linkType: hard
1858118581

18582+
"vite@npm:^6.3.6":
18583+
version: 6.3.6
18584+
resolution: "vite@npm:6.3.6"
18585+
dependencies:
18586+
esbuild: "npm:^0.25.0"
18587+
fdir: "npm:^6.4.4"
18588+
fsevents: "npm:~2.3.3"
18589+
picomatch: "npm:^4.0.2"
18590+
postcss: "npm:^8.5.3"
18591+
rollup: "npm:^4.34.9"
18592+
tinyglobby: "npm:^0.2.13"
18593+
peerDependencies:
18594+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
18595+
jiti: ">=1.21.0"
18596+
less: "*"
18597+
lightningcss: ^1.21.0
18598+
sass: "*"
18599+
sass-embedded: "*"
18600+
stylus: "*"
18601+
sugarss: "*"
18602+
terser: ^5.16.0
18603+
tsx: ^4.8.1
18604+
yaml: ^2.4.2
18605+
dependenciesMeta:
18606+
fsevents:
18607+
optional: true
18608+
peerDependenciesMeta:
18609+
"@types/node":
18610+
optional: true
18611+
jiti:
18612+
optional: true
18613+
less:
18614+
optional: true
18615+
lightningcss:
18616+
optional: true
18617+
sass:
18618+
optional: true
18619+
sass-embedded:
18620+
optional: true
18621+
stylus:
18622+
optional: true
18623+
sugarss:
18624+
optional: true
18625+
terser:
18626+
optional: true
18627+
tsx:
18628+
optional: true
18629+
yaml:
18630+
optional: true
18631+
bin:
18632+
vite: bin/vite.js
18633+
checksum: 10/8b8b6fe12318ca457396bf2053df7056cf4810f1d4a43b36b6afe59860e32b749c0685a290fe8a973b0d3da179ceec4c30cebbd3c91d0c47fbcf6436b17bdeef
18634+
languageName: node
18635+
linkType: hard
18636+
1858218637
"vitest@npm:^3.1.1":
1858318638
version: 3.1.1
1858418639
resolution: "vitest@npm:3.1.1"

0 commit comments

Comments
 (0)