chore(deps): bump @babel/core to 7.29.7 in next-js lockfile#483
Open
thefounderluke wants to merge 1 commit into
Open
chore(deps): bump @babel/core to 7.29.7 in next-js lockfile#483thefounderluke wants to merge 1 commit into
thefounderluke wants to merge 1 commit into
Conversation
Moves the @babel/* family (16 packages) from 7.28.x to 7.29.7 in apps/next-js/package-lock.json, plus in-range refreshes of its browserslist data deps. Lockfile-only; no manifest changes. Verified locally: tsc --noEmit clean, vitest 25/25 passing before and after. Fixes usemoss#422 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codex reviewNo issues found. |
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.
Pull Request Checklist
Please ensure that your PR meets the following requirements:
Description
Bumps
@babel/corefrom 7.28.6 to 7.29.7 inapps/next-js/package-lock.jsonvianpm update @babel/core. The@babel/*family versions in lockstep, so 16 @babel packages move to 7.29.7 together, plus in-range refreshes of babel's browserslist data dependencies (browserslist, caniuse-lite, electron-to-chromium, node-releases, baseline-browser-mapping). Lockfile-only; no manifest changes. 7.29.7 is the latest 7.x; Babel 8 (8.0.1) is outside the dependents'^7.xranges, so it does not apply here.Context: Dependabot attempted this in #449, which ended up targeting 0 directories after a group-rule rebase and was auto-closed — this completes what #422 asks for.
How verified: clean
npm cibaseline first, then after the bump:tsc --noEmitclean andvitest run25/25 tests passing (same 25/25 on the unmodified baseline).Fixes #422