Skip to content

Commit cabf215

Browse files
chore(deps): update dependency vite to ^5.2.10 (#495)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^5.2.9` -> `^5.2.10`](https://renovatebot.com/diffs/npm/vite/5.2.9/5.2.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.9/5.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.9/5.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`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) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ayushmanchhabra/vsx). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13e0156 commit cabf215

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jsdom": "^24.0.0",
4646
"tsup": "^8.0.2",
4747
"typescript": "^5.4.5",
48-
"vite": "^5.2.9",
48+
"vite": "^5.2.10",
4949
"vitest": "^1.5.0"
5050
},
5151
"engines": {

templates/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"typescript": "^5.4.5",
6-
"vite": "^5.2.9",
6+
"vite": "^5.2.10",
77
"vsx": "^0.7.0"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)