Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump(deps): update babel monorepo (#234)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.0` -> `^7.20.4`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.0/7.20.4) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fgenerator/7.20.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fgenerator/7.20.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fgenerator/7.20.4/compatibility-slim/7.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fgenerator/7.20.4/confidence-slim/7.20.0)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.0` -> `^7.20.3`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.0/7.20.3) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.3/compatibility-slim/7.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.3/confidence-slim/7.20.0)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://togithub.com/babel/babel)) | [`^7.20.0` -> `^7.20.2`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.20.0/7.20.2) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2ftypes/7.20.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2ftypes/7.20.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2ftypes/7.20.2/compatibility-slim/7.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2ftypes/7.20.2/confidence-slim/7.20.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/generator)</summary> ### [`v7.20.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7204-2022-11-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.3...v7.20.4) ##### 🐛 Bug Fix - `babel-generator` - [#​15160](https://togithub.com/babel/babel/pull/15160) Fix printing of comments before `=>` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-transform-typescript` - [#​15144](https://togithub.com/babel/babel/pull/15144) Falback to printing inner comments as trailing ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.20.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7203-2022-11-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.3) ##### 🐛 Bug Fix - `babel-generator` - [#​15135](https://togithub.com/babel/babel/pull/15135) Don't convert line comments containing `*/` to block comments ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-parameters` - [#​15146](https://togithub.com/babel/babel/pull/15146) Fix compilation of parameters in async generators ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15134](https://togithub.com/babel/babel/pull/15134) fix: support await as for-of-lhs ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.20.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7202-2022-11-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.1...v7.20.2) ##### 🐛 Bug Fix - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-helper-simple-access`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​15124](https://togithub.com/babel/babel/pull/15124) fix: `@babel/node` repl and enable `no-use-before-define` rule ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​15121](https://togithub.com/babel/babel/pull/15121) fix: `tsSatisfiesExpression` check with different duplicated `@babel/types` versions ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15094](https://togithub.com/babel/babel/pull/15094) fix: `parser` typings for plugins ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15118](https://togithub.com/babel/babel/pull/15118) Improve printing of \[no LineTerminator here] with comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-jscript` - [#​15113](https://togithub.com/babel/babel/pull/15113) fix: wrap anonymous class expression within statement ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#​15104](https://togithub.com/babel/babel/pull/15104) fix: Destructuring exceptions ` for ( let { } = 0 ; 0 ; ) ` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.20.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7201-2022-11-01) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.0...v7.20.1) ##### 🐛 Bug Fix - `babel-plugin-proposal-async-generator-functions` - [#​15103](https://togithub.com/babel/babel/pull/15103) fix: Compile re-declare var in `init` and `body` of `for await` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-class-properties`, `babel-traverse` - [#​15106](https://togithub.com/babel/babel/pull/15106) Do not mark `in` and `instanceof` as constant expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex` - [#​15092](https://togithub.com/babel/babel/pull/15092) Support `indices.groups` when compiling named groups in regexps ([@​ptomato](https://togithub.com/ptomato)) - `babel-parser` - [#​15102](https://togithub.com/babel/babel/pull/15102) fix: Parse re-declare var in class static body ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​15096](https://togithub.com/babel/babel/pull/15096) fix: `a satisfies b` as lval ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex` - [#​15090](https://togithub.com/babel/babel/pull/15090) Handle multiple named groups in wrapRegExp replace() ([@​ptomato](https://togithub.com/ptomato)) - `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-parameters`, `babel-preset-env` - [#​15081](https://togithub.com/babel/babel/pull/15081) Move the generator body to a gen IIFE when compiling its params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-generator` - [#​15080](https://togithub.com/babel/babel/pull/15080) Automatically print inner comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.3`](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.3) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.3) ### [`v7.20.2`](https://togithub.com/babel/babel/releases/tag/v7.20.2) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.1...v7.20.2) #### v7.20.2 (2022-11-04) ##### 🐛 Bug Fix - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-helper-simple-access`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​15124](https://togithub.com/babel/babel/pull/15124) fix: `@babel/node` repl and enable `no-use-before-define` rule ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​15121](https://togithub.com/babel/babel/pull/15121) fix: `tsSatisfiesExpression` check with different duplicated `@babel/types` versions ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15094](https://togithub.com/babel/babel/pull/15094) fix: `parser` typings for plugins ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15118](https://togithub.com/babel/babel/pull/15118) Improve printing of \[no LineTerminator here] with comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-jscript` - [#​15113](https://togithub.com/babel/babel/pull/15113) fix: wrap anonymous class expression within statement ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#​15104](https://togithub.com/babel/babel/pull/15104) fix: Destructuring exceptions ` for ( let { } = 0 ; 0 ; ) ` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 3 - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) ### [`v7.20.1`](https://togithub.com/babel/babel/releases/tag/v7.20.1) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.0...v7.20.1) #### v7.20.1 (2022-11-01) Thanks [@​ptomato](https://togithub.com/ptomato) for your first pull request! ##### 🐛 Bug Fix - `babel-plugin-proposal-async-generator-functions` - [#​15103](https://togithub.com/babel/babel/pull/15103) fix: Compile re-declare var in `init` and `body` of `for await` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-class-properties`, `babel-traverse` - [#​15106](https://togithub.com/babel/babel/pull/15106) Do not mark `in` and `instanceof` as constant expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex` - [#​15092](https://togithub.com/babel/babel/pull/15092) Support `indices.groups` when compiling named groups in regexps ([@​ptomato](https://togithub.com/ptomato)) - `babel-parser` - [#​15102](https://togithub.com/babel/babel/pull/15102) fix: Parse re-declare var in class static body ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​15096](https://togithub.com/babel/babel/pull/15096) fix: `a satisfies b` as lval ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex` - [#​15090](https://togithub.com/babel/babel/pull/15090) Handle multiple named groups in wrapRegExp replace() ([@​ptomato](https://togithub.com/ptomato)) - `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-parameters`, `babel-preset-env` - [#​15081](https://togithub.com/babel/babel/pull/15081) Move the generator body to a gen IIFE when compiling its params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-generator` - [#​15080](https://togithub.com/babel/babel/pull/15080) Automatically print inner comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### Committers: 5 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Philip Chimento ([@​ptomato](https://togithub.com/ptomato)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/contented). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMS4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information