Update @babel/core: 7.16.0 → 7.16.5 (patch) #76
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.16.0 → 7.16.5) · Repo · Changelog
Release Notes
7.16.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 69 commits:
v7.16.5
Skip `hasMoreThanOneBinding` tests on publish (#14048)
Fix: default rest argument array elements as undefined (#14032)
Don't resolve shadowed `arguments` variables from functions (#14036)
Disable `test262` CircleCI job (#14044)
Pin `jest-worker` to `27.2.1` in CRA e2e tests (#14040)
Mark class prototype as read-only (#12115)
maintain estree string literal shape when cloned (#14039)
Improve template tokenizing (#13919)
Bring back deferred `require()` calls in `core` and `cli` (#14028)
Update `@typescript-eslint/*` packages (#14029)
Fix duplicate declaration error on ambient class declarations (#14016)
Run tests in a native Node.js ESM environment (#13966)
Update `test262` parser tests `ignoredFeatures` list (#14019)
Update test262 (#14020)
Support flow function type annotation with no parent (#14014)
Extend `hasPlugin` to accept plugin-configuration array pairs (#13982)
chore(deps): update dependency typescript to ~4.5.0 (#14018)
Fix JSX pragma anywhere in comment (#14012)
Fix handling of `this`&co in computed keys in arrows transform (#14005)
chore(deps): update dependency husky to v7 (#14011)
Use Node.js interop when importing `lib` in `test` (#13995)
Regenerate monorepo READMEs (#14006)
chore: update @babel/* deps (#14002)
Update to prettier 2.5.0 (#14000)
Update test262 (#14001)
Migrate Babel from Flow to TypeScript (except Babel parser) (#11578)
Don't use ESM for `require`d files in `@babel/helpers` tests (#13996)
Convert proposal-object-rest-spread to TS (#13948)
Only bundle the release build, and don't import `src` in tests (#13978)
Use full import specifier path in tests (#13938)
Recover from shorthand assign exprs (#13968)
Update test262 (#13979)
Fail CI when `@babel/runtime` ESM tests fail (#13976)
minify `helpers-generated.ts` (#13837)
fix: update UnexpectedPrivateField error message (#13975)
Add v7.16.4 to CHANGELOG.md [skip ci]
v7.16.4
Add `assertions` to `ExportNamedDeclaration` without `from` (#13957)
Always expose `expressionValue` in `DirectiveLiteral` nodes (#13960)
Add file extension when using `absoluteRuntime` (#12827)
Wait the correct number of ticks on nested `await` (#13961)
Refactor bindingProperty parsing (#13929)
Throw on duplicate `__proto__` props followed by assignment (#13951)
Update test262 (#13955)
chore: update compat-data (#13949)
Add v7.16.3 to CHANGELOG.md [skip ci]
v7.16.3
fix(helpers): match `Reflect.get` behaviour (#13862)
Support transforming params of arrow functions in class fields (#13941)
fix: incorrect await rejection following arrow function in parameters (fixes #13872) (#13928)
Update test262 (#13932)
Simplifiy tracking of valid JSX positions (#13891)
[babel 8] Align `allow*` parser options with ESLint behavior (#13921)
Fix `parserOverride` support in `@babel/eslint-parser` (#13918)
Update runtime integration tests for Node.js >= 16.6 (#13923)
Update browserslist (#13914)
refactor: extract tt.lt and tt.gt from tt.relation (#13892)
Add v7.16.2 to CHANGELOG.md [skip ci]
v7.16.2
Fix "e2e-babel" Babel 8 test (#13909)
fix: early return when param binding is not found (#13910)
Add missing assertions type (#13905)
Add v7.16.1 to CHANGELOG.md [skip ci]
v7.16.1
Skip ESLint 8 tests on publish (#13898)
Fix binding access for plugin-transform-typescript (#13900)
Lint our codebase with ESLint 8 (#13899)
Add 7.16.0 to CHANGELOG.md
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