Closed renovate[bot] closed 4 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
undefined
This PR contains the following updates:
7.4.4
->7.8.3
Release Notes
babel/babel
### [`v7.8.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v783-2020-01-13) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.0...v7.8.3) ##### :bug: Bug Fix - `babel-types` - [#11002](https://togithub.com/babel/babel/pull/11002) fix: generated builder parameter should respect builder keys ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-preset-env-standalone`, `babel-standalone` - [#10994](https://togithub.com/babel/babel/pull/10994) Ignore .map files in standalone packages ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-syntax-async-generators`, `babel-plugin-syntax-bigint`, `babel-plugin-syntax-dynamic-import`, `babel-plugin-syntax-json-strings`, `babel-plugin-syntax-nullish-coalescing-operator`, `babel-plugin-syntax-object-rest-spread`, `babel-plugin-syntax-optional-catch-binding`, `babel-plugin-syntax-optional-chaining`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env-standalone`, `babel-preset-env`, `babel-standalone` - [#10820](https://togithub.com/babel/babel/pull/10820) Archive syntax plugins enabled by default ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - _Every package_ - [#11003](https://togithub.com/babel/babel/pull/11003) Revert "chore: specify package type ([#10849](https://togithub.com/babel/babel/issues/10849))" ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`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.4...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.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.3...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.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.4.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.4.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v745-2019-05-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.4.4...v7.4.5) ##### :bug: Bug Fix - `babel-parser` - [#9998](https://togithub.com/babel/babel/pull/9998) Fix location for optional params in arrow functions ([@danez](https://togithub.com/danez)) - [#9982](https://togithub.com/babel/babel/pull/9982) Avoid unnecessary work during lookahead ([@danez](https://togithub.com/danez)) - [#9922](https://togithub.com/babel/babel/pull/9922) fix: allow shebang directive ([@tanhauhau](https://togithub.com/tanhauhau)) - `babel-preset-env` - [#10002](https://togithub.com/babel/babel/pull/10002) Update preset-env dependencies and fix fixtures ([@danez](https://togithub.com/danez)) - [#9978](https://togithub.com/babel/babel/pull/9978) Fix mobile browsers support in preset-env ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#9902](https://togithub.com/babel/babel/pull/9902) Fix destructuring assignments being transpiled for edge 15 ([@eps1lon](https://togithub.com/eps1lon)) - `babel-plugin-transform-typescript` - [#9944](https://togithub.com/babel/babel/pull/9944) fix(typescript): erase type exports ([@airato](https://togithub.com/airato)) ##### :nail_care: Polish - `babel-parser` - [#9995](https://togithub.com/babel/babel/pull/9995) Do not use lookahead when parsing construct signature declarations in TS ([@danez](https://togithub.com/danez)) - [#9989](https://togithub.com/babel/babel/pull/9989) Only compute Position if not already in state ([@danez](https://togithub.com/danez)) - [#9988](https://togithub.com/babel/babel/pull/9988) Do not use lookahead when parsing jsx expression containers ([@danez](https://togithub.com/danez)) - [#9987](https://togithub.com/babel/babel/pull/9987) Do not use lookahead when parsing imports in declare module in flow ([@danez](https://togithub.com/danez)) - [#9985](https://togithub.com/babel/babel/pull/9985) Do not use lookahead when parsing declare module or declare module.exports in flow ([@danez](https://togithub.com/danez)) - [#9983](https://togithub.com/babel/babel/pull/9983) Do not use lookahead when parsing dynamic import or import.meta ([@danez](https://togithub.com/danez)) - [#9979](https://togithub.com/babel/babel/pull/9979) Remove guardedHandlers from ASTs ([@danez](https://togithub.com/danez)) - `babel-preset-env` - [#9992](https://togithub.com/babel/babel/pull/9992) use console.warn for warning ([@schu34](https://togithub.com/schu34)) - `babel-core` - [#9945](https://togithub.com/babel/babel/pull/9945) Fixed null error in plugin opts and added a test for it ([@divbhasin](https://togithub.com/divbhasin)) - `babel-core`, `babel-traverse` - [#9909](https://togithub.com/babel/babel/pull/9909) Add missing space in error messages ([@pnavarrc](https://togithub.com/pnavarrc)) ##### :house: Internal - `babel-node` - [#9914](https://togithub.com/babel/babel/pull/9914) [babel-node] Do not hardcode node flags ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))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 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.