chore(deps): update dependency vite to v5.2.11 #357

Merged
nemunaire merged 1 commits from renovate/vite-5.x-lockfile into master 2024-05-24 12:53:03 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vite (source) devDependencies patch 5.2.8 -> 5.2.11
vite (source) dependencies patch 5.2.8 -> 5.2.11

Release Notes

vitejs/vite (vite)

v5.2.11

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.2.8` -> `5.2.11`](https://renovatebot.com/diffs/npm/vite/5.2.8/5.2.11) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | dependencies | patch | [`5.2.8` -> `5.2.11`](https://renovatebot.com/diffs/npm/vite/5.2.8/5.2.11) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v5.2.11`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5211-2024-05-02-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.10...v5.2.11) - feat: improve dynamic import variable failure error message ([#&#8203;16519](https://github.com/vitejs/vite/issues/16519)) ([f8feeea](https://github.com/vitejs/vite/commit/f8feeea)), closes [#&#8203;16519](https://github.com/vitejs/vite/issues/16519) - fix: dynamic-import-vars plugin normalize path issue ([#&#8203;16518](https://github.com/vitejs/vite/issues/16518)) ([f71ba5b](https://github.com/vitejs/vite/commit/f71ba5b)), closes [#&#8203;16518](https://github.com/vitejs/vite/issues/16518) - fix: scripts and styles were missing from built HTML on Windows ([#&#8203;16421](https://github.com/vitejs/vite/issues/16421)) ([0e93f58](https://github.com/vitejs/vite/commit/0e93f58)), closes [#&#8203;16421](https://github.com/vitejs/vite/issues/16421) - fix(deps): update all non-major dependencies ([#&#8203;16488](https://github.com/vitejs/vite/issues/16488)) ([2d50be2](https://github.com/vitejs/vite/commit/2d50be2)), closes [#&#8203;16488](https://github.com/vitejs/vite/issues/16488) - fix(deps): update all non-major dependencies ([#&#8203;16549](https://github.com/vitejs/vite/issues/16549)) ([2d6a13b](https://github.com/vitejs/vite/commit/2d6a13b)), closes [#&#8203;16549](https://github.com/vitejs/vite/issues/16549) - fix(dev): watch publicDir explicitly to include it outside the root ([#&#8203;16502](https://github.com/vitejs/vite/issues/16502)) ([4d83eb5](https://github.com/vitejs/vite/commit/4d83eb5)), closes [#&#8203;16502](https://github.com/vitejs/vite/issues/16502) - fix(preload): skip preload for non-static urls ([#&#8203;16556](https://github.com/vitejs/vite/issues/16556)) ([bb79c9b](https://github.com/vitejs/vite/commit/bb79c9b)), closes [#&#8203;16556](https://github.com/vitejs/vite/issues/16556) - fix(ssr): handle class declaration and expression name scoping ([#&#8203;16569](https://github.com/vitejs/vite/issues/16569)) ([c071eb3](https://github.com/vitejs/vite/commit/c071eb3)), closes [#&#8203;16569](https://github.com/vitejs/vite/issues/16569) - fix(ssr): handle function expression name scoping ([#&#8203;16563](https://github.com/vitejs/vite/issues/16563)) ([02db947](https://github.com/vitejs/vite/commit/02db947)), closes [#&#8203;16563](https://github.com/vitejs/vite/issues/16563) ### [`v5.2.10`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5210-2024-04-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.9...v5.2.10) - revert: perf: use workspace root for fs cache ([#&#8203;15712](https://github.com/vitejs/vite/issues/15712)) ([#&#8203;16476](https://github.com/vitejs/vite/issues/16476)) ([77e7359](https://github.com/vitejs/vite/commit/77e7359)), closes [#&#8203;15712](https://github.com/vitejs/vite/issues/15712) [#&#8203;16476](https://github.com/vitejs/vite/issues/16476) - fix: add base to virtual html ([#&#8203;16442](https://github.com/vitejs/vite/issues/16442)) ([721f94d](https://github.com/vitejs/vite/commit/721f94d)), closes [#&#8203;16442](https://github.com/vitejs/vite/issues/16442) - fix: adjust esm syntax judgment logic ([#&#8203;16436](https://github.com/vitejs/vite/issues/16436)) ([af72eab](https://github.com/vitejs/vite/commit/af72eab)), closes [#&#8203;16436](https://github.com/vitejs/vite/issues/16436) - fix: don't add outDirs to watch.ignored if emptyOutDir is false ([#&#8203;16453](https://github.com/vitejs/vite/issues/16453)) ([6a127d6](https://github.com/vitejs/vite/commit/6a127d6)), closes [#&#8203;16453](https://github.com/vitejs/vite/issues/16453) - fix(cspNonce): don't overwrite existing nonce values ([#&#8203;16415](https://github.com/vitejs/vite/issues/16415)) ([b872635](https://github.com/vitejs/vite/commit/b872635)), closes [#&#8203;16415](https://github.com/vitejs/vite/issues/16415) - feat: show warning if root is in build.outDir ([#&#8203;16454](https://github.com/vitejs/vite/issues/16454)) ([11444dc](https://github.com/vitejs/vite/commit/11444dc)), closes [#&#8203;16454](https://github.com/vitejs/vite/issues/16454) - feat: write cspNonce to style tags ([#&#8203;16419](https://github.com/vitejs/vite/issues/16419)) ([8e54bbd](https://github.com/vitejs/vite/commit/8e54bbd)), closes [#&#8203;16419](https://github.com/vitejs/vite/issues/16419) - chore(deps): update dependency eslint-plugin-n to v17 ([#&#8203;16381](https://github.com/vitejs/vite/issues/16381)) ([6cccef7](https://github.com/vitejs/vite/commit/6cccef7)), closes [#&#8203;16381](https://github.com/vitejs/vite/issues/16381) ### [`v5.2.9`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small529-2024-04-15-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.8...v5.2.9) - fix: `fsp.rm` removing files does not take effect ([#&#8203;16032](https://github.com/vitejs/vite/issues/16032)) ([b05c405](https://github.com/vitejs/vite/commit/b05c405)), closes [#&#8203;16032](https://github.com/vitejs/vite/issues/16032) - fix: fix accumulated stacks in error overlay ([#&#8203;16393](https://github.com/vitejs/vite/issues/16393)) ([102c2fd](https://github.com/vitejs/vite/commit/102c2fd)), closes [#&#8203;16393](https://github.com/vitejs/vite/issues/16393) - fix(deps): update all non-major dependencies ([#&#8203;16376](https://github.com/vitejs/vite/issues/16376)) ([58a2938](https://github.com/vitejs/vite/commit/58a2938)), closes [#&#8203;16376](https://github.com/vitejs/vite/issues/16376) - chore: update region comment ([#&#8203;16380](https://github.com/vitejs/vite/issues/16380)) ([77562c3](https://github.com/vitejs/vite/commit/77562c3)), closes [#&#8203;16380](https://github.com/vitejs/vite/issues/16380) - perf: reduce size of injected \__vite\_\_mapDeps code ([#&#8203;16184](https://github.com/vitejs/vite/issues/16184)) ([c0ec6be](https://github.com/vitejs/vite/commit/c0ec6be)), closes [#&#8203;16184](https://github.com/vitejs/vite/issues/16184) - perf(css): only replace empty chunk if imported ([#&#8203;16349](https://github.com/vitejs/vite/issues/16349)) ([e2658ad](https://github.com/vitejs/vite/commit/e2658ad)), closes [#&#8203;16349](https://github.com/vitejs/vite/issues/16349) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/vite-5.x-lockfile from deffb993eb to 8299df61e3 2024-04-19 10:28:27 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency vite to v5.2.9 to chore(deps): update dependency vite to v5.2.10 2024-04-20 11:30:50 +00:00
renovate-bot force-pushed renovate/vite-5.x-lockfile from 8299df61e3 to 45c1d21562 2024-04-20 11:30:53 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency vite to v5.2.10 to chore(deps): update dependency vite to v5.2.11 2024-05-02 09:26:16 +00:00
renovate-bot force-pushed renovate/vite-5.x-lockfile from 45c1d21562 to 9d6de632a4 2024-05-02 09:26:18 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from 9d6de632a4 to c0c8b19d0b 2024-05-06 00:52:01 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from c0c8b19d0b to 23d95c071b 2024-05-15 23:25:48 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from 23d95c071b to e19eb53b1f 2024-05-16 09:25:06 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from e19eb53b1f to 347bb91979 2024-05-16 11:25:13 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from 347bb91979 to 1a757ebc99 2024-05-17 23:25:48 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from 1a757ebc99 to 4609f0a806 2024-05-18 01:26:06 +00:00 Compare
renovate-bot force-pushed renovate/vite-5.x-lockfile from 4609f0a806 to 0756c853cd 2024-05-24 09:20:42 +00:00 Compare
nemunaire merged commit 3e828f9bb7 into master 2024-05-24 12:53:03 +00:00
nemunaire deleted branch renovate/vite-5.x-lockfile 2024-05-24 12:53:04 +00: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: fic/server#357
No description provided.