unplugin / unplugin-vue

✨ Transform Vue 3 SFC to JavaScript. Supports Vite, esbuild, Rollup, Webpack and more.
MIT License
175 stars 7 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspack/cli (source) 1.0.3 -> 1.0.4 age adoption passing confidence
@rspack/core (source) 1.0.3 -> 1.0.4 age adoption passing confidence
@swc/core (source) ^1.7.23 -> ^1.7.24 age adoption passing confidence
@sxzz/eslint-config ^4.1.4 -> ^4.2.0 age adoption passing confidence
@sxzz/test-utils ^0.2.1 -> ^0.3.1 age adoption passing confidence
@vue/reactivity (source) ^3.5.1 -> ^3.5.4 age adoption passing confidence
debug ^4.3.6 -> ^4.3.7 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
rolldown (source) ^0.13.1 -> ^0.13.2 age adoption passing confidence
source-map-js ^1.2.0 -> ^1.2.1 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence
unplugin-unused ^0.1.4 -> ^0.2.3 age adoption passing confidence
vue (source) ^3.5.1 -> ^3.5.4 age adoption passing confidence

Release Notes

web-infra-dev/rspack (@​rspack/cli) ### [`v1.0.4`](https://redirect.github.com/web-infra-dev/rspack/releases/tag/v1.0.4) [Compare Source](https://redirect.github.com/web-infra-dev/rspack/compare/v1.0.3...v1.0.4) #### What's Changed ##### Exciting New Features 🎉 - feat(modern-module): make dynamic import runtime-less by [@​fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rspack/pull/7759](https://redirect.github.com/web-infra-dev/rspack/pull/7759) - feat(core): use dyn output_filesystem by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7817](https://redirect.github.com/web-infra-dev/rspack/pull/7817) - feat: remove `ErrorSpan` in dependency trait by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7841](https://redirect.github.com/web-infra-dev/rspack/pull/7841) - feat: support context for resolve and resolveWeak by [@​inottn](https://redirect.github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/7832](https://redirect.github.com/web-infra-dev/rspack/pull/7832) - feat: make namedChunkGroups iterable by [@​inottn](https://redirect.github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/7840](https://redirect.github.com/web-infra-dev/rspack/pull/7840) ##### Bug Fixes 🐞 - fix(core): try fix EBUSY problem in windows ci by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7803](https://redirect.github.com/web-infra-dev/rspack/pull/7803) - fix(core): fix resolve faild when do recursive symbol link by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7744](https://redirect.github.com/web-infra-dev/rspack/pull/7744) - fix: overflow panic when shifting left value greater then 31 by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7792](https://redirect.github.com/web-infra-dev/rspack/pull/7792) - fix: remove HotUpdateChunk in chunks by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7810](https://redirect.github.com/web-infra-dev/rspack/pull/7810) - fix: should not transform source to buffer by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7821](https://redirect.github.com/web-infra-dev/rspack/pull/7821) - fix: change javascript parser options in child compiler by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7812](https://redirect.github.com/web-infra-dev/rspack/pull/7812) - fix(loader-runner): remove legacy Node compatible code by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7818](https://redirect.github.com/web-infra-dev/rspack/pull/7818) - fix: improve stats string for match resource with long data url by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7823](https://redirect.github.com/web-infra-dev/rspack/pull/7823) - fix: duplicate emit source map from child compiler by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7847](https://redirect.github.com/web-infra-dev/rspack/pull/7847) - fix: loader intermediate data should be overridden between loaders by [@​h-a-n-a](https://redirect.github.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/7846](https://redirect.github.com/web-infra-dev/rspack/pull/7846) ##### Document Updates 📖 - docs: add tip for import.meta.webpackContext literal by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7815](https://redirect.github.com/web-infra-dev/rspack/pull/7815) - docs: fix typo in zh docs by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7820](https://redirect.github.com/web-infra-dev/rspack/pull/7820) ##### Other Changes - ci: clean node_modules and target by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7299](https://redirect.github.com/web-infra-dev/rspack/pull/7299) - chore(workflow): correct rspack action scope by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7825](https://redirect.github.com/web-infra-dev/rspack/pull/7825) - test: ignore snapshot obsolete warnings while using `-t` by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7835](https://redirect.github.com/web-infra-dev/rspack/pull/7835) - chore(infra): remove eslint configs by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7842](https://redirect.github.com/web-infra-dev/rspack/pull/7842) - test(dev-sever): add e2e test cases part 1 by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7809](https://redirect.github.com/web-infra-dev/rspack/pull/7809) - chore(infra/biome): enable `noImplicitAnyLet` and `noArrayIndexKey` rules by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7843](https://redirect.github.com/web-infra-dev/rspack/pull/7843) - ci: disable dev server test cases by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7851](https://redirect.github.com/web-infra-dev/rspack/pull/7851) **Full Changelog**: https://github.com/web-infra-dev/rspack/compare/v1.0.3...v1.0.4
swc-project/swc (@​swc/core) ### [`v1.7.24`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1724---2024-09-08) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.23...v1.7.24) ##### Bug Fixes - **(es/compat)** Handle label block in constructor ([#​9528](https://redirect.github.com/swc-project/swc/issues/9528)) ([c43dbad](https://redirect.github.com/swc-project/swc/commit/c43dbad028072396390029af44e31bc3292a342a)) - **(es/decorator)** Add support for private access expressions in legacy decorators ([#​9535](https://redirect.github.com/swc-project/swc/issues/9535)) ([62ed065](https://redirect.github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a)) - **(es/minifier)** `typeof` class should be `function` ([#​9522](https://redirect.github.com/swc-project/swc/issues/9522)) ([c7fdd6b](https://redirect.github.com/swc-project/swc/commit/c7fdd6b69b129a11465125d4e11a898326b7e884)) - **(es/minifier)** Prevent removing side effects from accessing getter ([#​9530](https://redirect.github.com/swc-project/swc/issues/9530)) ([8513816](https://redirect.github.com/swc-project/swc/commit/8513816139c6ceef12a906b03c1bcf9471ce0b07)) - **(es/typescript)** Handle enum in single statement ([#​9532](https://redirect.github.com/swc-project/swc/issues/9532)) ([84b0043](https://redirect.github.com/swc-project/swc/commit/84b004387ba8f4135659e1d1f54e59bf1941a57a))
sxzz/eslint-config (@​sxzz/eslint-config) ### [`v4.2.0`](https://redirect.github.com/sxzz/eslint-config/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/sxzz/eslint-config/compare/v4.1.6...v4.2.0) #####    🚀 Features - Enable `sxzz/prefer-string-function`  -  by [@​sxzz](https://redirect.github.com/sxzz) [(d6264)](https://redirect.github.com/sxzz/eslint-config/commit/d62647d) #####     [View changes on GitHub](https://redirect.github.com/sxzz/eslint-config/compare/v4.1.6...v4.2.0) ### [`v4.1.6`](https://redirect.github.com/sxzz/eslint-config/releases/tag/v4.1.6) [Compare Source](https://redirect.github.com/sxzz/eslint-config/compare/v4.1.5...v4.1.6) *No significant changes* #####     [View changes on GitHub](https://redirect.github.com/sxzz/eslint-config/compare/v4.1.5...v4.1.6) ### [`v4.1.5`](https://redirect.github.com/sxzz/eslint-config/releases/tag/v4.1.5) [Compare Source](https://redirect.github.com/sxzz/eslint-config/compare/v4.1.4...v4.1.5) #####    🐞 Bug Fixes - Upgrade deps, fix import `@eslint/markdown`  -  by [@​sxzz](https://redirect.github.com/sxzz) [(36683)](https://redirect.github.com/sxzz/eslint-config/commit/3668391) #####     [View changes on GitHub](https://redirect.github.com/sxzz/eslint-config/compare/v4.1.4...v4.1.5)
sxzz/test-utils (@​sxzz/test-utils) ### [`v0.3.1`](https://redirect.github.com/sxzz/test-utils/releases/tag/v0.3.1) [Compare Source](https://redirect.github.com/sxzz/test-utils/compare/v0.3.0...v0.3.1) #####    🐞 Bug Fixes - Dynamic import rollup & rolldown  -  by [@​sxzz](https://redirect.github.com/sxzz) [(8cc5f)](https://redirect.github.com/sxzz/test-utils/commit/8cc5f59) #####     [View changes on GitHub](https://redirect.github.com/sxzz/test-utils/compare/v0.3.0...v0.3.1) ### [`v0.3.0`](https://redirect.github.com/sxzz/test-utils/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/sxzz/test-utils/compare/v0.2.1...v0.3.0) #####    🚨 Breaking Changes - Make `rollup` as a peer dep  -  by [@​sxzz](https://redirect.github.com/sxzz) [(44e7f)](https://redirect.github.com/sxzz/test-utils/commit/44e7f82) #####    🚀 Features - Rolldown  -  by [@​sxzz](https://redirect.github.com/sxzz) [(384a9)](https://redirect.github.com/sxzz/test-utils/commit/384a9f5) #####     [View changes on GitHub](https://redirect.github.com/sxzz/test-utils/compare/v0.2.1...v0.3.0)
vuejs/core (@​vue/reactivity) ### [`v3.5.4`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#354-2024-09-10) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.3...v3.5.4) ##### Bug Fixes - **compiler-sfc:** correct scoped injection for nesting selector ([#​11854](https://redirect.github.com/vuejs/core/issues/11854)) ([b1de75e](https://redirect.github.com/vuejs/core/commit/b1de75ed04626b6423085dfde91fb0cb481a25e8)), closes [#​10567](https://redirect.github.com/vuejs/core/issues/10567) - **reactivity:** fix markRaw error on already marked object ([#​11864](https://redirect.github.com/vuejs/core/issues/11864)) ([67d6596](https://redirect.github.com/vuejs/core/commit/67d6596d40b1807b9cd8eb0d9282932ea77be3c0)), closes [#​11862](https://redirect.github.com/vuejs/core/issues/11862) - Revert "fix: Revert "fix(reactivity): self-referencing computed should refresh"" ([e596378](https://redirect.github.com/vuejs/core/commit/e596378e0be728dad7d60938449f3fa557ca2ec9)) - **runtime-core:** handle shallow reactive arrays in renderList correctly ([#​11870](https://redirect.github.com/vuejs/core/issues/11870)) ([ced59ab](https://redirect.github.com/vuejs/core/commit/ced59ab8f2f2e89c13119bab3a0c25a1a1f1c3d6)), closes [#​11869](https://redirect.github.com/vuejs/core/issues/11869) - **types:** correctly infer `TypeEmits` with both tuple and function syntax ([#​11840](https://redirect.github.com/vuejs/core/issues/11840)) ([dad6738](https://redirect.github.com/vuejs/core/commit/dad673809929c084dcb8e42640eb7daa675d4ea4)), closes [#​11836](https://redirect.github.com/vuejs/core/issues/11836) ##### Performance Improvements - **reactivity:** trigger deps directly instead of storing in an array first ([#​11695](https://redirect.github.com/vuejs/core/issues/11695)) ([f80d447](https://redirect.github.com/vuejs/core/commit/f80d447c17662556e9e3f99f6d199967f4c8cf3d)) ### [`v3.5.3`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#353-2024-09-06) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.2...v3.5.3) ##### Bug Fixes - **hydration:** check \__asyncHydrate presence for vue3-lazy-hydration compat ([#​11825](https://redirect.github.com/vuejs/core/issues/11825)) ([8e6c337](https://redirect.github.com/vuejs/core/commit/8e6c3378676be05cea7f53664442acdfb86784f9)), closes [#​11793](https://redirect.github.com/vuejs/core/issues/11793) - Revert "fix(reactivity): self-referencing computed should refresh" ([35c760f](https://redirect.github.com/vuejs/core/commit/35c760f82f749f7c6e3f9bfead8221ce498e892f)) - **ssr:** respect app.config.warnHandler during ssr ([bf3d9a2](https://redirect.github.com/vuejs/core/commit/bf3d9a2af41659a743706306fc798b3d215df5af)), closes [#​11830](https://redirect.github.com/vuejs/core/issues/11830) - **Transition:** handle KeepAlive child unmount in Transition out-in mode ([#​11833](https://redirect.github.com/vuejs/core/issues/11833)) ([6b7901d](https://redirect.github.com/vuejs/core/commit/6b7901d28ed3a6a9242c666cc1b8e3c0b0b0fe62)), closes [#​11775](https://redirect.github.com/vuejs/core/issues/11775) - **useId:** make generated IDs selector compatible ([babfb4c](https://redirect.github.com/vuejs/core/commit/babfb4cbcbf98601d76c1d7653eae8d250ce2710)), closes [#​11828](https://redirect.github.com/vuejs/core/issues/11828) ### [`v3.5.2`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#352-2024-09-05) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.1...v3.5.2) ##### Bug Fixes - **reactivity:** make toRaw work on proxies created by proxyRef ([46c3ab1](https://redirect.github.com/vuejs/core/commit/46c3ab1d714024894fa1d33e495d5d35c7817d4d)) - **reactivity:** pass oldValue to computed getter ([#​11813](https://redirect.github.com/vuejs/core/issues/11813)) ([98864a7](https://redirect.github.com/vuejs/core/commit/98864a7ef5c8080c407166c8221488a4eacbbc81)), closes [#​11812](https://redirect.github.com/vuejs/core/issues/11812) - **reactivity:** prevent endless recursion in computed getters ([#​11797](https://redirect.github.com/vuejs/core/issues/11797)) ([716275d](https://redirect.github.com/vuejs/core/commit/716275d1b1d2383d8ef0306fcd94558d4d9170f2)) - **reactivity:** self-referencing computed should refresh ([e84c4a6](https://redirect.github.com/vuejs/core/commit/e84c4a608e9dc96fb2a4a29d538bcc64f26103a2)), closes [/github.com/vuejs/core/pull/11797#issuecomment-2330738633](https://redirect.github.com//github.com/vuejs/core/pull/11797/issues/issuecomment-2330738633) - **scheduler:** prevent duplicate jobs being queued ([#​11826](https://redirect.github.com/vuejs/core/issues/11826)) ([df56cc5](https://redirect.github.com/vuejs/core/commit/df56cc528793b1d6131a1e64095dd5cb95c56bee)), closes [#​11712](https://redirect.github.com/vuejs/core/issues/11712) [#​11807](https://redirect.github.com/vuejs/core/issues/11807) - **suspense:** avoid updating anchor if activeBranch has not been rendered to the actual container ([#​11818](https://redirect.github.com/vuejs/core/issues/11818)) ([3c0d531](https://redirect.github.com/vuejs/core/commit/3c0d531fa7fe762bfe46fbe63f318adc95221795)), closes [#​11806](https://redirect.github.com/vuejs/core/issues/11806) - **Transition:** handle KeepAlive child unmount in Transition out-in mode ([#​11778](https://redirect.github.com/vuejs/core/issues/11778)) ([3116553](https://redirect.github.com/vuejs/core/commit/311655352931863dfcf520b8cf29cebc5b7e1e00)), closes [#​11775](https://redirect.github.com/vuejs/core/issues/11775) - **types:** add HTMLDialogElement missing close event ([#​11811](https://redirect.github.com/vuejs/core/issues/11811)) ([3634f7a](https://redirect.github.com/vuejs/core/commit/3634f7a4c1649ad2e7e969eb4512512868c61d01)) - **types:** added name attribute support to details tag ([#​11823](https://redirect.github.com/vuejs/core/issues/11823)) ([c74176e](https://redirect.github.com/vuejs/core/commit/c74176ec7b4d1d34159ce21d600c04b157ac5549)), closes [#​11821](https://redirect.github.com/vuejs/core/issues/11821) - **types:** fix defineComponent props inference when setup() has explicit annotation ([fca20a3](https://redirect.github.com/vuejs/core/commit/fca20a39aa4a6f98c8f972bd435ebb7dc535648a)), closes [#​11803](https://redirect.github.com/vuejs/core/issues/11803) - **useTemplateRef:** properly fix readonly warning in dev and ensure prod behavior consistency ([9b7797d](https://redirect.github.com/vuejs/core/commit/9b7797d0d1fc773e979e042673d5b9b3151c40fc)), closes [#​11808](https://redirect.github.com/vuejs/core/issues/11808) [#​11816](https://redirect.github.com/vuejs/core/issues/11816) [#​11810](https://redirect.github.com/vuejs/core/issues/11810) ##### Features - **compiler-core:** parse modifiers as expression to provide location data ([#​11819](https://redirect.github.com/vuejs/core/issues/11819)) ([3f13203](https://redirect.github.com/vuejs/core/commit/3f13203564164eeb2945bdc0b9ef755c37477d75))
debug-js/debug (debug) ### [`v4.3.7`](https://redirect.github.com/debug-js/debug/releases/tag/4.3.7) [Compare Source](https://redirect.github.com/debug-js/debug/compare/4.3.6...4.3.7) #### What's Changed - Upgrade ms to version 2.1.3 by [@​realityking](https://redirect.github.com/realityking) in [https://github.com/debug-js/debug/pull/819](https://redirect.github.com/debug-js/debug/pull/819) **Full Changelog**: https://github.com/debug-js/debug/compare/4.3.6...4.3.7
eslint/eslint (eslint) ### [`v9.10.0`](https://redirect.github.com/eslint/eslint/compare/v9.9.1...6448f3280f85137b429c1c320da6fb4b48169bd5) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.9.1...v9.10.0)
pnpm/pnpm (pnpm) ### [`v9.10.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.10.0): pnpm 9.10 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.9.0...v9.10.0) #### Minor Changes - Support for a new CLI flag, `--exclude-peers`, added to the `list` and `why` commands. When `--exclude-peers` is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned [#​8506](https://redirect.github.com/pnpm/pnpm/pull/8506). - Added a new setting to `package.json` at `pnpm.auditConfig.ignoreGhsas` for ignoring vulnerabilities by their GHSA code [#​6838](https://redirect.github.com/pnpm/pnpm/issues/6838). For instance: ```json { "pnpm": { "auditConfig": { "ignoreGhsas": [ "GHSA-42xw-2xvc-qx8m", "GHSA-4w2v-q235-vp99", "GHSA-cph5-m8f7-6c5x", "GHSA-vh95-rmgr-6w4m" ] } } } ``` #### Patch Changes - Throw an exception if pnpm switches to the same version of itself. - Reduce memory usage during peer dependencies resolution. #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
rolldown/rolldown (rolldown) ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067))
7rulnik/source-map-js (source-map-js) ### [`v1.2.1`](https://redirect.github.com/7rulnik/source-map-js/blob/HEAD/CHANGELOG.md#121) [Compare Source](https://redirect.github.com/7rulnik/source-map-js/compare/v1.2.0...v1.2.1) - Fix TS2306 “not a module” errors in type definitions ([#​16](https://redirect.github.com/7rulnik/source-map-js/pull/16)) [@​andersk](https://redirect.github.com/andersk) - Ensure null source is respected ([#​26](https://redirect.github.com/7rulnik/source-map-js/pull/26)) [@​dragomirtitian](https://redirect.github.com/dragomirtitian) - Improve ts declarations to be null-safe ([#​27](https://redirect.github.com/7rulnik/source-map-js/pull/27)) [@​dragomirtitian](https://redirect.github.com/dragomirtitian)
microsoft/TypeScript (typescript) ### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)
unplugin/unplugin-unused (unplugin-unused) ### [`v0.2.3`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.2.3) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.2.2...v0.2.3) #####    🐞 Bug Fixes - Use WeakMap  -  by [@​sxzz](https://redirect.github.com/sxzz) [(fe7c4)](https://redirect.github.com/unplugin/unplugin-unused/commit/fe7c42e) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.2.2...v0.2.3) ### [`v0.2.2`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.2.2) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.2.1...v0.2.2) #####    🐞 Bug Fixes - Distinguish different build contexts  -  by [@​sxzz](https://redirect.github.com/sxzz) [(12595)](https://redirect.github.com/unplugin/unplugin-unused/commit/1259581) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.2.1...v0.2.2) ### [`v0.2.1`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.2.1) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.2.0...v0.2.1) #####    🐞 Bug Fixes - Don't apply for vite serve mode  -  by [@​sxzz](https://redirect.github.com/sxzz) [(bc5e5)](https://redirect.github.com/unplugin/unplugin-unused/commit/bc5e567) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.2.0...v0.2.1) ### [`v0.2.0`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.2.0) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.7...v0.2.0) #####    🚨 Breaking Changes - Named export for main entry  -  by [@​sxzz](https://redirect.github.com/sxzz) [(d6ffa)](https://redirect.github.com/unplugin/unplugin-unused/commit/d6ffa7f) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.7...v0.2.0) ### [`v0.1.7`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.1.7) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.6...v0.1.7) #####    🐞 Bug Fixes - Optional ignore map  -  by [@​sxzz](https://redirect.github.com/sxzz) [(1ce3f)](https://redirect.github.com/unplugin/unplugin-unused/commit/1ce3f5d) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.6...v0.1.7) ### [`v0.1.6`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.1.6) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.5...v0.1.6) #####    🚀 Features - Expose types & api  -  by [@​sxzz](https://redirect.github.com/sxzz) [(72e28)](https://redirect.github.com/unplugin/unplugin-unused/commit/72e2844) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.5...v0.1.6) ### [`v0.1.5`](https://redirect.github.com/unplugin/unplugin-unused/releases/tag/v0.1.5) [Compare Source](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.4...v0.1.5) #####    🚀 Features - Support ignore by kind  -  by [@​sxzz](https://redirect.github.com/sxzz) [(de685)](https://redirect.github.com/unplugin/unplugin-unused/commit/de68583) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-unused/compare/v0.1.4...v0.1.5)

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.

