Update all of babel7: 7.20.2 → 7.20.5 (patch) #374
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.20.2 → 7.20.5) · Repo · Changelog
Release Notes
7.20.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
v7.20.5
Parse `using[foo]` as computed member expression (#15225)
Improve generator behavior when `comments:false` (#15173)
fix: Edge cases for async functions and `noNewArrow` assumption (#15181)
Export `ParseResult` type (#15207)
Improve array destructuring spec compliance (#15183)
Update test262 (#15222)
fix: Throw error when compiling `super()` in arrow functions with default / rest parameters (#15163)
Update compat data (#15204)
Update test262 (#15203)
Bump typescript to 4.9.3 (#15202)
fix: parse `import module, ...` (#15198)
fix: Bump `regenerator` and add tests (#15194)
fix: Update `regjsparser` for `@babel/standalone` (#15192)
chore: Update parser test262 tests (#15190)
Bump babel deps (#15187)
fix: Babel 8 types (#15109)
fix: apply toPropertyKey when defining class members (#15182)
fix: validate rhs of `in` when transpiling `#p in C` (#15133)
chore: Tweak `IS_PUBLISH` environment variable (#15174)
Update compat data (#15184)
Don't print inner comments as leading when wrapping in `(``)` (#15143)
Only extract IDs for TDZ checks in assign when necessary (#15164)
build: improve artifacts IO (#15165)
Register `switch`'s `discriminant` in the outer scope (#15167)
Add v7.20.4 to CHANGELOG.md [skip ci]
v7.20.4
Fix printing of comments before `=>` (#15160)
Falback to printing inner comments as trailing (#15144)
Add v7.20.3 to CHANGELOG.md [skip ci]
v7.20.3
Don't convert line comments containing `*/` to block comments (#15135)
Fix compilation of parameters in async generators (#15146)
Correct code comment typo (#15149)
fix: support await as for-of-lhs (#15134)
Add v7.20.2 to CHANGELOG.md [skip ci]
✳️ @babel/runtime (7.20.1 → 7.20.5) · Repo · Changelog
Release Notes
7.20.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
v7.20.5
Parse `using[foo]` as computed member expression (#15225)
Improve generator behavior when `comments:false` (#15173)
fix: Edge cases for async functions and `noNewArrow` assumption (#15181)
Export `ParseResult` type (#15207)
Improve array destructuring spec compliance (#15183)
Update test262 (#15222)
fix: Throw error when compiling `super()` in arrow functions with default / rest parameters (#15163)
Update compat data (#15204)
Update test262 (#15203)
Bump typescript to 4.9.3 (#15202)
fix: parse `import module, ...` (#15198)
fix: Bump `regenerator` and add tests (#15194)
fix: Update `regjsparser` for `@babel/standalone` (#15192)
chore: Update parser test262 tests (#15190)
Bump babel deps (#15187)
fix: Babel 8 types (#15109)
fix: apply toPropertyKey when defining class members (#15182)
fix: validate rhs of `in` when transpiling `#p in C` (#15133)
chore: Tweak `IS_PUBLISH` environment variable (#15174)
Update compat data (#15184)
Don't print inner comments as leading when wrapping in `(``)` (#15143)
Only extract IDs for TDZ checks in assign when necessary (#15164)
build: improve artifacts IO (#15165)
Register `switch`'s `discriminant` in the outer scope (#15167)
Add v7.20.4 to CHANGELOG.md [skip ci]
v7.20.4
Fix printing of comments before `=>` (#15160)
Falback to printing inner comments as trailing (#15144)
Add v7.20.3 to CHANGELOG.md [skip ci]
v7.20.3
Don't convert line comments containing `*/` to block comments (#15135)
Fix compilation of parameters in async generators (#15146)
Correct code comment typo (#15149)
fix: support await as for-of-lhs (#15134)
Add v7.20.2 to CHANGELOG.md [skip ci]
v7.20.2
chore: Resolve E2E test failures in forked repos (#15120)
fix: `@babel/node` repl and enable `no-use-before-define` rule (#15124)
fix: `tsSatisfiesExpression` check w/ duplicated `@babel/types` (#15121)
fix: `parser` typings for plugins (#15094)
Improve printing of [no LineTerminator here] with comments (#15118)
fix: wrap anonymous class expression within statement (#15113)
fix: error when running `make prepublish` for the second time (#15119)
fix: Destructuring exceptions `for ( let { } = 0 ; 0 ; ) ` (#15104)
Add v7.20.1 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