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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @babel/core (7.23.7 → 7.23.9) · Repo · Changelog
Release Notes
7.23.9
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
v7.23.9
Migrate `eslint-parser` to cts (#16222)
fix: `systemjs` re-traverses helpers (#16225)
Improve decorated private method check (#16226)
Update test262 (#16227)
Properly sort `core-js@3` imports (#16224)
Improve temporary variables for decorators (#16218)
test: divide cli,node tests into 8 slices (#16196)
test: merge cli,node fixture into the main runner (#16196)
Remove `@babel/types` props that are not produced by the parser (#16213)
Improve output of `using` (#15959)
fix: Don't throw in `getTypeAnnotation` when using TS+inference (#15383)
Update test262 (#16211)
[eslint] Fix `no-use-before-define` for class ref in fields (#16210)
Pass `repository` to the create PR action (#16208)
perf: Improve parser performance for typescript (#16072)
Add v7.23.8 to CHANGELOG.md [skip ci]
v7.23.8
Use BABEL_BOT token to push types updates to babel/website
fix: `preset-env` throws exception for `export * as x` (#16181)
fix: Husky automatic installation (#16206)
fix: `@babel/core` peerDependency in `@babel/eslint-parser` (#16175)
Improve output of `super()` (#16194)
Decorator binds `get`/`set` to `ctx.access` for public fields (#16201)
Revert "chore: Update artifact tools (#16184)" (#16202)
fix: Class decorator correctly passes return value (#16199)
Add v7.23.7 to CHANGELOG.md [skip ci]
✳️ @babel/preset-env (7.23.7 → 7.23.9) · Repo · Changelog
Release Notes
7.23.9
7.23.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
v7.23.9
Migrate `eslint-parser` to cts (#16222)
fix: `systemjs` re-traverses helpers (#16225)
Improve decorated private method check (#16226)
Update test262 (#16227)
Properly sort `core-js@3` imports (#16224)
Improve temporary variables for decorators (#16218)
test: divide cli,node tests into 8 slices (#16196)
test: merge cli,node fixture into the main runner (#16196)
Remove `@babel/types` props that are not produced by the parser (#16213)
Improve output of `using` (#15959)
fix: Don't throw in `getTypeAnnotation` when using TS+inference (#15383)
Update test262 (#16211)
[eslint] Fix `no-use-before-define` for class ref in fields (#16210)
Pass `repository` to the create PR action (#16208)
perf: Improve parser performance for typescript (#16072)
Add v7.23.8 to CHANGELOG.md [skip ci]
v7.23.8
Use BABEL_BOT token to push types updates to babel/website
fix: `preset-env` throws exception for `export * as x` (#16181)
fix: Husky automatic installation (#16206)
fix: `@babel/core` peerDependency in `@babel/eslint-parser` (#16175)
Improve output of `super()` (#16194)
Decorator binds `get`/`set` to `ctx.access` for public fields (#16201)
Revert "chore: Update artifact tools (#16184)" (#16202)
fix: Class decorator correctly passes return value (#16199)
Add v7.23.7 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