Skip to content

Commit 5b1e64b

Browse files
chore(deps-dev): bump vite from 5.4.20 to 6.4.2 (#600)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 6.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v6.4.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.4.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.4.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.4.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.3.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.3.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.3.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v5.4.21</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.4.2 (2026-04-06)<!-- raw HTML omitted --></h2> <ul> <li>fix: apply server.fs check to env transport (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22159">#22159</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22163">#22163</a>) (<a href="https://github.com/vitejs/vite/commit/fe28e47e9463e4c9619f94bfa06d2f8f1411b44b">fe28e47</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/22159">#22159</a> <a href="https://redirect.github.com/vitejs/vite/issues/22163">#22163</a></li> <li>fix: avoid path traversal with optimize deps sourcemap handler (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22161">#22161</a>) (<a href="https://github.com/vitejs/vite/commit/ca4da5d1fb45c9cfdce606aa30825095791b164b">ca4da5d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/22161">#22161</a></li> </ul> <h2><!-- raw HTML omitted -->6.4.1 (2025-10-20)<!-- raw HTML omitted --></h2> <ul> <li>fix(dev): trim trailing slash before <code>server.fs.deny</code> check (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20968">#20968</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20969">#20969</a>) (<a href="https://github.com/vitejs/vite/commit/1114b5d7ea03e26572708715343bec69db4536e8">1114b5d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/20968">#20968</a> <a href="https://redirect.github.com/vitejs/vite/issues/20969">#20969</a></li> </ul> <h2>6.4.0 (2025-10-15)</h2> <ul> <li>feat: allow passing down resolved config to vite's createServer (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20932">#20932</a>) (<a href="https://github.com/vitejs/vite/commit/ca6455ee9eb6111a9caa9810506a1b9ac96a520a">ca6455e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/20932">#20932</a></li> </ul> <h2><!-- raw HTML omitted -->6.3.7 (2025-10-14)<!-- raw HTML omitted --></h2> <ul> <li>fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20940">#20940</a>) (<a href="https://github.com/vitejs/vite/commit/c59a222aa584c087cfe710173de1b9ecb597a3ff">c59a222</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/20940">#20940</a></li> </ul> <h2><!-- raw HTML omitted -->6.3.6 (2025-09-08)<!-- raw HTML omitted --></h2> <ul> <li>fix: apply <code>fs.strict</code> check to HTML files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20736">#20736</a>) (<a href="https://github.com/vitejs/vite/commit/0ab19ea9fcb66f544328f442cf6e70f7c0528d5f">0ab19ea</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/20736">#20736</a></li> <li>fix: upgrade sirv to 3.0.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20735">#20735</a>) (<a href="https://github.com/vitejs/vite/commit/e11d24008b97d4ca731ecc1a3b95260a6d12e7e0">e11d240</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/20735">#20735</a></li> <li>test: detect ts support via <code>process.features</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20544">#20544</a>) (<a href="https://github.com/vitejs/vite/commit/7d9922972b62329d37a71d4da5a4a382d0bf8a79">7d99229</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/20544">#20544</a></li> </ul> <h2><!-- raw HTML omitted -->6.3.5 (2025-05-05)<!-- raw HTML omitted --></h2> <ul> <li>fix(ssr): handle uninitialized export access as undefined (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19959">#19959</a>) (<a href="https://github.com/vitejs/vite/commit/fd38d076fe2455aac1e00a7b15cd51159bf12bb5">fd38d07</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19959">#19959</a></li> </ul> <h2><!-- raw HTML omitted -->6.3.4 (2025-04-30)<!-- raw HTML omitted --></h2> <ul> <li>fix: check static serve file inside sirv (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19965">#19965</a>) (<a href="https://github.com/vitejs/vite/commit/c22c43de612eebb6c182dd67850c24e4fab8cacb">c22c43d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19965">#19965</a></li> <li>fix(optimizer): return plain object when using <code>require</code> to import externals in optimized dependenci (<a href="https://github.com/vitejs/vite/commit/efc5eab253419fde0a6a48b8d2f233063d6a9643">efc5eab</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19940">#19940</a></li> <li>refactor: remove duplicate plugin context type (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19935">#19935</a>) (<a href="https://github.com/vitejs/vite/commit/d6d01c2292fa4f9603e05b95d81c8724314c20e0">d6d01c2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19935">#19935</a></li> </ul> <h2><!-- raw HTML omitted -->6.3.3 (2025-04-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: ignore malformed uris in tranform middleware (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19853">#19853</a>) (<a href="https://github.com/vitejs/vite/commit/e4d520141bcd83ad61f16767348b4a813bf9340a">e4d5201</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19853">#19853</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/6b3fad02abd550bd7b79934ff92c58dbd7f33045"><code>6b3fad0</code></a> release: v6.4.2</li> <li><a href="https://github.com/vitejs/vite/commit/ca4da5d1fb45c9cfdce606aa30825095791b164b"><code>ca4da5d</code></a> fix: avoid path traversal with optimize deps sourcemap handler (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22161">#22161</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/fe28e47e9463e4c9619f94bfa06d2f8f1411b44b"><code>fe28e47</code></a> fix: apply server.fs check to env transport (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22159">#22159</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22163">#22163</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5487f4f641f70c47ea05fd101a4319897df048b3"><code>5487f4f</code></a> release: v6.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/1114b5d7ea03e26572708715343bec69db4536e8"><code>1114b5d</code></a> fix(dev): trim trailing slash before <code>server.fs.deny</code> check (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20968">#20968</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20969">#20969</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f12697c0f64b9a37196b9ab218a0911829d5b103"><code>f12697c</code></a> release: v6.4.0</li> <li><a href="https://github.com/vitejs/vite/commit/ca6455ee9eb6111a9caa9810506a1b9ac96a520a"><code>ca6455e</code></a> feat: allow passing down resolved config to vite's createServer (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20932">#20932</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0e173d83681daa31be10fa8a62d56b1ec84690af"><code>0e173d8</code></a> release: v6.3.7</li> <li><a href="https://github.com/vitejs/vite/commit/c59a222aa584c087cfe710173de1b9ecb597a3ff"><code>c59a222</code></a> fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20940">#20940</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3f337c5e24504e51188d29c970de1416ee523dbb"><code>3f337c5</code></a> release: v6.3.6</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.4.2/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=5.4.20&new-version=6.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/reflagcom/javascript/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c32ff10 commit 5b1e64b

7 files changed

Lines changed: 76 additions & 21 deletions

File tree

packages/browser-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"postcss-preset-env": "^9.3.0",
6464
"prettier": "^3.5.2",
6565
"typescript": "^5.7.3",
66-
"vite": "^5.3.5",
66+
"vite": "^6.4.2",
6767
"vite-plugin-dts": "^4.0.0-beta.1",
6868
"vite-plugin-static-copy": "^2.3.2",
6969
"vitest": "^2.0.4"

packages/node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier": "^3.5.2",
4141
"ts-node": "~10.9.2",
4242
"typescript": "^5.7.3",
43-
"vite": "~5.4.18",
43+
"vite": "~6.4.2",
4444
"vite-plugin-dts": "~3.9.1",
4545
"vitest": "~1.6.0"
4646
},

