chore(deps): ignore Babel 8 major bumps for @babel/core - #215
Closed
hellopablo wants to merge 1 commit into
Closed
Conversation
@vue/cli-plugin-babel still requires Babel 7, so Dependabot's isolated @babel/core 8.x upgrades break yarn build (see #212). Ignore major updates until the Vue CLI babel preset is replaced. Co-authored-by: Pablo de la Peña <pablo@hellopablo.co.uk>
Member
Author
|
Superseded by a full Babel 8 happy-path migration (replacing |
3 tasks
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 #212 (
@babel/core7 → 8) fails CI becausebabel.config.jsuses@vue/cli-plugin-babel/preset, which is Babel 7-only.This change tells Dependabot to ignore major
@babel/coreupdates until we migrate off the Vue CLI babel preset.Why skip Babel 8 for now
Requires Babel "^7.0.0-0", but was loaded with "8.0.1"@vue/cli-plugin-babel5.x depends on@babel/core^7 and has no Babel 8 supportRecommendation on #212
Close / skip that Dependabot PR. Revisit Babel 8 as a deliberate migration later.
Test plan