Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@tanstack/vue-query (source) ^5.90.3 -> ^5.90.5 age confidence
@types/node (source) ^24.7.2 -> ^24.9.1 age confidence
@vue/language-core (source) ^3.1.0 -> ^3.1.1 age confidence
@vue/language-core (source) ^3.1.0 -> ^3.1.1 age confidence
ast-walker-scope ^0.8.2 -> ^0.8.3 age confidence
happy-dom ^20.0.0 -> ^20.0.7 age confidence
lint-staged ^16.2.4 -> ^16.2.5 age confidence
pnpm (source) 10.18.1 -> 10.18.3 age confidence
rolldown (source) 1.0.0-beta.43 -> 1.0.0-beta.44 age confidence
rollup (source) ^4.52.4 -> ^4.52.5 age confidence
semver ^7.7.2 -> ^7.7.3 age confidence
tsdown ^0.15.7 -> ^0.15.9 age confidence
unplugin-utils ^0.3.0 -> ^0.3.1 age confidence
vite (source) ^7.1.9 -> ^7.1.11 age confidence
vite-plugin-vue-devtools (source) ^8.0.2 -> ^8.0.3 age confidence
vue-router (source) ^4.6.0 -> ^4.6.3 age confidence

Release Notes

TanStack/query (@​tanstack/vue-query)

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes
vuejs/language-tools (@​vue/language-core)

v3.1.1

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)
Bug Fixes
  • fix(language-core): tolerate non-literal export default (#​5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#​5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#​5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#​5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#​5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#​5696) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): reimplement writeGlobalTypes without side effects
capricorn86/happy-dom (happy-dom)

v20.0.7

Compare Source

👷‍♂️ Patch fixes

v20.0.6

Compare Source

👷‍♂️ Patch fixes
  • Changes implementation for DOMTokenList.forEach(), Headers.forEach() and NodeList.forEach() to be spec compliant - By @​ikeyan in task #​1858

v20.0.5

Compare Source

👷‍♂️ Patch fixes

v20.0.4

Compare Source

👷‍♂️ Patch fixes
  • Only adds buttons to FormData if they are the submitter - By @​maxmil and @​
    karpiuMG
    in task #​1859

v20.0.3

Compare Source

👷‍♂️ Patch fixes
  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By @​iam-medvedev in task #​1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By @​fimion in task #​1837
lint-staged/lint-staged (lint-staged)

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.
rolldown/rolldown (rolldown)

v1.0.0-beta.44

Compare Source

💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
rollup/rollup (rollup)

v4.52.5

Compare Source

2025-10-18

Bug Fixes
  • Always produce valid UUIDs as debugIds in sourcemaps (#​6144)
Pull Requests
rolldown/tsdown (tsdown)

v0.15.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.15.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/devtools (vite-plugin-vue-devtools)

v8.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/router (vue-router)

v4.6.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.1

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-vue-router@738

commit: a58babd

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.75%. Comparing base (36568d4) to head (a58babd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #738   +/-   ##
=======================================
  Coverage   64.75%   64.75%           
=======================================
  Files          39       39           
  Lines        4301     4301           
  Branches      828      828           
=======================================
  Hits         2785     2785           
  Misses       1508     1508           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@socket-security
Copy link

socket-security bot commented Oct 20, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedminimist@​1.2.810010010081100
Updatedhappy-dom@​20.0.2 ⏵ 20.0.799 +110088 +196 +1100
Updatedlint-staged@​16.2.4 ⏵ 16.2.5100 +110010096 +1100
Updated@​tanstack/​vue-query@​5.90.3 ⏵ 5.90.59910010097 +1100
Updated@​types/​node@​24.7.2 ⏵ 24.9.1100 +1100100 +20100 +5100

View full report

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 20, 2025

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

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

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from de98604 to 398a2df Compare October 20, 2025 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 398a2df to a58babd Compare October 21, 2025 01:37
@renovate renovate bot merged commit 3fc1d0b into main Oct 21, 2025
16 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 21, 2025 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant