Skip to content

Commit 3255df6

Browse files
Chore(deps): 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.5 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:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 432b68d commit 3255df6

File tree

5 files changed

+67
-12
lines changed

5 files changed

+67
-12
lines changed

configs/vite-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"dependencies": {
1717
"@supercharge/promise-pool": "^3.2.0",
1818
"typescript": "^5.8.3",
19-
"vite": "^6.3.5"
19+
"vite": "^6.3.6"
2020
}
2121
}

examples/react-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"globals": "^16.2.0",
4949
"typescript": "~5.8.3",
5050
"typescript-eslint": "^8.33.1",
51-
"vite": "^6.3.5"
51+
"vite": "^6.3.6"
5252
}
5353
}

examples/react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"globals": "^16.2.0",
3232
"typescript": "^5.8.3",
3333
"typescript-eslint": "^8.33.1",
34-
"vite": "^6.3.5"
34+
"vite": "^6.3.6"
3535
}
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"tsconfig-custom": "workspace:^",
6767
"turbo": "^2.5.4",
6868
"typescript": "^5.8.3",
69-
"vite": "^6.3.5",
69+
"vite": "^6.3.6",
7070
"vite-node": "^3.2.2",
7171
"vitest": "^3.2.2",
7272
"yarn-constraints-rules": "^0.1.0"

yarn.lock

Lines changed: 63 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4793,7 +4793,7 @@ __metadata:
47934793
tslib: "npm:^2.8.1"
47944794
turbo: "npm:^2.5.4"
47954795
typescript: "npm:^5.8.3"
4796-
vite: "npm:^6.3.5"
4796+
vite: "npm:^6.3.6"
47974797
vite-node: "npm:^3.2.2"
47984798
vitest: "npm:^3.2.2"
47994799
yarn-constraints-rules: "npm:^0.1.0"
@@ -5516,7 +5516,7 @@ __metadata:
55165516
scheduler: "npm:^0.26.0"
55175517
typescript: "npm:~5.8.3"
55185518
typescript-eslint: "npm:^8.33.1"
5519-
vite: "npm:^6.3.5"
5519+
vite: "npm:^6.3.6"
55205520
languageName: unknown
55215521
linkType: soft
55225522

@@ -5567,7 +5567,7 @@ __metadata:
55675567
react-dom: "npm:^19.1.0"
55685568
typescript: "npm:^5.8.3"
55695569
typescript-eslint: "npm:^8.33.1"
5570-
vite: "npm:^6.3.5"
5570+
vite: "npm:^6.3.6"
55715571
languageName: unknown
55725572
linkType: soft
55735573

@@ -6662,7 +6662,7 @@ __metadata:
66626662
"@supercharge/promise-pool": "npm:^3.2.0"
66636663
prettier-config-custom: "workspace:^"
66646664
typescript: "npm:^5.8.3"
6665-
vite: "npm:^6.3.5"
6665+
vite: "npm:^6.3.6"
66666666
vite-config-builder: "npm:^0.0.2"
66676667
vite-plugin-dts-build: "npm:^0.1.3"
66686668
vite-plugin-externalize-deps: "npm:^0.9.0"
@@ -6722,6 +6722,61 @@ __metadata:
67226722
languageName: node
67236723
linkType: hard
67246724

6725+
"vite@npm:^5.0.0 || ^6.0.0":
6726+
version: 6.3.5
6727+
resolution: "vite@npm:6.3.5"
6728+
dependencies:
6729+
esbuild: "npm:^0.25.0"
6730+
fdir: "npm:^6.4.4"
6731+
fsevents: "npm:~2.3.3"
6732+
picomatch: "npm:^4.0.2"
6733+
postcss: "npm:^8.5.3"
6734+
rollup: "npm:^4.34.9"
6735+
tinyglobby: "npm:^0.2.13"
6736+
peerDependencies:
6737+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
6738+
jiti: ">=1.21.0"
6739+
less: "*"
6740+
lightningcss: ^1.21.0
6741+
sass: "*"
6742+
sass-embedded: "*"
6743+
stylus: "*"
6744+
sugarss: "*"
6745+
terser: ^5.16.0
6746+
tsx: ^4.8.1
6747+
yaml: ^2.4.2
6748+
dependenciesMeta:
6749+
fsevents:
6750+
optional: true
6751+
peerDependenciesMeta:
6752+
"@types/node":
6753+
optional: true
6754+
jiti:
6755+
optional: true
6756+
less:
6757+
optional: true
6758+
lightningcss:
6759+
optional: true
6760+
sass:
6761+
optional: true
6762+
sass-embedded:
6763+
optional: true
6764+
stylus:
6765+
optional: true
6766+
sugarss:
6767+
optional: true
6768+
terser:
6769+
optional: true
6770+
tsx:
6771+
optional: true
6772+
yaml:
6773+
optional: true
6774+
bin:
6775+
vite: bin/vite.js
6776+
checksum: 10/7bc3a1c5ef79413ad70daeeaf69b76cd1218d16aa18ed8ee08d74648ef17284f4a17c11f5cf42b573b6dc5e3d5f115110b67b1d23c2c699cfe404757764a634a
6777+
languageName: node
6778+
linkType: hard
6779+
67256780
"vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0":
67266781
version: 7.0.0-beta.0
67276782
resolution: "vite@npm:7.0.0-beta.0"
@@ -6777,9 +6832,9 @@ __metadata:
67776832
languageName: node
67786833
linkType: hard
67796834

6780-
"vite@npm:^5.0.0 || ^6.0.0, vite@npm:^6.3.5":
6781-
version: 6.3.5
6782-
resolution: "vite@npm:6.3.5"
6835+
"vite@npm:^6.3.6":
6836+
version: 6.3.6
6837+
resolution: "vite@npm:6.3.6"
67836838
dependencies:
67846839
esbuild: "npm:^0.25.0"
67856840
fdir: "npm:^6.4.4"
@@ -6828,7 +6883,7 @@ __metadata:
68286883
optional: true
68296884
bin:
68306885
vite: bin/vite.js
6831-
checksum: 10/7bc3a1c5ef79413ad70daeeaf69b76cd1218d16aa18ed8ee08d74648ef17284f4a17c11f5cf42b573b6dc5e3d5f115110b67b1d23c2c699cfe404757764a634a
6886+
checksum: 10/8b8b6fe12318ca457396bf2053df7056cf4810f1d4a43b36b6afe59860e32b749c0685a290fe8a973b0d3da179ceec4c30cebbd3c91d0c47fbcf6436b17bdeef
68326887
languageName: node
68336888
linkType: hard
68346889

0 commit comments

Comments
 (0)