Closed renovate[bot] closed 2 months ago
This PR contains the following updates:
^5.4.1
^5.4.2
^4.20.0
^4.21.1
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
^5.4.1
->^5.4.2
^4.20.0
->^4.21.1
Release Notes
vitejs/vite (@vitejs/plugin-legacy)
### [`v5.4.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/plugin-legacy/CHANGELOG.md#small542-2024-08-15-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.4.1...v5.4.2) - chore: extend commit hash ([#17709](https://togithub.com/vitejs/vite/issues/17709)) ([4fc9b64](https://togithub.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb)), closes [#17709](https://togithub.com/vitejs/vite/issues/17709) - chore(deps): update all non-major dependencies ([#17820](https://togithub.com/vitejs/vite/issues/17820)) ([bb2f8bb](https://togithub.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a)), closes [#17820](https://togithub.com/vitejs/vite/issues/17820) - fix: handle encoded base paths ([#17577](https://togithub.com/vitejs/vite/issues/17577)) ([720447e](https://togithub.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41)), closes [#17577](https://togithub.com/vitejs/vite/issues/17577) - fix(deps): update all non-major dependencies ([#17430](https://togithub.com/vitejs/vite/issues/17430)) ([4453d35](https://togithub.com/vitejs/vite/commit/4453d3578b343d16a8a5298bf154f280088968d9)), closes [#17430](https://togithub.com/vitejs/vite/issues/17430) - fix(deps): update all non-major dependencies ([#17494](https://togithub.com/vitejs/vite/issues/17494)) ([bf123f2](https://togithub.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5)), closes [#17494](https://togithub.com/vitejs/vite/issues/17494) - fix(deps): update all non-major dependencies ([#17629](https://togithub.com/vitejs/vite/issues/17629)) ([93281b0](https://togithub.com/vitejs/vite/commit/93281b0e09ff8b00e21c24b80ed796db89cbc1ef)), closes [#17629](https://togithub.com/vitejs/vite/issues/17629) - fix(deps): update all non-major dependencies ([#17780](https://togithub.com/vitejs/vite/issues/17780)) ([e408542](https://togithub.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca)), closes [#17780](https://togithub.com/vitejs/vite/issues/17780) - perf: improve regex performance ([#17789](https://togithub.com/vitejs/vite/issues/17789)) ([952bae3](https://togithub.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36)), closes [#17789](https://togithub.com/vitejs/vite/issues/17789) - docs: rename cdnjs link ([#17565](https://togithub.com/vitejs/vite/issues/17565)) ([61357f6](https://togithub.com/vitejs/vite/commit/61357f67cdb8eca2c551150a1f0329e272f4da62)), closes [#17565](https://togithub.com/vitejs/vite/issues/17565)rollup/rollup (rollup)
### [`v4.21.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4211) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.21.0...v4.21.1) *2024-08-26* ##### Bug Fixes - Ensure `closeWatcher` hook is called when watch mode is aborted via Ctrl+C ([#5618](https://togithub.com/rollup/rollup/issues/5618)) - Do not produce invalid code for `import.meta.url` in compact mode ([#5624](https://togithub.com/rollup/rollup/issues/5624)) - Do not throw when generating chunk names when preserving modules in Windows ([#5625](https://togithub.com/rollup/rollup/issues/5625)) ##### Pull Requests - [#5591](https://togithub.com/rollup/rollup/pull/5591): chore(deps): update dependency [@types/eslint](https://togithub.com/types/eslint) to v9 ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5618](https://togithub.com/rollup/rollup/pull/5618): preload the WASM file even though the version is undefined. ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5619](https://togithub.com/rollup/rollup/pull/5619): Call and await closeWatcher hooks on exit signals ([@lukastaegert](https://togithub.com/lukastaegert)) - [#5622](https://togithub.com/rollup/rollup/pull/5622): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5624](https://togithub.com/rollup/rollup/pull/5624): fix: add space for DOCUMENT_CURRENT_SCRIPT template ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5625](https://togithub.com/rollup/rollup/pull/5625): fix: get the right chunk name for preserve modules in Windows ([@TrickyPi](https://togithub.com/TrickyPi), [@lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.21.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4210) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.20.0...v4.21.0) *2024-08-18* ##### Features - Add option to configure directory for virtual modules when preserving modules ([#5602](https://togithub.com/rollup/rollup/issues/5602)) ##### Pull Requests - [#5602](https://togithub.com/rollup/rollup/pull/5602): feat: introduce the virtualDirname option to customize the virtual directory name ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5607](https://togithub.com/rollup/rollup/pull/5607): chore(deps): update typescript-eslint monorepo to v8 (major) ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5608](https://togithub.com/rollup/rollup/pull/5608): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot]) - [#5611](https://togithub.com/rollup/rollup/pull/5611): chore: fix the `noConflict` option in REPL. ([@7086cmd](https://togithub.com/7086cmd)) - [#5613](https://togithub.com/rollup/rollup/pull/5613): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot]) - [#5614](https://togithub.com/rollup/rollup/pull/5614): chore(deps): lock file maintenance ([@renovate](https://togithub.com/renovate)\[bot])Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.