0xycvv / react-priority-navigation

react priority nav compatible with components
react-priority-navigation.vercel.app
13 stars 3 forks source link

Update babel monorepo #116

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.2.3 -> 7.8.0
@babel/core (source) devDependencies minor 7.4.0 -> 7.8.0
@babel/plugin-proposal-class-properties devDependencies minor 7.4.0 -> 7.8.0
@babel/preset-env (source) devDependencies minor 7.4.2 -> 7.8.2
@babel/preset-react (source) devDependencies minor 7.0.0 -> 7.8.0
@babel/preset-typescript devDependencies minor 7.3.3 -> 7.8.0
babel-loader devDependencies patch 8.0.5 -> 8.0.6

Release Notes

babel/babel ### [`v7.8.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v780-2020-01-12) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.7...v7.8.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10980](https://togithub.com/babel/babel/pull/10980) Disallow private name in object elements and TS type elements ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10955](https://togithub.com/babel/babel/pull/10955) LiteralPropertyName should allow BigIntLiteral ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10953](https://togithub.com/babel/babel/pull/10953) fix: check await when parsing AsyncArrowBindingIdentifier ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10947](https://togithub.com/babel/babel/pull/10947) Fix: TopLevelAwait should respect await identifiers defined in sub scope. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10946](https://togithub.com/babel/babel/pull/10946) fix: Class Field Initializer should not allow await expression as immediate child ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-numeric-separator` - [#​10938](https://togithub.com/babel/babel/pull/10938) StringNumericLiteral does not include NumericLiteralSeparator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-private-methods` - [#​10456](https://togithub.com/babel/babel/pull/10456) [parser] Disallow duplicate and undeclared private names ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :boom: Breaking Change - `babel-types` - [#​10917](https://togithub.com/babel/babel/pull/10917) (opt-in) Improve [@​babel/types](https://togithub.com/babel/types) with env.BABEL_TYPES_8_BREAKING ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-standalone` - [#​10821](https://togithub.com/babel/babel/pull/10821) Merge env-standalone to babel-standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10783](https://togithub.com/babel/babel/pull/10783) Add babelrc.json support ([@​yordis](https://togithub.com/yordis)) - [#​10903](https://togithub.com/babel/babel/pull/10903) Add support for babel.config.mjs and .babelrc.mjs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env-standalone`, `babel-preset-env` - [#​10811](https://togithub.com/babel/babel/pull/10811) Add optional-chaining and nullish-coalescing to preset-env ([@​Druotic](https://togithub.com/Druotic)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-systemjs` - [#​10780](https://togithub.com/babel/babel/pull/10780) add `allowTopLevelThis` option to `transform-modules-systemjs` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10817](https://togithub.com/babel/babel/pull/10817) enable optional chaining by default in [@​babel/parser](https://togithub.com/babel/parser) ([@​jackisherwood](https://togithub.com/jackisherwood)) - `babel-cli` - [#​10887](https://togithub.com/babel/babel/pull/10887) --copy-ignored flag added to CLI ([@​rajasekarm](https://togithub.com/rajasekarm)) - [#​9144](https://togithub.com/babel/babel/pull/9144) Add --out-file-extension option to babel-cli ([@​eps1lon](https://togithub.com/eps1lon)) - `babel-core`, `babel-generator`, `babel-parser` - [#​10819](https://togithub.com/babel/babel/pull/10819) Enable nullish coalescing by default in [@​babel/parser](https://togithub.com/babel/parser) ([@​layershifter](https://togithub.com/layershifter)) - `babel-core`, `babel-parser` - [#​10843](https://togithub.com/babel/babel/pull/10843) [parser] enable dynamic import by default ([@​AbdulAli19](https://togithub.com/AbdulAli19)) ##### :bug: Bug Fix - `babel-node` - [#​10763](https://togithub.com/babel/babel/pull/10763) Filename detection should respect short flags ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-numeric-separator` - [#​10938](https://togithub.com/babel/babel/pull/10938) StringNumericLiteral does not include NumericLiteralSeparator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10790](https://togithub.com/babel/babel/pull/10790) Use chrome data when android is absent ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10930](https://togithub.com/babel/babel/pull/10930) fix: Promise.any requires global.AggregateError ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10944](https://togithub.com/babel/babel/pull/10944) When reading a new string, U+2028/2029 should correctly set the new column ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10937](https://togithub.com/babel/babel/pull/10937) Refactor parseSubscript ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10901](https://togithub.com/babel/babel/pull/10901) fix: lost leading comment after named import ([@​elevatebart](https://togithub.com/elevatebart)) - `babel-traverse` - [#​10949](https://togithub.com/babel/babel/pull/10949) Override toString in case this function is printed ([@​jayenashar](https://togithub.com/jayenashar)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​10934](https://togithub.com/babel/babel/pull/10934) helper-module-transforms: dereference imported template tag ([@​ajafff](https://togithub.com/ajafff)) - `babel-traverse`, `babel-types` - [#​10912](https://togithub.com/babel/babel/pull/10912) Fix parameter expression get binding ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10914](https://togithub.com/babel/babel/pull/10914) [@​babel-core](https://togithub.com/babel-core): parse should parse only ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helpers` - [#​10902](https://togithub.com/babel/babel/pull/10902) fix: Object.getOwnPropertySymbols called on non-object ([@​bassaer](https://togithub.com/bassaer)) ##### :nail_care: Polish - `babel-node` - [#​9695](https://togithub.com/babel/babel/pull/9695) Use `babel >` as prompt in babel-node ([@​ZYSzys](https://togithub.com/ZYSzys)) - `babel-parser` - [#​10906](https://togithub.com/babel/babel/pull/10906) refactor: remove inClassProperty parser state ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-preset-env` - [#​10982](https://togithub.com/babel/babel/pull/10982) CONTRIBUTING: Update link to plugin-features.js [skip ci]([@​andersk](https://togithub.com/andersk)) - Other - [#​10973](https://togithub.com/babel/babel/pull/10973) Added instructions to fork the repo in order to setup. ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) ##### :house: Internal - `babel-preset-env` - [#​10983](https://togithub.com/babel/babel/pull/10983) chore: update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10974](https://togithub.com/babel/babel/pull/10974) chore: update caniuse-usage Chrome 49 related fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10924](https://togithub.com/babel/babel/pull/10924) Replace custom "findSuggestion" function with "levenary" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10507](https://togithub.com/babel/babel/pull/10507) Prepare [@​babel/core](https://togithub.com/babel/core) for asynchronicity ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​10979](https://togithub.com/babel/babel/pull/10979) Reduce false negative cases of typescript parser tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10976](https://togithub.com/babel/babel/pull/10976) Update Test262, Flow and TS parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10964](https://togithub.com/babel/babel/pull/10964) Bump coverage target from 80% to 90% ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10958](https://togithub.com/babel/babel/pull/10958) Fix recent e2e-vuejs-cli error ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10919](https://togithub.com/babel/babel/pull/10919) Add integration test: e2e-vue-cli ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10943](https://togithub.com/babel/babel/pull/10943) chore: update test262 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10918](https://togithub.com/babel/babel/pull/10918) chore: refine e2e test scripts ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10905](https://togithub.com/babel/babel/pull/10905) chore: separate build-standalone with coverage ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10898](https://togithub.com/babel/babel/pull/10898) Move coverage to GitHub actions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​10899](https://togithub.com/babel/babel/pull/10899) Extract targets parser and compat data from preset-env ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​10950](https://togithub.com/babel/babel/pull/10950) test: add invalid-lone-import test ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10936](https://togithub.com/babel/babel/pull/10936) refactor: remove unecessary checkYieldAwaitInDefaultParams ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10935](https://togithub.com/babel/babel/pull/10935) refactor: remove unused invalidTemplateEscapePosition tokenizer state ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10939](https://togithub.com/babel/babel/pull/10939) TSTypeCastExpression should not be inside call parameters ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10942](https://togithub.com/babel/babel/pull/10942) Remove unused parser methods ([@​JLHwung](https://togithub.com/JLHwung)) - _Every package_ - [#​10849](https://togithub.com/babel/babel/pull/10849) chore: specify package type [skip-ci]([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli` - [#​10923](https://togithub.com/babel/babel/pull/10923) fix: minified should not accept optional argument ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.7.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v777-2019-12-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.5...v7.7.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10576](https://togithub.com/babel/babel/pull/10576) [parser] validation for parentheses in the left-hand side of assignment expressions ([@​boweihan](https://togithub.com/boweihan)) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread` - [#​10863](https://togithub.com/babel/babel/pull/10863) fix: add computed property support for object Ref ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10890](https://togithub.com/babel/babel/pull/10890) fix: skip merging large input sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10885](https://togithub.com/babel/babel/pull/10885) fix: avoid string copy when processing input source-map ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​10871](https://togithub.com/babel/babel/pull/10871) Allow -r from node_modules with [@​babel/node](https://togithub.com/babel/node) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-parameters` - [#​10053](https://togithub.com/babel/babel/pull/10053) Check shadow variable to identifier in default parameters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10828](https://togithub.com/babel/babel/pull/10828) [@​babel/parser](https://togithub.com/babel/parser): fix ImportExpression node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​10827](https://togithub.com/babel/babel/pull/10827) [@​babel/parser](https://togithub.com/babel/parser): fix BigIntLiteral node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :nail_care: Polish - `babel-plugin-transform-react-jsx` - [#​10868](https://togithub.com/babel/babel/pull/10868) Fix pragmaFrag spelling in error message ([@​azizhk](https://togithub.com/azizhk)) ##### :house: Internal - `babel-generator`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-transform-dotall-regex`, `babel-preset-env-standalone`, `babel-preset-typescript`, `babel-standalone` - [#​10882](https://togithub.com/babel/babel/pull/10882) Ignore some files in npm package ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10874](https://togithub.com/babel/babel/pull/10874) chore: cache chocolatey installation temporary files ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10880](https://togithub.com/babel/babel/pull/10880) chore: add PR Intent checkbox [ci-skip]([@​JLHwung](https://togithub.com/JLHwung)) - [#​10870](https://togithub.com/babel/babel/pull/10870) chore: update babel-eslint to 11.0.0-beta.2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10848](https://togithub.com/babel/babel/pull/10848) Tune eslint packages test configuration ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10873](https://togithub.com/babel/babel/pull/10873) chore: download compat-table when build-data is run ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10846](https://togithub.com/babel/babel/pull/10846) Update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10837](https://togithub.com/babel/babel/pull/10837) refactor: rewrite available-plugins to esm ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10858](https://togithub.com/babel/babel/pull/10858) Properly serialize non-json values in parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-node`, `babel-register` - [#​10847](https://togithub.com/babel/babel/pull/10847) Add missing dev dependencies ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​10839](https://togithub.com/babel/babel/pull/10839) Use `async-to-generator` even when `regenerator` is enabled ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.7.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v775-2019-12-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.4...v7.7.5) ##### :bug: Bug Fix - `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` - [#​10549](https://togithub.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@​shimataro](https://togithub.com/shimataro)) - `babel-cli` - [#​10283](https://togithub.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10801](https://togithub.com/babel/babel/pull/10801) Use scope flags to check arguments ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10800](https://togithub.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@​yeonjuan](https://togithub.com/yeonjuan)) - [#​10475](https://togithub.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd` - [#​10806](https://togithub.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@​mpaarating](https://togithub.com/mpaarating)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd` - [#​10764](https://togithub.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-plugin-transform-runtime` - [#​10788](https://togithub.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10778](https://togithub.com/babel/babel/pull/10778) refactor: Improve error message in [@​babel/core](https://togithub.com/babel/core) ([@​jaroslav-kubicek](https://togithub.com/jaroslav-kubicek)) ##### :house: Internal - `babel-preset-env-standalone` - [#​10779](https://togithub.com/babel/babel/pull/10779) Bundle standalone using rollup ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10781](https://togithub.com/babel/babel/pull/10781) Tune makefile scripts ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-transform-fixture-test-runner` - [#​10566](https://togithub.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.7.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v774-2019-11-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.0...v7.7.4) ##### :bug: Bug Fix - `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​10748](https://togithub.com/babel/babel/pull/10748) Add support for native esm to [@​babel/runtime](https://togithub.com/babel/runtime). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env` - [#​10742](https://togithub.com/babel/babel/pull/10742) Update preset-env mappings. ([@​existentialism](https://togithub.com/existentialism)) - `babel-parser` - [#​10737](https://togithub.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@​gkz](https://togithub.com/gkz)) - [#​10657](https://togithub.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@​existentialism](https://togithub.com/existentialism)) - [#​10582](https://togithub.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#​10710](https://togithub.com/babel/babel/pull/10710) register import equals specifier. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10592](https://togithub.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@​SakibulMowla](https://togithub.com/SakibulMowla)) - `babel-preset-env-standalone` - [#​10732](https://togithub.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` - [#​10701](https://togithub.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli` - [#​10698](https://togithub.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​10694](https://togithub.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@​Shriram-Balaji](https://togithub.com/Shriram-Balaji)) - `babel-parser`, `babel-types` - [#​10677](https://togithub.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​10598](https://togithub.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@​khoumani](https://togithub.com/khoumani)) - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10683](https://togithub.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects ([babel#​10482](https://togithub.com/babel/babel/issues/10482)). ([@​chrishinrichs](https://togithub.com/chrishinrichs)) ##### :nail_care: Polish - `babel-plugin-proposal-nullish-coalescing-operator` - [#​10720](https://togithub.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​10731](https://togithub.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@​rajasekarm](https://togithub.com/rajasekarm)) - [#​10718](https://togithub.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10579](https://togithub.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@​jbhoosreddy](https://togithub.com/jbhoosreddy)) - [#​10648](https://togithub.com/babel/babel/pull/10648) bump @​babel/\* dev dependencies. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10569](https://togithub.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10668](https://togithub.com/babel/babel/pull/10668) Reduce standalone build size. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-literals`, `babel-preset-env-standalone` - [#​10725](https://togithub.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli` - [#​10692](https://togithub.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@​ZYSzys](https://togithub.com/ZYSzys)) ### [`v7.7.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v770-2019-11-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.4...v7.7.0) ##### :eyeglasses: Spec Compliance - `babel-types` - [#​10621](https://togithub.com/babel/babel/pull/10621) throw a TypeError if identifier validation fails. ([@​dentrado](https://togithub.com/dentrado)) - `babel-parser` - [#​10559](https://togithub.com/babel/babel/pull/10559) fix: Exclude catch clause from let identifier error. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#​10567](https://togithub.com/babel/babel/pull/10567) [parser] Exception to 8 and 9 in tagged template. ([@​pnowak](https://togithub.com/pnowak)) - [#​10532](https://togithub.com/babel/babel/pull/10532) Allow duplicate **proto** keys in patterns, simple case ([#​6705](https://togithub.com/babel/babel/issues/6705)). ([@​alejo90](https://togithub.com/alejo90)) ##### :rocket: New Feature - `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-preset-typescript`, `babel-types` - [#​10545](https://togithub.com/babel/babel/pull/10545) Add support for TS declare modifier on fields. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-preset-typescript` - [#​10363](https://togithub.com/babel/babel/pull/10363) [@​babel/parser](https://togithub.com/babel/parser) error recovery. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10599](https://togithub.com/babel/babel/pull/10599) Add support for .cjs config files. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10501](https://togithub.com/babel/babel/pull/10501) Add support for babel.config.json. ([@​devongovett](https://togithub.com/devongovett)) - [#​10361](https://togithub.com/babel/babel/pull/10361) feat: if code frame error is on a single line, highlight the whole path. ([@​SimenB](https://togithub.com/SimenB)) - `babel-plugin-syntax-top-level-await`, `babel-preset-env` - [#​10573](https://togithub.com/babel/babel/pull/10573) Create [@​babel/plugin-syntax-top-level-await](https://togithub.com/babel/plugin-syntax-top-level-await). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#​10572](https://togithub.com/babel/babel/pull/10572) [transform-react-jsx] Add useSpread option to transform JSX. ([@​ivandevp](https://togithub.com/ivandevp)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-flow`, `babel-types` - [#​10344](https://togithub.com/babel/babel/pull/10344) Flow enums parsing. ([@​gkz](https://togithub.com/gkz)) - `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` - [#​10477](https://togithub.com/babel/babel/pull/10477) Changes UMD callsite to be more likely to pass in the intended object.. ([@​MicahZoltu](https://togithub.com/MicahZoltu)) - `babel-parser` - [#​10449](https://togithub.com/babel/babel/pull/10449) Create parser plugin "topLevelAwait". ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10521](https://togithub.com/babel/babel/pull/10521) [parser] Enable "exportNamespaceFrom" by default. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10483](https://togithub.com/babel/babel/pull/10483) [parser] Add support for private fields in TypeScript. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​10543](https://togithub.com/babel/babel/pull/10543) add assertions signature for TypeScript. ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-cli`, `babel-register` - [#​8622](https://togithub.com/babel/babel/pull/8622) Make dir for babel --out-file. ([@​TrySound](https://togithub.com/TrySound)) - `babel-cli` - [#​10399](https://togithub.com/babel/babel/pull/10399) Closes [#​8326](https://togithub.com/babel/babel/issues/8326), add back --quiet option.. ([@​chris-peng-1244](https://togithub.com/chris-peng-1244)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-preset-env` - [#​10422](https://togithub.com/babel/babel/pull/10422) Correctly delegate .return() in async generator. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​10628](https://togithub.com/babel/babel/pull/10628) Don't throw when destructuring into a var named as an import. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-modules-systemjs` - [#​10638](https://togithub.com/babel/babel/pull/10638) fix: remove ExportNamedDeclaration when the specifier is empty. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10631](https://togithub.com/babel/babel/pull/10631) [TS] Parse calls with type args in optional chains. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10607](https://togithub.com/babel/babel/pull/10607) fixed missing errors on assignment pattern in object expression. ([@​vivek12345](https://togithub.com/vivek12345)) - [#​10594](https://togithub.com/babel/babel/pull/10594) [parser] Parse only modifiers of actual methods. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - `babel-plugin-transform-typescript` - [#​10555](https://togithub.com/babel/babel/pull/10555) [TS] Correctly transform computed strings and templates in enums. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10623](https://togithub.com/babel/babel/pull/10623) Fix: inputSourceMap should work when it is an external file. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10539](https://togithub.com/babel/babel/pull/10539) fix: remove filename annotation in buildCodeFrameError. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators` - [#​10578](https://togithub.com/babel/babel/pull/10578) [decorators] fix: support string literal properties. ([@​mwhitworth](https://togithub.com/mwhitworth)) - `babel-helpers`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10574](https://togithub.com/babel/babel/pull/10574) fix: \_interopRequireWildcard should only cache objects. ([@​samMeow](https://togithub.com/samMeow)) - `babel-traverse` - [#​9777](https://togithub.com/babel/babel/pull/9777) [traverse] Allow skipping nodes inserted with .replaceWith(). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env` - [#​10146](https://togithub.com/babel/babel/pull/10146) Inject core-js@3 imports in Program:exit instead of on post(). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​10519](https://togithub.com/babel/babel/pull/10519) Fix generator missing parens around an arrow returning function type. ([@​existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-async-to-generator`, `babel-preset-env`, `babel-traverse` - [#​9939](https://togithub.com/babel/babel/pull/9939) Don't use args rest/spread to hoist super method calls. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​9481](https://togithub.com/babel/babel/pull/9481) [preset-env] Don't use async-to-generator when already using regenerator. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10585](https://togithub.com/babel/babel/pull/10585) fix(babel‑helpers/interopRequireWildcard): Avoid double nullish check. ([@​ExE-Boss](https://togithub.com/ExE-Boss)) - `babel-register` - [#​10557](https://togithub.com/babel/babel/pull/10557) fix: disable caching when babel could not read/write cache. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-node` - [#​10619](https://togithub.com/babel/babel/pull/10619) chore: remove output-file-sync dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​10614](https://togithub.com/babel/babel/pull/10614) chore: bump source-map-support to 0.5.14. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-unicode-regex`, `babel-preset-env` - [#​10447](https://togithub.com/babel/babel/pull/10447) Merge multiple regex transform plugin. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10612](https://togithub.com/babel/babel/pull/10612) chore: update web.immediate support fixtures. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-imports` - [#​10608](https://togithub.com/babel/babel/pull/10608) Use .find instead of .filter to get targetPath in ImportInjector. ([@​Andarist](https://togithub.com/Andarist)) - Other - [#​10600](https://togithub.com/babel/babel/pull/10600) Test node@13 on circle. ([@​existentialism](https://togithub.com/existentialism)) - [#​10593](https://togithub.com/babel/babel/pull/10593) chore: replace outdated travis-ci.org badges [ci skip]. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10591](https://togithub.com/babel/babel/pull/10591) chore: test against Node.js 13. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10556](https://togithub.com/babel/babel/pull/10556) Add master branch workflow for test262 tests. ([@​jbhoosreddy](https://togithub.com/jbhoosreddy)) - [#​10553](https://togithub.com/babel/babel/pull/10553) chore: introduce envinfo into environment section. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-runtime` - [#​10418](https://togithub.com/babel/babel/pull/10418) docs: add homepage link. ([@​DanArthurGallagher](https://togithub.com/DanArthurGallagher)) - `babel-helper-annotate-as-pure`, `babel-helper-bindify-decorators`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-call-delegate`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-explode-class`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-template` - [#​10568](https://togithub.com/babel/babel/pull/10568) Bump babel-types to ^7.6.3. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-traverse` - [#​10480](https://togithub.com/babel/babel/pull/10480) Traverse performance. ([@​JLHwung](https://togithub.com/JLHwung)) ### [`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)) ### [`v7.6.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v760-2019-09-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.5...v7.6.0) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser` - [#​10269](https://togithub.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@​vivek12345](https://togithub.com/vivek12345)) - `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​9498](https://togithub.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-core` - [#​10181](https://togithub.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` - [#​10217](https://togithub.com/babel/babel/pull/10217) Class Private Static Accessors ([@​tim-mc](https://togithub.com/tim-mc)) - `babel-generator`, `babel-parser`, `babel-types` - [#​10148](https://togithub.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-typescript` - [#​10382](https://togithub.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@​dsgkirkby](https://togithub.com/dsgkirkby)) - `babel-parser` - [#​10352](https://togithub.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10248](https://togithub.com/babel/babel/pull/10248) Add static to class property builder ([@​yuri-karadzhov](https://togithub.com/yuri-karadzhov)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10396](https://togithub.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​10398](https://togithub.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@​rhyzx](https://togithub.com/rhyzx)) - `babel-preset-env` - [#​10397](https://togithub.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@​rhyzx](https://togithub.com/rhyzx)) - [#​10218](https://togithub.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@​AdamRamberg](https://togithub.com/AdamRamberg)) - [#​10284](https://togithub.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@​epicfaace](https://togithub.com/epicfaace)) - `babel-plugin-transform-named-capturing-groups-regex` - [#​10395](https://togithub.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​10098](https://togithub.com/babel/babel/pull/10098) fix typescript for babel-types ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10319](https://togithub.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@​deificx](https://togithub.com/deificx)) - `babel-parser` - [#​10380](https://togithub.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@​banga](https://togithub.com/banga)) - [#​10369](https://togithub.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@​banga](https://togithub.com/banga)) - [#​10292](https://togithub.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​10366](https://togithub.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​10341](https://togithub.com/babel/babel/pull/10341) Add TSBigIntKeyword to [@​babel/types](https://togithub.com/babel/types) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-types` - [#​9960](https://togithub.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-flow-comments` - [#​10329](https://togithub.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@​zaygraveyard](https://togithub.com/zaygraveyard)) - `babel-helpers`, `babel-plugin-transform-react-constant-elements` - [#​10307](https://togithub.com/babel/babel/pull/10307) [fix] jsx helper calls order ([@​Sinewyk](https://togithub.com/Sinewyk)) - `babel-plugin-proposal-decorators` - [#​10302](https://togithub.com/babel/babel/pull/10302) fix: register inserted class declaration ([@​thiagoarrais](https://togithub.com/thiagoarrais)) - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​10070](https://togithub.com/babel/babel/pull/10070) Do expressions transform for switch statements ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10277](https://togithub.com/babel/babel/pull/10277) remove finally from completion record in try statement ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-transform-named-capturing-groups-regex` - [#​10136](https://togithub.com/babel/babel/pull/10136) fix capturing group for matchAll ([@​tanhauhau](https://togithub.com/tanhauhau)) ##### :nail_care: Polish - `babel-plugin-transform-runtime`, `babel-preset-env` - [#​10372](https://togithub.com/babel/babel/pull/10372) Don't allow instance properties transformation on namespace ([@​rhyzx](https://togithub.com/rhyzx)) ##### :memo: Documentation - [#​10313](https://togithub.com/babel/babel/pull/10313) Adds note about two approval policy to PR template ([@​thiagoarrais](https://togithub.com/thiagoarrais)) ##### :house: Internal - `babel-register` - [#​9847](https://togithub.com/babel/babel/pull/9847) Remove core-js dependency from [@​babel/register](https://togithub.com/babel/register) ([@​coreyfarrell](https://togithub.com/coreyfarrell)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-preset-env` - [#​10401](https://togithub.com/babel/babel/pull/10401) Use "validateLogs" for preset-env's debug fixtures ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​10380](https://togithub.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@​banga](https://togithub.com/banga)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-dynamic-import`, `babel-preset-env` - [#​10326](https://togithub.com/babel/babel/pull/10326) Allow testing logs with `@babel/helper-transform-fixture-test-runner` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-runtime-corejs2`, `babel-runtime`, `babel-types` - [#​10331](https://togithub.com/babel/babel/pull/10331) Commit generated code ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-helper-fixtures`, `babel-node`, `babel-parser`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​10228](https://togithub.com/babel/babel/pull/10228) Update dev dependencies and fix linting errors ([@​danez](https://togithub.com/danez)) - `babel-cli` - [#​10244](https://togithub.com/babel/babel/pull/10244) added flow to babel cli ([@​Letladi](https://togithub.com/Letladi)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10161](https://togithub.com/babel/babel/pull/10161) Improves the logic to import objects in helpers ([@​ifsnow](https://togithub.com/ifsnow)) - `babel-traverse` - [#​10243](https://togithub.com/babel/babel/pull/10243) perf: always return `void 0` as undefined node ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.5.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v755-2019-07-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.0...v7.5.5) ##### :bug: Bug Fix - `babel-code-frame` - [#​10211](https://togithub.com/babel/babel/pull/10211) fix code-frame marker with highlighting ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-proposal-object-rest-spread` - [#​10200](https://togithub.com/babel/babel/pull/10200) Workaround [#​10179](https://togithub.com/babel/babel/issues/10179) in proposal-object-rest-spread ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10198](https://togithub.com/babel/babel/pull/10198) add assertShape to validate templateElement ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super`, `babel-types` - [#​10017](https://togithub.com/babel/babel/pull/10017) destructuring private fields with array pattern / object pattern ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-transform-flow-comments` - [#​9901](https://togithub.com/babel/babel/pull/9901) fix transform-flow-comments for import types ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-core`, `babel-helpers` - [#​10208](https://togithub.com/babel/babel/pull/10208) always throw when add missing helpers ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-transform-runtime` - [#​10207](https://togithub.com/babel/babel/pull/10207) Closes [#​10205](https://togithub.com/babel/babel/issues/10205) ([@​sag1v](https://togithub.com/sag1v)) - `babel-helpers`, `babel-plugin-transform-instanceof` - [#​10197](https://togithub.com/babel/babel/pull/10197) fix: custom instOfHandler result should be cast to boolean ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser`, `babel-plugin-transform-typescript` - [#​10014](https://togithub.com/babel/babel/pull/10014) Use correct extension for typescript fixtures ([@​danez](https://togithub.com/danez)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10189](https://togithub.com/babel/babel/pull/10189) perf: match ownKeys perf to the one of objectSpread ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.5.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v750-2019-07-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.4.4...v7.5.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10099](https://togithub.com/babel/babel/pull/10099) Disallow "let" as name at lexical bindings ([@​g-plane](https://togithub.com/g-plane)) ##### :rocket: New Feature - `babel-parser` - [#​10091](https://togithub.com/babel/babel/pull/10091) BigInt type for Flow ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​9450](https://togithub.com/babel/babel/pull/9450) Implement f# pipeline in parser ([@​mAAdhaTTah](https://togithub.com/mAAdhaTTah)) - [#​9912](https://togithub.com/babel/babel/pull/9912) [legacy decorators] Allow decorating generator methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9864](https://togithub.com/babel/babel/pull/9864) [@​babel/parser] Add "allowUndeclaredExports" option ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-dynamic-import`, `babel-preset-env-standalone`, `babel-preset-env` - [#​10109](https://togithub.com/babel/babel/pull/10109) Add [@​babel/plugin-proposal-dynamic-import](https://togithub.com/babel/plugin-proposal-dynamic-import) to [@​babel/preset-env](https://togithub.com/babel/preset-env) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs` - [#​9552](https://togithub.com/babel/babel/pull/9552) Create [@​babel/plugin-proposal-dynamic-import](https://togithub.com/babel/plugin-proposal-dynamic-import) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​9984](https://togithub.com/babel/babel/pull/9984) Transform for F# Pipeline ([@​thiago

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 WhiteSource Renovate. View repository job log here.