Update all of babel7: 7.5.5 → 7.6.0 (minor) #12
Closed
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/cli (7.5.5 → 7.6.0) · Repo · Changelog
Release Notes
7.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
v7.6.0Remove old uglify optionUpdate lernaRemove core-js from @babel/register. (#9847)fix: early return when instance is not iterable (#10396)feat(errors): validate preset when filename is absent (#10181)Class Private Static Accessors (#10217)V8intrinsic syntax plugin (#10148)Fix parenthesis for nullish coalescing (#10269)Use "validateLogs" for preset-env's debug fixtures (#10401)Add supports for polyfill computed methods (#10398)Don't polyfill if evaluation is not confident (#10397)fix: transform name capturing regex once (#10395)Don't allow instance properties transformation on namespace (#10372)chore: update regexp-tree to version 0.1.13 (#10376)[preset-env] Include / exclude module plugins properly (#10218)Bumped chokidar dependency of babel-cli to 2.1.8 (#10394)Silence remaining test warnings (#10392)fix typescript for babel-types (#10098)Refactor trailing comma comment adjustment (#10380)Allow setting 'allowNamespaces' in typescript preset (#10382)Includes test for #8354 (#10385)Move preset-env old changelogRetain trailing comments in array expressions (#10369)Bump eslint-utils from 1.4.0 to 1.4.2 (#10370)Don't allow JSXNamespacedName to chain (#10366)Add TSBigIntKeyword to @babel/types (#10341)Do not register ambient classes to the TS scope (#10352)readme: links/contributing updates (#10206) [skip ci]Add a builder definition including name for tsTypeParameter (#10319)Do not delete "fake" source map comments from strings (#9960)Revert "chore: remove FORCE_COLOR workaround" (#10336)Fix flow comments plugin issues (#10329)Allow testing logs with `@babel/helper-transform-fixture-test-runner` (#10326)fix: assign comment to ObjectProperty only when inside an ObjectExpression (#10292)Commit generated code (#10331)Update @lerna/collect-updates git hashAdds note about two approval policy to PR template (#10313)Update preset-env text fixtures (#10318)Add CodeTriage badge to babel/babel (#10088) [skip ci][fix] jsx helper calls order (#10307)Improves the logic to import objects in helpers (#10161)fix: register inserted class declaration (#10302)perf: always return `void 0` as undefined node (#10243)Do expressions transform for switch statements (#10070)remove finally from completion record in trystatement (#10277)fix: replace es.string.reverse with es.array.reverse (#10284)Fix typo "to" → "so". (#10288)chore: fix ESLint errors (#10278)Update dev dependencies and fix linting errors (#10228)fix capturing group for matchAll (#10136)updated ParsePlugin type definition (#10259)Add ";" token to the end of TS construct & call signature declaration (#10258)added flow to babel cli (#10244)Add static parameter to class property builder (#10248)Add `allowUndeclaredExports` option to typings. (#10263)Fix tdz checks in transform-block-scoping plugin (#9498)Extract release actions to babel/actions[gh action] Release on tag pushSeparate workflows as otherwise they interfere with eachotherFix workflowUse latest version of filter actionAdd 'Needs Info' workflowUse "release" event instead of "push"Rename github actionUse github actions for welcome commentAdd v7.5.5 to CHANGELOG.md [skip ci]✳️ @babel/core (7.5.5 → 7.6.0) · Repo · Changelog
Release Notes
7.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
v7.6.0Remove old uglify optionUpdate lernaRemove core-js from @babel/register. (#9847)fix: early return when instance is not iterable (#10396)feat(errors): validate preset when filename is absent (#10181)Class Private Static Accessors (#10217)V8intrinsic syntax plugin (#10148)Fix parenthesis for nullish coalescing (#10269)Use "validateLogs" for preset-env's debug fixtures (#10401)Add supports for polyfill computed methods (#10398)Don't polyfill if evaluation is not confident (#10397)fix: transform name capturing regex once (#10395)Don't allow instance properties transformation on namespace (#10372)chore: update regexp-tree to version 0.1.13 (#10376)[preset-env] Include / exclude module plugins properly (#10218)Bumped chokidar dependency of babel-cli to 2.1.8 (#10394)Silence remaining test warnings (#10392)fix typescript for babel-types (#10098)Refactor trailing comma comment adjustment (#10380)Allow setting 'allowNamespaces' in typescript preset (#10382)Includes test for #8354 (#10385)Move preset-env old changelogRetain trailing comments in array expressions (#10369)Bump eslint-utils from 1.4.0 to 1.4.2 (#10370)Don't allow JSXNamespacedName to chain (#10366)Add TSBigIntKeyword to @babel/types (#10341)Do not register ambient classes to the TS scope (#10352)readme: links/contributing updates (#10206) [skip ci]Add a builder definition including name for tsTypeParameter (#10319)Do not delete "fake" source map comments from strings (#9960)Revert "chore: remove FORCE_COLOR workaround" (#10336)Fix flow comments plugin issues (#10329)Allow testing logs with `@babel/helper-transform-fixture-test-runner` (#10326)fix: assign comment to ObjectProperty only when inside an ObjectExpression (#10292)Commit generated code (#10331)Update @lerna/collect-updates git hashAdds note about two approval policy to PR template (#10313)Update preset-env text fixtures (#10318)Add CodeTriage badge to babel/babel (#10088) [skip ci][fix] jsx helper calls order (#10307)Improves the logic to import objects in helpers (#10161)fix: register inserted class declaration (#10302)perf: always return `void 0` as undefined node (#10243)Do expressions transform for switch statements (#10070)remove finally from completion record in trystatement (#10277)fix: replace es.string.reverse with es.array.reverse (#10284)Fix typo "to" → "so". (#10288)chore: fix ESLint errors (#10278)Update dev dependencies and fix linting errors (#10228)fix capturing group for matchAll (#10136)updated ParsePlugin type definition (#10259)Add ";" token to the end of TS construct & call signature declaration (#10258)added flow to babel cli (#10244)Add static parameter to class property builder (#10248)Add `allowUndeclaredExports` option to typings. (#10263)Fix tdz checks in transform-block-scoping plugin (#9498)Extract release actions to babel/actions[gh action] Release on tag pushSeparate workflows as otherwise they interfere with eachotherFix workflowUse latest version of filter actionAdd 'Needs Info' workflowUse "release" event instead of "push"Rename github actionUse github actions for welcome commentAdd v7.5.5 to CHANGELOG.md [skip ci]✳️ @babel/preset-env (7.5.5 → 7.6.0) · Repo · Changelog
Release Notes
7.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
v7.6.0Remove old uglify optionUpdate lernaRemove core-js from @babel/register. (#9847)fix: early return when instance is not iterable (#10396)feat(errors): validate preset when filename is absent (#10181)Class Private Static Accessors (#10217)V8intrinsic syntax plugin (#10148)Fix parenthesis for nullish coalescing (#10269)Use "validateLogs" for preset-env's debug fixtures (#10401)Add supports for polyfill computed methods (#10398)Don't polyfill if evaluation is not confident (#10397)fix: transform name capturing regex once (#10395)Don't allow instance properties transformation on namespace (#10372)chore: update regexp-tree to version 0.1.13 (#10376)[preset-env] Include / exclude module plugins properly (#10218)Bumped chokidar dependency of babel-cli to 2.1.8 (#10394)Silence remaining test warnings (#10392)fix typescript for babel-types (#10098)Refactor trailing comma comment adjustment (#10380)Allow setting 'allowNamespaces' in typescript preset (#10382)Includes test for #8354 (#10385)Move preset-env old changelogRetain trailing comments in array expressions (#10369)Bump eslint-utils from 1.4.0 to 1.4.2 (#10370)Don't allow JSXNamespacedName to chain (#10366)Add TSBigIntKeyword to @babel/types (#10341)Do not register ambient classes to the TS scope (#10352)readme: links/contributing updates (#10206) [skip ci]Add a builder definition including name for tsTypeParameter (#10319)Do not delete "fake" source map comments from strings (#9960)Revert "chore: remove FORCE_COLOR workaround" (#10336)Fix flow comments plugin issues (#10329)Allow testing logs with `@babel/helper-transform-fixture-test-runner` (#10326)fix: assign comment to ObjectProperty only when inside an ObjectExpression (#10292)Commit generated code (#10331)Update @lerna/collect-updates git hashAdds note about two approval policy to PR template (#10313)Update preset-env text fixtures (#10318)Add CodeTriage badge to babel/babel (#10088) [skip ci][fix] jsx helper calls order (#10307)Improves the logic to import objects in helpers (#10161)fix: register inserted class declaration (#10302)perf: always return `void 0` as undefined node (#10243)Do expressions transform for switch statements (#10070)remove finally from completion record in trystatement (#10277)fix: replace es.string.reverse with es.array.reverse (#10284)Fix typo "to" → "so". (#10288)chore: fix ESLint errors (#10278)Update dev dependencies and fix linting errors (#10228)fix capturing group for matchAll (#10136)updated ParsePlugin type definition (#10259)Add ";" token to the end of TS construct & call signature declaration (#10258)added flow to babel cli (#10244)Add static parameter to class property builder (#10248)Add `allowUndeclaredExports` option to typings. (#10263)Fix tdz checks in transform-block-scoping plugin (#9498)Extract release actions to babel/actions[gh action] Release on tag pushSeparate workflows as otherwise they interfere with eachotherFix workflowUse latest version of filter actionAdd 'Needs Info' workflowUse "release" event instead of "push"Rename github actionUse github actions for welcome commentAdd v7.5.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