posva / unplugin-vue-router

Next Generation file based typed routing for Vue Router
https://uvr.esm.is
MIT License
1.69k stars 82 forks source link

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

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.25.8 -> ^7.26.0 age adoption passing confidence
@pinia/colada ^0.10.0 -> ^0.11.0 age adoption passing confidence
@rollup/pluginutils (source) ^5.1.2 -> ^5.1.3 age adoption passing confidence
@shikijs/vitepress-twoslash (source) 1.22.0 -> 1.22.1 age adoption passing confidence
@tanstack/vue-query (source) ^5.59.13 -> ^5.59.16 age adoption passing confidence
@types/node (source) ^20.16.13 -> ^20.17.1 age adoption passing confidence
execa ^9.4.1 -> ^9.5.0 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence
rollup (source) ^4.24.0 -> ^4.24.2 age adoption passing confidence
tsup (source) ^8.3.0 -> ^8.3.5 age adoption passing confidence
vite (source) ^5.4.9 -> ^5.4.10 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.5.2 -> ^7.5.4 age adoption passing confidence
vue-tsc (source) ^2.1.6 -> ^2.1.8 age adoption passing confidence

Release Notes

babel/babel (@​babel/types) ### [`v7.26.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7260-2024-10-25) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ##### :rocket: New Feature - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​16850](https://redirect.github.com/babel/babel/pull/16850) Enable import attributes parsing by default ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core` - [#​16862](https://redirect.github.com/babel/babel/pull/16862) feat: support async plugin's pre/post ([@​timofei-iatsenko](https://redirect.github.com/timofei-iatsenko)) - `babel-compat-data`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-transform-regexp-modifiers`, `babel-preset-env`, `babel-standalone` - [#​16692](https://redirect.github.com/babel/babel/pull/16692) Add `transform-regexp-modifiers` to `preset-env` ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#​16849](https://redirect.github.com/babel/babel/pull/16849) feat: add `startIndex` parser option ([@​DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-flow` - [#​16841](https://redirect.github.com/babel/babel/pull/16841) Always enable parsing of Flow enums ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs3` - [#​16794](https://redirect.github.com/babel/babel/pull/16794) Support `import()` in `rewriteImportExtensions` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-parser` - [#​16708](https://redirect.github.com/babel/babel/pull/16708) Add experimental format-preserving mode to `@babel/generator` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-core` - [#​16928](https://redirect.github.com/babel/babel/pull/16928) Workaround Node.js bug for parallel loading of TLA modules ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16926](https://redirect.github.com/babel/babel/pull/16926) Fix loading of modules with TLA in Node.js 23 ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-proposal-json-modules`, `babel-plugin-transform-json-modules`, `babel-standalone` - [#​16924](https://redirect.github.com/babel/babel/pull/16924) Rename `proposal-json-modules` to `transform-json-modules` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16896](https://redirect.github.com/babel/babel/pull/16896) Inline `@babel/highlight` in `@babel/code-frame` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​16732](https://redirect.github.com/babel/babel/pull/16732) Add `kind` to `TSModuleDeclaration` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​16882](https://redirect.github.com/babel/babel/pull/16882) perf: Improve module transforms ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#​16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@​JLHwung](https://redirect.github.com/JLHwung)) - Other - [#​16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@​victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#​16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
posva/pinia-colada (@​pinia/colada) ### [`v0.11.0`](https://redirect.github.com/posva/pinia-colada/blob/HEAD/CHANGELOG.md#0110-2024-10-25) [Compare Source](https://redirect.github.com/posva/pinia-colada/compare/v0.10.0...v0.11.0) ##### ⚠ BREAKING CHANGES - **mutations:** Remove the `caches` property in hooks. This wasn't needed as instead, one can use `useQueryCache()` outside. It could be added back if needed but it's more pragmatic to start without it. - **query:** The `queryCache.cancelQuery()` is renamed to `queryCache.cancel()` to better match the other functions naming. A new function `queryCache.cancelQueries()` is added to actually cancel one or multiple queries instead of just one. ##### Features - add mutation store ([#​47](https://redirect.github.com/posva/pinia-colada/issues/47)) ([7954f83](https://redirect.github.com/posva/pinia-colada/commit/7954f836943e0f6dd849362d8b9b533f75d2554f)) - **hmr:** warn against bugs ([7bb44a0](https://redirect.github.com/posva/pinia-colada/commit/7bb44a046d523872968485bffe389348fc7123d4)) - **nuxt:** add auto imports ([964bce2](https://redirect.github.com/posva/pinia-colada/commit/964bce27f7688a48961cca240ec1aa3e982c7bc0)) - **nuxt:** support colada.options ([57a0430](https://redirect.github.com/posva/pinia-colada/commit/57a0430f1b306feb5b563c6215f48096c96d3ccc)) - predicate in filter ([2fc62b7](https://redirect.github.com/posva/pinia-colada/commit/2fc62b76e9c2ffcac1f7331f0ab7a1098d6e2fd8)) - **query:** add cancelQueries ([a374ee2](https://redirect.github.com/posva/pinia-colada/commit/a374ee2eda1e5e76f542e958343b5f1a8d5ae42f)) - run defined mutations in effect scope ([86ff5ed](https://redirect.github.com/posva/pinia-colada/commit/86ff5ed780d50d9df0105c5f60ef51b40c22a7b1)) ##### Bug Fixes - **nuxt:** plugins ([fd95add](https://redirect.github.com/posva/pinia-colada/commit/fd95add709a17b47c906692fad7bfc41d9e02d5b)) ##### Performance Improvements - tree shake unused stores ([e0ede7e](https://redirect.github.com/posva/pinia-colada/commit/e0ede7eb14d1c8fda6c6142d23302585570b6f69)) ##### Code Refactoring - **mutations:** Remove `queryCache` from the context ([d9c2509](https://redirect.github.com/posva/pinia-colada/commit/d9c2509d4a80d409be86beea49965cfbab2fe71e)) - **plugins:** rename `cache` to `queryCache` ([c97639b](https://redirect.github.com/posva/pinia-colada/commit/c97639bfe75e020eeae680aaed8374c5cc1432d6)) - rename `caches` to `queryCache` ([e514d33](https://redirect.github.com/posva/pinia-colada/commit/e514d33dcd17650ebd04d3c5f55c40d212b9e52d))
rollup/plugins (@​rollup/pluginutils) ### [`v5.1.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v513) *2024-10-23* ##### Bugfixes - fix: upgrade picomatch ([#​1796](https://redirect.github.com/rollup/plugins/issues/1796))
shikijs/shiki (@​shikijs/vitepress-twoslash) ### [`v1.22.1`](https://redirect.github.com/shikijs/shiki/releases/tag/v1.22.1) [Compare Source](https://redirect.github.com/shikijs/shiki/compare/v1.22.0...v1.22.1) #####    🚀 Features - Update deps and themes, close [#​810](https://redirect.github.com/shikijs/shiki/issues/810)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/shikijs/shiki/issues/810](https://redirect.github.com/shikijs/shiki/issues/810) [(2b513)](https://redirect.github.com/shikijs/shiki/commit/2b513987) #####    🐞 Bug Fixes - **rehype**: Support special languages  -  by [@​fuma-nama](https://redirect.github.com/fuma-nama) in [https://github.com/shikijs/shiki/issues/808](https://redirect.github.com/shikijs/shiki/issues/808) [(b8471)](https://redirect.github.com/shikijs/shiki/commit/b8471aa7) #####     [View changes on GitHub](https://redirect.github.com/shikijs/shiki/compare/v1.22.0...v1.22.1)
TanStack/query (@​tanstack/vue-query) ### [`v5.59.16`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.16) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.13...v5.59.16) Version 5.59.16 - 10/23/24, 12:53 PM #### Changes ##### Fix - react-query: make sure promises are always finalized ([#​8211](https://redirect.github.com/TanStack/query/issues/8211)) ([`df49fbd`](https://redirect.github.com/TanStack/query/commit/df49fbd)) by Dominik Dorfmeister ##### Chore - query-core: define queryCache notify method"s return type ([#​8191](https://redirect.github.com/TanStack/query/issues/8191)) ([`4fceb26`](https://redirect.github.com/TanStack/query/commit/4fceb26)) by Haeun Nam - react-query: remove unnecessary test file (**test**/suspense.tsx, suspense.test-d.tsx) ([#​8208](https://redirect.github.com/TanStack/query/issues/8208)) ([`d3e2a8a`](https://redirect.github.com/TanStack/query/commit/d3e2a8a)) by [@​manudeli](https://redirect.github.com/manudeli) ##### Docs - Update disabling-queries.md ([#​8201](https://redirect.github.com/TanStack/query/issues/8201)) ([`9d99fcb`](https://redirect.github.com/TanStack/query/commit/9d99fcb)) by Ollie Chick - react-query: fix prefetch with suspense example ([#​8193](https://redirect.github.com/TanStack/query/issues/8193)) ([`a2ea754`](https://redirect.github.com/TanStack/query/commit/a2ea754)) by Qiushi Yan - "hydrate" to "dehydrate" in documentation ([#​8190](https://redirect.github.com/TanStack/query/issues/8190)) ([`1980a11`](https://redirect.github.com/TanStack/query/commit/1980a11)) by Ariel-Moroshko #### Packages - [@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).59.16
sindresorhus/execa (execa) ### [`v9.5.0`](https://redirect.github.com/sindresorhus/execa/compare/v9.4.1...4d1e55a68d79f4ffc2b3393277ea366598807413) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.4.1...v9.5.0)
pnpm/pnpm (pnpm) ### [`v9.12.3`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#9123) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.2...v9.12.3) ##### Patch Changes - Don't purge `node_modules`, when typing "n" in the prompt that asks whether to remove `node_modules` before installation [#​8655](https://redirect.github.com/pnpm/pnpm/pull/8655). - Fix a bug causing pnpm to infinitely spawn itself when `manage-package-manager-versions=true` is set and the `.tools` directory is corrupt. - Use `crypto.hash`, when available, for improved performance [#​8629](https://redirect.github.com/pnpm/pnpm/pull/8629). - Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness [#​8703](https://redirect.github.com/pnpm/pnpm/pull/8703). - All commands should read settings from the `package.json` at the root of the workspace [#​8667](https://redirect.github.com/pnpm/pnpm/issues/8667). - When `manage-package-manager-versions` is set to `true`, errors spawning a self-managed version of `pnpm` will now be shown (instead of being silent). - Pass the find command to npm, it is an alias for npm search
rollup/rollup (rollup) ### [`v4.24.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4242) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.1...v4.24.2) *2024-10-27* ##### Bug Fixes - Add missing build dependency ([#​5705](https://redirect.github.com/rollup/rollup/issues/5705)) ##### Pull Requests - [#​5705](https://redirect.github.com/rollup/rollup/pull/5705): Fix "Couldn't find package" error when installing rollup using yarn ([@​tagattie](https://redirect.github.com/tagattie)) ### [`v4.24.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4241) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.0...v4.24.1) *2024-10-27* ##### Bug Fixes - Support running Rollup natively on FreeBSD ([#​5698](https://redirect.github.com/rollup/rollup/issues/5698)) ##### Pull Requests - [#​5689](https://redirect.github.com/rollup/rollup/pull/5689): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5690](https://redirect.github.com/rollup/rollup/pull/5690): chore(deps): update dependency [@​inquirer/prompts](https://redirect.github.com/inquirer/prompts) to v7 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5691](https://redirect.github.com/rollup/rollup/pull/5691): chore(deps): update dependency eslint-plugin-unicorn to v56 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5692](https://redirect.github.com/rollup/rollup/pull/5692): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot], [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5695](https://redirect.github.com/rollup/rollup/pull/5695): fix(deps): update swc monorepo (major) ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5696](https://redirect.github.com/rollup/rollup/pull/5696): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5698](https://redirect.github.com/rollup/rollup/pull/5698): Add support for FreeBSD (x64 and arm64) ([@​tagattie](https://redirect.github.com/tagattie), [@​lukastaegert](https://redirect.github.com/lukastaegert))
egoist/tsup (tsup) ### [`v8.3.5`](https://redirect.github.com/egoist/tsup/releases/tag/v8.3.5) [Compare Source](https://redirect.github.com/egoist/tsup/compare/v8.3.4...v8.3.5) #####    🐞 Bug Fixes - Run `experimentalDts` only once  -  by [@​aryaemami59](https://redirect.github.com/aryaemami59) in [https://github.com/egoist/tsup/issues/1236](https://redirect.github.com/egoist/tsup/issues/1236) [(fddd4)](https://redirect.github.com/egoist/tsup/commit/fddd451) #####     [View changes on GitHub](https://redirect.github.com/egoist/tsup/compare/v8.3.4...v8.3.5) ### [`v8.3.4`](https://redirect.github.com/egoist/tsup/releases/tag/v8.3.4) [Compare Source](https://redirect.github.com/egoist/tsup/compare/v8.3.0...v8.3.4) *No significant changes* #####     [View changes on GitHub](https://redirect.github.com/egoist/tsup/compare/v8.3.3...v8.3.4)
vitejs/vite (vite) ### [`v5.4.10`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.10) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.9...v5.4.10) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) for details.
vuejs/devtools-next (vite-plugin-vue-devtools) ### [`v7.5.4`](https://redirect.github.com/vuejs/devtools-next/releases/tag/v7.5.4) [Compare Source](https://redirect.github.com/vuejs/devtools-next/compare/v7.5.3...v7.5.4) #####    🚀 Features - Improve UX for toggling timeline layer enabled state, [#​609](https://redirect.github.com/vuejs/devtools-next/issues/609)  -  by [@​webfansplz](https://redirect.github.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/609](https://redirect.github.com/vuejs/devtools-next/issues/609) [(44eb9)](https://redirect.github.com/vuejs/devtools-next/commit/44eb909) #####    🐞 Bug Fixes - **kit**: Support non-localStorage env for timeline storage, closes [#​635](https://redirect.github.com/vuejs/devtools-next/issues/635)  -  by [@​webfansplz](https://redirect.github.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/635](https://redirect.github.com/vuejs/devtools-next/issues/635) [(aa116)](https://redirect.github.com/vuejs/devtools-next/commit/aa116d5) #####     [View changes on GitHub](https://redirect.github.com/vuejs/devtools-next/compare/v7.5.3...v7.5.4) ### [`v7.5.3`](https://redirect.github.com/vuejs/devtools-next/releases/tag/v7.5.3) [Compare Source](https://redirect.github.com/vuejs/devtools-next/compare/v7.5.2...v7.5.3) #####    🐞 Bug Fixes - **kit**: Detect vue doubly-linked node to avoid circular references on encoding  -  by [@​webfansplz](https://redirect.github.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/638](https://redirect.github.com/vuejs/devtools-next/issues/638) [(7ce23)](https://redirect.github.com/vuejs/devtools-next/commit/7ce234c) #####     [View changes on GitHub](https://redirect.github.com/vuejs/devtools-next/compare/v7.5.2...v7.5.3)
vuejs/language-tools (vue-tsc) ### [`v2.1.8`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#218-supofficialsup-219-supinsiderssup-2024-10-26) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v2.1.6...v2.1.8) ##### Features - **vscode:** reactions visualization now identifies more use cases Insiders - **language-core:** auto infer `$el` type ([#​4805](https://redirect.github.com/vuejs/language-tools/issues/4805)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** typed directive arg and modifiers ([#​4813](https://redirect.github.com/vuejs/language-tools/issues/4813)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! ##### Bug Fixes - **language-core:** avoid generic type loss due to destructured props ([#​4821](https://redirect.github.com/vuejs/language-tools/issues/4821)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** handle `v-for` with `v-once` correctly ([#​4830](https://redirect.github.com/vuejs/language-tools/issues/4830)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** avoid generating zero-length mappings for interpolation edges - **language-core:** don't assign `this` to `__VLS_ctx` ([#​4845](https://redirect.github.com/vuejs/language-tools/issues/4845)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-service:** initialize scope with null prototype object ([#​4855](https://redirect.github.com/vuejs/language-tools/issues/4855)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** inlay hints for `` and `` ([#​4661](https://redirect.github.com/vuejs/language-tools/issues/4661)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX), [@​so1ve](https://redirect.github.com/so1ve)! - **language-core:** should error when invalid syntax at script end ([#​4692](https://redirect.github.com/vuejs/language-tools/issues/4692)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** correct type inference of `defineModel` & `defineEmits` in generic ([#​4823](https://redirect.github.com/vuejs/language-tools/issues/4823)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** inject generics of `useTemplateRef` into correct location ([#​4829](https://redirect.github.com/vuejs/language-tools/issues/4829)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** prevent the generation of generics in JS ([#​4836](https://redirect.github.com/vuejs/language-tools/issues/4836)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX), [@​zhiyuanzmj](https://redirect.github.com/zhiyuanzmj)! - **language-core:** generate correct reference for `v-on` on `` ([#​4864](https://redirect.github.com/vuejs/language-tools/issues/4864)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** match classname before `)` ([#​4887](https://redirect.github.com/vuejs/language-tools/issues/4887)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-service:** handle internal item key with leading slash correctly ([#​4894](https://redirect.github.com/vuejs/language-tools/issues/4894)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** correctly obtain the index of style modules ([#​4907](https://redirect.github.com/vuejs/language-tools/issues/4907)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** refer absolute path of global types file ([#​4924](https://redirect.github.com/vuejs/language-tools/issues/4924)) - Thanks to [@​depressedX](https://redirect.github.com/depressedX)! - **component-meta:** error when signatures is undefined ([#​4930](https://redirect.github.com/vuejs/language-tools/issues/4930)) - Thanks to [@​Hannesrasmussen](https://redirect.github.com/Hannesrasmussen)! - **language-core:** intersect props of generic component with attrs ([#​4886](https://redirect.github.com/vuejs/language-tools/issues/4886)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** fix incorrect syntax for class component virtual code - **language-core:** generate `value` instead of model name into tuple ([#​4892](https://redirect.github.com/vuejs/language-tools/issues/4892)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** infer template ref's type of native elements with `v-for` correctly ([#​4933](https://redirect.github.com/vuejs/language-tools/issues/4933)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - **language-core:** should wrap item with `Reactive` on `v-for` ([#​4902](https://redirect.github.com/vuejs/language-tools/issues/4902)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! ##### Performance - **language-service:** find destructured props only with enabled setting ([#​4815](https://redirect.github.com/vuejs/language-tools/issues/4815)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! ##### Other Changes - Upgraded Volar from `v2.4.1` to `v2.4.8`: - Changing vue files causes internal state to desync in Sublime Text ([#​4909](https://redirect.github.com/vuejs/language-tools/issues/4909)) - Thanks to [@​rchl](https://redirect.github.com/rchl)! - The syntax highlighting is not applied when destructuring props ([#​4811](https://redirect.github.com/vuejs/language-tools/issues/4811)) - chore: fix nvim config snippet in README ([#​4881](https://redirect.github.com/vuejs/language-tools/issues/4881)) - Thanks to [@​LiamEderzeel](https://redirect.github.com/LiamEderzeel)! - chore: remove side effects ([#​4871](https://redirect.github.com/vuejs/language-tools/issues/4871)) - Thanks to [@​vikingair](https://redirect.github.com/vikingair)! - chore: remove `importsNotUsedAsValues` ([#​4897](https://redirect.github.com/vuejs/language-tools/issues/4897)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - chore(vscode): switch to `"module": "CommonJS"` ([#​4944](https://redirect.github.com/vuejs/language-tools/issues/4944)) - Thanks to [@​KazariEX](https://redirect.github.com/KazariEX)! - test: fix incorrect default value ([#​4934](https://redirect.github.com/vuejs/language-tools/issues/4934)) - Thanks to [@​jh-leong](https://redirect.github.com/jh-leong)! - test(tsc): add a test case for class component

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

