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.22.20 → 7.23.0) · Repo · Changelog
Release Notes
7.23.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
v7.23.0
Revert "Update `regexpu-core`" (#15998)
Support transforming `import source` for wasm (#15870)
Implement `import defer` proposal transform support (#15878)
Implement `import defer` parsing support (#15845)
Add parsing support for the "source phase imports" proposal (#15829)
Add `createImportExpressions` parser option (#15682)
Update `regexpu-core` (#15996)
Pass through nonce to the transformed script element (#15671)
Add support for optional chain in assignments (#15751)
Implement the "decorator metadata" proposal (#15895)
Fix linting
Add `t.buildUndefinedNode` (#15893)
Expand evaluation of global built-ins in `@babel/traverse` (#15797)
Add `rewriteImportExtensions` option to TS preset (#15913)
Allow TS tuples to have both labeled and unlabeled elements (#15896)
Add babel types docs update workflow (#15953)
Update test262 (#15991)
Do not look for `.babelrc`/`.browserslistrc` in our config (#15976)
Inline `exports.XXX =` update in simple variable declarations (#15984)
Improve source maps for blocks with `using` declarations (#15985)
Update `convert-source-map` (#15909)
Update test262 (#15971)
fix: `transform-block-scoping` captures the variables of the method in the loop (#15962)
Fix some typos in CHANGELOG.md (#15981)
Add v7.22.20 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