Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
~7.13.0
~7.14.0
📅 Schedule: "before 9am,after 5pm" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is behind base branch, 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.13.0
->~7.14.0
Release Notes
babel/babel
### [`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.13.13...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.13.13`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71313-2021-03-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.12...v7.13.13) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#12441](https://togithub.com/babel/babel/pull/12441) Disallow await before exponential ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-core` - [#13031](https://togithub.com/babel/babel/pull/13031) Correctly handle relative `browserslistConfigFile` paths ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-preset-env` - [#13028](https://togithub.com/babel/babel/pull/13028) Resolve `.browserslistrc` as a project-wide file ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-constant-elements` - [#13054](https://togithub.com/babel/babel/pull/13054) fix: constant variables only enable constant react elements ([@cgood92](https://togithub.com/cgood92)) - `babel-types` - [#13046](https://togithub.com/babel/babel/pull/13046) fix(types): add missing range for BaseNode ([@JounQin](https://togithub.com/JounQin)) - `babel-node` - [#13037](https://togithub.com/babel/babel/pull/13037) fix: make babel-node spawned process bubble msg ([@lambertkevin](https://togithub.com/lambertkevin)) - [#13037](https://togithub.com/babel/babel/pull/13037) fix: make babel-node spawned process bubble msg ([@lambertkevin](https://togithub.com/lambertkevin)) - `babel-parser` - [#12933](https://togithub.com/babel/babel/pull/12933) fix(ts): parenthesized assert and assign ([@fedeci](https://togithub.com/fedeci)) ##### :nail_care: Polish - `babel-cli`, `babel-core` - [#12954](https://togithub.com/babel/babel/pull/12954) Do not bail on SHOW_CONFIG_FOR matches ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#13021](https://togithub.com/babel/babel/pull/13021) Remove lodash sortBy use ([@jridgewell](https://togithub.com/jridgewell)) - Other - [#13055](https://togithub.com/babel/babel/pull/13055) Replace CircleCI badge by GitHub CI ([@JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#13044](https://togithub.com/babel/babel/pull/13044) Expand type definitions for path.{get,set}Data to cover symbols ([@addaleax](https://togithub.com/addaleax)) ##### :running_woman: Performance - `babel-core` - [#13040](https://togithub.com/babel/babel/pull/13040) Set `rootMode: "root"` in `loadPartialConfig` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.12`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71312-2021-03-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.12) ##### :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)) ### [`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.0...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))Configuration
📅 Schedule: "before 9am,after 5pm" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is behind base branch, 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.