cloudflare-workers-and-pages[bot] commented 3 weeks ago

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: cde6f70
Status: ✅  Deploy successful!
Preview URL: https://4e2c4f74.unplugin-vue-router.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unplugin-vue-router.pages.dev

View logs

pkg-pr-new[bot] commented 3 weeks ago

Open in Stackblitz

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

commit: cde6f70

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.48%. Comparing base (3c3eab8) to head (cde6f70). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #528 +/- ## ======================================= Coverage 57.48% 57.48% ======================================= Files 32 32 Lines 3020 3020 Branches 550 550 ======================================= Hits 1736 1736 Misses 1273 1273 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

socket-security[bot] commented 3 weeks ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/types@7.26.0 environment +2 2.63 MB nicolo-ribaudo
npm/@pinia/colada@0.11.0 environment, network 0 326 kB posva
npm/@rollup/pluginutils@5.1.3 None +2 134 kB guybedford, lukastaegert, rich_harris, ...1 more
npm/@shikijs/vitepress-twoslash@1.22.1 environment +42 2.66 MB antfu
npm/@tanstack/vue-query@5.59.16 environment +3 3.21 MB tannerlinsley
npm/@types/node@20.17.1 None +1 2.3 MB types
npm/execa@9.5.0 environment Transitive: filesystem, shell +15 589 kB ehmicky
npm/prettier@3.3.3 environment, filesystem, unsafe 0 7.7 MB prettier-bot
npm/vite@5.4.10 Transitive: environment, filesystem, network, shell +5 3.77 MB antfu, patak, soda, ...2 more

🚮 Removed packages: npm/@babel/types@7.25.8, npm/@shikijs/vitepress-twoslash@1.22.0, npm/@tanstack/vue-query@5.59.13, npm/@types/node@20.16.13, npm/execa@9.4.1, npm/mlly@1.7.2, npm/nodemon@3.1.7, npm/nuxt@3.13.2, npm/p-series@3.0.0, npm/pathe@1.1.2, npm/pinia@2.2.4, npm/vite@5.4.9

View full report↗︎