chore(deps): update dependency vite to v4.4.8 #159

Merged
renovate-bot merged 1 commit from renovate/vite-4.x into main 2023-08-01 16:00:34 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 4.4.7 -> 4.4.8 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v4.4.8

Compare Source


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.


  • 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://github.com/vitejs/vite/tree/main/#readme) ([source](https://github.com/vitejs/vite)) | [`4.4.7` -> `4.4.8`](https://renovatebot.com/diffs/npm/vite/4.4.7/4.4.8) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.4.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.4.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.4.8/compatibility-slim/4.4.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.4.8/confidence-slim/4.4.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v4.4.8`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small448-2023-07-31-small) [Compare Source](https://github.com/vitejs/vite/compare/v4.4.7...v4.4.8) - fix: modulePreload false ([#&#8203;13973](https://github.com/vitejs/vite/issues/13973)) ([488085d](https://github.com/vitejs/vite/commit/488085d)), closes [#&#8203;13973](https://github.com/vitejs/vite/issues/13973) - fix: multiple entries with shared css and no JS ([#&#8203;13962](https://github.com/vitejs/vite/issues/13962)) ([89a3db0](https://github.com/vitejs/vite/commit/89a3db0)), closes [#&#8203;13962](https://github.com/vitejs/vite/issues/13962) - fix: use file extensions on type imports so they work with `moduleResolution: 'node16'` ([#&#8203;13947](https://github.com/vitejs/vite/issues/13947)) ([aeef670](https://github.com/vitejs/vite/commit/aeef670)), closes [#&#8203;13947](https://github.com/vitejs/vite/issues/13947) - fix(css): enhance error message for missing preprocessor dependency ([#&#8203;11485](https://github.com/vitejs/vite/issues/11485)) ([65e5c22](https://github.com/vitejs/vite/commit/65e5c22)), closes [#&#8203;11485](https://github.com/vitejs/vite/issues/11485) - fix(esbuild): fix static properties transpile when useDefineForClassFields false ([#&#8203;13992](https://github.com/vitejs/vite/issues/13992)) ([4ca7c13](https://github.com/vitejs/vite/commit/4ca7c13)), closes [#&#8203;13992](https://github.com/vitejs/vite/issues/13992) - fix(importAnalysis): strip url base before passing as safeModulePaths ([#&#8203;13712](https://github.com/vitejs/vite/issues/13712)) ([1ab06a8](https://github.com/vitejs/vite/commit/1ab06a8)), closes [#&#8203;13712](https://github.com/vitejs/vite/issues/13712) - fix(importMetaGlob): avoid unnecessary hmr of negative glob ([#&#8203;13646](https://github.com/vitejs/vite/issues/13646)) ([844451c](https://github.com/vitejs/vite/commit/844451c)), closes [#&#8203;13646](https://github.com/vitejs/vite/issues/13646) - fix(optimizer): avoid double-commit of optimized deps when discovery is disabled ([#&#8203;13865](https://github.com/vitejs/vite/issues/13865)) ([df77991](https://github.com/vitejs/vite/commit/df77991)), closes [#&#8203;13865](https://github.com/vitejs/vite/issues/13865) - fix(optimizer): enable experimentalDecorators by default ([#&#8203;13981](https://github.com/vitejs/vite/issues/13981)) ([f8a5ffc](https://github.com/vitejs/vite/commit/f8a5ffc)), closes [#&#8203;13981](https://github.com/vitejs/vite/issues/13981) - perf: replace startsWith with === ([#&#8203;13989](https://github.com/vitejs/vite/issues/13989)) ([3aab14e](https://github.com/vitejs/vite/commit/3aab14e)), closes [#&#8203;13989](https://github.com/vitejs/vite/issues/13989) - perf: single slash does not need to be replaced ([#&#8203;13980](https://github.com/vitejs/vite/issues/13980)) ([66f522c](https://github.com/vitejs/vite/commit/66f522c)), closes [#&#8203;13980](https://github.com/vitejs/vite/issues/13980) - perf: use Intl.DateTimeFormatter instead of toLocaleTimeString ([#&#8203;13951](https://github.com/vitejs/vite/issues/13951)) ([af53a1d](https://github.com/vitejs/vite/commit/af53a1d)), closes [#&#8203;13951](https://github.com/vitejs/vite/issues/13951) - perf: use Intl.NumberFormat instead of toLocaleString ([#&#8203;13949](https://github.com/vitejs/vite/issues/13949)) ([a48bf88](https://github.com/vitejs/vite/commit/a48bf88)), closes [#&#8203;13949](https://github.com/vitejs/vite/issues/13949) - perf: use magic-string hires boundary for sourcemaps ([#&#8203;13971](https://github.com/vitejs/vite/issues/13971)) ([b9a8d65](https://github.com/vitejs/vite/commit/b9a8d65)), closes [#&#8203;13971](https://github.com/vitejs/vite/issues/13971) - chore(reporter): remove unnecessary map ([#&#8203;13972](https://github.com/vitejs/vite/issues/13972)) ([dd9d4c1](https://github.com/vitejs/vite/commit/dd9d4c1)), closes [#&#8203;13972](https://github.com/vitejs/vite/issues/13972) - refactor: add new overload to the type of defineConfig ([#&#8203;13958](https://github.com/vitejs/vite/issues/13958)) ([24c12fe](https://github.com/vitejs/vite/commit/24c12fe)), closes [#&#8203;13958](https://github.com/vitejs/vite/issues/13958) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2023-08-01 15:00:51 +02:00
chore(deps): update dependency vite to v4.4.8
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
d3eff79fdb
renovate-bot merged commit d3eff79fdb into main 2023-08-01 16:00:34 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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: dungeonslayers/ds4#159
No description provided.