chore(deps): update dependency vite to v4.4.6 #47

Merged
nemunaire merged 2 commits from renovate/vite-4.x-lockfile into master 2023-07-21 23:00:23 +00:00
Contributor

This PR contains the following updates:

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

Release Notes

vitejs/vite (vite)

v4.4.6

Compare Source

v4.4.5

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.4` -> `4.4.6`](https://renovatebot.com/diffs/npm/vite/4.4.4/4.4.6) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.4.6/compatibility-slim/4.4.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.4.6/confidence-slim/4.4.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v4.4.6`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small446-2023-07-21-small) [Compare Source](https://github.com/vitejs/vite/compare/v4.4.5...v4.4.6) - fix: constrain inject helpers for iife ([#&#8203;13909](https://github.com/vitejs/vite/issues/13909)) ([c89f677](https://github.com/vitejs/vite/commit/c89f677)), closes [#&#8203;13909](https://github.com/vitejs/vite/issues/13909) - fix: display manualChunks warning only when a function is not used ([#&#8203;13797](https://github.com/vitejs/vite/issues/13797)) ([#&#8203;13798](https://github.com/vitejs/vite/issues/13798)) ([51c271f](https://github.com/vitejs/vite/commit/51c271f)), closes [#&#8203;13797](https://github.com/vitejs/vite/issues/13797) [#&#8203;13798](https://github.com/vitejs/vite/issues/13798) - fix: do not append `browserHash` on optimized deps during build ([#&#8203;13906](https://github.com/vitejs/vite/issues/13906)) ([0fb2340](https://github.com/vitejs/vite/commit/0fb2340)), closes [#&#8203;13906](https://github.com/vitejs/vite/issues/13906) - fix: use Bun's implementation of `ws` instead of the bundled one ([#&#8203;13901](https://github.com/vitejs/vite/issues/13901)) ([049404c](https://github.com/vitejs/vite/commit/049404c)), closes [#&#8203;13901](https://github.com/vitejs/vite/issues/13901) - feat(client): add guide to press Esc for closing the overlay ([#&#8203;13896](https://github.com/vitejs/vite/issues/13896)) ([da389cc](https://github.com/vitejs/vite/commit/da389cc)), closes [#&#8203;13896](https://github.com/vitejs/vite/issues/13896) ### [`v4.4.5`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small445-2023-07-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v4.4.4...v4.4.5) - fix: "EISDIR: illegal operation on a directory, realpath" error on RA… ([#&#8203;13655](https://github.com/vitejs/vite/issues/13655)) ([6bd5434](https://github.com/vitejs/vite/commit/6bd5434)), closes [#&#8203;13655](https://github.com/vitejs/vite/issues/13655) - fix: transform error message add file info ([#&#8203;13687](https://github.com/vitejs/vite/issues/13687)) ([6dca41c](https://github.com/vitejs/vite/commit/6dca41c)), closes [#&#8203;13687](https://github.com/vitejs/vite/issues/13687) - fix: warn when publicDir and outDir are nested ([#&#8203;13742](https://github.com/vitejs/vite/issues/13742)) ([4eb3154](https://github.com/vitejs/vite/commit/4eb3154)), closes [#&#8203;13742](https://github.com/vitejs/vite/issues/13742) - fix(build): remove warning about ineffective dynamic import from node_modules ([#&#8203;13884](https://github.com/vitejs/vite/issues/13884)) ([33002dd](https://github.com/vitejs/vite/commit/33002dd)), closes [#&#8203;13884](https://github.com/vitejs/vite/issues/13884) - fix(build): style insert order for UMD builds (fix [#&#8203;13668](https://github.com/vitejs/vite/issues/13668)) ([#&#8203;13669](https://github.com/vitejs/vite/issues/13669)) ([49a1b99](https://github.com/vitejs/vite/commit/49a1b99)), closes [#&#8203;13668](https://github.com/vitejs/vite/issues/13668) [#&#8203;13669](https://github.com/vitejs/vite/issues/13669) - fix(deps): update all non-major dependencies ([#&#8203;13872](https://github.com/vitejs/vite/issues/13872)) ([975a631](https://github.com/vitejs/vite/commit/975a631)), closes [#&#8203;13872](https://github.com/vitejs/vite/issues/13872) - fix(types): narrow down the return type of `defineConfig` ([#&#8203;13792](https://github.com/vitejs/vite/issues/13792)) ([c971f26](https://github.com/vitejs/vite/commit/c971f26)), closes [#&#8203;13792](https://github.com/vitejs/vite/issues/13792) - chore: fix typos ([#&#8203;13862](https://github.com/vitejs/vite/issues/13862)) ([f54e8da](https://github.com/vitejs/vite/commit/f54e8da)), closes [#&#8203;13862](https://github.com/vitejs/vite/issues/13862) - chore: replace `any` with `string` ([#&#8203;13850](https://github.com/vitejs/vite/issues/13850)) ([4606fd8](https://github.com/vitejs/vite/commit/4606fd8)), closes [#&#8203;13850](https://github.com/vitejs/vite/issues/13850) - chore(deps): update dependency prettier to v3 ([#&#8203;13759](https://github.com/vitejs/vite/issues/13759)) ([5a56941](https://github.com/vitejs/vite/commit/5a56941)), closes [#&#8203;13759](https://github.com/vitejs/vite/issues/13759) - docs: fix build.cssMinify link ([#&#8203;13840](https://github.com/vitejs/vite/issues/13840)) ([8a2a3e1](https://github.com/vitejs/vite/commit/8a2a3e1)), closes [#&#8203;13840](https://github.com/vitejs/vite/issues/13840) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Author
Contributor

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks
### Branch automerge failure This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. ___ * Branch has one or more failed status checks
renovate-bot changed title from chore(deps): update dependency vite to v4.4.5 to chore(deps): update dependency vite to v4.4.6 2023-07-21 09:21:52 +00:00
renovate-bot force-pushed renovate/vite-4.x-lockfile from e0b08142d9 to 6f05f6580f 2023-07-21 09:21:55 +00:00 Compare
nemunaire merged commit 6f05f6580f into master 2023-07-21 23:00:23 +00:00
nemunaire deleted branch renovate/vite-4.x-lockfile 2023-07-21 23:00:24 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: teach/maatma-videos#47
No description provided.