Closed renovate[bot] closed 5 years ago
This PR contains the following updates:
7.6.0
7.6.4
7.6.3
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
rebase!
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
7.6.0
->7.6.4
7.6.0
->7.6.3
Release Notes
babel/babel
### [`v7.6.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v764-2019-10-10) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.3...v7.6.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#10491](https://togithub.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#10536](https://togithub.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://togithub.com/babel/babel/issues/10446))" ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.6.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v763-2019-10-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.2...v7.6.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#10469](https://togithub.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#10493](https://togithub.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@gonzarodriguezt](https://togithub.com/gonzarodriguezt)) ##### :rocket: New Feature - `babel-types` - [#10504](https://togithub.com/babel/babel/pull/10504) Add declarations for more of [@babel/types](https://togithub.com/babel/types) exports ([@Jessidhia](https://togithub.com/Jessidhia)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#10343](https://togithub.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#10119](https://togithub.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@tanhauhau](https://togithub.com/tanhauhau)) - [#10332](https://togithub.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#10490](https://togithub.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-constant-elements`, `babel-traverse` - [#10529](https://togithub.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` - [#10220](https://togithub.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#10419](https://togithub.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@hjdivad](https://togithub.com/hjdivad)) - [#10511](https://togithub.com/babel/babel/pull/10511) Add filename to transform error ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#10506](https://togithub.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@JLHwung](https://togithub.com/JLHwung)) - [#10443](https://togithub.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://togithub.com/JLHwung)) - [#10494](https://togithub.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` - [#10249](https://togithub.com/babel/babel/pull/10249) Add windows to travis ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser` - [#10371](https://togithub.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#10443](https://togithub.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.6.2`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v762-2019-09-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.0...v7.6.2) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#10472](https://togithub.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@vivek12345](https://togithub.com/vivek12345)) - [#10468](https://togithub.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@ivandevp](https://togithub.com/ivandevp)) - [#10467](https://togithub.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#10461](https://togithub.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@guywaldman](https://togithub.com/guywaldman)) - [#10455](https://togithub.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#10445](https://togithub.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#10400](https://togithub.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#10402](https://togithub.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse` - [#10417](https://togithub.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#10275](https://togithub.com/babel/babel/pull/10275) fix object rest in array pattern. ([@tanhauhau](https://togithub.com/tanhauhau)) ##### :house: Internal - `babel-plugin-transform-named-capturing-groups-regex` - [#10430](https://togithub.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#10441](https://togithub.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#10427](https://togithub.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-fixtures` - [#10428](https://togithub.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#10429](https://togithub.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@bdwain](https://togithub.com/bdwain)) - `babel-generator`, `babel-helper-fixtures` - [#10420](https://togithub.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-plugin-transform-runtime`, `babel-register` - [#10405](https://togithub.com/babel/babel/pull/10405) Remove circular dependency. ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser` - [#10421](https://togithub.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@JLHwung](https://togithub.com/JLHwung))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.