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.24.6 → 7.24.8) · Repo · Changelog
Release Notes
7.24.8
7.24.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
v7.24.8
Correctly print parens around `in` in `for` heads (#16630)
Avoid unnecessary parens around `async` in `for await` (#16625)
Move decorators parens logic to `needsParens` (#16627)
Fix printing of comments in `await using` (#16626)
[babel 8] Remove methods starting with `_` in `@babel/traverse` (#16504)
Bump ws from 8.13.0 to 8.18.0 (#16622)
Bump browserify-sign from 4.0.4 to 4.2.3 (#16623)
Avoid checking `Scope.globals` multiple times (#16619)
Disallow destructuring assignment in `using` declarations (#16613)
[helper TS conversion] For-of (#16585)
fix: avoid shell.mkdir racing conditions (#16616)
Remove boolean props from `ObjectTypeInternalSlot` visitor keys (#16615)
Bump compat data sources (#16614)
Enable some lint rules (#16605)
Update test262 (#16611)
Update compat data (#16610)
[helpers TS conversion] subclasses (#16578)
Update dependencies (#16603)
[babel 8] Update `globals` dependency (#16600)
Enable `createImportExpressions` for test262 (#16596)
Update test262 (#16595)
Update compat data (#16594)
fix typescript code generation for yield expression inside type expre… (#16591)
Remove unused `withSource` from `@babel/generator` (#16586)
[helpers TS conversion] New decorators (#16540)
Update compat data (#16580)
Fix lint errors on `main` (#16576)
[helpers TS conversion] Others (#16563)
Update typescript-eslint v8 (#16557)
Update test262 (#16573)
improve getBindingIdentifiers.keys typing (#16570)
Update to TypeScript 5.5 (#16536)
fix: Correctly handle `export import x =` (#16566)
Do not use strict mode in TS `declare` (#16567)
Add v8.0.0-alpha.11 to .github/CHANGELOG-v8.md [skip ci]
Bump Babel 8 version to 8.0.0-alpha.11
Update test262 (#16564)
Use `eslint.config.mjs` (#16545)
[helpers TS conversion] legacy decorators (#16556)
[babel 8] Remove `File.prototype.getModuleName` (#16561)
fix: set module type to cjs before generating docs (#16560)
fix: do not add `.value: undefined` to regexp literals (#16490)
Add v7.24.7 to CHANGELOG.md [skip ci]
v7.24.7
Allow extra flags in babel-node (#16554)
[helpers TS conversion] async functions/generators (#16510)
fix: incorrect `constantViolations` with destructuring (#16522)
Add v8.0.0-alpha.10 to .github/CHANGELOG-v8.md [skip ci]
Bump Babel 8 version to 8.0.0-alpha.10
Improve `getBindingIdentifiers` (#16544)
fix Babel 8 commander import (#16548)
Update v8 changelog
Add v8.0.0-alpha.9 to .github/CHANGELOG-v8.md [skip ci]
Bump Babel 8 version to 8.0.0-alpha.9
[Babel 8] Remove `extra.shorthand` (#16521)
Update test262 (#16543)
Fix test262-parser-tests update workflow (#16541)
Update compat data (#16539)
Only import types from declared dependencies (#16494)
Use `type: module` in all `package.json`s (#16535)
fix: Transform `using` in `switch` correctly (#16524)
[helpers TS conversion] modules helpers (#16527)
Update compat data (#16533)
Delete unused array helpers (#16525)
[Babel 8] Bump commander to 12.1.0 (#16517)
Add v7.24.6 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