Bump @babel/preset-env from 7.29.5 to 8.0.2 - #40
Conversation
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.29.5 to 8.0.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b03ea1ac3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.28.6", | ||
| "@babel/preset-env": "^7.22.5", | ||
| "@babel/preset-env": "^8.0.2", |
There was a problem hiding this comment.
Align the Babel packages on one major version
This creates an unsatisfiable Babel peer-dependency graph: @babel/preset-env@8.0.2 requires @babel/core@^8.0.0, while the project retains core 7 and two direct plugins that require core 7. Strict peer-resolution installs reject this combination, while forced installs can fail Babel's version assertion when the preset is loaded. Upgrade or remove the remaining Babel 7 packages together, or keep preset-env on version 7.
Useful? React with 👍 / 👎.
| "engines": { | ||
| "node": "^22.18.0 || >=24.11.0" |
There was a problem hiding this comment.
Preserve compatibility with supported Node releases
In environments running Node 18, Node 20, or Node 22 before 22.18, this upgrade moves the build toolchain outside its supported runtime range: the new preset declares only ^22.18.0 || >=24.11.0. The repository neither declares this new minimum in package.json nor pins a Node version, so existing development and deployment environments can unexpectedly stop installing or running the build. Retain Babel 7 or explicitly adopt and enforce Babel 8's Node requirement.
Useful? React with 👍 / 👎.
Bumps @babel/preset-env from 7.29.5 to 8.0.2.
Release notes
Sourced from @babel/preset-env's releases.
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
... (truncated)
Commits
73940a0v8.0.259a63a6Update@babel/preset-modulesand polyfill packages (#18081)b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)dc91f90v8.0.0-rc.5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)