packages/openfeature-browser-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jsdom": "^24.1.0",
4848
"prettier": "^3.5.2",
4949
"typescript": "^5.7.3",
50-
"vite": "^5.3.5",
50+
"vite": "^6.4.2",
5151
"vite-plugin-dts": "^4.0.0-beta.1",
5252
"vitest": "^2.0.4"
5353
},

packages/openfeature-node-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier": "^3.5.2",
4646
"ts-node": "~10.9.2",
4747
"typescript": "^5.7.3",
48-
"vite": "~5.4.18",
48+
"vite": "~6.4.2",
4949
"vite-plugin-dts": "~3.9.1",
5050
"vitest": "~1.6.0"
5151
},

packages/react-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rollup-preserve-directives": "^1.1.2",
6868
"ts-node": "^10.9.2",
6969
"typescript": "^5.7.3",
70-
"vite": "^5.0.13",
70+
"vite": "^6.4.2",
7171
"vite-plugin-dts": "^4.0.0-beta.1",
7272
"vite-plugin-static-copy": "^2.3.2",
7373
"vitest": "^2.0.4",

packages/vue-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rollup-preserve-directives": "^1.1.2",
5757
"ts-node": "^10.9.2",
5858
"typescript": "^5.7.3",
59-
"vite": "^5.0.13",
59+
"vite": "^6.4.2",
6060
"vite-plugin-dts": "^4.5.4",
6161
"vitest": "^2.0.4",
6262
"vue": "^3.5.16",

