Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"devDependencies": {
"@actions/core": "1.10.1",
"@ast-grep/cli": "0.31.0",
"@babel/core": "7.26.10",
"@babel/core": "7.29.6",
"@babel/eslint-parser": "7.24.6",
"@babel/generator": "7.27.0",
"@babel/parser": "7.27.0",
Expand Down Expand Up @@ -323,7 +323,7 @@
"browserslist": "4.28.1",
"caniuse-lite": "1.0.30001746",
"@types/node": "20.17.6",
"@babel/core": "7.26.10",
"@babel/core": "7.29.6",
"@babel/parser": "7.27.0",
"@babel/types": "7.27.0",
"@babel/traverse": "7.27.0",
Comment on lines +326 to 329

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep Babel internals on the same minor

This bump only raises the global @babel/core override while @babel/parser, @babel/types, and @babel/traverse remain pinned to 7.27.0. The resulting lockfile installs @babel/core@7.29.6 with those 7.27.0 internals, even though the 7.29.x core package is published and tested with matching 7.29.x Babel companions; Babel transforms or parser paths that rely on the newer companion APIs/syntax support can now fail in local builds/tests. Please bump the companion overrides together with core, or remove these overrides, in the same change.

Useful? React with 👍 / 👎.

Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"sharp": "^0.34.5"
},
"devDependencies": {
"@babel/core": "7.26.10",
"@babel/core": "7.29.6",
"@babel/eslint-parser": "7.24.6",
"@babel/generator": "7.27.0",
"@babel/plugin-syntax-bigint": "7.8.3",
Expand Down
Loading