unjs / unplugin

Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more
https://unplugin.unjs.io
MIT License
2.9k stars 104 forks source link

chore(deps): update all non-major dependencies #367

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.7.0 -> ^2.8.0 age adoption passing confidence
@rspack/cli (source) ^0.5.5 -> ^0.5.6 age adoption passing confidence
@rspack/core (source) ^0.5.5 -> ^0.5.6 age adoption passing confidence
bumpp ^9.3.1 -> ^9.4.0 age adoption passing confidence
rollup (source) ^4.12.0 -> ^4.12.1 age adoption passing confidence
vite (source) ^5.1.4 -> ^5.1.5 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v2.8.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.8.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.7.0...v2.8.0) #####    🚀 Features - Add prettier-plugin-astro for eslint-config formatter  -  by [@​kaivanwong](https://togithub.com/kaivanwong) in [https://github.com/antfu/eslint-config/issues/413](https://togithub.com/antfu/eslint-config/issues/413) [(479c4)](https://togithub.com/antfu/eslint-config/commit/479c47f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.7.0...v2.8.0)
web-infra-dev/rspack (@​rspack/cli) ### [`v0.5.6`](https://togithub.com/web-infra-dev/rspack/releases/tag/v0.5.6) [Compare Source](https://togithub.com/web-infra-dev/rspack/compare/v0.5.5...v0.5.6) #### What's Changed #### Highlight ##### Improve HMR performance around 60% Introducing sourcemap caching has improved the compilation speed of HMR (Hot Module Replacement), typically resulting in an improvement of around 60%. benchmark of rspack ##### Performance Improvements ⚡ - perf: add cache for source map by [@​SyMind](https://togithub.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/5709](https://togithub.com/web-infra-dev/rspack/pull/5709) - perf(deps): remove terminal-link package by [@​chenjiahan](https://togithub.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/5819](https://togithub.com/web-infra-dev/rspack/pull/5819) - perf: let CachedSource work right by [@​SyMind](https://togithub.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/5830](https://togithub.com/web-infra-dev/rspack/pull/5830) ##### Exciting New Features 🎉 - feat: call parser hooks with tag by [@​bvanjoi](https://togithub.com/bvanjoi) in [https://github.com/web-infra-dev/rspack/pull/5784](https://togithub.com/web-infra-dev/rspack/pull/5784) - feat: polish diagnostic suggestion wordings for module resolution by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5790](https://togithub.com/web-infra-dev/rspack/pull/5790) - feat: support stage for hooks by [@​ahabhgk](https://togithub.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/5714](https://togithub.com/web-infra-dev/rspack/pull/5714) - feat: run ecosystem ci as merged into main by [@​SyMind](https://togithub.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/5846](https://togithub.com/web-infra-dev/rspack/pull/5846) - feat: support compilation.renameAsset by [@​LingyuCoder](https://togithub.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/5849](https://togithub.com/web-infra-dev/rspack/pull/5849) ##### Bug Fixes 🐞 - fix: fix `this` in ctor default param transform into `undefined` by [@​NotEvenANeko](https://togithub.com/NotEvenANeko) in [https://github.com/web-infra-dev/rspack/pull/5787](https://togithub.com/web-infra-dev/rspack/pull/5787) - fix: 🐛 fix 5782 by [@​IWANABETHATGUY](https://togithub.com/IWANABETHATGUY) in [https://github.com/web-infra-dev/rspack/pull/5793](https://togithub.com/web-infra-dev/rspack/pull/5793) - fix: skip release rspack-test-tools and webpack-cli-test by [@​jerrykingxyz](https://togithub.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/5809](https://togithub.com/web-infra-dev/rspack/pull/5809) - fix: release [@​rspack/test-tools](https://togithub.com/rspack/test-tools) by [@​jerrykingxyz](https://togithub.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/5810](https://togithub.com/web-infra-dev/rspack/pull/5810) - fix: disable hooks should respect interceptor by [@​ahabhgk](https://togithub.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/5812](https://togithub.com/web-infra-dev/rspack/pull/5812) - fix(parser): should walk parameters in class methods by [@​JSerFeng](https://togithub.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/5813](https://togithub.com/web-infra-dev/rspack/pull/5813) - fix: should not contain duplicate initFragments for namespace_cache by [@​JSerFeng](https://togithub.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/5816](https://togithub.com/web-infra-dev/rspack/pull/5816) - fix: add context module afterResolve hook by [@​JSerFeng](https://togithub.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/5746](https://togithub.com/web-infra-dev/rspack/pull/5746) - fix: [@​rspack/dev-server](https://togithub.com/rspack/dev-server) Cannot find module by [@​noshower](https://togithub.com/noshower) in [https://github.com/web-infra-dev/rspack/pull/5826](https://togithub.com/web-infra-dev/rspack/pull/5826) - fix: let filename can receive null by [@​SyMind](https://togithub.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/5831](https://togithub.com/web-infra-dev/rspack/pull/5831) - fix: should not generate minify plugin based on devtool by [@​JSerFeng](https://togithub.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/5840](https://togithub.com/web-infra-dev/rspack/pull/5840) - fix: jest disable transform node_module by [@​jerrykingxyz](https://togithub.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/5848](https://togithub.com/web-infra-dev/rspack/pull/5848) - fix: cjs interop by [@​IWANABETHATGUY](https://togithub.com/IWANABETHATGUY) in [https://github.com/web-infra-dev/rspack/pull/5828](https://togithub.com/web-infra-dev/rspack/pull/5828) - fix: require as expression by [@​ahabhgk](https://togithub.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/5844](https://togithub.com/web-infra-dev/rspack/pull/5844) ##### Other Changes - chore: init webpack-cli tests by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5785](https://togithub.com/web-infra-dev/rspack/pull/5785) - chore: align multi compiler test !windows by [@​SyMind](https://togithub.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/5777](https://togithub.com/web-infra-dev/rspack/pull/5777) - chore: align stats test by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5789](https://togithub.com/web-infra-dev/rspack/pull/5789) - chore: js hash test by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5796](https://togithub.com/web-infra-dev/rspack/pull/5796) - chore: align MultiStats tests by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5798](https://togithub.com/web-infra-dev/rspack/pull/5798) - chore: align default test runner by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5799](https://togithub.com/web-infra-dev/rspack/pull/5799) - chore: align test cases runner by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5747](https://togithub.com/web-infra-dev/rspack/pull/5747) - chore: renovate split napi upgrades by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/web-infra-dev/rspack/pull/5806](https://togithub.com/web-infra-dev/rspack/pull/5806) - chore: shaking duplicate test cases by [@​SyMind](https://togithub.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/5802](https://togithub.com/web-infra-dev/rspack/pull/5802) - chore: migrate miscellaneous test runners and remove swc-jest by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5801](https://togithub.com/web-infra-dev/rspack/pull/5801) - chore(deps): update crates by [@​renovate](https://togithub.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/5791](https://togithub.com/web-infra-dev/rspack/pull/5791) - refactor(code-splitting): using raw dependencies order by [@​JSerFeng](https://togithub.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/5807](https://togithub.com/web-infra-dev/rspack/pull/5807) - refactor: move runtimeCases to configCases by [@​JSerFeng](https://togithub.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/5814](https://togithub.com/web-infra-dev/rspack/pull/5814) - chore: align jest config by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5815](https://togithub.com/web-infra-dev/rspack/pull/5815) - chore(deps): update npm dev dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/5792](https://togithub.com/web-infra-dev/rspack/pull/5792) - Revert "chore(deps): update npm dev dependencies" by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/web-infra-dev/rspack/pull/5817](https://togithub.com/web-infra-dev/rspack/pull/5817) - chore: remove source-map-support by [@​hardfist](https://togithub.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/5823](https://togithub.com/web-infra-dev/rspack/pull/5823) - chore: disable jest cache by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/5825](https://togithub.com/web-infra-dev/rspack/pull/5825) - chore: disable jest sourcemap support by [@​hardfist](https://togithub.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/5827](https://togithub.com/web-infra-dev/rspack/pull/5827) - chore: set pnpm store-dir to global store-dir + version by [@​jerrykingxyz](https://togithub.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/5843](https://togithub.com/web-infra-dev/rspack/pull/5843) - chore: remove unused local variables by [@​chenjiahan](https://togithub.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/5820](https://togithub.com/web-infra-dev/rspack/pull/5820) #### New Contributors - [@​NotEvenANeko](https://togithub.com/NotEvenANeko) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/5787](https://togithub.com/web-infra-dev/rspack/pull/5787) - [@​noshower](https://togithub.com/noshower) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/5826](https://togithub.com/web-infra-dev/rspack/pull/5826) **Full Changelog**: https://github.com/web-infra-dev/rspack/compare/v0.5.5...v0.5.6
antfu/bumpp (bumpp) ### [`v9.4.0`](https://togithub.com/antfu/bumpp/releases/tag/v9.4.0) [Compare Source](https://togithub.com/antfu/bumpp/compare/v9.3.1...v9.4.0) #####    🚀 Features - Support `next` as release type  -  by [@​Vision010](https://togithub.com/Vision010), **Anthony Fu** and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/bumpp/issues/15](https://togithub.com/antfu/bumpp/issues/15) [(81b7e)](https://togithub.com/antfu/bumpp/commit/81b7e35) - Allow passing `--current-version` to override the current version  -  by [@​murongg](https://togithub.com/murongg) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/bumpp/issues/17](https://togithub.com/antfu/bumpp/issues/17) [(48778)](https://togithub.com/antfu/bumpp/commit/4877803) - Find config in parent directory  -  by [@​aleclarson](https://togithub.com/aleclarson) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/bumpp/issues/8](https://togithub.com/antfu/bumpp/issues/8) [(032bd)](https://togithub.com/antfu/bumpp/commit/032bd7a) #####    🐞 Bug Fixes - Resolve the right config file and args from cli  -  by [@​Bernankez](https://togithub.com/Bernankez) in [https://github.com/antfu/bumpp/issues/20](https://togithub.com/antfu/bumpp/issues/20) [(d9660)](https://togithub.com/antfu/bumpp/commit/d9660fe) #####     [View changes on GitHub](https://togithub.com/antfu/bumpp/compare/v9.3.1...v9.4.0)
rollup/rollup (rollup) ### [`v4.12.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4121) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.12.0...v4.12.1) *2024-03-06* ##### Bug Fixes - Escape special characters in file references ([#​5404](https://togithub.com/rollup/rollup/issues/5404)) ##### Pull Requests - [#​5398](https://togithub.com/rollup/rollup/pull/5398): Rename `getRollupEror` to `getRollupError` ([@​MrRefactoring](https://togithub.com/MrRefactoring)) - [#​5399](https://togithub.com/rollup/rollup/pull/5399): chore(deps): lock file maintenance minor/patch updates ( [@​renovate](https://togithub.com/renovate)\[bot]) - [#​5404](https://togithub.com/rollup/rollup/pull/5404): fix: escape ids in `import.meta.ROLLUP_FILE_URL_referenceId` correctly ([@​sapphi-red](https://togithub.com/sapphi-red)) - [#​5406](https://togithub.com/rollup/rollup/pull/5406): chore(deps): lock file maintenance minor/patch updates ( [@​renovate](https://togithub.com/renovate)\[bot]) - [#​5407](https://togithub.com/rollup/rollup/pull/5407): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5411](https://togithub.com/rollup/rollup/pull/5411): Chunk assignment - Fix comment line breaks and typo ([@​yoavweiss](https://togithub.com/yoavweiss), [@​lukastaegert](https://togithub.com/lukastaegert))
vitejs/vite (vite) ### [`v5.1.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small515-2024-03-04-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.1.4...v5.1.5) - fix: `__vite__mapDeps` code injection ([#​15732](https://togithub.com/vitejs/vite/issues/15732)) ([aff54e1](https://togithub.com/vitejs/vite/commit/aff54e1)), closes [#​15732](https://togithub.com/vitejs/vite/issues/15732) - fix: analysing build chunk without dependencies ([#​15469](https://togithub.com/vitejs/vite/issues/15469)) ([bd52283](https://togithub.com/vitejs/vite/commit/bd52283)), closes [#​15469](https://togithub.com/vitejs/vite/issues/15469) - fix: import with query with imports field ([#​16085](https://togithub.com/vitejs/vite/issues/16085)) ([ab823ab](https://togithub.com/vitejs/vite/commit/ab823ab)), closes [#​16085](https://togithub.com/vitejs/vite/issues/16085) - fix: normalize literal-only entry pattern ([#​16010](https://togithub.com/vitejs/vite/issues/16010)) ([1dccc37](https://togithub.com/vitejs/vite/commit/1dccc37)), closes [#​16010](https://togithub.com/vitejs/vite/issues/16010) - fix: optimizeDeps.entries with literal-only pattern(s) ([#​15853](https://togithub.com/vitejs/vite/issues/15853)) ([49300b3](https://togithub.com/vitejs/vite/commit/49300b3)), closes [#​15853](https://togithub.com/vitejs/vite/issues/15853) - fix: output correct error for empty import specifier ([#​16055](https://togithub.com/vitejs/vite/issues/16055)) ([a9112eb](https://togithub.com/vitejs/vite/commit/a9112eb)), closes [#​16055](https://togithub.com/vitejs/vite/issues/16055) - fix: upgrade esbuild to 0.20.x ([#​16062](https://togithub.com/vitejs/vite/issues/16062)) ([899d9b1](https://togithub.com/vitejs/vite/commit/899d9b1)), closes [#​16062](https://togithub.com/vitejs/vite/issues/16062) - fix(runtime): runtime HMR affects only imported files ([#​15898](https://togithub.com/vitejs/vite/issues/15898)) ([57463fc](https://togithub.com/vitejs/vite/commit/57463fc)), closes [#​15898](https://togithub.com/vitejs/vite/issues/15898) - fix(scanner): respect `experimentalDecorators: true` ([#​15206](https://togithub.com/vitejs/vite/issues/15206)) ([4144781](https://togithub.com/vitejs/vite/commit/4144781)), closes [#​15206](https://togithub.com/vitejs/vite/issues/15206) - revert: "fix: upgrade esbuild to 0.20.x" ([#​16072](https://togithub.com/vitejs/vite/issues/16072)) ([11cceea](https://togithub.com/vitejs/vite/commit/11cceea)), closes [#​16072](https://togithub.com/vitejs/vite/issues/16072) - refactor: share code with vite runtime ([#​15907](https://togithub.com/vitejs/vite/issues/15907)) ([b20d542](https://togithub.com/vitejs/vite/commit/b20d542)), closes [#​15907](https://togithub.com/vitejs/vite/issues/15907) - refactor(runtime): use functions from `pathe` ([#​16061](https://togithub.com/vitejs/vite/issues/16061)) ([aac2ef7](https://togithub.com/vitejs/vite/commit/aac2ef7)), closes [#​16061](https://togithub.com/vitejs/vite/issues/16061) - chore(deps): update all non-major dependencies ([#​16028](https://togithub.com/vitejs/vite/issues/16028)) ([7cfe80d](https://togithub.com/vitejs/vite/commit/7cfe80d)), closes [#​16028](https://togithub.com/vitejs/vite/issues/16028)

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.