yarn.lock

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6654,7 +6654,7 @@ __metadata:
66546654
preact: "npm:^10.22.1"
66556655
prettier: "npm:^3.5.2"
66566656
typescript: "npm:^5.7.3"
6657-
vite: "npm:^5.3.5"
6657+
vite: "npm:^6.4.2"
66586658
vite-plugin-dts: "npm:^4.0.0-beta.1"
66596659
vite-plugin-static-copy: "npm:^2.3.2"
66606660
vitest: "npm:^2.0.4"
@@ -6767,7 +6767,7 @@ __metadata:
67676767
prettier: "npm:^3.5.2"
67686768
ts-node: "npm:~10.9.2"
67696769
typescript: "npm:^5.7.3"
6770-
vite: "npm:~5.4.18"
6770+
vite: "npm:~6.4.2"
67716771
vite-plugin-dts: "npm:~3.9.1"
67726772
vitest: "npm:~1.6.0"
67736773
languageName: unknown
@@ -6787,7 +6787,7 @@ __metadata:
67876787
jsdom: "npm:^24.1.0"
67886788
prettier: "npm:^3.5.2"
67896789
typescript: "npm:^5.7.3"
6790-
vite: "npm:^5.3.5"
6790+
vite: "npm:^6.4.2"
67916791
vite-plugin-dts: "npm:^4.0.0-beta.1"
67926792
vitest: "npm:^2.0.4"
67936793
peerDependencies:
@@ -6811,7 +6811,7 @@ __metadata:
68116811
prettier: "npm:^3.5.2"
68126812
ts-node: "npm:~10.9.2"
68136813
typescript: "npm:^5.7.3"
6814-
vite: "npm:~5.4.18"
6814+
vite: "npm:~6.4.2"
68156815
vite-plugin-dts: "npm:~3.9.1"
68166816
vitest: "npm:~1.6.0"
68176817
peerDependencies:
@@ -6860,7 +6860,7 @@ __metadata:
68606860
rollup-preserve-directives: "npm:^1.1.2"
68616861
ts-node: "npm:^10.9.2"
68626862
typescript: "npm:^5.7.3"
6863-
vite: "npm:^5.0.13"
6863+
vite: "npm:^6.4.2"
68646864
vite-plugin-dts: "npm:^4.0.0-beta.1"
68656865
vite-plugin-static-copy: "npm:^2.3.2"
68666866
vitest: "npm:^2.0.4"
@@ -6909,7 +6909,7 @@ __metadata:
69096909
rollup-preserve-directives: "npm:^1.1.2"
69106910
ts-node: "npm:^10.9.2"
69116911
typescript: "npm:^5.7.3"
6912-
vite: "npm:^5.0.13"
6912+
vite: "npm:^6.4.2"
69136913
vite-plugin-dts: "npm:^4.5.4"
69146914
vitest: "npm:^2.0.4"
69156915
vue: "npm:^3.5.16"
@@ -26675,6 +26675,49 @@ __metadata:
2667526675
languageName: node
2667626676
linkType: hard
2667726677

26678+
"vite@npm:^5.0.0":
26679+
version: 5.4.20
26680+
resolution: "vite@npm:5.4.20"
26681+
dependencies:
26682+
esbuild: "npm:^0.21.3"
26683+
fsevents: "npm:~2.3.3"
26684+
postcss: "npm:^8.4.43"
26685+
rollup: "npm:^4.20.0"
26686+
peerDependencies:
26687+
"@types/node": ^18.0.0 || >=20.0.0
26688+
less: "*"
26689+
lightningcss: ^1.21.0
26690+
sass: "*"
26691+
sass-embedded: "*"
26692+
stylus: "*"
26693+
sugarss: "*"
26694+
terser: ^5.4.0
26695+
dependenciesMeta:
26696+
fsevents:
26697+
optional: true
26698+
peerDependenciesMeta:
26699+
"@types/node":
26700+
optional: true
26701+
less:
26702+
optional: true
26703+
lightningcss:
26704+
optional: true
26705+
sass:
26706+
optional: true
26707+
sass-embedded:
26708+
optional: true
26709+
stylus:
26710+
optional: true
26711+
sugarss:
26712+
optional: true
26713+
terser:
26714+
optional: true
26715+
bin:
26716+
vite: bin/vite.js
26717+
checksum: 10c0/391a1fdd7e05445d60aa3b15d6c1cffcdd92c5d154da375bf06b9cd5633c2387ebee0e8f2fceed3226a63dff36c8ef18fb497662dde8c135133c46670996c7a1
26718+
languageName: node
26719+
linkType: hard
26720+
2667826721
"vite@npm:^5.0.0 || ^6.0.0":
2667926722
version: 6.3.6
2668026723
resolution: "vite@npm:6.3.6"
@@ -26730,29 +26773,37 @@ __metadata:
2673026773
languageName: node
2673126774
linkType: hard
2673226775

26733-
"vite@npm:^5.0.0, vite@npm:^5.0.13, vite@npm:^5.3.5, vite@npm:~5.4.18":
26734-
version: 5.4.20
26735-
resolution: "vite@npm:5.4.20"
26776+
"vite@npm:^6.4.2, vite@npm:~6.4.2":
26777+
version: 6.4.2
26778+
resolution: "vite@npm:6.4.2"
2673626779
dependencies:
26737-
esbuild: "npm:^0.21.3"
26780+
esbuild: "npm:^0.25.0"
26781+
fdir: "npm:^6.4.4"
2673826782
fsevents: "npm:~2.3.3"
26739-
postcss: "npm:^8.4.43"
26740-
rollup: "npm:^4.20.0"
26783+
picomatch: "npm:^4.0.2"
26784+
postcss: "npm:^8.5.3"
26785+
rollup: "npm:^4.34.9"
26786+
tinyglobby: "npm:^0.2.13"
2674126787
peerDependencies:
26742-
"@types/node": ^18.0.0 || >=20.0.0
26788+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
26789+
jiti: ">=1.21.0"
2674326790
less: "*"
2674426791
lightningcss: ^1.21.0
2674526792
sass: "*"
2674626793
sass-embedded: "*"
2674726794
stylus: "*"
2674826795
sugarss: "*"
26749-
terser: ^5.4.0
26796+
terser: ^5.16.0
26797+
tsx: ^4.8.1
26798+
yaml: ^2.4.2
2675026799
dependenciesMeta:
2675126800
fsevents:
2675226801
optional: true
2675326802
peerDependenciesMeta:
2675426803
"@types/node":
2675526804
optional: true
26805+
jiti:
26806+
optional: true
2675626807
less:
2675726808
optional: true
2675826809
lightningcss:
@@ -26767,9 +26818,13 @@ __metadata:
2676726818
optional: true
2676826819
terser:
2676926820
optional: true
26821+
tsx:
26822+
optional: true
26823+
yaml:
26824+
optional: true
2677026825
bin:
2677126826
vite: bin/vite.js
26772-
checksum: 10c0/391a1fdd7e05445d60aa3b15d6c1cffcdd92c5d154da375bf06b9cd5633c2387ebee0e8f2fceed3226a63dff36c8ef18fb497662dde8c135133c46670996c7a1
26827+
checksum: 10c0/9a62bb4259b4b11b9084c8dc5c25a21c9340d87d83de163d3643f15629d8ac3c2a3a4cda565f1a61e98afc9d78e9cb78eb25d1ae3c302e95d42d13ab61537267
2677326828
languageName: node
2677426829
linkType: hard
2677526830

0 commit comments

Comments
 (0)