chore(deps): ignore Vue 3 major bumps in Dependabot - #459
Closed
hellopablo wants to merge 1 commit into
Closed
Conversation
vue-loader 16+ requires Vue 3; this module is on Vue 2.7. Ignore major updates for vue-loader, vue, and vue-template-compiler so Dependabot stops opening incompatible PRs (e.g. #439). Co-authored-by: Pablo de la Peña <pablo@hellopablo.co.uk>
3 tasks
Member
Author
|
Superseded by #460 — we are intentionally migrating MediaManagerV2 to Vue 3 rather than ignoring major bumps. This Dependabot-ignore PR can be closed. |
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
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.
Summary
Dependabot PR #439 (
vue-loader15.11.1 → 17.4.2) fails CI because vue-loader 16+ is Vue 3-only, while this module is on Vue 2.7.Webpack fails with:
Change
Add Dependabot ignore rules for major updates of:
vue-loadervuevue-template-compilerso incompatible Vue 3 bumps are not opened automatically.
Recommendation for #439
Close / skip that PR. Stay on
vue-loader@15.xuntil an intentional Vue 3 migration.A comment with the full analysis was posted on #439.