chore(deps-dev): bump babel to v8 (grouped)#70
Merged
Conversation
Groups Dependabot #65 (@babel/preset-env 7.29.7 -> 8.0.2) and #66 (@babel/core 7.29.7 -> 8.0.1). Each PR alone fails npm ci with an ERESOLVE peer conflict; landing both together resolves cleanly. Verified locally: npm install resolves with no ERESOLVE error, both deps on 8.x and deduped; npm run build exits 0; full jest suite passes (20/20 suites, 498 passed, 5 skipped, 0 failed).
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
Grouped major upgrade of the Babel 8 toolchain. Bumps both devDependencies together:
Why grouped
Dependabot opened these as two separate PRs, each of which does only half of a coupled major upgrade and therefore fails `npm ci` alone with an ERESOLVE peer conflict:
They must land together. This PR supersedes #65 and #66 (leaving them open for the maintainer to close).
Local verification