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.5 → 7.23.6) · Repo · Changelog
Release Notes
7.23.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
v7.23.6
fix: Correctly indenting when `retainLines` is enabled (#16166)
[babel 8] Remove `useESModules` option (#16141)
Remove `TSPropertySignature.initializer` (#16154)
Reuse computed key memoiser (#16159)
Regenerate helpers-generated.ts
Optimize decorator helper size (#16160)
`using`: Allow looking up `Symbol.dispose` on a function (#16150)
[babel 8] Remove `loose` and `spec` options from `preset-env` (#16043)
Bump debug to ^4.3.1 (#16164)
Ensure the `[[@@toPrimitive]]` call of a decorated class member key is invoked once (#16161)
Update test262 (#16162)
fix: `for of` with `iterableIsArray` and shadowing variable (#16011)
Support named evaluation for decorated anonymous class exp (#16148)
Bump browserslist to 4.22.2 (#16151)
Update test262 (#16147)
Set function name for decorated private non-field elements (#16144)
Fix references to enum values with merging (#16137)
[babel 8] Remove `CodeGenerator` from `@babel/generator` (#16126)
Apply `toPropertyKey` on decorator context name (#16139)
[CHANGELOG] Sweep semver mistake under the carpet
Add v7.23.5 to CHANGELOG.md [skip ci]
✳️ @babel/preset-env (7.23.5 → 7.23.6) · Repo · Changelog
Release Notes
7.23.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
v7.23.6
fix: Correctly indenting when `retainLines` is enabled (#16166)
[babel 8] Remove `useESModules` option (#16141)
Remove `TSPropertySignature.initializer` (#16154)
Reuse computed key memoiser (#16159)
Regenerate helpers-generated.ts
Optimize decorator helper size (#16160)
`using`: Allow looking up `Symbol.dispose` on a function (#16150)
[babel 8] Remove `loose` and `spec` options from `preset-env` (#16043)
Bump debug to ^4.3.1 (#16164)
Ensure the `[[@@toPrimitive]]` call of a decorated class member key is invoked once (#16161)
Update test262 (#16162)
fix: `for of` with `iterableIsArray` and shadowing variable (#16011)
Support named evaluation for decorated anonymous class exp (#16148)
Bump browserslist to 4.22.2 (#16151)
Update test262 (#16147)
Set function name for decorated private non-field elements (#16144)
Fix references to enum values with merging (#16137)
[babel 8] Remove `CodeGenerator` from `@babel/generator` (#16126)
Apply `toPropertyKey` on decorator context name (#16139)
[CHANGELOG] Sweep semver mistake under the carpet
Add v7.23.5 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