Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
7.9.0
7.10.4
7.8.7
7.9.5
This PR contains the following updates:
7.9.0
->7.10.4
7.8.7
->7.10.4
7.9.5
->7.10.4
Release Notes
babel/babel
### [`v7.10.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7104-2020-06-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.3...v7.10.4) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#11669](https://togithub.com/babel/babel/pull/11669) Add `delete obj?.#x.a` support ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#11652](https://togithub.com/babel/babel/pull/11652) fix: implement early errors for record and tuple ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-types` - [#11752](https://togithub.com/babel/babel/pull/11752) [regression] Don't validate file.comments in `@babel/types` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-do-expressions`, `babel-types` - [#11724](https://togithub.com/babel/babel/pull/11724) fix: do-statementlist behavior ([@wlawt](https://togithub.com/wlawt)) ##### :nail_care: Polish - `babel-parser` - [#11722](https://togithub.com/babel/babel/pull/11722) Add better parser error when using jsx ([@penguingovernor](https://togithub.com/penguingovernor)) - `babel-core` - [#11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-helper-fixtures`, `babel-standalone`, `babel-traverse` - [#11758](https://togithub.com/babel/babel/pull/11758) Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. ([@wojtekmaj](https://togithub.com/wojtekmaj)) - `babel-parser` - [#11376](https://togithub.com/babel/babel/pull/11376) Add [@babel/eslint-plugin-development-internal](https://togithub.com/babel/eslint-plugin-development-internal) ([@kaicataldo](https://togithub.com/kaicataldo)) - `babel-core` - [#11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7103-2020-06-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.2...v7.10.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#11676](https://togithub.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#11662](https://togithub.com/babel/babel/pull/11662) refactor: do not rely on AST extra properties in plugins ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-logical-assignment-operators` - [#11658](https://togithub.com/babel/babel/pull/11658) Perform NamedEvaluation of Anonymous Functions in Logical Assignment ([@jridgewell](https://togithub.com/jridgewell)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#11623](https://togithub.com/babel/babel/pull/11623) fix: ensure (a?.b)() has proper this ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-flow-comments` - [#11697](https://togithub.com/babel/babel/pull/11697) Fix innercomments ([@shaodahong](https://togithub.com/shaodahong)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#11703](https://togithub.com/babel/babel/pull/11703) fix:added check for forXstatement pattern ([@wlawt](https://togithub.com/wlawt)) - `babel-template` - [#11695](https://togithub.com/babel/babel/pull/11695) Allow templates to parse v8intrinsics ([@jridgewell](https://togithub.com/jridgewell)) - `babel-types` - [#11687](https://togithub.com/babel/babel/pull/11687) improve node type definitions to avoid any's in generated types ([@zxbodya](https://togithub.com/zxbodya)) - `babel-plugin-transform-react-pure-annotations` - [#11685](https://togithub.com/babel/babel/pull/11685) Add React.createContext to [@babel/plugin-transform-react-pure-annotat](https://togithub.com/babel/plugin-transform-react-pure-annotat)… ([@jessethomson](https://togithub.com/jessethomson)) - `babel-parser` - [#11676](https://togithub.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#11571](https://togithub.com/babel/babel/pull/11571) Add a check for privateMap's existence ([@AjayPoshak](https://togithub.com/AjayPoshak)) ##### :nail_care: Polish - `babel-plugin-transform-typescript` - [#11682](https://togithub.com/babel/babel/pull/11682) Fix small typo ([@sajadtorkamani](https://togithub.com/sajadtorkamani)) ##### :house: Internal - Other - [#11730](https://togithub.com/babel/babel/pull/11730) Revert "chore: pin windows node.js version ([#11522](https://togithub.com/babel/babel/issues/11522))" ([@JLHwung](https://togithub.com/JLHwung)) - [#11727](https://togithub.com/babel/babel/pull/11727) replace whitelist by allowlist in parser-tests ([@JLHwung](https://togithub.com/JLHwung)) - [#11677](https://togithub.com/babel/babel/pull/11677) Bump @babel/\* deps ([@existentialism](https://togithub.com/existentialism)) - [#11672](https://togithub.com/babel/babel/pull/11672) chore: output ascii only standalone minified bundle ([@JLHwung](https://togithub.com/JLHwung)) - [#11647](https://togithub.com/babel/babel/pull/11647) chore: check version lazily in babel-eslint-parser ([@kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-plugin-utils` - [#11674](https://togithub.com/babel/babel/pull/11674) chore: add npmignore to babel-helper-plugin-utils ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env` - [#11655](https://togithub.com/babel/babel/pull/11655) Fix some test fixtures ([@existentialism](https://togithub.com/existentialism)) ### [`v7.10.2`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7102-2020-05-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.1...v7.10.2) ##### :rocket: New Feature - [#11639](https://togithub.com/babel/babel/pull/11639) feature: babel-eslint-parser passes through config options ([@kaicataldo](https://togithub.com/kaicataldo)) ##### :bug: Bug Fix - `babel-helper-compilation-targets` - [#11648](https://togithub.com/babel/babel/pull/11648) fix: don't mutate InputTarget's passed to [@babel/helper-compilation-targets](https://togithub.com/babel/helper-compilation-targets) ([@fivetanley](https://togithub.com/fivetanley)) - `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#11634](https://togithub.com/babel/babel/pull/11634) Class features loose should have precedence over preset-env ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#11645](https://togithub.com/babel/babel/pull/11645) fix: add bigIntSuffix to minified output ([@JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-types` - [#11641](https://togithub.com/babel/babel/pull/11641) Add support for printing ImportAttribute ([@existentialism](https://togithub.com/existentialism)) - `babel-plugin-syntax-module-attributes`, `babel-standalone` - [#11631](https://togithub.com/babel/babel/pull/11631) Fix moduleAttributesVersion errors with stage-0 preset in babel standalone ([@hamlim](https://togithub.com/hamlim)) ##### :nail_care: Polish - `babel-core` - [#11643](https://togithub.com/babel/babel/pull/11643) fix: add new plugin names to missing plugin helpers ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#11653](https://togithub.com/babel/babel/pull/11653) refactor: split locationParser into ParserErrors and error message ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7101-2020-05-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.0...v7.10.1) ##### :bug: Bug Fix - `babel-preset-env` - [#11633](https://togithub.com/babel/babel/pull/11633) [hotfix] Use same targets for fields as for private methods ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#11624](https://togithub.com/babel/babel/pull/11624) Fix standalone tag when data-type is not set. ([@dfabulich](https://togithub.com/dfabulich)) ##### :house: Internal - _Every package_ - [#11625](https://togithub.com/babel/babel/pull/11625) Use `repository.directory` field in `package.json` files ([@saulosantiago](https://togithub.com/saulosantiago)) ### [`v7.10.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7100-2020-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.6...v7.10.0) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-logical-assignment-operators` - [#11370](https://togithub.com/babel/babel/pull/11370) logical-assignment: Do not assign names to anonymous functions ([@arku](https://togithub.com/arku)) ##### :rocket: New Feature - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-optimise-call-expression`, `babel-helper-replace-supers`, `babel-parser`, `babel-plugin-proposal-class-properties` - [#11248](https://togithub.com/babel/babel/pull/11248) Handle private access chained on an optional chain ([@jridgewell](https://togithub.com/jridgewell)) - `babel-standalone` - [#11593](https://togithub.com/babel/babel/pull/11593) feat: add privatePropertyInObject to babel-standalone ([@JLHwung](https://togithub.com/JLHwung)) - [#11466](https://togithub.com/babel/babel/pull/11466) Support data-type="module" to generate native Githubissues.