This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Update all of babel7: 7.3.3 → 7.3.4 (patch) #68
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.3.3 → 7.3.4) · Repo · Changelog
Release Notes
7.3.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
v7.3.4
Update CHAMGELOG.md using the "Trigger GitHub release" action (#9561)
Revert "Parenthesized expressions (#8025)"
Fix TypeScript parsers missing token check (#9571) (#9572)
Use correct "this" in static fields (#9508)
Update compat-table (#9566)
Parenthesized expressions (#8025)
Fix flow and TS types of babel-types is* type checks to accept null | undefined (#9539)
Update regenerator-transform (#9558)
Pull in chokidar 2.0.4 to pull in patched braces (#9550)
Migrate some duplicate binding tests to traverse (#9532)
Update CHANGELOG.md [skip ci]
chore: Enable eqeqeq rule in eslint (#9541)
Make tests spec compliant and avoid duplicate declarations in input files (#9522)
Add import/no-extraneous-dependencies to ESLint (#9533)
Merge pull request #9536 from irohitb/patch-1
Remove `transform-classes` from priv method tests (#9537)
Update SONG.md
Fix typescript generator params (#9524)
Fix flow babel-generator function parantheses (#9523)
Also check AssignmentPatterns for export name (#9521)
✳️ @babel/runtime (7.3.1 → 7.3.4) · Repo · Changelog
Release Notes
7.3.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 73 commits:
v7.3.4
Update CHAMGELOG.md using the "Trigger GitHub release" action (#9561)
Revert "Parenthesized expressions (#8025)"
Fix TypeScript parsers missing token check (#9571) (#9572)
Use correct "this" in static fields (#9508)
Update compat-table (#9566)
Parenthesized expressions (#8025)
Fix flow and TS types of babel-types is* type checks to accept null | undefined (#9539)
Update regenerator-transform (#9558)
Pull in chokidar 2.0.4 to pull in patched braces (#9550)
Migrate some duplicate binding tests to traverse (#9532)
Update CHANGELOG.md [skip ci]
chore: Enable eqeqeq rule in eslint (#9541)
Make tests spec compliant and avoid duplicate declarations in input files (#9522)
Add import/no-extraneous-dependencies to ESLint (#9533)
Merge pull request #9536 from irohitb/patch-1
Remove `transform-classes` from priv method tests (#9537)
Update SONG.md
Fix typescript generator params (#9524)
Fix flow babel-generator function parantheses (#9523)
Also check AssignmentPatterns for export name (#9521)
v7.3.3
Upgrade to @babel/preset-typescript to use @babel/plugin-transform-typescript@^7.3.2 (#9497) [skip ci]
Create a new release after a v*.*.* commit instead of the tag (#9470)
Correctly output escapes in directives (#9501)
Only allow Identifiers, Patterns and Rest in parameters of FunctionDeclarations
Add duplicate-package-checker-webpack-plugin (#9517)
Add missing dependencies (#9516)
Add importKind to ImportDeclaration in babel/types
Add importKind to spec
Add tests for options to babel-node (#9510)
Version bump of lodash (#9500)
Better error output in parser tests (#9491)
Show real version instead of core/preset-env versions in standalone pkgs (#9467)
Fix regression with let (#9477)
Update flow to 0.92.1 and fix related issues (#9468)
Exclude generate @babel/types files from coverage report (#9469)
Fix duplicated assertThisInitialized calls in constructors (#9458)
Typescript function destructured params (#9431)
Update publishing command (#9466) [skip ci]
Fix typo in comment
Fix support for Flow's DeclareClass type parameters (#9459)
Fix range for TypeScript optional parameter in arrow function (#9463)
Add TypeScript definitions for parser plugin options. (#9457)
v7.3.2
Use a GitHub Action to generate the changelog (#9434) [skip ci]
Simplify await and yield tracking in params (#9405)
Support for await and yield in pipelines (#9401)
Fix duplicate definition error in private class methods (#9453)
Transform private async and generator functions (#9423)
Unify reserved word checking and update error messages (#9402)
Switched gutil.log to fancyLog due to deprecation (#9432)
Fixed link to @babel/parser's issues in README (#9427)
Run prettier again
Run prettier
install polyfill & runtime to dependency instead of devDependency [skip ci] (#9409)
Fix line continuation with Unicode line terminators (#9403)
Destructuring: Create assignments from ForX non-declaration patterns (#9414)
Bump deps (#9417)
Retain JSX pragma if defined as a comment (#9095)
Fix location/range on TypeScript ExportNamedDeclarations (#9406)
Correctly visit param decorators to prevent their imports being removed in typescript transform (#8738)
Make yield a contextual keyword (#9400)
Correctly fail for invalid yield in for (#9398)
Fix support for Flow's QualifiedTypeIdentifier (#9396)
fix: Allow toplevel await when option true and correctly mark await keyword as unexpected (#9371)
Merge pull request #9375 from danez/contextual-let
Fix parsing in non-declaration places
Parse class name in strict mode
Disallow `const let` or `let let`
Make let a contextual keyword
Refactor import and export parsing (#9326)
Bump prettier (#9373)
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