Skip to content

build(deps): bump vue-router from 4.6.4 to 5.2.0 - #242

Closed
dependabot[bot] wants to merge 2 commits into
developmentfrom
dependabot/npm_and_yarn/development/vue-router-5.2.0
Closed

build(deps): bump vue-router from 4.6.4 to 5.2.0#242
dependabot[bot] wants to merge 2 commits into
developmentfrom
dependabot/npm_and_yarn/development/vue-router-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps vue-router from 4.6.4 to 5.2.0.

Release notes

Sourced from vue-router's releases.

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.7

   🚀 Features

   🐞 Bug Fixes

  • matcher:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vue-router](https://github.com/vuejs/router) from 4.6.4 to 5.2.0.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.6.4...v5.2.0)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@rubenvdlinde

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/openbuild @ d4e1b66

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
test-l10n
check-gitignore
check-nc-floor
format
composer ✅ 106/106
npm ✅ 625/625
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright
Hydra gates

Quality workflow — 2026-08-19 22:26 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Not adoptable on this stack — closing.

vue-router@5 declares vite: "^7.3.0 || ^8.0.0" as a peer dependency:

peerDependencies: {
  "@pinia/colada": ">=0.21.2",
  "pinia": "^3.0.4 || ^4.0.2",
  "vite": "^7.3.0 || ^8.0.0",
  "vue": "^3.5.34 || ^4.0.0",
  "@vue/compiler-sfc": "^3.5.34 || ^4.0.0"
}

This app is built with webpack (@nextcloud/webpack-vue-config, webpack ^5), not vite. The unmet peer makes npm omit the package entirely, so the build does not fail on a vue-router API change — it fails because vue-router is not installed at all:

ERROR in ./src/main.js
Module not found: Error: Cant resolve vue-router in /home/runner/work/<app>/src
ERROR in ./node_modules/@nextcloud/vue/dist/chunks/NcButton-*.mjs
Module not found: Error: Cant resolve vue-router

@nextcloud/vue itself imports vue-router, so every one of its chunks fails to resolve too.

Staying on vue-router@4 until either the app moves to vite or vue-router relaxes that peer. Worth adding a vue-router 5.x ignore to .github/dependabot.yml so this PR is not reopened each week.

@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/development/vue-router-5.2.0 branch August 20, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant