Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @babel/core (7.25.9 → 7.26.0) · Repo · Changelog
Release Notes
7.26.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
v7.26.0
fix: CI with Node v23.1.0 (#16932)
Enable import attributes parsing by default (#16850)
Inline `@babel/highlight` in `@babel/code-frame` (#16896)
feat: support async plugin's pre/post (#16862)
Rename `proposal-json-modules` to `transform-json-modules` (#16924)
Workaround Node.js bug for parallel loading of TLA modules (#16928)
Fix loading of modules with TLA in Node.js 23 (#16926)
Add `kind` to `TSModuleDeclaration` (#16732)
Only parse # as comment in .babelignore at line start (#16925)
Add `transform-regexp-modifiers` to `preset-env` (#16692)
feat: add `startIndex` parser option (#16849)
Always enable parsing of Flow enums (#16841)
test: add node 23 to ci matrix
fix: path.resolve changes in node 23.0.0
Support `import()` in `rewriteImportExtensions` (#16794)
Add experimental format-preserving mode to `@babel/generator` (#16708)
perf: Improve module transforms (#16882)
chore: remove eslint/compat (#16922)
Add v7.25.9 to CHANGELOG.md [skip ci]
✳️ @babel/preset-env (7.25.9 → 7.26.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 20 commits:
v7.26.0
fix: CI with Node v23.1.0 (#16932)
Enable import attributes parsing by default (#16850)
Inline `@babel/highlight` in `@babel/code-frame` (#16896)
feat: support async plugin's pre/post (#16862)
Rename `proposal-json-modules` to `transform-json-modules` (#16924)
Workaround Node.js bug for parallel loading of TLA modules (#16928)
Fix loading of modules with TLA in Node.js 23 (#16926)
Add `kind` to `TSModuleDeclaration` (#16732)
Only parse # as comment in .babelignore at line start (#16925)
Add `transform-regexp-modifiers` to `preset-env` (#16692)
feat: add `startIndex` parser option (#16849)
Always enable parsing of Flow enums (#16841)
test: add node 23 to ci matrix
fix: path.resolve changes in node 23.0.0
Support `import()` in `rewriteImportExtensions` (#16794)
Add experimental format-preserving mode to `@babel/generator` (#16708)
perf: Improve module transforms (#16882)
chore: remove eslint/compat (#16922)
Add v7.25.9 to CHANGELOG.md [skip ci]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands