Skip to content

chore: bump @babel/core version - #8533

Open
g1rly-c0d3r wants to merge 1 commit into
mainfrom
issue-8531
Open

g1rly-c0d3r wants to merge 1 commit into
mainfrom
issue-8531

Conversation

@g1rly-c0d3r

@g1rly-c0d3r g1rly-c0d3r commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Fixes #8531

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone

Testing instructions

  • ensure CI tests are passing

Summary by CodeRabbit

  • Chores
    • Pinned the Babel core tooling version to improve build consistency.

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 7b644714-9063-4546-8f8f-53079efe19db

📥 Commits

Reviewing files that changed from the base of the PR and between 14cea30 and 719f036.

⛔ Files ignored due to path filters (1)
  • specifyweb/frontend/js_src/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • specifyweb/frontend/js_src/package.json

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The frontend package configuration adds an npm override that pins @babel/core to ^7.29.6.

Changes

Babel Core Update

Layer / File(s) Summary
Babel core override
specifyweb/frontend/js_src/package.json
The overrides section pins @babel/core to ^7.29.6.

Suggested reviewers: carolinedenis

Priority: ⬇️ Low

Change: Other

Merge Risk: ⚪ Minimal · up to 719f0

This dependency-only change has no identified merge-blocking risk.

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the @babel/core dependency version.
Linked Issues check ✅ Passed The pull request addresses issue #8531 by adding an npm overrides entry for @babel/core with version ^7.29.6 in specifyweb/frontend/js_src/package.json. The available summary reports no other …
Out of Scope Changes check ✅ Passed The reviewed change is limited to the @babel/core version override required by issue #8531. No unrelated source or functional changes are reported.
Automatic Tests ✅ Passed PASS. The PR changes only dependency metadata: an @babel/core override in package.json and the matching lockfile resolution from 7.29.0 to 7.29.7. No application code or test behavior changed, so …
Testing Instructions ✅ Passed The instruction to ensure CI tests pass is clear for this dependency-only change. The changed frontend package and lockfile activate the repository's front-end CI job, which runs npm ci through the …
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch issue-8531

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

Bump @babel/core version

1 participant