Skip to content

Commit 7e7f439

Browse files
author
Conduction Release Bot
committed
chore(dependabot): hold back vue-router 5 as well
vue-router 5 peers `vite: ^7.3.0 || ^8.0.0` and expects a Vite toolchain. These apps build with webpack, which cannot resolve it at all: the build dies on `Can't resolve 'vue-router'` from src and from @nextcloud/vue's own chunks. Adopting it is a Vite migration, not a version bump. Dependabot proposed it across 8 repositories in a single run, and merging any one of them takes that app's build from green to red with no code change that can fix it. versioniq already builds with Vite and is the natural pilot if the fleet does move. Lift this when an app's toolchain can actually take it.
1 parent 508de41 commit 7e7f439

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ updates:
3737
ignore:
3838
- dependency-name: "typescript"
3939
update-types: ["version-update:semver-major"]
40+
# vue-router 5 peers `vite: ^7.3.0 || ^8.0.0` and expects a Vite
41+
# toolchain. These apps build with webpack, which cannot resolve it at
42+
# all: the build dies on `Can't resolve 'vue-router'`. Adopting it is a
43+
# Vite migration, not a bump. versioniq is already on Vite and is the
44+
# natural pilot.
45+
- dependency-name: "vue-router"
46+
update-types: ["version-update:semver-major"]
4047
- dependency-name: "webpack-cli"
4148
update-types: ["version-update:semver-major"]
4249
- dependency-name: "@babel/core"

0 commit comments

Comments
 (0)