Update dependency vite to ^6.3.5 #303

Open
renovate wants to merge 1 commits from renovate/vite-6.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
vite (source) devDependencies minor ^6.2.6 -> ^6.3.5

Release Notes

vitejs/vite (vite)

v6.3.5

Compare Source

v6.3.4

Compare Source

v6.3.3

Compare Source

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.7

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | minor | [`^6.2.6` -> `^6.3.5`](https://renovatebot.com/diffs/npm/vite/6.2.6/6.3.5) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v6.3.5`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small635-2025-05-05-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.3.4...v6.3.5) - fix(ssr): handle uninitialized export access as undefined ([#&#8203;19959](https://github.com/vitejs/vite/issues/19959)) ([fd38d07](https://github.com/vitejs/vite/commit/fd38d076fe2455aac1e00a7b15cd51159bf12bb5)), closes [#&#8203;19959](https://github.com/vitejs/vite/issues/19959) ### [`v6.3.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small634-2025-04-30-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.3.3...v6.3.4) - fix: check static serve file inside sirv ([#&#8203;19965](https://github.com/vitejs/vite/issues/19965)) ([c22c43d](https://github.com/vitejs/vite/commit/c22c43de612eebb6c182dd67850c24e4fab8cacb)), closes [#&#8203;19965](https://github.com/vitejs/vite/issues/19965) - fix(optimizer): return plain object when using `require` to import externals in optimized dependenci ([efc5eab](https://github.com/vitejs/vite/commit/efc5eab253419fde0a6a48b8d2f233063d6a9643)), closes [#&#8203;19940](https://github.com/vitejs/vite/issues/19940) - refactor: remove duplicate plugin context type ([#&#8203;19935](https://github.com/vitejs/vite/issues/19935)) ([d6d01c2](https://github.com/vitejs/vite/commit/d6d01c2292fa4f9603e05b95d81c8724314c20e0)), closes [#&#8203;19935](https://github.com/vitejs/vite/issues/19935) ### [`v6.3.3`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small633-2025-04-24-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.3.2...v6.3.3) - fix: ignore malformed uris in tranform middleware ([#&#8203;19853](https://github.com/vitejs/vite/issues/19853)) ([e4d5201](https://github.com/vitejs/vite/commit/e4d520141bcd83ad61f16767348b4a813bf9340a)), closes [#&#8203;19853](https://github.com/vitejs/vite/issues/19853) - fix(assets): ensure ?no-inline is not included in the asset url in the production environment ([#&#8203;1949](https://github.com/vitejs/vite/issues/1949) ([16a73c0](https://github.com/vitejs/vite/commit/16a73c05d35daa34117a173784895546212db5f4)), closes [#&#8203;19496](https://github.com/vitejs/vite/issues/19496) - fix(css): resolve relative imports in sass properly on Windows ([#&#8203;19920](https://github.com/vitejs/vite/issues/19920)) ([ffab442](https://github.com/vitejs/vite/commit/ffab44270488f54ae344801024474b597249071b)), closes [#&#8203;19920](https://github.com/vitejs/vite/issues/19920) - fix(deps): update all non-major dependencies ([#&#8203;19899](https://github.com/vitejs/vite/issues/19899)) ([a4b500e](https://github.com/vitejs/vite/commit/a4b500ef9ccc9b19a2882156a9ba8397e69bc6b2)), closes [#&#8203;19899](https://github.com/vitejs/vite/issues/19899) - fix(ssr): fix execution order of re-export ([#&#8203;19841](https://github.com/vitejs/vite/issues/19841)) ([ed29dee](https://github.com/vitejs/vite/commit/ed29dee2eb2e3573b2bc337e1a9124c65222a1e5)), closes [#&#8203;19841](https://github.com/vitejs/vite/issues/19841) - fix(ssr): fix live binding of default export declaration and hoist exports getter ([#&#8203;19842](https://github.com/vitejs/vite/issues/19842)) ([80a91ff](https://github.com/vitejs/vite/commit/80a91ff82426a4c88d54b9f5ec9a4205cb13899b)), closes [#&#8203;19842](https://github.com/vitejs/vite/issues/19842) - perf: skip sourcemap generation for renderChunk hook of import-analysis-build plugin ([#&#8203;19921](https://github.com/vitejs/vite/issues/19921)) ([55cfd04](https://github.com/vitejs/vite/commit/55cfd04b10f98cde7a96814a69b9813543ea79c2)), closes [#&#8203;19921](https://github.com/vitejs/vite/issues/19921) - test(ssr): test `ssrTransform` re-export deps and test stacktrace with first line ([#&#8203;19629](https://github.com/vitejs/vite/issues/19629)) ([9399cda](https://github.com/vitejs/vite/commit/9399cdaf8c3b2efd5f4015d57dc3b0e4e5b91a9d)), closes [#&#8203;19629](https://github.com/vitejs/vite/issues/19629) ### [`v6.3.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small632-2025-04-18-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.3.1...v6.3.2) - fix: match default asserts case insensitive ([#&#8203;19852](https://github.com/vitejs/vite/issues/19852)) ([cbdab1d](https://github.com/vitejs/vite/commit/cbdab1d6a30e07263ec51b2ca042369e736adec6)), closes [#&#8203;19852](https://github.com/vitejs/vite/issues/19852) - fix: open first url if host does not match any urls ([#&#8203;19886](https://github.com/vitejs/vite/issues/19886)) ([6abbdce](https://github.com/vitejs/vite/commit/6abbdce3d77990409e12380e72c7ec9dd3f8bec5)), closes [#&#8203;19886](https://github.com/vitejs/vite/issues/19886) - fix(css): respect `css.lightningcss` option in css minification process ([#&#8203;19879](https://github.com/vitejs/vite/issues/19879)) ([b5055e0](https://github.com/vitejs/vite/commit/b5055e0dd4c0e084115c3dbfead5736a54807e0c)), closes [#&#8203;19879](https://github.com/vitejs/vite/issues/19879) - fix(deps): update all non-major dependencies ([#&#8203;19698](https://github.com/vitejs/vite/issues/19698)) ([bab4cb9](https://github.com/vitejs/vite/commit/bab4cb92248adf6b9b18df12b2bf03889b0bd1eb)), closes [#&#8203;19698](https://github.com/vitejs/vite/issues/19698) - feat(css): improve lightningcss messages ([#&#8203;19880](https://github.com/vitejs/vite/issues/19880)) ([c713f79](https://github.com/vitejs/vite/commit/c713f79b5a4bd98542d8dbe4c85ba4cce9b1f358)), closes [#&#8203;19880](https://github.com/vitejs/vite/issues/19880) ### [`v6.3.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small631-2025-04-17-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.3.0...v6.3.1) - fix: avoid using `Promise.allSettled` in preload function ([#&#8203;19805](https://github.com/vitejs/vite/issues/19805)) ([35c7f35](https://github.com/vitejs/vite/commit/35c7f35e2b67f2158ededf2af58ecec53b3f16c5)), closes [#&#8203;19805](https://github.com/vitejs/vite/issues/19805) - fix: backward compat for internal plugin `transform` calls ([#&#8203;19878](https://github.com/vitejs/vite/issues/19878)) ([a152b7c](https://github.com/vitejs/vite/commit/a152b7cbac72e05668f8fc23074d531ecebb77a5)), closes [#&#8203;19878](https://github.com/vitejs/vite/issues/19878) ### [`v6.3.0`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#630-2025-04-16) [Compare Source](https://github.com/vitejs/vite/compare/v6.2.7...v6.3.0) - fix(hmr): avoid infinite loop happening with `hot.invalidate` in circular deps ([#&#8203;19870](https://github.com/vitejs/vite/issues/19870)) ([d4ee5e8](https://github.com/vitejs/vite/commit/d4ee5e8655a85f4d6bebc695b063d69406ab53ac)), closes [#&#8203;19870](https://github.com/vitejs/vite/issues/19870) - fix(preview): use host url to open browser ([#&#8203;19836](https://github.com/vitejs/vite/issues/19836)) ([5003434](https://github.com/vitejs/vite/commit/50034340401b4043bb0b158f18ffb7ae1b7f5c86)), closes [#&#8203;19836](https://github.com/vitejs/vite/issues/19836) ### [`v6.2.7`](https://github.com/vitejs/vite/releases/tag/v6.2.7) [Compare Source](https://github.com/vitejs/vite/compare/v6.2.6...v6.2.7) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md) for details. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjEuNCIsInVwZGF0ZWRJblZlciI6IjQwLjMuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-04-28 00:22:21 +00:00
Update dependency vite to ^6.3.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
0e9ff06c0e
renovate force-pushed renovate/vite-6.x from 0e9ff06c0e to 5750dbc89e 2025-04-29 00:22:35 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 5750dbc89e to f015c328a6 2025-04-30 00:22:46 +00:00 Compare
renovate force-pushed renovate/vite-6.x from f015c328a6 to e933b8c5a4 2025-05-01 00:22:51 +00:00 Compare
renovate changed title from Update dependency vite to ^6.3.3 to Update dependency vite to ^6.3.4 2025-05-01 00:22:56 +00:00
renovate force-pushed renovate/vite-6.x from e933b8c5a4 to 16df273b0e 2025-05-02 00:22:39 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 16df273b0e to 7ed275318c 2025-05-03 00:27:31 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 7ed275318c to bd46b021f4 2025-05-04 00:27:38 +00:00 Compare
renovate force-pushed renovate/vite-6.x from bd46b021f4 to d05bdfb377 2025-05-05 00:27:33 +00:00 Compare
renovate force-pushed renovate/vite-6.x from d05bdfb377 to 63f8c22c2d 2025-05-06 00:27:34 +00:00 Compare
renovate changed title from Update dependency vite to ^6.3.4 to Update dependency vite to ^6.3.5 2025-05-06 00:27:40 +00:00
renovate force-pushed renovate/vite-6.x from 63f8c22c2d to 935b98c0d5 2025-05-07 00:28:02 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 935b98c0d5 to 5930640ec8 2025-05-08 00:28:09 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 5930640ec8 to 84b27fcfa7 2025-05-09 00:19:06 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 84b27fcfa7 to 4e56dc34a0 2025-05-10 00:19:39 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 4e56dc34a0 to 9540a1750b 2025-05-11 00:18:42 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 9540a1750b to 8945259876 2025-05-12 00:20:17 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 8945259876 to d23cd3df9c 2025-05-13 00:21:19 +00:00 Compare
renovate force-pushed renovate/vite-6.x from d23cd3df9c to 7a9283e158 2025-05-14 00:20:21 +00:00 Compare
renovate force-pushed renovate/vite-6.x from 7a9283e158 to bc9af0c1fc 2025-05-15 00:19:37 +00:00 Compare
renovate force-pushed renovate/vite-6.x from bc9af0c1fc to 3172e2deba 2025-05-16 00:23:46 +00:00 Compare
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vite-6.x:renovate/vite-6.x
git checkout renovate/vite-6.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/VirtWebRemote#303
No description provided.