chore(deps): update dependency vite to ^6.3.2 #48

Merged
renovatebot merged 1 commits from renovate/vite-packages into main 2025-04-20 20:40:57 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) ^6.2.5 -> ^6.3.2 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.6

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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^6.2.5` -> `^6.3.2`](https://renovatebot.com/diffs/npm/vite/6.2.5/6.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.2.5/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.2.5/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`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.6...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.6`](https://github.com/vitejs/vite/releases/tag/v6.2.6) [Compare Source](https://github.com/vitejs/vite/compare/v6.2.5...v6.2.6) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v6.2.6/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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM5LjI1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovatebot force-pushed renovate/vite-packages from c4677b645d to 49a3da0dce 2025-04-16 16:54:11 +08:00 Compare
renovatebot changed title from chore(deps): update dependency vite to ^6.2.6 to chore(deps): update dependency vite to ^6.3.0 2025-04-16 16:54:20 +08:00
renovatebot force-pushed renovate/vite-packages from 49a3da0dce to 134c4289bf 2025-04-17 11:07:10 +08:00 Compare
renovatebot changed title from chore(deps): update dependency vite to ^6.3.0 to chore(deps): update dependency vite to ^6.3.1 2025-04-17 11:07:20 +08:00
renovatebot force-pushed renovate/vite-packages from 134c4289bf to b9c15af284 2025-04-18 13:29:18 +08:00 Compare
renovatebot changed title from chore(deps): update dependency vite to ^6.3.1 to chore(deps): update dependency vite to ^6.3.2 2025-04-18 13:29:26 +08:00
renovatebot force-pushed renovate/vite-packages from b9c15af284 to ff6a006bfd 2025-04-20 17:39:51 +08:00 Compare
renovatebot merged commit ff6a006bfd into main 2025-04-20 20:40:57 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/solid-ts-example#48
No description provided.