chore(deps): update dependency vite to v5.1.3 #457

Merged
nemunaire merged 1 commits from renovate/vite-5.x-lockfile into master 2024-02-18 19:21:29 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

vitejs/vite (vite)

v5.1.3

Compare Source

v5.1.2

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 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://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.1.1` -> `5.1.3`](https://renovatebot.com/diffs/npm/vite/5.1.1/5.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.1.1/5.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.1.1/5.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v5.1.3`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small513-2024-02-15-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.2...v5.1.3) - fix: cachedTransformMiddleware for direct css requests ([#&#8203;15919](https://github.com/vitejs/vite/issues/15919)) ([5099028](https://github.com/vitejs/vite/commit/5099028)), closes [#&#8203;15919](https://github.com/vitejs/vite/issues/15919) - refactor(runtime): minor tweaks ([#&#8203;15904](https://github.com/vitejs/vite/issues/15904)) ([63a39c2](https://github.com/vitejs/vite/commit/63a39c2)), closes [#&#8203;15904](https://github.com/vitejs/vite/issues/15904) - refactor(runtime): seal ES module namespace object instead of feezing ([#&#8203;15914](https://github.com/vitejs/vite/issues/15914)) ([4172f02](https://github.com/vitejs/vite/commit/4172f02)), closes [#&#8203;15914](https://github.com/vitejs/vite/issues/15914) ### [`v5.1.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small512-2024-02-14-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.1...v5.1.2) - fix: normalize import file path info ([#&#8203;15772](https://github.com/vitejs/vite/issues/15772)) ([306df44](https://github.com/vitejs/vite/commit/306df44)), closes [#&#8203;15772](https://github.com/vitejs/vite/issues/15772) - fix(build): do not output build time when build fails ([#&#8203;15711](https://github.com/vitejs/vite/issues/15711)) ([added3e](https://github.com/vitejs/vite/commit/added3e)), closes [#&#8203;15711](https://github.com/vitejs/vite/issues/15711) - fix(runtime): pass path instead of fileURL to `isFilePathESM` ([#&#8203;15908](https://github.com/vitejs/vite/issues/15908)) ([7b15607](https://github.com/vitejs/vite/commit/7b15607)), closes [#&#8203;15908](https://github.com/vitejs/vite/issues/15908) - fix(worker): support UTF-8 encoding in inline workers (fixes [#&#8203;12117](https://github.com/vitejs/vite/issues/12117)) ([#&#8203;15866](https://github.com/vitejs/vite/issues/15866)) ([570e0f1](https://github.com/vitejs/vite/commit/570e0f1)), closes [#&#8203;12117](https://github.com/vitejs/vite/issues/12117) [#&#8203;15866](https://github.com/vitejs/vite/issues/15866) - chore: update license file ([#&#8203;15885](https://github.com/vitejs/vite/issues/15885)) ([d9adf18](https://github.com/vitejs/vite/commit/d9adf18)), closes [#&#8203;15885](https://github.com/vitejs/vite/issues/15885) - chore(deps): update all non-major dependencies ([#&#8203;15874](https://github.com/vitejs/vite/issues/15874)) ([d16ce5d](https://github.com/vitejs/vite/commit/d16ce5d)), closes [#&#8203;15874](https://github.com/vitejs/vite/issues/15874) - chore(deps): update dependency dotenv-expand to v11 ([#&#8203;15875](https://github.com/vitejs/vite/issues/15875)) ([642d528](https://github.com/vitejs/vite/commit/642d528)), closes [#&#8203;15875](https://github.com/vitejs/vite/issues/15875) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE4Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate-bot changed title from chore(deps): update dependency vite to v5.1.2 to chore(deps): update dependency vite to v5.1.3 2024-02-15 14:14:45 +00:00
renovate-bot force-pushed renovate/vite-5.x-lockfile from d8ace789b1 to e86a02bb79 2024-02-15 14:14:50 +00:00 Compare
nemunaire merged commit 74995545f3 into master 2024-02-18 19:21:29 +00:00
nemunaire deleted branch renovate/vite-5.x-lockfile 2024-02-18 19:21:30 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: happyDomain/happyDomain#457
No description provided.