Open renovate[bot] opened 3 years ago
This PR contains the following updates:
7.14.5
7.17.6
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
7.14.5
->7.17.6
Release Notes
babel/babel
### [`v7.17.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7176-2022-02-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.3...v7.17.6) ##### :eyeglasses: Spec Compliance - `babel-helper-module-transforms` - [#14287](https://togithub.com/babel/babel/pull/14287) Make module namespace sort compare function consistent ([@devsnek](https://togithub.com/devsnek)) ##### :bug: Bug Fix - `babel-cli` - [#14281](https://togithub.com/babel/babel/pull/14281) cli: handle multiple input sources in watch mode ([@JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-transform-react-constant-elements` - [#12975](https://togithub.com/babel/babel/pull/12975) `allowMutablePropsOnTags`: cache JSX constant elements with function props ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-pipeline-operator`, `babel-standalone` - [#14278](https://togithub.com/babel/babel/pull/14278) \[hack pipes] Inline topic token when possible ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-preset-env` - [#14275](https://togithub.com/babel/babel/pull/14275) Avoid IIFE for single-expression class static blocks ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.17.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7173-2022-02-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.0...v7.17.3) ##### :bug: Bug Fix - `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#14271](https://togithub.com/babel/babel/pull/14271) jsx-development: do not emit `this` within ts module block ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#14240](https://togithub.com/babel/babel/pull/14240) Fix destructuring with holes in assign pattern ([@magic-akari](https://togithub.com/magic-akari)) ##### :house: Internal - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#14253](https://togithub.com/babel/babel/pull/14253) Convert all SourceMapConsumers to TraceMaps ([@jridgewell](https://togithub.com/jridgewell)) ##### :microscope: Output optimization - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-transform-new-target`, `babel-plugin-transform-parameters`, `babel-traverse` - [#14268](https://togithub.com/babel/babel/pull/14268) Skip unnecessary temp vars in `path.insertAfter` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.17.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7170-2022-02-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.8...v7.17.0) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#14065](https://togithub.com/babel/babel/pull/14065) Allow plugins/presets to indicate external dependencies ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-traverse` - [#14174](https://togithub.com/babel/babel/pull/14174) Expose `.index` on Position to internally track nodes location ([@tolmasky](https://togithub.com/tolmasky)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#13973](https://togithub.com/babel/babel/pull/13973) proposal-pipe: Add support for `^^` and `@@` topics ([@js-choi](https://togithub.com/js-choi)) - `babel-traverse` - [#13940](https://togithub.com/babel/babel/pull/13940) Add new method to check if node is null or not ([@danez](https://togithub.com/danez)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-destructuring-private`, `babel-standalone` - [#13931](https://togithub.com/babel/babel/pull/13931) Parse destructuring private fields ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#14004](https://togithub.com/babel/babel/pull/14004) Add new decorators transform ([@pzuraq](https://togithub.com/pzuraq)) - `babel-generator`, `babel-parser`, `babel-traverse`, `babel-types` - [#13681](https://togithub.com/babel/babel/pull/13681) Add the `decoratorsAutoAccessors` parser plugin ([@pzuraq](https://togithub.com/pzuraq)) - `babel-core`, `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-unicode-sets-regex`, `babel-plugin-syntax-unicode-sets-regex`, `babel-plugin-transform-dotall-regex` - [#14125](https://togithub.com/babel/babel/pull/14125) Add transform support for the "regexp unicode sets" proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#14086](https://togithub.com/babel/babel/pull/14086) Add parser support for the "regexp unicode sets" proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-register` - [#14087](https://togithub.com/babel/babel/pull/14087) Expose `@babel/register/experimental-worker` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#14145](https://togithub.com/babel/babel/pull/14145) Reinterpret << when parsing TS type arguments ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#14187](https://togithub.com/babel/babel/pull/14187) Normalize absolute paths on Windows ([@atti187](https://togithub.com/atti187)) ##### :memo: Documentation - [#14223](https://togithub.com/babel/babel/pull/14223) Remove Babel 6 from SECURITY.md ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-fixtures`, `babel-parser` - [#14201](https://togithub.com/babel/babel/pull/14201) Fuzz test location-related parser options ([@tolmasky](https://togithub.com/tolmasky)) - `babel-compat-data` - [#14208](https://togithub.com/babel/babel/pull/14208) Update compat data (specifically for rhino 1.7.14) ([@phulin](https://togithub.com/phulin)) - Other - [#14190](https://togithub.com/babel/babel/pull/14190) chore: run tscheck on babel 8 breaking test ([@JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-cli`, `babel-core` - [#14209](https://togithub.com/babel/babel/pull/14209) Switch to `@ampproject/remapping` to merge source maps ([@jridgewell](https://togithub.com/jridgewell)) ### [`v7.16.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7168-2022-01-10) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.7...v7.16.8) ##### :bug: Bug Fix - `babel-generator`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-parameters` - [#14113](https://togithub.com/babel/babel/pull/14113) Print trailing comma after a single TS generic in arrow fns ([@ozanhonamlioglu](https://togithub.com/ozanhonamlioglu)) - `babel-traverse` - [#14105](https://togithub.com/babel/babel/pull/14105) fix: forward stop signal to parent path ([@JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#14107](https://togithub.com/babel/babel/pull/14107) Don't mutate `@babel/register` options ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-modules-commonjs` - [#14097](https://togithub.com/babel/babel/pull/14097) Register binding for newly created vars for commonjs transforms ([@The-x-Theorist](https://togithub.com/The-x-Theorist)) - `babel-plugin-transform-typescript` - [#14093](https://togithub.com/babel/babel/pull/14093) Fix TypeScript Enum self-references ([@magic-akari](https://togithub.com/magic-akari)) ##### :nail_care: Polish - `babel-generator` - [#14094](https://togithub.com/babel/babel/pull/14094) Always print directives with double quotes when minified ([@overlookmotel](https://togithub.com/overlookmotel)) ##### :house: Internal - `babel-helper-fixtures`, `babel-plugin-proposal-record-and-tuple`, `babel-preset-env` - [#14118](https://togithub.com/babel/babel/pull/14118) Always use the plugin/preset name in fixtures options ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-transform-async-to-generator` - [#14122](https://togithub.com/babel/babel/pull/14122) Optimize `transform-async-to-generator` output ([@magic-akari](https://togithub.com/magic-akari)) ### [`v7.16.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7167-2021-12-31) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.0...v7.16.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#14049](https://togithub.com/babel/babel/pull/14049) fix: check preceding line break before exclamation ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#14081](https://togithub.com/babel/babel/pull/14081) Import the correct `./typeof.js` helper in `@babel/runtime` ([@exb](https://togithub.com/exb)) - `babel-helpers` - [#14072](https://togithub.com/babel/babel/pull/14072) Fix derived classes in Chrome <= 36 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-function-name`, `babel-plugin-transform-function-name` - [#14047](https://togithub.com/babel/babel/pull/14047) Fix unicode handling in generated function names ([@The-x-Theorist](https://togithub.com/The-x-Theorist)) ##### :nail_care: Polish - `babel-core` - [#14067](https://togithub.com/babel/babel/pull/14067) Allow `$schema` property in json config files ([@The-x-Theorist](https://togithub.com/The-x-Theorist)) ### [`v7.16.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7160-2021-10-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.7...v7.16.0) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#13824](https://togithub.com/babel/babel/pull/13824) Await promises from sync iterators with `for-await` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` - [#13802](https://togithub.com/babel/babel/pull/13802) Support TypeScript 4.5 type-only import/export specifiers ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-parser` - [#13887](https://togithub.com/babel/babel/pull/13887) feat: support `startColumn` option ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-preset-typescript` - [#13838](https://togithub.com/babel/babel/pull/13838) Handle `.mts` and `.cts` files in `@babel/preset-typescript` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#13782](https://togithub.com/babel/babel/pull/13782) Add ESLint 8 support to `@babel/eslint-parser` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#13749](https://togithub.com/babel/babel/pull/13749) Caret topic (pipe operator) ([@js-choi](https://togithub.com/js-choi)) - `babel-compat-data`, `babel-generator`, `babel-parser`, `babel-preset-env`, `babel-types` - [#13713](https://togithub.com/babel/babel/pull/13713) Enable class static blocks by default ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining` - [#13687](https://togithub.com/babel/babel/pull/13687) add `skipTransparentExprWrapperNodes` helper ([@lightmare](https://togithub.com/lightmare)) - `babel-traverse`, `babel-types` - [#13666](https://togithub.com/babel/babel/pull/13666) Add aliases for Standardized, TypeScript, and Flow ([@jridgewell](https://togithub.com/jridgewell)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#13876](https://togithub.com/babel/babel/pull/13876) \[ts] Support private methods overloads ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#13865](https://togithub.com/babel/babel/pull/13865) fix: allow enum member without initializer after non-literal member ([@lightmare](https://togithub.com/lightmare)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-transform-typescript` - [#13854](https://togithub.com/babel/babel/pull/13854) Don't transform `declare class` in plugin-proposal-class-properties ([@forivall](https://togithub.com/forivall)) - `babel-compat-data`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-traverse` - [#13842](https://togithub.com/babel/babel/pull/13842) Implement @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-async-generator-functions`, `babel-traverse` - [#13813](https://togithub.com/babel/babel/pull/13813) Restore traversal context after enter / traverse ([@JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#13832](https://togithub.com/babel/babel/pull/13832) Mark static block as FunctionParent ([@JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#13825](https://togithub.com/babel/babel/pull/13825) Fix missing inner comments in function expressions ([@overlookmotel](https://togithub.com/overlookmotel)) ##### :house: Internal - *Every package* - [#13772](https://togithub.com/babel/babel/pull/13772) Use `workspace:^` to specify `@babel/` dependencies ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#13856](https://togithub.com/babel/babel/pull/13856) Update to Yarn 3.1 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#13867](https://togithub.com/babel/babel/pull/13867) Test on Node.js 17 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-runtime`, `babel-preset-react` - [#13858](https://togithub.com/babel/babel/pull/13858) Force loading plugins/presets from the monorepo in tests ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#13844](https://togithub.com/babel/babel/pull/13844) \[ts] precise return type on `createTypeAnnotationBasedOnTypeof` (babel-types) ([@lightmare](https://togithub.com/lightmare)) - `babel-helpers` - [#13841](https://togithub.com/babel/babel/pull/13841) minor: remove ineffectual helper names filter ([@lightmare](https://togithub.com/lightmare)) - `babel-core`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-types` - [#13820](https://togithub.com/babel/babel/pull/13820) Improve transform-react-jsx typings ([@JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-types` - [#13843](https://togithub.com/babel/babel/pull/13843) Simplify (transpiled) babel-types builder wrappers ([@lightmare](https://togithub.com/lightmare)) ### [`v7.15.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7157-2021-09-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.4...v7.15.7) ##### :bug: Bug Fix - `babel-parser` - [#13771](https://togithub.com/babel/babel/pull/13771) fix(babel-parser): Allow line break before `assert` return type ([@JuniorTour](https://togithub.com/JuniorTour)) - [#13755](https://togithub.com/babel/babel/pull/13755) \[estree] Fix conversion of `PrivateName` in `MemberExpression` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#13754](https://togithub.com/babel/babel/pull/13754) Move pipeline operator to Stage 2 ([@sdegutis](https://togithub.com/sdegutis)) - Other - [#13767](https://togithub.com/babel/babel/pull/13767) Fix `regexpu-core` bundling in `@babel/standalone` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#13751](https://togithub.com/babel/babel/pull/13751) \[eslint-parser] Represent `static` using a `Keyword` token ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-validator-identifier` - [#13759](https://togithub.com/babel/babel/pull/13759) Update Identifier definitions to Unicode 14 ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#13768](https://togithub.com/babel/babel/pull/13768) Store token type as number ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#13739](https://togithub.com/babel/babel/pull/13739) Throw a better error when transforming imported bindings in types ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#13140](https://togithub.com/babel/babel/pull/13140) Update to Yarn 3 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#13744](https://togithub.com/babel/babel/pull/13744) chore: add constraint for duplicate dependency declarations ([@merceyz](https://togithub.com/merceyz)) - `babel-helper-transform-fixture-test-runner` - [#13741](https://togithub.com/babel/babel/pull/13741) Replace the deprecated `produceCachedData` option used in `vm` module with `script.createCachedData()` ([@wafuwafu13](https://togithub.com/wafuwafu13)) ### [`v7.15.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7154-2021-09-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.8...v7.15.4) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#13601](https://togithub.com/babel/babel/pull/13601) Disallow reinitializing private elements ([@komyg](https://togithub.com/komyg)) ##### :bug: Bug Fix - [#13638](https://togithub.com/babel/babel/pull/13638) \[eslint] Allow `"latest"` as `ecmaVersion` ([@fisker](https://togithub.com/fisker)) - `babel-traverse`, `babel-types` - [#13723](https://togithub.com/babel/babel/pull/13723) `getBindingIdentifiers` should return params for private methods ([@JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#13715](https://togithub.com/babel/babel/pull/13715) \[babel 8] fix: stricter rest element builder check ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#13697](https://togithub.com/babel/babel/pull/13697) fix: pass `browserslistEnv` to `resolveTargets` ([@meskill](https://togithub.com/meskill)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object` - [#13656](https://togithub.com/babel/babel/pull/13656) fix: fix static private field shadowed by local variable ([@colinaaa](https://togithub.com/colinaaa)) - `babel-plugin-transform-typescript` - [#13664](https://togithub.com/babel/babel/pull/13664) \[ts] Fix transform for nested namespaces shorthand syntax ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#13680](https://togithub.com/babel/babel/pull/13680) fix(babel-parser): delete `static` property from class static block for TS ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#13695](https://togithub.com/babel/babel/pull/13695) fix: assure left bracket is not consumed after dot ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#13532](https://togithub.com/babel/babel/pull/13532) fix: non breaking align options naming ([@fedeci](https://togithub.com/fedeci)) ##### :memo: Documentation - `babel-parser` - [#13691](https://togithub.com/babel/babel/pull/13691) add missing ExportNamespaceSpecifier in spec.md ([@flyinox](https://togithub.com/flyinox)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-top-level-await`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#13717](https://togithub.com/babel/babel/pull/13717) archive stage 4 parser plugins ([@JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `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-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-preset-env`, `babel-template`, `babel-traverse` - [#13685](https://togithub.com/babel/babel/pull/13685) Use named imports for babel types ([@JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-helper-define-map`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-traverse`, `babel-types` - [#13609](https://togithub.com/babel/babel/pull/13609) perf: partially replace `.concat` with `.push` ([@fedeci](https://togithub.com/fedeci)) ### [`v7.14.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7148-2021-07-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.5...v7.14.8) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-new-target` - [#13560](https://togithub.com/babel/babel/pull/13560) fix(class-properties): replace `new.target` in static properties with `undefined` ([@colinaaa](https://togithub.com/colinaaa)) - `babel-parser` - [#13088](https://togithub.com/babel/babel/pull/13088) Fix await binding error within static block ([@JLHwung](https://togithub.com/JLHwung)) - [#13531](https://togithub.com/babel/babel/pull/13531) fix: disallow computed `async`/`get`/`set` keyword ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-helper-simple-access`, `babel-plugin-transform-modules-commonjs` - [#13258](https://togithub.com/babel/babel/pull/13258) Fix const violations in ESM imports when transformed to CJS ([@overlookmotel](https://togithub.com/overlookmotel)) ##### :bug: Bug Fix - `babel-parser` - [#13575](https://togithub.com/babel/babel/pull/13575) Update babel-parser.d.ts ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#13548](https://togithub.com/babel/babel/pull/13548) Fix parser `strictMode` option ([@overlookmotel](https://togithub.com/overlookmotel)) - [#13573](https://togithub.com/babel/babel/pull/13573) Fix issue to allow module block in member expression ([@nme077](https://togithub.com/nme077)) - [#13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@JLHwung](https://togithub.com/JLHwung)) - [#13534](https://togithub.com/babel/babel/pull/13534) Async do expression should start at async ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#12344](https://togithub.com/babel/babel/pull/12344) Fix arrow transformation when `arguments` is defined as variable ([@snitin315](https://togithub.com/snitin315)) - `babel-traverse` - [#13527](https://togithub.com/babel/babel/pull/13527) fix: accept duplicated import/variable in different module ([@colinaaa](https://togithub.com/colinaaa)) - `babel-types` - [#13525](https://togithub.com/babel/babel/pull/13525) fix(babel-types): accept `UnaryExpression` in `TSLiteralType` ([@colinaaa](https://togithub.com/colinaaa)) - [#13500](https://togithub.com/babel/babel/pull/13500) Add typeParameters to tagged template visitor keys ([@JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#13515](https://togithub.com/babel/babel/pull/13515) Fix config validation message typo ([@jaeseokk](https://togithub.com/jaeseokk)) - `babel-cli` - [#13508](https://togithub.com/babel/babel/pull/13508) fix: sync default_extensions to babel-cli usage ([@JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#13562](https://togithub.com/babel/babel/pull/13562) Fix `make generate-standalone` -> `make build-standalone` ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - `babel-helpers` - [#13522](https://togithub.com/babel/babel/pull/13522) minor improvement to gulp generate-runtime-helpers error message ([@lightmare](https://togithub.com/lightmare)) ##### :running_woman: Performance - `babel-parser` - [#13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@JLHwung](https://togithub.com/JLHwung))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.