Skip to content

chore(deps): bump @babel/core to 7.29.7 in next-js lockfile#483

Open
thefounderluke wants to merge 1 commit into
usemoss:mainfrom
thefounderluke:deps/babel-core-7.29.7
Open

chore(deps): bump @babel/core to 7.29.7 in next-js lockfile#483
thefounderluke wants to merge 1 commit into
usemoss:mainfrom
thefounderluke:deps/babel-core-7.29.7

Conversation

@thefounderluke

@thefounderluke thefounderluke commented Jul 24, 2026

Copy link
Copy Markdown

Pull Request Checklist

Please ensure that your PR meets the following requirements:

  • I have read the CONTRIBUTING guide.
  • I have updated the documentation (if applicable). — N/A, lockfile-only change
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works. — N/A, dependency bump
  • New and existing unit tests pass locally with my changes.

Description

Bumps @babel/core from 7.28.6 to 7.29.7 in apps/next-js/package-lock.json via npm 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.x ranges, 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 ci baseline first, then after the bump: tsc --noEmit clean and vitest run 25/25 tests passing (same 25/25 on the unmodified baseline).

Fixes #422

Review in cubic

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>
@github-actions

Copy link
Copy Markdown

Codex review

No issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update @babel/core to the latest version

1 participant