From 716295e33b842e4be2c1910dbae237cdb526a718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 14:04:11 +0800 Subject: [PATCH] bump(deps): update babel monorepo (#234) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
babel/babel (@​babel/generator) ### [`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: 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: 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: 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: 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)) ##### :house: Internal - `babel-generator` - [#​15080](https://togithub.com/babel/babel/pull/15080) Automatically print inner comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
babel/babel (@​babel/parser) ### [`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: 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: 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)) ##### :house: 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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 52 +++++++++---------- .../contented-pipeline-jest-md/package.json | 4 +- packages/contented-processor/package.json | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25e05852..18f53a4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,11 +107,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.0.tgz", - "integrity": "sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==", + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", + "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", "dependencies": { - "@babel/types": "^7.20.0", + "@babel/types": "^7.20.2", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -349,9 +349,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.0.tgz", - "integrity": "sha512-G9VgAhEaICnz8iiJeGJQyVl6J2nTjbW0xeisva0PK6XcKsga7BIaqm4ZF8Rg1Wbaqmy6znspNqhPaPkyukujzg==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", + "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "bin": { "parser": "bin/babel-parser.js" }, @@ -559,9 +559,9 @@ } }, "node_modules/@babel/types": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz", - "integrity": "sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dependencies": { "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", @@ -17601,8 +17601,8 @@ "name": "@birthdayresearch/contented-pipeline-jest-md", "version": "0.0.0", "dependencies": { - "@babel/parser": "^7.20.0", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.20.3", + "@babel/types": "^7.20.2", "@birthdayresearch/contented-pipeline-md": "0.0.0", "strip-indent": "^4.0.0", "unified": "^10.1.2", @@ -18034,7 +18034,7 @@ "name": "@birthdayresearch/contented-processor", "version": "0.0.0", "dependencies": { - "@babel/generator": "^7.20.0", + "@babel/generator": "^7.20.4", "@birthdayresearch/contented-pipeline": "0.0.0", "@birthdayresearch/contented-pipeline-jest-md": "0.0.0", "@birthdayresearch/contented-pipeline-md": "0.0.0", @@ -18200,11 +18200,11 @@ } }, "@babel/generator": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.0.tgz", - "integrity": "sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==", + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", + "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", "requires": { - "@babel/types": "^7.20.0", + "@babel/types": "^7.20.2", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" } @@ -18380,9 +18380,9 @@ } }, "@babel/parser": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.0.tgz", - "integrity": "sha512-G9VgAhEaICnz8iiJeGJQyVl6J2nTjbW0xeisva0PK6XcKsga7BIaqm4ZF8Rg1Wbaqmy6znspNqhPaPkyukujzg==" + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", + "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==" }, "@babel/plugin-syntax-async-generators": { "version": "7.8.4", @@ -18527,9 +18527,9 @@ } }, "@babel/types": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz", - "integrity": "sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "requires": { "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", @@ -18608,8 +18608,8 @@ "@birthdayresearch/contented-pipeline-jest-md": { "version": "file:packages/contented-pipeline-jest-md", "requires": { - "@babel/parser": "^7.20.0", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.20.3", + "@babel/types": "^7.20.2", "@birthdayresearch/contented-pipeline-md": "0.0.0", "@birthdayresearch/jest-preset": "0.0.0", "strip-indent": "^4.0.0", @@ -18855,7 +18855,7 @@ "@birthdayresearch/contented-processor": { "version": "file:packages/contented-processor", "requires": { - "@babel/generator": "^7.20.0", + "@babel/generator": "^7.20.4", "@birthdayresearch/contented-pipeline": "0.0.0", "@birthdayresearch/contented-pipeline-jest-md": "0.0.0", "@birthdayresearch/contented-pipeline-md": "0.0.0", diff --git a/packages/contented-pipeline-jest-md/package.json b/packages/contented-pipeline-jest-md/package.json index c2b7b46f..53066c8b 100644 --- a/packages/contented-pipeline-jest-md/package.json +++ b/packages/contented-pipeline-jest-md/package.json @@ -27,8 +27,8 @@ "preset": "@birthdayresearch/jest-preset" }, "dependencies": { - "@babel/parser": "^7.20.0", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.20.3", + "@babel/types": "^7.20.2", "@birthdayresearch/contented-pipeline-md": "0.0.0", "strip-indent": "^4.0.0", "unified": "^10.1.2", diff --git a/packages/contented-processor/package.json b/packages/contented-processor/package.json index 070ed019..3a24e057 100644 --- a/packages/contented-processor/package.json +++ b/packages/contented-processor/package.json @@ -27,7 +27,7 @@ "preset": "@birthdayresearch/jest-preset" }, "dependencies": { - "@babel/generator": "^7.20.0", + "@babel/generator": "^7.20.4", "@birthdayresearch/contented-pipeline": "0.0.0", "@birthdayresearch/contented-pipeline-jest-md": "0.0.0", "@birthdayresearch/contented-pipeline-md": "0.0.0",