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 #309

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.39.3 -> ^0.39.4 age adoption passing confidence
@rspack/cli (source) ^0.1.12 -> ^0.2.0 age adoption passing confidence
@rspack/core (source) ^0.1.12 -> ^0.2.0 age adoption passing confidence
eslint (source) ^8.41.0 -> ^8.42.0 age adoption passing confidence
pnpm (source) 8.5.1 -> 8.6.0 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.1.3 age adoption passing confidence
vite (source) ^4.3.8 -> ^4.3.9 age adoption passing confidence
vitest ^0.31.1 -> ^0.31.4 age adoption passing confidence
webpack ^5.84.1 -> ^5.85.0 age adoption passing confidence

Release Notes

antfu/eslint-config ### [`v0.39.4`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.3...v0.39.4) #####    🚀 Features - **basic**: - Ban `global` variable  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/189](https://togithub.com/antfu/eslint-config/issues/189) [(e787e)](https://togithub.com/antfu/eslint-config/commit/e787e9a) - Ban some deprecated global functions  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/190](https://togithub.com/antfu/eslint-config/issues/190) [(aefa7)](https://togithub.com/antfu/eslint-config/commit/aefa76e) - **ts**: - Enable `@typescript-eslint/consistent-type-assertions`  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/188](https://togithub.com/antfu/eslint-config/issues/188) [(a3598)](https://togithub.com/antfu/eslint-config/commit/a3598d3) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.3...v0.39.4)
web-infra-dev/rspack ### [`v0.2.0`](https://togithub.com/web-infra-dev/rspack/releases/tag/0.2.0) [Compare Source](https://togithub.com/web-infra-dev/rspack/compare/v0.1.12...0.2.0)

##### Rspack 0.2.0 is out! Read the announcement blog post: [Announcing Rspack 0.2](https://www.rspack.dev/blog/announcing-0.2.html). ##### Overview Official [vue-loader](https://www.rspack.dev/guide/vue.html) support 🎉 And also - [realContentHash](https://www.rspack.dev/blog/announcing-0.2.html#realcontenthash) support - [DataURI](https://www.rspack.dev/blog/announcing-0.2.html#datauri-support) support - [ESM output](https://www.rspack.dev/blog/announcing-0.2.html#esm/system-format) support - [Configurable SplitChunksPlugin](https://www.rspack.dev/blog/announcing-0.2.html#new-splitchunksplugin-implementation) support - [Webpack Compatibility Updates](https://www.rspack.dev/blog/announcing-0.2.html#webpack-compatibility-updates): style-loader, css-loader, node-loader, svelte-loader and ForkTsCheckerWebpackPlugin and more - [Framework Ecosystem Updates](https://www.rspack.dev/blog/announcing-0.2.html#framework-ecosystem-updates): NestJS, Storybook React (5 - 10 times faster) - More [hooks](https://www.rspack.dev/blog/announcing-0.2.html#plugin-hooks) and [Loader APIs](https://www.rspack.dev/blog/announcing-0.2.html#loader) - and more... ##### What's Changed ##### Breaking Changes 🛠 - fix: align rspack-dev-middleware and rspack-plugin-html export with webpack by [@​hardfist](https://togithub.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/3358](https://togithub.com/web-infra-dev/rspack/pull/3358) ##### Performance Improvements ⚡ - perf(core): improve cold startup performance by caching `depended_modules` function in code splitter by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/web-infra-dev/rspack/pull/2294](https://togithub.com/web-infra-dev/rspack/pull/2294) - perf(rspack_core): reduce memory allocation when cloning RuntimeSpec by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/web-infra-dev/rspack/pull/2844](https://togithub.com/web-infra-dev/rspack/pull/2844) - perf: avoid `clone` while matching `import.meta.webpackHot` by [@​hyf0](https://togithub.com/hyf0) in [https://github.com/web-infra-dev/rspack/pull/2857](https://togithub.com/web-infra-dev/rspack/pull/2857) - perf: bailout if possible and ignore AstNode of type in `ReactRefreshUsageFinder` by [@​hyf0](https://togithub.com/hyf0) in [https://github.com/web-infra-dev/rspack/pull/2875](https://togithub.com/web-infra-dev/rspack/pull/2875) - perf: compose loaders on the native side by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/2894](https://togithub.com/web-infra-dev/rspack/pull/2894) - perf: 🤖 optimize regex by [@​IWANABETHATGUY](https://togithub.com/IWANABETHATGUY) in [https://github.com/web-infra-dev/rspack/pull/3113](https://togithub.com/web-infra-dev/rspack/pull/3113) - perf: skip call chunkAsset hook when not in use by [@​jerrykingxyz](https://togithub.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/3228](https://togithub.com/web-infra-dev/rspack/pull/3228) - perf: emit_assets only emit changed assets by [@​jerrykingxyz](https://togithub.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/3305](https://togithub.com/web-infra-dev/rspack/pull/3305) ##### Exciting New Features 🎉 - feat: port `ImportMetaPlugin` of Webpack by [@​underfin](https://togithub.com/underfin) in [https://github.com/web-infra-dev/rspack/pull/2684](https://togithub.com/web-infra-dev/rspack/pull/2684) - feat(cli): enable strictCommand & strictOption check by [@​hardfist](https://togithub.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/2723](https://togithub.com/web-infra-dev/rspack/pull/2723) - feat: passthrough panics for parallel-running futures by [@​h-a-n-a](https://togithub.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/2737](https://togithub.com/web-infra-dev/rspack/pull/2737) - feat(html): `builtins.html` should inject ` Githubissues.
  • Githubissues is a development platform for aggregating issues.