Update @babel/core: 7.17.5 → 7.17.7 (patch) #180
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.17.5 → 7.17.7) · Repo · Changelog
Release Notes
7.17.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
v7.17.7
Avoid `resolveTargets` call if `browsers` is an empty array (#14294)
Fix some minor (language, not code) syntax and type errors. (#14352)
Fix update expression for exported bigints (#14341)
move static-block and private-in tests to es2022 (#14346)
Allow variable and function with the same name in static blocks (#14344)
Exclude `helpers/*.js` from codecov (#14342)
Report single error for invalid num seps in unicode escapes (#14338)
Fix static/proto initializers when there aren't class fields (#14335)
Type-safe ParseErrors (#14320)
Improve `transform-destructuring` typings (#14236)
fix: push `newClass` only when class is decorated (#14334)
Remove length restriction from JSX entities, and ignore `Object.prototype` (#14327)
Fixed the `ParseResult` type in `@babel/core` (#14333)
chore: update test262 to f7fb969cc4934bbc5aa29a378d59325eaa84f475 (#14330)
Convert ESLint plugins to CommonJS (#14180)
Unify compat-data generation with and without `bugfixes: true` (#14305)
format README.md (#14324)
Update `@types/jest` (#14315)
Fix `import type/typeof` printing with no specifiers (#14309)
Fix duplicate exports initialization with many exports (#14313)
fix: support bigints in update expressions for private fields (#14311)
Update test262 (#14306)
[tsx] raise error on single arrow type argument without comma (#14135)
fix: cache (#14303)
Remove pretty printing from register cache (#14300)
fix(ts): skip func-type param start on parsing (#14293)
Add v7.17.6 to CHANGELOG.md [skip ci]
v7.17.6
cli: handle multiple input sources in watch mode (#14281)
`allowMutablePropsOnTags`: cache JSX const elements w/ fn props (#12975)
Remove Jest workaround for Babel 8 e2e test (#14224)
Make module namespace sort compare function consistent (#14287)
[hack pipes] Inline topic token when possible (#14278)
Avoid IIFE for single-expression class static blocks (#14275)
chore: update test262 to ec39db5877853f6c8703156af2530730bfdf59d5 (#14286)
Add v7.17.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