-
Notifications
You must be signed in to change notification settings - Fork 680
chore(deps): update vue-cli monorepo to v5 (major) #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/major-vue-cli-monorepo
branch
from
August 10, 2025 14:59
90b8658 to
d27929a
Compare
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @vue/cli-plugin-eslint@4.5.19
npm ERR! Found: @vue/cli-service@5.0.9
npm ERR! node_modules/@vue/cli-service
npm ERR! dev @vue/cli-service@"5.0.9" from the root project
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0 || ^5.0.0-0" from @vue/cli-plugin-e2e-nightwatch@5.0.0
npm ERR! node_modules/@vue/cli-plugin-e2e-nightwatch
npm ERR! dev @vue/cli-plugin-e2e-nightwatch@"5.0.0" from the root project
npm ERR! 5 more (@vue/cli-plugin-unit-jest, @vue/cli-plugin-babel, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-eslint@4.5.19
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR! dev @vue/cli-plugin-eslint@"4.5.19" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @vue/cli-service@4.5.19
npm ERR! node_modules/@vue/cli-service
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-eslint@4.5.19
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR! dev @vue/cli-plugin-eslint@"4.5.19" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /runner/cache/others/npm/_logs/2025-10-21T17_49_00_622Z-debug-0.log
@renovate
renovate
bot
force-pushed
the
renovate/major-vue-cli-monorepo
branch
2 times, most recently
from
August 19, 2025 22:09
461d0bd to
25ab0cf
Compare
@renovate
renovate
bot
force-pushed
the
renovate/major-vue-cli-monorepo
branch
from
August 21, 2025 19:12
25ab0cf to
b4ce5ed
Compare
@renovate
renovate
bot
force-pushed
the
renovate/major-vue-cli-monorepo
branch
from
August 21, 2025 23:32
b4ce5ed to
fd6b35f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
4.5.13->5.0.94.5.13->5.0.94.5.13->5.0.94.5.13->5.0.94.5.13->5.0.9Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
vuejs/vue-cli (@vue/cli-plugin-babel)
v5.0.9Compare Source
🐛 Bug Fix
@vue/cliCommitters: 2
v5.0.8Compare Source
🐛 Bug Fix
@vue/cli-service@vue/cli-uiv5.0.7Compare Source
@vue/cli-servicedevServer.serveroption, avoid deprecation warnings (@backrunner, @sodatea)devServer.client.progress@vue/cli-uiCommitters: 2
v5.0.6Compare Source
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.v5.0.5Compare Source
🐛 Bug Fix
@vue/cli@vue/cli-serviceCommitters: 3
v5.0.4Compare Source
🐛 Bug Fix
@vue/cli-servicepublicPath: 'auto'(@AndreiSoroka)@vue/cli-shared-utils,@vue/cli-uinode-ipcwith@achrinza/node-ipcto further secure the dependency chainCommitters: 1
v5.0.3Compare Source
🐛 Bug Fix
@vue/cli-shared-utils,@vue/cli-uinode-ipcto v9.2.1v5.0.2Compare Source
🐛 Bug Fix
@vue/cli-serviceCommitters: 2
v5.0.1Compare Source
Same as 5.0.0.
v5.0.0Compare Source
🐛 Bug Fix
@vue/cli-service📝 Documentation
Committers: 13
v4.5.19Compare Source
IMPORTANT NOTE: IE 11 has reached End-of-Life. The default
browserslistquery no longer includes IE 11 as a target.If your project still has to support IE 11, you MUST manually add
IE 11to the last line of the.browserslistrcfile in the project (orbrowserslistfield inpackage.json)🐛 Bug Fix
@vue/babel-preset-app@vue/cli-plugin-typescriptv4.5.18Compare Source
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.v4.5.17Compare Source
🐛 Bug Fix
@vue/cli-shared-utils,@vue/cli-uinode-ipcwith@achrinza/node-ipcto further secure the dependency chainCommitters: 1
v4.5.16Compare Source
🐛 Bug Fix
@vue/cli-service@vue/cli-shared-utils,@vue/cli-uinode-ipcto v9.2.1v4.5.15Compare Source
Bug Fixes
.mjsfile type tojavascript/auto[15b1e1b]This change allows an
.mjsfile to import named exports from.cjsand plain.jsfiles.Fixes compatibility with
pinia.v4.5.14Compare Source
Security Fixes
This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI.
We recommend all users of
vue uito upgrade to this version as soon as possible.Credits:
Ngo Wei Lin (@Creastery) of STAR Labs (@starlabs_sg)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.