posva / unplugin-vue-router

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

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

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
@shikijs/vitepress-twoslash (source) 1.2.4 -> 1.3.0 age adoption passing confidence
@types/node (source) ^20.12.5 -> ^20.12.7 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence
@vitest/ui (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence
firebase (source, changelog) ^10.10.0 -> ^10.11.0 age adoption passing confidence
pnpm (source) 8.15.6 -> 8.15.7 age adoption passing confidence
rollup (source) ^4.14.1 -> ^4.14.2 age adoption passing confidence
typescript (source) ^5.4.4 -> ^5.4.5 age adoption passing confidence
unplugin-vue-markdown ^0.26.0 -> ^0.26.1 age adoption passing confidence
vitepress (source) 1.0.2 -> 1.1.0 age adoption passing confidence
vitest (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence
vue-tsc (source) ^2.0.11 -> ^2.0.13 age adoption passing confidence

Release Notes

shikijs/shiki (@​shikijs/vitepress-twoslash) ### [`v1.3.0`](https://togithub.com/shikijs/shiki/releases/tag/v1.3.0) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.2.4...v1.3.0) #####    🚀 Features - **core**: New `structure: inline` option for `codeToHast`  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/653](https://togithub.com/shikijs/shiki/issues/653) [(ae516)](https://togithub.com/shikijs/shiki/commit/ae516aec) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.2.4...v1.3.0)
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v1.5.0`](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)
vitest-dev/vitest (@​vitest/ui) ### [`v1.5.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0) #####    🚀 Features - Add configuration for diff truncation  -  by [@​willieho](https://togithub.com/willieho) in [https://github.com/vitest-dev/vitest/issues/5073](https://togithub.com/vitest-dev/vitest/issues/5073) and [https://github.com/vitest-dev/vitest/issues/5333](https://togithub.com/vitest-dev/vitest/issues/5333) [(6797b)](https://togithub.com/vitest-dev/vitest/commit/6797b041) - Remove unrelated noise from diff for toMatchObject()  -  by [@​geersch](https://togithub.com/geersch) in [https://github.com/vitest-dev/vitest/issues/5364](https://togithub.com/vitest-dev/vitest/issues/5364) [(99276)](https://togithub.com/vitest-dev/vitest/commit/99276399) - Allow custom host for --inspect and --inspect-brk  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5509](https://togithub.com/vitest-dev/vitest/issues/5509) [(61572)](https://togithub.com/vitest-dev/vitest/commit/6157282c) - **coverage**: V8 to ignore empty lines, comments, types  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5457](https://togithub.com/vitest-dev/vitest/issues/5457) [(10b89)](https://togithub.com/vitest-dev/vitest/commit/10b89713) #####    🐞 Bug Fixes - `describe` calls not taking generic type parameters  -  by [@​aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/vitest-dev/vitest/issues/5415](https://togithub.com/vitest-dev/vitest/issues/5415) [(16bac)](https://togithub.com/vitest-dev/vitest/commit/16bacfab) - Prevent hang when `process` is mocked  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5430](https://togithub.com/vitest-dev/vitest/issues/5430) [(0ec4d)](https://togithub.com/vitest-dev/vitest/commit/0ec4d0e0) - Don't check for "node:internal/console/" in console interceptor in case the environment is not Node.js  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(87d36)](https://togithub.com/vitest-dev/vitest/commit/87d36a7a) - The value received by toMatch should be a string  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/5428](https://togithub.com/vitest-dev/vitest/issues/5428) [(67485)](https://togithub.com/vitest-dev/vitest/commit/674851ca) - Increase stack trace limit for location, don't hardcode suite position  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5518](https://togithub.com/vitest-dev/vitest/issues/5518) [(04b23)](https://togithub.com/vitest-dev/vitest/commit/04b234d1) - **benchmark**: - Run benchmark suites sequentially  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5444](https://togithub.com/vitest-dev/vitest/issues/5444) [(1f548)](https://togithub.com/vitest-dev/vitest/commit/1f548340) - Fix benchmark summary of single bench suite  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5489](https://togithub.com/vitest-dev/vitest/issues/5489) [(db981)](https://togithub.com/vitest-dev/vitest/commit/db98145f) - Table reporter for non TTY output  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5484](https://togithub.com/vitest-dev/vitest/issues/5484) [(bea23)](https://togithub.com/vitest-dev/vitest/commit/bea234b1) - **expect**: - Fix `toHaveBeenNthCalledWith` error message when not called  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5420](https://togithub.com/vitest-dev/vitest/issues/5420) [(e5253)](https://togithub.com/vitest-dev/vitest/commit/e5253de4) - **types**: - Pass correct type for suite factory  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5437](https://togithub.com/vitest-dev/vitest/issues/5437) [(26718)](https://togithub.com/vitest-dev/vitest/commit/26718eb5) - **utils**: - Fix object diff with getter only property  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5466](https://togithub.com/vitest-dev/vitest/issues/5466) [(366d9)](https://togithub.com/vitest-dev/vitest/commit/366d97c3) - **vite-node**: - Fix `isValidNodeImport` to check `"type": "module"` first  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5416](https://togithub.com/vitest-dev/vitest/issues/5416) [(6fb15)](https://togithub.com/vitest-dev/vitest/commit/6fb15280) - **vitest**: - Correctly send console events when state changes  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(3463f)](https://togithub.com/vitest-dev/vitest/commit/3463f9bb) - Initiate FakeTimers on demand  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5450](https://togithub.com/vitest-dev/vitest/issues/5450) [(e4e93)](https://togithub.com/vitest-dev/vitest/commit/e4e939ba) - Check unhighlighted code for code frame line limit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5465](https://togithub.com/vitest-dev/vitest/issues/5465) [(6ae7e)](https://togithub.com/vitest-dev/vitest/commit/6ae7eaa2) - Correctly filter by parent folder  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5408](https://togithub.com/vitest-dev/vitest/issues/5408) [(91b06)](https://togithub.com/vitest-dev/vitest/commit/91b06cce) - Close inspector immediately if run is canceled  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5519](https://togithub.com/vitest-dev/vitest/issues/5519) [(b8006)](https://togithub.com/vitest-dev/vitest/commit/b80062d7) - **workspace**: - Set CWD to config directory, allow overriding local .env  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5476](https://togithub.com/vitest-dev/vitest/issues/5476) [(d4003)](https://togithub.com/vitest-dev/vitest/commit/d4003882) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)
firebase/firebase-js-sdk (firebase) ### [`v10.11.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@10.10.0...firebase@10.11.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@10.10.0...firebase@10.11.0)
pnpm/pnpm (pnpm) ### [`v8.15.7`](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)
rollup/rollup (rollup) ### [`v4.14.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4142) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.14.1...v4.14.2) *2024-04-12* ##### Bug Fixes - Do not create invalid code when reexporting both a namespace and the default export from that namespace ([#​5466](https://togithub.com/rollup/rollup/issues/5466)) - Ensure ppc64 platform is properly detected ([#​5460](https://togithub.com/rollup/rollup/issues/5460)) ##### Pull Requests - [#​5456](https://togithub.com/rollup/rollup/pull/5456): Add high-level architecture documentation ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5460](https://togithub.com/rollup/rollup/pull/5460): Fix ppc64le target ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5463](https://togithub.com/rollup/rollup/pull/5463): chore: tweak the comment about files should not be edited ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5466](https://togithub.com/rollup/rollup/pull/5466): Ensure reexported namespaces do not prevent creation of default export helpers ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5468](https://togithub.com/rollup/rollup/pull/5468): chore(deps): update dependency eslint-plugin-unicorn to v52 ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5469](https://togithub.com/rollup/rollup/pull/5469): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5470](https://togithub.com/rollup/rollup/pull/5470): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot])
Microsoft/TypeScript (typescript) ### [`v5.4.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.5): TypeScript 5.4.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
unplugin/unplugin-vue-markdown (unplugin-vue-markdown) ### [`v0.26.1`](https://togithub.com/unplugin/unplugin-vue-markdown/releases/tag/v0.26.1) [Compare Source](https://togithub.com/unplugin/unplugin-vue-markdown/compare/v0.26.0...v0.26.1) #####    🚀 Features - Update mdit-vue and markdown-it types  -  by [@​meteorlxy](https://togithub.com/meteorlxy) in [https://github.com/unplugin/unplugin-vue-markdown/issues/48](https://togithub.com/unplugin/unplugin-vue-markdown/issues/48) and [https://github.com/unplugin/unplugin-vue-markdown/issues/49](https://togithub.com/unplugin/unplugin-vue-markdown/issues/49) [(43854)](https://togithub.com/unplugin/unplugin-vue-markdown/commit/4385471) #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-vue-markdown/compare/v0.26.0...v0.26.1)
vuejs/vitepress (vitepress) ### [`v1.1.0`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#110-2024-04-09) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.0.2...v1.1.0) ##### Bug Fixes - **client:** hashchange should only be triggered for same page navigations ([#​3768](https://togithub.com/vuejs/vitepress/issues/3768)) ([2a9fc2a](https://togithub.com/vuejs/vitepress/commit/2a9fc2a26b829bb3f28067ac6f4a41bc1e8b7a1e)) - **client:** emit correct `Event` instance in hashchange event - **theme:** remove small layout shift on `On this page` button ([#​3767](https://togithub.com/vuejs/vitepress/issues/3767)) ([5f28e74](https://togithub.com/vuejs/vitepress/commit/5f28e74abfc984cdc7e0d9d9f7b7e15cb2b46923)) ##### Features - **client:** add `hash` property to `useData()` - **theme:** update Inter to version 4 ([#​3693](https://togithub.com/vuejs/vitepress/issues/3693)) ([#​3694](https://togithub.com/vuejs/vitepress/issues/3694)) ([ffafa31](https://togithub.com/vuejs/vitepress/commit/ffafa31b9204f996f4b819684214fa631c224575)) #### [1.0.2](https://togithub.com/vuejs/vitepress/compare/v1.0.1...v1.0.2) (2024-04-01) ##### Bug Fixes - **theme:** text containing html not showing properly in mobile nav menu ([3c8b4c7](https://togithub.com/vuejs/vitepress/commit/3c8b4c706051592dd2cca0ae57e293254cbb51ce)) #### [1.0.1](https://togithub.com/vuejs/vitepress/compare/v1.0.0...v1.0.1) (2024-03-22) ##### Bug Fixes - **build:** vendor vue-demi to avoid resolution issues with yarn berry ([#​3680](https://togithub.com/vuejs/vitepress/issues/3680)) ([5d3cb96](https://togithub.com/vuejs/vitepress/commit/5d3cb96ac364413aa9eb494bc91744bd8f4a2c79))
vitest-dev/vitest (vitest) ### [`v1.5.0`](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)
vuejs/language-tools (vue-tsc) ### [`v2.0.13`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2013-2024412) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.12...v2.0.13) ##### Performance - **tsc:** re-introduce global types removal check ([#​4245](https://togithub.com/vuejs/language-tools/issues/4245)) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.7` to `v2.2.0-alpha.8` for a vue-tsc performance issue fixes ([#​4238](https://togithub.com/vuejs/language-tools/issues/4238)) ### [`v2.0.12`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2012-2024410) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.11...v2.0.12) ##### Bug Fixes - **vscode:** restart tsserver before restart vue language server ([#​4242](https://togithub.com/vuejs/language-tools/issues/4242)) - **tsc:** remove exit early condition - **typescript-plugin:** handle named pipe server timeout - **language-core:** `@vue-ignore` not working for fragment v-if/v-for nodes ([#​4232](https://togithub.com/vuejs/language-tools/issues/4232)) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.6` to `v2.2.0-alpha.7` for a typescript plugin bug fixes

Configuration

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

🚦 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.

socket-security[bot] commented 3 months ago

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

Package New capabilities Transitives Size Publisher
npm/@shikijs/vitepress-twoslash@1.3.0 environment +55 3.32 MB antfu
npm/@types/node@20.12.7 None 0 2.03 MB types
npm/@vitest/coverage-v8@1.5.0 Transitive: environment, filesystem +19 4.27 MB vitestbot
npm/@vitest/ui@1.5.0 Transitive: environment +9 1.96 MB vitestbot
npm/firebase@10.11.0 Transitive: environment, filesystem, network +48 110 MB google-wombot

🚮 Removed packages: npm/@shikijs/vitepress-twoslash@1.2.4, npm/@types/node@20.12.5, npm/@vitest/coverage-v8@1.4.0, npm/@vitest/ui@1.4.0, npm/firebase@10.10.0

View full report↗︎

cloudflare-pages[bot] commented 3 months ago

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

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

View logs