Skip to content

Commit aabea82

Browse files
authored
docs(dependabot): correct the vue-router holdback to what was measured (#1748)
The comment claimed these apps "cannot resolve it at all". That is not what the evidence shows, and a comment that overstates its case is worse than none: the next person reads it, tries vue-router 5 somewhere it works, and stops trusting the file. Measured across four apps: integriq and zaakafhandelapp fail their build on `Can't resolve 'vue-router'`, while openregister and learniq build clean on 5.3.0. The holdback still stands, for the honest reason rather than the overstated one: a major that breaks some apps and not others cannot be merged unattended, and the difference between them is not yet understood. No behaviour change. The ignore rule is unchanged; only the reasoning is.
1 parent dd99194 commit aabea82

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ updates:
2727
- dependency-name: "typescript"
2828
update-types: ["version-update:semver-major"]
2929
# vue-router 5 peers `vite: ^7.3.0 || ^8.0.0` and expects a Vite
30-
# toolchain. These apps build with webpack, which cannot resolve it at
31-
# all: the build dies on `Can't resolve 'vue-router'`. Adopting it is a
30+
# toolchain. Measured, not assumed, and the result is SPLIT: integriq and
31+
# zaakafhandelapp fail their build on `Can't resolve 'vue-router'`, while
32+
# openregister and learniq build clean on 5.3.0. Held because a bump that
33+
# breaks some apps and not others cannot be merged unattended, and the
34+
# difference is not yet understood. Adopting it fleet-wide is a
3235
# Vite migration, not a bump. versioniq is already on Vite and is the
3336
# natural pilot.
3437
- dependency-name: "vue-router"

0 commit comments

Comments
 (0)