fix(deps): pin @vue/server-renderer to vue + regen lock in linux
dancefinder-app / build (pull_request) Successful in 2m51s
dancefinder-app / deploy-prod (pull_request) Has been skipped

Renovate's vue-monorepo group only bumps direct deps. @vue/server-renderer
is pulled transitively via @vue/test-utils and has an exact-pin peer on
vue, so vue minor bumps fail ERESOLVE.

Use npm overrides with \$vue to keep @vue/server-renderer in lockstep
with vue automatically. Lockfile regenerated inside cypress/base:26.0.0
container so the linux-side optional-dep graph (@emnapi/core, @emnapi/runtime)
is materialized correctly — macOS npm 11.6 cross-platform mode does not.
This commit is contained in:
2026-05-15 11:26:53 +02:00
parent b33c1b0889
commit c80e7d5f22
2 changed files with 2917 additions and 3891 deletions
+2914 -3891
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -63,5 +63,8 @@
},
"engines": {
"node": "24"
},
"overrides": {
"@vue/server-renderer": "$vue"
}
}