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.10 → 7.22.11) · Repo · Changelog
Release Notes
7.22.11
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
v7.22.11
Update `yarn-plugin-babel-release-tool` (#15885)
Fix: fully remove TS nested type-only exported namespaces (#15882)
Do not record trailing comma pos when `maybeAsyncArrow: false` (#10940)
enable jest/no-standalone-expect (#15872)
fix: function names typo (#15876)
chore(deps): update yarn to v3.6.2 (#15877)
Update test262 (#15874)
Simplify `?.` output when chain result is ignored (#15871)
Disallow sync createConfigItem,loadPartialConfig,loadOptions (#15869)
Update to Rollup 3.2.3 (#15038)
fix: definition of TS function type params (#15867)
chore: Update deps (#15863)
bump json5, terser and webpack, further minimize babel helpers (#15833)
Use Babel 8.0 alpha to build babel (#15846)
fix(standalone): strip archived syntax plugins (#15858)
Exclude redundant files from publish process (#15856)
Update test262 (#15859)
Add v8.0.0-alpha.2 to .github/CHANGELOG-v8.md [skip ci]
Bump Babel 8 version to 8.0.0-alpha.2
Set babel-bot as the committer in release jobs
Fix makefile for release
Update Babel 8 release process (#15853)
[v8] Do not use syntax plugins for syntax enabled by default (#15823)
Provide better error message when allowDeclareFields is enabled (#15847)
ignore "PR: Breaking Change" label when generating changelog (#15848)
Support configuring cache in ESM configs (#15850)
Use just `lru-cache` instead of also `quick-lru` (#15849)
Add v7.22.10 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