Update dependency vite to v5.4.2 #82

Merged
pierre merged 1 commits from renovate/vite-5.x-lockfile into master 2024-08-23 01:11:07 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
vite (source) devDependencies patch 5.4.0 -> 5.4.2

Release Notes

vitejs/vite (vite)

v5.4.2

Compare Source

v5.4.1

Compare Source


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://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.4.0` -> `5.4.2`](https://renovatebot.com/diffs/npm/vite/5.4.0/5.4.2) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v5.4.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small542-2024-08-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.4.1...v5.4.2) - chore: remove stale TODOs ([#&#8203;17866](https://github.com/vitejs/vite/issues/17866)) ([e012f29](https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497)), closes [#&#8203;17866](https://github.com/vitejs/vite/issues/17866) - refactor: remove redundant prepend/strip base ([#&#8203;17887](https://github.com/vitejs/vite/issues/17887)) ([3b8f03d](https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c)), closes [#&#8203;17887](https://github.com/vitejs/vite/issues/17887) - fix: resolve relative URL generated by `renderBuiltUrl` passed to module preload ([#&#8203;16084](https://github.com/vitejs/vite/issues/16084)) ([fac3a8e](https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72)), closes [#&#8203;16084](https://github.com/vitejs/vite/issues/16084) - feat: support originalFilename ([#&#8203;17867](https://github.com/vitejs/vite/issues/17867)) ([7d8c0e2](https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035)), closes [#&#8203;17867](https://github.com/vitejs/vite/issues/17867) ### [`v5.4.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small541-2024-08-15-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.4.0...v5.4.1) - fix: `build.modulePreload.resolveDependencies` is optimizable ([#&#8203;16083](https://github.com/vitejs/vite/issues/16083)) ([e961b31](https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b)), closes [#&#8203;16083](https://github.com/vitejs/vite/issues/16083) - fix: align CorsOptions.origin type with [@&#8203;types/cors](https://github.com/types/cors) ([#&#8203;17836](https://github.com/vitejs/vite/issues/17836)) ([1bda847](https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64)), closes [#&#8203;17836](https://github.com/vitejs/vite/issues/17836) - fix: typings for vite:preloadError ([#&#8203;17868](https://github.com/vitejs/vite/issues/17868)) ([6700594](https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62)), closes [#&#8203;17868](https://github.com/vitejs/vite/issues/17868) - fix(build): avoid re-define `__vite_import_meta_env__` ([#&#8203;17876](https://github.com/vitejs/vite/issues/17876)) ([e686d74](https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5)), closes [#&#8203;17876](https://github.com/vitejs/vite/issues/17876) - fix(deps): update all non-major dependencies ([#&#8203;17869](https://github.com/vitejs/vite/issues/17869)) ([d11711c](https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8)), closes [#&#8203;17869](https://github.com/vitejs/vite/issues/17869) - fix(lightningcss): search for assets with correct base path ([#&#8203;17856](https://github.com/vitejs/vite/issues/17856)) ([4e5ce3c](https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031)), closes [#&#8203;17856](https://github.com/vitejs/vite/issues/17856) - fix(worker): handle self reference url worker in dependency for build ([#&#8203;17846](https://github.com/vitejs/vite/issues/17846)) ([391bb49](https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8)), closes [#&#8203;17846](https://github.com/vitejs/vite/issues/17846) - chore: fix picocolors import for local dev ([#&#8203;17884](https://github.com/vitejs/vite/issues/17884)) ([9018255](https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba)), closes [#&#8203;17884](https://github.com/vitejs/vite/issues/17884) - refactor: remove `handleHotUpdate` from watch-package-data plugin ([#&#8203;17865](https://github.com/vitejs/vite/issues/17865)) ([e16bf1f](https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3)), closes [#&#8203;17865](https://github.com/vitejs/vite/issues/17865) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzguNTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-08-23 00:36:02 +00:00
Update dependency vite to v5.4.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
6a71bfe5d1
pierre scheduled this pull request to auto merge when all checks succeed 2024-08-23 00:36:02 +00:00
pierre merged commit bdffb7cc87 into master 2024-08-23 01:11:07 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/VirtWebRemote#82
No description provided.