modernweb-dev / storybook-prebuilt

Storybook prebuilt to work with native es modules
MIT License
36 stars 9 forks source link

chore(deps): update dependency @babel/preset-env to v7.15.0 #49

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-env (source) 7.12.11 -> 7.15.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.15.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7150-2021-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.9...v7.15.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13523](https://togithub.com/babel/babel/pull/13523) feat(ts): raise error for abstract property with initializer ([@​fedeci](https://togithub.com/fedeci)) ##### :rocket: New Feature - `babel-parser` - [#​13229](https://togithub.com/babel/babel/pull/13229) Add `attachComment` parser option to disable comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​13476](https://togithub.com/babel/babel/pull/13476) standalone: update `preset-stage-*` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13555](https://togithub.com/babel/babel/pull/13555) feat: support hack pipeline in `@babel/standalone` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-preset-env` - [#​13387](https://togithub.com/babel/babel/pull/13387) Enable top-level `await` parsing by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​13324](https://togithub.com/babel/babel/pull/13324) Support TypeScript const enums ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13528](https://togithub.com/babel/babel/pull/13528) feat(typescript): implement namespace alias ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13290](https://togithub.com/babel/babel/pull/13290) feat: add `noIncompleteNsImportDetection` assumption to `plugin-transform-modules-commonjs` ([@​fedeci](https://togithub.com/fedeci)) - `babel-plugin-transform-react-display-name` - [#​13501](https://togithub.com/babel/babel/pull/13501) Add display name after create context ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13416](https://togithub.com/babel/babel/pull/13416) Hack-pipe proposal with `%` topic token ([@​js-choi](https://togithub.com/js-choi)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-traverse`, `babel-types` - [#​13191](https://togithub.com/babel/babel/pull/13191) Add support for the "Hack" pipeline proposal ([@​js-choi](https://togithub.com/js-choi)) - `babel-plugin-transform-runtime` - [#​13398](https://togithub.com/babel/babel/pull/13398) Expose `@babel/eslint-parser/experimental-worker` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​13448](https://togithub.com/babel/babel/pull/13448) Add support for rhino as a compilation target ([@​gausie](https://togithub.com/gausie)) - `babel-compat-data`, `babel-parser`, `babel-preset-env` - [#​13554](https://togithub.com/babel/babel/pull/13554) Enable ergonomic brand checks (`#priv in`) by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​13513](https://togithub.com/babel/babel/pull/13513) \[ts] support optional chain call with generic ([@​lala7573](https://togithub.com/lala7573)) - `babel-plugin-transform-typescript` - [#​13605](https://togithub.com/babel/babel/pull/13605) Handle typescript function overloading in a default export ([@​tony-go](https://togithub.com/tony-go)) - `babel-parser` - [#​13536](https://togithub.com/babel/babel/pull/13536) Fix `%==` parsing in hack pipes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13426](https://togithub.com/babel/babel/pull/13426) parser: Fix Hack/smart-pipe error positions ([@​js-choi](https://togithub.com/js-choi)) - [#​13622](https://togithub.com/babel/babel/pull/13622) fix(ts): raise error for `export default interface {}` ([@​a-tarasyuk](https://togithub.com/a-tarasyuk)) ##### :memo: Documentation - [#​13607](https://togithub.com/babel/babel/pull/13607) chore(doc): add jest specific pckg command ([@​tony-go](https://togithub.com/tony-go)) ### [`v7.14.9`](https://togithub.com/babel/babel/releases/v7.14.9) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.8...v7.14.9) #### v7.14.9 (2021-08-01) Thanks [@​SCLeoX](https://togithub.com/SCLeoX) for your first PR! ##### :bug: Bug Fix - `babel-traverse` - [#​13596](https://togithub.com/babel/babel/pull/13596) Fix completion record for variable declarations ([@​addaleax](https://togithub.com/addaleax)) - `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​13600](https://togithub.com/babel/babel/pull/13600) Extract computed keys from the class closure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx` - [#​13552](https://togithub.com/babel/babel/pull/13552) Don't insert `__self: this` within constructors of derived classes ([#​13550](https://togithub.com/babel/babel/issues/13550)) ([@​SCLeoX](https://togithub.com/SCLeoX)) - `babel-parser` - [#​13581](https://togithub.com/babel/babel/pull/13581) \[ts] Check if param is assignable when parsing arrow return type ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-traverse`, `babel-types` - [#​13577](https://togithub.com/babel/babel/pull/13577) add 12 missing NODE_FIELDS ([@​jedwards1211](https://togithub.com/jedwards1211)) - `babel-plugin-proposal-async-generator-functions` - [#​13491](https://togithub.com/babel/babel/pull/13491) Fix `_step.value` access in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​13614](https://togithub.com/babel/babel/pull/13614) Update Rollup to `~2.54.0` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-validator-identifier`, `babel-parser` - [#​13606](https://togithub.com/babel/babel/pull/13606) chore: reorganize benchmarks ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-traverse` - [#​13611](https://togithub.com/babel/babel/pull/13611) Replace generic \__clone call by specific methods ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​13593](https://togithub.com/babel/babel/pull/13593) Generator performance ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 8 - Andy Edwards ([@​jedwards1211](https://togithub.com/jedwards1211)) - Anna Henningsen ([@​addaleax](https://togithub.com/addaleax)) - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Henry Zhu ([@​hzoo](https://togithub.com/hzoo)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Rin Tepis ([@​SCLeoX](https://togithub.com/SCLeoX)) - 王清雨 ([@​colinaaa](https://togithub.com/colinaaa)) ### [`v7.14.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7148-2021-07-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.7...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)) ### [`v7.14.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7147-2021-06-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.5...v7.14.7) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread` - [#​13483](https://togithub.com/babel/babel/pull/13483) Don't hoist template literal keys in `object-rest-spread` ([@​lala7573](https://togithub.com/lala7573)) - `babel-plugin-transform-destructuring` - [#​13482](https://togithub.com/babel/babel/pull/13482) Don't hoist template strings from destructuring keys ([@​lala7573](https://togithub.com/lala7573)) - `babel-traverse` - [#​13475](https://togithub.com/babel/babel/pull/13475) fix: remove traverse trap on `NODE_ENV == "test"` ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​13477](https://togithub.com/babel/babel/pull/13477) Add record and tuple tokens to eslint parser ([@​plourenco](https://togithub.com/plourenco)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​13395](https://togithub.com/babel/babel/pull/13395) fix: tagged template incorrect receiver ([@​sag1v](https://togithub.com/sag1v)) ##### :house: Internal - `babel-parser` - [#​13450](https://togithub.com/babel/babel/pull/13450) Simplify token context ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13419](https://togithub.com/babel/babel/pull/13419) refactor(parser): remove refNeedsArrowPos ([@​tony-go](https://togithub.com/tony-go)) - Other - [#​13485](https://togithub.com/babel/babel/pull/13485) chore: fix comment typo ([@​hyaocuk](https://togithub.com/hyaocuk)) ### [`v7.14.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7145-2021-06-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.4...v7.14.5) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​13122](https://togithub.com/babel/babel/pull/13122) fix: hoist variable declaration within do block ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​13409](https://togithub.com/babel/babel/pull/13409) Relax import assertion key-is-type constraint ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​13418](https://togithub.com/babel/babel/pull/13418) fix(parser): correctly parse record and tuple tokens ([@​fedeci](https://togithub.com/fedeci)) - [#​13410](https://togithub.com/babel/babel/pull/13410) fix: throw when `async()` call param is object with assignement ([@​tony-go](https://togithub.com/tony-go)) - [#​13396](https://togithub.com/babel/babel/pull/13396) Add support for d flag of regex literals in parser ([@​ota-meshi](https://togithub.com/ota-meshi)) - `babel-helpers` - [#​13404](https://togithub.com/babel/babel/pull/13404) fix generate-helpers failing in URL-encoded path ([@​lightmare](https://togithub.com/lightmare)) ##### :house: Internal - `babel-helper-hoist-variables` - [#​13442](https://togithub.com/babel/babel/pull/13442) Disallow dependency cycles ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13440](https://togithub.com/babel/babel/pull/13440) update test fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13431](https://togithub.com/babel/babel/pull/13431) Reduce `exprAllowed` usage ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13422](https://togithub.com/babel/babel/pull/13422) fix(`@babel/parser`): fix tokenizer context update code ([@​Eyoatam](https://togithub.com/Eyoatam)) - Other - [#​13420](https://togithub.com/babel/babel/pull/13420) chore: specify [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) deps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-code-frame`, `babel-compat-data`, `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-fixtures`, `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-plugin-test-runner`, `babel-helper-plugin-utils`, `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-transform-fixture-test-runner`, `babel-helper-validator-identifier`, `babel-helper-validator-option`, `babel-helper-wrap-function`, `babel-helpers`, `babel-highlight`, `babel-node`, `babel-parser`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-top-level-await`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​13363](https://togithub.com/babel/babel/pull/13363) chore: setup Yarn constraints ([@​merceyz](https://togithub.com/merceyz)) ##### :running_woman: Performance - `babel-parser` - [#​13408](https://togithub.com/babel/babel/pull/13408) Use set in parser scope ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13386](https://togithub.com/babel/babel/pull/13386) Faster checkReservedWord ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13406](https://togithub.com/babel/babel/pull/13406) Back parser state `exportedIdentifiers` by set ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.14.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7144-2021-05-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.2...v7.14.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13377](https://togithub.com/babel/babel/pull/13377) disallow surrogate in the end of contextual name ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13328](https://togithub.com/babel/babel/pull/13328) perf: minimize identifier lookahead when parsing let ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​13314](https://togithub.com/babel/babel/pull/13314) \[ts] Insert `export {}` when necessary to imply ESM ([@​wbinnssmith](https://togithub.com/wbinnssmith)) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​13381](https://togithub.com/babel/babel/pull/13381) \[ts] Remove override modifier ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - Other - [#​13338](https://togithub.com/babel/babel/pull/13338) Fix error when parsing ignored files with `@babel/eslint-parser` ([@​devfservant](https://togithub.com/devfservant)) - `babel-parser` - [#​13333](https://togithub.com/babel/babel/pull/13333) refactor: add parse\*Literal parser routines ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-plugin-transform-block-scoping` - [#​13376](https://togithub.com/babel/babel/pull/13376) Improve performance ([@​sokra](https://togithub.com/sokra)) - `babel-parser` - [#​13341](https://togithub.com/babel/babel/pull/13341) Faster tokenizer lookahead ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13328](https://togithub.com/babel/babel/pull/13328) perf: minimize identifier lookahead when parsing let ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env` - [#​13384](https://togithub.com/babel/babel/pull/13384) Hoist omitted keys from object spread operator ([@​alanorozco](https://togithub.com/alanorozco)) ### [`v7.14.2`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7142-2021-05-12) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.1...v7.14.2) ##### :bug: Bug Fix - `babel-node` - [#​13295](https://togithub.com/babel/babel/pull/13295) Fix: Only create `@babel/node` IPC channel when needed ([@​quickgiant](https://togithub.com/quickgiant)) - `babel-parser` - [#​13284](https://togithub.com/babel/babel/pull/13284) Parse attributes of import expression with estree plugin ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13261](https://togithub.com/babel/babel/pull/13261) Fix invalid identifier name on unfinished escape ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​13275](https://togithub.com/babel/babel/pull/13275) Support objects from other contexts in `t.valueToNode` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13274](https://togithub.com/babel/babel/pull/13274) \[eslint] Don't crash on multiple `@babel/parser` copies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​13269](https://togithub.com/babel/babel/pull/13269) Print parentheses around identifier `let` where necessary ([@​Zalathar](https://togithub.com/Zalathar)) ##### :nail_care: Polish - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13296](https://togithub.com/babel/babel/pull/13296) Better error for `export * as ns` without the correct plugin ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​13253](https://togithub.com/babel/babel/pull/13253) \[DOC] Add missing Monorepo configuration ([@​serut](https://togithub.com/serut)) ##### :house: Internal - Other - [#​13289](https://togithub.com/babel/babel/pull/13289) Update lodash version for fixing security vulnerability ([@​trinangkur](https://togithub.com/trinangkur)) - `babel-types` - [#​13264](https://togithub.com/babel/babel/pull/13264) \[babel-types] Update `matchesPattern` to account for `this` ([@​liuyenwei](https://togithub.com/liuyenwei)) ##### :running_woman: Performance - `babel-parser` - [#​13262](https://togithub.com/babel/babel/pull/13262) Faster identifier tokenizing ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13256](https://togithub.com/babel/babel/pull/13256) Refactor private name tokenizing ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.14.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7141-2021-05-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.0...v7.14.1) ##### :bug: Bug Fix - `babel-parser` - [#​13243](https://togithub.com/babel/babel/pull/13243) Parse static blocks with typescript plugin ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-plugin-transform-block-scoping` - [#​13248](https://togithub.com/babel/babel/pull/13248) Fix plugin-transform-block-scoping const violations ([@​overlookmotel](https://togithub.com/overlookmotel)) - `babel-generator`, `babel-parser` - [#​13244](https://togithub.com/babel/babel/pull/13244) Parse `for await (async of ...)` ([@​Zalathar](https://togithub.com/Zalathar)) - `babel-helper-create-class-features-plugin` - [#​13237](https://togithub.com/babel/babel/pull/13237) fix: Typo in `@babel/helper-create-class-features-plugin` ([@​aancer-rca](https://togithub.com/aancer-rca)) ##### :memo: Documentation - `babel-types` - [#​13151](https://togithub.com/babel/babel/pull/13151) Add alias docs for [@​babel/types](https://togithub.com/babel/types) ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​13242](https://togithub.com/babel/babel/pull/13242) Don't use `"composite": true` in tsc (until it supports cycles) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13241](https://togithub.com/babel/babel/pull/13241) chore: remove duplicated test262 parser tests ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-export-namespace-from`, `babel-plugin-syntax-module-string-names`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd` - [#​13246](https://togithub.com/babel/babel/pull/13246) Archive `@babel/plugin-syntax-module-string-names` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-properties`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-preset-env`, `babel-standalone` - [#​13232](https://togithub.com/babel/babel/pull/13232) Archive `@babel/plugin-syntax-class-properties` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.14.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7140-2021-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.15...v7.14.0) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser` - [#​13209](https://togithub.com/babel/babel/pull/13209) \[ts] Enforce order for the `override` modifier ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-plugin-proposal-async-do-expressions` - [#​13117](https://togithub.com/babel/babel/pull/13117) Implement async-do-expressions transform ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-proposal-do-expressions`, `babel-plugin-syntax-async-do-expressions`, `babel-types` - [#​13043](https://togithub.com/babel/babel/pull/13043) Parse async do expressions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​13091](https://togithub.com/babel/babel/pull/13091) Enable class fields & private methods by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env` - [#​13176](https://togithub.com/babel/babel/pull/13176) Add private brand checks to `shippedProposals` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13114](https://togithub.com/babel/babel/pull/13114) Add class static blocks to `preset-env`'s `shippedProposals` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-private-property-in-object` - [#​13172](https://togithub.com/babel/babel/pull/13172) Allow compiling `#foo in obj` without compiling private fields ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13113](https://togithub.com/babel/babel/pull/13113) babel-parser(ts): Add new plugin option `dts: boolean` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13175](https://togithub.com/babel/babel/pull/13175) Materialize the class features in `@babel/parser`. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13033](https://togithub.com/babel/babel/pull/13033) Introduce parser error codes ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​12838](https://togithub.com/babel/babel/pull/12838) Implement `importInterop: "node"` option for module transforms ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-traverse`, `babel-types` - [#​13224](https://togithub.com/babel/babel/pull/13224) Support parsing Flow's Optional Indexed Access Types ([@​gkz](https://togithub.com/gkz)) - [#​13053](https://togithub.com/babel/babel/pull/13053) Support parsing Flow's Indexed Access Types ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-parser`, `babel-traverse` - [#​13195](https://togithub.com/babel/babel/pull/13195) Parse string export names by default (`moduleStringNames`) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​13089](https://togithub.com/babel/babel/pull/13089) Support TypeScript 4.3 get/set type members ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13097](https://togithub.com/babel/babel/pull/13097) support TS 4.3 `override` syntax in class ([@​g-plane](https://togithub.com/g-plane)) - [#​13096](https://togithub.com/babel/babel/pull/13096) support TS 4.3 static index signature in class ([@​g-plane](https://togithub.com/g-plane)) ##### :bug: Bug Fix - `babel-generator` - [#​13208](https://togithub.com/babel/babel/pull/13208) Prevent ForOfStatement from printing the forbidden sequence "for ( async of" ([@​Zalathar](https://togithub.com/Zalathar)) - [#​13169](https://togithub.com/babel/babel/pull/13169) fix: don't deduplicate comments with same start index ([@​gzzhanghao](https://togithub.com/gzzhanghao)) - `babel-generator`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​13204](https://togithub.com/babel/babel/pull/13204) Simplify the special-case printing of single-param arrow functions ([@​Zalathar](https://togithub.com/Zalathar)) - `babel-core` - [#​13182](https://togithub.com/babel/babel/pull/13182) fix: Don't load browserslist in block-hoist-plugin ([@​MichaReiser](https://togithub.com/MichaReiser)) ##### :nail_care: Polish - `babel-cli`, `babel-core`, `babel-parser`, `babel-plugin-transform-classes`, `babel-preset-env`, `babel-preset-typescript` - [#​13130](https://togithub.com/babel/babel/pull/13130) babel-parser: Add new internal ESLint rule to consistent error messages ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - `babel-parser` - [#​13227](https://togithub.com/babel/babel/pull/13227) Add `runFixtureTestsWithoutExactASTMatch` in parser test runner ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13163](https://togithub.com/babel/babel/pull/13163) babel-parser: Use `this.isThisParam` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13200](https://togithub.com/babel/babel/pull/13200) refactor: avoid parsing logic on locations ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13190](https://togithub.com/babel/babel/pull/13190) Allow putting helpers in individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13183](https://togithub.com/babel/babel/pull/13183) chore: run coverage-test against node 16 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core` - [#​13090](https://togithub.com/babel/babel/pull/13090) perf(core): check files before interacting with them ([@​FauxFaux](https://togithub.com/FauxFaux)) - [#​13223](https://togithub.com/babel/babel/pull/13223) perf: avoid loadFullConfig when creating block hoist plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-validator-identifier` - [#​13211](https://togithub.com/babel/babel/pull/13211) Improve `isIdentifierName` performance ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env` - [#​13194](https://togithub.com/babel/babel/pull/13194) Mark `WeakMap`s of private fields as pure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13201](https://togithub.com/babel/babel/pull/13201) Simplify the `wrapRegExp` helper for named groups ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.15`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71315-2021-04-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.12...v7.13.15) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13099](https://togithub.com/babel/babel/pull/13099) fix: raise `SyntaxError` for unparenthesized assert and assign ([@​fedeci](https://togithub.com/fedeci)) - [#​13049](https://togithub.com/babel/babel/pull/13049) fix: the LHS in for-of loop should not start with let ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​13101](https://togithub.com/babel/babel/pull/13101) fix(ts): allow trailing comma after rest parameter in `TSDeclareFunction` ([@​fedeci](https://togithub.com/fedeci)) - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​10101](https://togithub.com/babel/babel/pull/10101) yield for do expression ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​13030](https://togithub.com/babel/babel/pull/13030) Refactor switch support in `NodePath#getCompletionRecords` ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​13106](https://togithub.com/babel/babel/pull/13106) fix: do not filter report from functions within class elements ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​13075](https://togithub.com/babel/babel/pull/13075) Compile classes when spread is unsupported ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-preset-env` - [#​13115](https://togithub.com/babel/babel/pull/13115) \[preset-env - debug] Print targets that need each plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#​13081](https://togithub.com/babel/babel/pull/13081) Update CoC contacts ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-plugin-transform-regenerator`, `babel-standalone` - [#​13086](https://togithub.com/babel/babel/pull/13086) Align `regenerator-transform` import with native ESM ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-transform-fixture-test-runner` - [#​13087](https://togithub.com/babel/babel/pull/13087) Do not load root `babel.config.js` in tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-preset-env` - [#​13076](https://togithub.com/babel/babel/pull/13076) perf: lazy load preset-env plugins ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.13.12`](https://togithub.com/babel/babel/releases/v7.13.12) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.12) #### v7.13.12 (2021-03-22) Thanks [@​hajnalbendeguz](https://togithub.com/hajnalbendeguz) for your first PR! ##### :bug: Bug Fix - `babel-standalone` - [#​13017](https://togithub.com/babel/babel/pull/13017) Fix importing polyfill plugins in the Rollup bundle ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-optional-chaining`, `babel-preset-env` - [#​13009](https://togithub.com/babel/babel/pull/13009) Implement @​babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​12971](https://togithub.com/babel/babel/pull/12971) fix: do not throw when creating type annotation based on bigint ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​13008](https://togithub.com/babel/babel/pull/13008) Update compat data ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-plugin-transform-react-jsx` - [#​12983](https://togithub.com/babel/babel/pull/12983) Improve error message when not providing a value for JSX key ([@​hajnalbendeguz](https://togithub.com/hajnalbendeguz)) ##### :house: Internal - `babel-compat-data` - [#​13024](https://togithub.com/babel/babel/pull/13024) Remove lodash from babel-compat-data ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-node` - [#​13025](https://togithub.com/babel/babel/pull/13025) Remove `lodash` from `@babel/node` tests ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helper-module-transforms` - [#​13022](https://togithub.com/babel/babel/pull/13022) Remove `lodash/chunk` ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-plugin-transform-proto-to-assign` - [#​13026](https://togithub.com/babel/babel/pull/13026) Remove lodash/pull ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helper-define-map` - [#​13023](https://togithub.com/babel/babel/pull/13023) Remove lodash/has ([@​jridgewell](https://togithub.com/jridgewell)) ##### Committers: 6 - Bogdan Savluk ([@​zxbodya](https://togithub.com/zxbodya)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Justin Ridgewell ([@​jridgewell](https://togithub.com/jridgewell)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Sosuke Suzuki ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [@​hajnalbendeguz](https://togithub.com/hajnalbendeguz) ### [`v7.13.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71310-2021-03-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.9...v7.13.10) ##### :bug: Bug Fix - `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx` - [#​12967](https://togithub.com/babel/babel/pull/12967) Lazily initialize and cache constant JSX elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#​12918](https://togithub.com/babel/babel/pull/12918) Ensure static private method init run before static property ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12707](https://togithub.com/babel/babel/pull/12707) Evaluate object and initializer when setting a private method ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​12917](https://togithub.com/babel/babel/pull/12917) Class static private field destructure set ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​12687](https://togithub.com/babel/babel/pull/12687) (ts) Raise syntax error for an abstract method that has body ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​12908](https://togithub.com/babel/babel/pull/12908) Fix `esmodules: true` without specified browsers ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - Other - [#​12956](https://togithub.com/babel/babel/pull/12956) Suggest using `babel.config.json` when linting dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​12910](https://togithub.com/babel/babel/pull/12910) check descriptor before private field access ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​12974](https://togithub.com/babel/babel/pull/12974) Capitalize design docs headings ([@​MrBrain295](https://togithub.com/MrBrain295)) ##### :house: Internal - `babel-helper-fixtures` - [#​12982](https://togithub.com/babel/babel/pull/12982) Optionally enable external-helpers in tests ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-plugin-test-runner`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-standalone`, `babel-traverse` - [#​12963](https://togithub.com/babel/babel/pull/12963) Avoid using CJS globals in internal source files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-transform-fixture-test-runner`, `babel-highlight`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​12795](https://togithub.com/babel/babel/pull/12795) \[internal] Use the Node.js behavior for default imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.9`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7139-2021-03-01) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.8...v7.13.9) ##### :bug: Bug Fix - `babel-preset-env` - [#​12934](https://togithub.com/babel/babel/pull/12934) Load `.browserslistrc` when using old `@babel/core` versions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​12939](https://togithub.com/babel/babel/pull/12939) fix: add tokens when tokens: true is passed to parseExpression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12930](https://togithub.com/babel/babel/pull/12930) babel-parser(flow): Add null property to FunctionTypeAnnotation without parens ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-generator` - [#​12921](https://togithub.com/babel/babel/pull/12921) Fix a bug with invalid print output when empty array is passed to t.tsInterfaceDeclaration ([@​saitonakamura](https://togithub.com/saitonakamura)) - [#​12920](https://togithub.com/babel/babel/pull/12920) Allow nullish extends in interfaceish ([@​saitonakamura](https://togithub.com/saitonakamura)) ##### :house: Internal - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​12919](https://togithub.com/babel/babel/pull/12919) Put back ESM helpers in a folder where we can use `.js` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7138-2021-02-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.5...v7.13.8) ##### :bug: Bug Fix - Other - [#​12909](https://togithub.com/babel/babel/pull/12909) chore: do not provide polyfills on bundling [@​babel/standalone](https://togithub.com/babel/standalone) ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12891](https://togithub.com/babel/babel/pull/12891) fix(eslint-parser): merge input `estree` options ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​12901](https://togithub.com/babel/babel/pull/12901) Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x ([@​luxp](https://togithub.com/luxp)) - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​12893](https://togithub.com/babel/babel/pull/12893) Allow `require()` of runtime helpers in Node.js 13.2-13.6 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-helper-create-class-features-plugin` - [#​12898](https://togithub.com/babel/babel/pull/12898) Do not warn for `loose` of class features in `preset-env` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register` - [#​12820](https://togithub.com/babel/babel/pull/12820) \[internal] Keep the `.cjs` extension when compiling source files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime` - [#​12883](https://togithub.com/babel/babel/pull/12883) Improve `@babel/runtime` esm stability ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-plugin-proposal-object-rest-spread` - [#​12899](https://togithub.com/babel/babel/pull/12899) Skip `_extends` helper for `{…x}` with modern targets ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7135-2021-02-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.0...v7.13.5) ##### :bug: Bug Fix - `babel-compat-data`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​12870](https://togithub.com/babel/babel/pull/12870) Add `es6.array.slice` in corejs2 builtins ([@​eligao](https://togithub.com/eligao)) - `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​12869](https://togithub.com/babel/babel/pull/12869) Ensure that `@babel/runtime-corejs3` imports are injected ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7130-2021-02-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.17...v7.13.0) ##### :rocket: New Feature - `babel-parser` - [#​12370](https://togithub.com/babel/babel/pull/12370) Implement class features in estree ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-module-blocks`, `babel-standalone`, `babel-traverse`, `babel-types` - [#​12469](https://togithub.com/babel/babel/pull/12469) Parse JS Module Blocks proposal ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-generator`, `babel-parser`, `babel-types` - [#​12628](https://togithub.com/babel/babel/pull/12628) Support TypeScript 4.2 abstract constructor signatures ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12193](https://togithub.com/babel/babel/pull/12193) Flow Enums with unknown members support ([@​gkz](https://togithub.com/gkz)) - `babel-core`, `babel-register` - [#​11498](https://togithub.com/babel/babel/pull/11498) Add cjs as a default extension ([@​perrin4869](https://togithub.com/perrin4869)) - `babel-traverse` - [#​12603](https://togithub.com/babel/babel/pull/12603) feat(referencesImport): support named exports accessed via namespace imports ([@​jeysal](https://togithub.com/jeysal)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​12765](https://togithub.com/babel/babel/pull/12765) Enable allowNamespaces in `transform-typescript` by default ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-parameters`, `babel-types` - [#​12234](https://togithub.com/babel/babel/pull/12234) Support Flow `this` parameter annotations ([@​dsainati1](https://togithub.com/dsainati1)) - `babel-plugin-proposal-record-and-tuple` - [#​12145](https://togithub.com/babel/babel/pull/12145) Implement "Records and Tuples" transform ([@​rickbutton](https://togithub.com/rickbutton)) - `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​12632](https://togithub.com/babel/babel/pull/12632) Use conditional exports in `@babel/runtime` for CJS/ESM ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​12219](https://togithub.com/babel/babel/pull/12219) Add `@babel/core` support for the new `assumptions` option ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​12189](https://togithub.com/babel/babel/pull/12189) Add `targets` and `browserslist*` options to `@babel/core` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​12266](https://togithub.com/babel/babel/pull/12266) Support `.mjs` plugins/presets and async factories ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​8461](https://togithub.com/babel/babel/pull/8461) Fix \_isNativeReflectConstruct helper ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#​12846](https://togithub.com/babel/babel/pull/12846) \[babel-cli] Don't fail when `chmod` throws an error ([@​immitsu](htt

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.

Westbrook commented 3 years ago

prefer #67

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (7.15.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.