Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
7.9.0
7.9.6
:date: Schedule: "every weekend" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
7.9.0
->7.9.6
Release Notes
babel/babel
### [`v7.9.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v796-2020-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.0...v7.9.6) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-object-rest-spread` - [#11471](https://togithub.com/babel/babel/pull/11471) Fix evaluation order with object spread, 2 ([@jridgewell](https://togithub.com/jridgewell)) - [#11412](https://togithub.com/babel/babel/pull/11412) Fix evaluation order with object spread ([@Zzzen](https://togithub.com/Zzzen)) - `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#11480](https://togithub.com/babel/babel/pull/11480) Super property eval order ([@jridgewell](https://togithub.com/jridgewell)) ##### :rocket: New Feature - `babel-traverse`, `babel-types` - [#11448](https://togithub.com/babel/babel/pull/11448) Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change ([@Beraliv](https://togithub.com/Beraliv)) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#11495](https://togithub.com/babel/babel/pull/11495) Fix helpers.unsupportedIterableToArray for Map and Set ([@ChintanAcharya](https://togithub.com/ChintanAcharya)) - `babel-traverse` - [#11482](https://togithub.com/babel/babel/pull/11482) handle objectMethod in scope.isPure ([@Zzzen](https://togithub.com/Zzzen)) - `babel-plugin-transform-typescript` - [#11410](https://togithub.com/babel/babel/pull/11410) Throw error for TypeScript `declare const enum` ([@dosentmatter](https://togithub.com/dosentmatter)) - `babel-compat-data` - [#11462](https://togithub.com/babel/babel/pull/11462) chore: add node.js 14 support data ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#11449](https://togithub.com/babel/babel/pull/11449) Set exprAllowed to false for star token ([@existentialism](https://togithub.com/existentialism)) - [#11355](https://togithub.com/babel/babel/pull/11355) fix: disallow expression after binding identifier `of` ([@JLHwung](https://togithub.com/JLHwung)) - [#11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@JLHwung](https://togithub.com/JLHwung)) - [#11388](https://togithub.com/babel/babel/pull/11388) fix: do not push new token context when function is following dot/questionDot ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#11424](https://togithub.com/babel/babel/pull/11424) Fix redeclaring private in nested class's superClass ([@jridgewell](https://togithub.com/jridgewell)) - [#11405](https://togithub.com/babel/babel/pull/11405) Fix nested classes reference private fields ([@jridgewell](https://togithub.com/jridgewell)) - `babel-traverse`, `babel-types` - [#11378](https://togithub.com/babel/babel/pull/11378) transform-spread: create TS types (not Flow) when using TS ([@Beraliv](https://togithub.com/Beraliv)) - `babel-standalone` - [#11395](https://togithub.com/babel/babel/pull/11395) chore: update stage preset in babel-standalone ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#11366](https://togithub.com/babel/babel/pull/11366) fix: replace backslashes with forward slashes from resolved path for … ([@johannes-z](https://togithub.com/johannes-z)) - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-to-generator` - [#11382](https://togithub.com/babel/babel/pull/11382) Unify parens printing for postfix-like expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-parser` - [#11478](https://togithub.com/babel/babel/pull/11478) Add some parser missing plugins errors ([@JLHwung](https://togithub.com/JLHwung)) - [#11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#11421](https://togithub.com/babel/babel/pull/11421) polish: recommend preset for js extensions ([@JLHwung](https://togithub.com/JLHwung)) - [#11397](https://togithub.com/babel/babel/pull/11397) fix: add classPrivateProperties and classPrivateMethods to missing plugin helper ([@JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-parser` - [#11492](https://togithub.com/babel/babel/pull/11492) docs: update AST spec ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#11493](https://togithub.com/babel/babel/pull/11493) Add note about experimental nature of [@babel/eslint-](https://togithub.com/babel/eslint-)\* packages ([@kaicataldo](https://togithub.com/kaicataldo)) - [#11403](https://togithub.com/babel/babel/pull/11403) contributing.md updates [skip ci]([@hzoo](https://togithub.com/hzoo)) ##### :house: Internal - `babel-compat-data`, `babel-preset-env` - [#11496](https://togithub.com/babel/babel/pull/11496) Update compat table script ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#11450](https://togithub.com/babel/babel/pull/11450) Update compat data ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#11479](https://togithub.com/babel/babel/pull/11479) Canary build of packages using CodeSandbox CI + mini repl ([@hzoo](https://togithub.com/hzoo)) - [#11467](https://togithub.com/babel/babel/pull/11467) chore: test against node.js 14 ([@JLHwung](https://togithub.com/JLHwung)) - [#11456](https://togithub.com/babel/babel/pull/11456) remove `< x.y.z` engines specification ([@JLHwung](https://togithub.com/JLHwung)) - [#11433](https://togithub.com/babel/babel/pull/11433) chore: remove included proposal plugins ([@JLHwung](https://togithub.com/JLHwung)) - [#11422](https://togithub.com/babel/babel/pull/11422) chore: upgrade @babel/\* deps ([@JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#11440](https://togithub.com/babel/babel/pull/11440) refactor(babel-node): Refactor babel-node tests configuration ([@arku](https://togithub.com/arku)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#11401](https://togithub.com/babel/babel/pull/11401) Speed up the createSuper helper ([@jridgewell](https://togithub.com/jridgewell))Renovate configuration
:date: Schedule: "every weekend" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.