Skip to content

Commit

Permalink
bump(deps): update babel monorepo (#234)
Browse files Browse the repository at this point in the history
[![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 (@&#8203;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`
- [#&#8203;15160](https://togithub.com/babel/babel/pull/15160) Fix
printing of comments before `=>`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-generator`, `babel-plugin-transform-typescript`
- [#&#8203;15144](https://togithub.com/babel/babel/pull/15144) Falback
to printing inner comments as trailing
([@&#8203;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`
- [#&#8203;15135](https://togithub.com/babel/babel/pull/15135) Don't
convert line comments containing `*/` to block comments
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-transform-parameters`
- [#&#8203;15146](https://togithub.com/babel/babel/pull/15146) Fix
compilation of parameters in async generators
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-parser`
- [#&#8203;15134](https://togithub.com/babel/babel/pull/15134) fix:
support await as for-of-lhs
([@&#8203;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`
- [#&#8203;15124](https://togithub.com/babel/babel/pull/15124) fix:
`@babel/node` repl and enable `no-use-before-define` rule
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-transform-typescript`
- [#&#8203;15121](https://togithub.com/babel/babel/pull/15121) fix:
`tsSatisfiesExpression` check with different duplicated `@babel/types`
versions ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-parser`
- [#&#8203;15094](https://togithub.com/babel/babel/pull/15094) fix:
`parser` typings for plugins
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15118](https://togithub.com/babel/babel/pull/15118) Improve
printing of \[no LineTerminator here] with comments
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-proposal-decorators`,
`babel-plugin-proposal-object-rest-spread`,
`babel-plugin-transform-jscript`
- [#&#8203;15113](https://togithub.com/babel/babel/pull/15113) fix: wrap
anonymous class expression within statement
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-plugin-transform-destructuring`
- [#&#8203;15104](https://togithub.com/babel/babel/pull/15104) fix:
Destructuring exceptions ` for ( let { } = 0 ; 0 ; ) `
([@&#8203;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`
- [#&#8203;15103](https://togithub.com/babel/babel/pull/15103) fix:
Compile re-declare var in `init` and `body` of `for await`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-proposal-class-properties`, `babel-traverse`
- [#&#8203;15106](https://togithub.com/babel/babel/pull/15106) Do not
mark `in` and `instanceof` as constant expressions
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helpers`,
`babel-plugin-proposal-duplicate-named-capturing-groups-regex`,
`babel-plugin-transform-named-capturing-groups-regex`
- [#&#8203;15092](https://togithub.com/babel/babel/pull/15092) Support
`indices.groups` when compiling named groups in regexps
([@&#8203;ptomato](https://togithub.com/ptomato))
-   `babel-parser`
- [#&#8203;15102](https://togithub.com/babel/babel/pull/15102) fix:
Parse re-declare var in class static body
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- [#&#8203;15096](https://togithub.com/babel/babel/pull/15096) fix: `a
satisfies b` as lval
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helpers`,
`babel-plugin-proposal-duplicate-named-capturing-groups-regex`
- [#&#8203;15090](https://togithub.com/babel/babel/pull/15090) Handle
multiple named groups in wrapRegExp replace()
([@&#8203;ptomato](https://togithub.com/ptomato))
- `babel-plugin-transform-async-to-generator`,
`babel-plugin-transform-parameters`, `babel-preset-env`
- [#&#8203;15081](https://togithub.com/babel/babel/pull/15081) Move the
generator body to a gen IIFE when compiling its params
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-generator`
- [#&#8203;15080](https://togithub.com/babel/babel/pull/15080)
Automatically print inner comments
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

</details>

<details>
<summary>babel/babel (@&#8203;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`
- [#&#8203;15124](https://togithub.com/babel/babel/pull/15124) fix:
`@babel/node` repl and enable `no-use-before-define` rule
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-transform-typescript`
- [#&#8203;15121](https://togithub.com/babel/babel/pull/15121) fix:
`tsSatisfiesExpression` check with different duplicated `@babel/types`
versions ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-parser`
- [#&#8203;15094](https://togithub.com/babel/babel/pull/15094) fix:
`parser` typings for plugins
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15118](https://togithub.com/babel/babel/pull/15118) Improve
printing of \[no LineTerminator here] with comments
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-proposal-decorators`,
`babel-plugin-proposal-object-rest-spread`,
`babel-plugin-transform-jscript`
- [#&#8203;15113](https://togithub.com/babel/babel/pull/15113) fix: wrap
anonymous class expression within statement
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-plugin-transform-destructuring`
- [#&#8203;15104](https://togithub.com/babel/babel/pull/15104) fix:
Destructuring exceptions ` for ( let { } = 0 ; 0 ; ) `
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

##### Committers: 3

-   Huáng Jùnliàng ([@&#8203;JLHwung](https://togithub.com/JLHwung))
- Nicolò Ribaudo
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   [@&#8203;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 [@&#8203;ptomato](https://togithub.com/ptomato) for your first
pull request!

##### 🐛 Bug Fix

-   `babel-plugin-proposal-async-generator-functions`
- [#&#8203;15103](https://togithub.com/babel/babel/pull/15103) fix:
Compile re-declare var in `init` and `body` of `for await`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-proposal-class-properties`, `babel-traverse`
- [#&#8203;15106](https://togithub.com/babel/babel/pull/15106) Do not
mark `in` and `instanceof` as constant expressions
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helpers`,
`babel-plugin-proposal-duplicate-named-capturing-groups-regex`,
`babel-plugin-transform-named-capturing-groups-regex`
- [#&#8203;15092](https://togithub.com/babel/babel/pull/15092) Support
`indices.groups` when compiling named groups in regexps
([@&#8203;ptomato](https://togithub.com/ptomato))
-   `babel-parser`
- [#&#8203;15102](https://togithub.com/babel/babel/pull/15102) fix:
Parse re-declare var in class static body
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- [#&#8203;15096](https://togithub.com/babel/babel/pull/15096) fix: `a
satisfies b` as lval
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-helpers`,
`babel-plugin-proposal-duplicate-named-capturing-groups-regex`
- [#&#8203;15090](https://togithub.com/babel/babel/pull/15090) Handle
multiple named groups in wrapRegExp replace()
([@&#8203;ptomato](https://togithub.com/ptomato))
- `babel-plugin-transform-async-to-generator`,
`babel-plugin-transform-parameters`, `babel-preset-env`
- [#&#8203;15081](https://togithub.com/babel/babel/pull/15081) Move the
generator body to a gen IIFE when compiling its params
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-generator`
- [#&#8203;15080](https://togithub.com/babel/babel/pull/15080)
Automatically print inner comments
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### Committers: 5

-   Babel Bot ([@&#8203;babel-bot](https://togithub.com/babel-bot))
-   Huáng Jùnliàng ([@&#8203;JLHwung](https://togithub.com/JLHwung))
- Nicolò Ribaudo
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   Philip Chimento ([@&#8203;ptomato](https://togithub.com/ptomato))
-   [@&#8203;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
renovate[bot] committed Nov 26, 2022
1 parent 23887ac commit 716295e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/contented-pipeline-jest-md/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/contented-processor/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 716295e

Please sign in to comment.