stackblitz[bot] commented 2 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

pkg-pr-new[bot] commented 2 months ago

Open in Stackblitz

pnpm add https://pkg.pr.new/unplugin/unplugin-vue@166

commit: 415be7b

socket-security[bot] commented 2 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@rspack/cli@1.0.4 environment, eval Transitive: filesystem, network, shell, unsafe +270 20.5 MB hardfist
npm/@rspack/core@1.0.4 environment, eval, filesystem Transitive: network, shell +7 5.33 MB hardfist
npm/@swc/core@1.7.24 environment, filesystem, shell +2 308 kB kdy1
npm/@sxzz/eslint-config@4.2.0 environment Transitive: eval, filesystem, shell, unsafe +234 45.4 MB sxzz
npm/@sxzz/test-utils@0.3.1 None +4 241 kB sxzz
npm/@vue/reactivity@3.5.4 None +1 409 kB soda, yyx990803
npm/debug@4.3.7 environment +1 48.8 kB qix
npm/eslint@9.10.0 environment Transitive: eval, filesystem, shell, unsafe +87 10.1 MB eslintbot
npm/rolldown@0.13.2 environment +1 1.3 MB rolldownbot
npm/source-map-js@1.2.1 None 0 140 kB 7rulnik
npm/typescript@5.6.2 None 0 22.4 MB typescript-bot
npm/unplugin-unused@0.2.3 Transitive: environment +12 1.52 MB sxzz
npm/vue@3.5.4 Transitive: environment, filesystem +17 12.9 MB posva, soda, yyx990803

🚮 Removed packages: npm/@rspack/cli@1.0.3, npm/@rspack/core@1.0.3, npm/@swc/core@1.7.23, npm/@sxzz/eslint-config@4.1.4, npm/@sxzz/test-utils@0.2.1, npm/@vue/reactivity@3.5.1, npm/debug@4.3.6, npm/eslint@9.9.1, npm/rolldown@0.13.1, npm/source-map-js@1.2.0, npm/typescript@5.5.4, npm/unplugin-unused@0.1.4, npm/vue@3.5.1

View full report↗︎