Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10 in /src/them…
…e-src (#1452) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.22.10 (2023-08-07)</h2> <p>Thanks <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a>, <a href="https://github.com/FabianWarnecke"><code>@FabianWarnecke</code></a>, <a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a>, and <a href="https://github.com/YYvanYang"><code>@YYvanYang</code></a> for your first pull requests!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15799">#15799</a> [ts] Strip type-only namespaces (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/15798">#15798</a> [ts] Fix compiling extended exported nested namespace (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15701">#15701</a> Memoize class binding when compiling private methods and static elements (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15824">#15824</a> Add <code>meta</code> object to <code>@babel/eslint-plugin</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15661">#15661</a> Improve the type definition of <code>path.isX</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15776">#15776</a> improve SourceLocation typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15818">#15818</a> build: generate flow typings in prepublish job (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/15777">#15777</a> chore: bump dev dependencies and remove .eslintignore (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-builder-react-jsx</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15794">#15794</a> Enable <code>@typescript-eslint/no-redundant-type-constituents</code> rule (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-compilation-targets</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15811">#15811</a> Remove <code>@babel/core</code> peerDep from <code>helper-compilation-targets</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15793">#15793</a> Use const enum in babel-parser (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15716">#15716</a> chore: Use <code>typescript-eslint@v6</code> with reworked configs (<a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15746">#15746</a> Reduce <code>transform-block-scoping</code> loops output size (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 9</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Dimitri Papadopoulos Orfanos (<a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Josh Goldberg ✨ (<a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li>Tianlan Zhou (<a href="https://github.com/SuperSodaSea"><code>@SuperSodaSea</code></a>)</li> <li><a href="https://github.com/FabianWarnecke"><code>@FabianWarnecke</code></a></li> <li><a href="https://github.com/YYvanYang"><code>@YYvanYang</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.22.10 (2023-08-07)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15799">#15799</a> [ts] Strip type-only namespaces (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/15798">#15798</a> [ts] Fix compiling extended exported nested namespace (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15701">#15701</a> Memoize class binding when compiling private methods and static elements (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15824">#15824</a> Add <code>meta</code> object to <code>@babel/eslint-plugin</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15661">#15661</a> Improve the type definition of <code>path.isX</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15776">#15776</a> improve SourceLocation typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15818">#15818</a> build: generate flow typings in prepublish job (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/15777">#15777</a> chore: bump dev dependencies and remove .eslintignore (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-builder-react-jsx</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15794">#15794</a> Enable <code>@typescript-eslint/no-redundant-type-constituents</code> rule (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-compilation-targets</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15811">#15811</a> Remove <code>@babel/core</code> peerDep from <code>helper-compilation-targets</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15793">#15793</a> Use const enum in babel-parser (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15716">#15716</a> chore: Use <code>typescript-eslint@v6</code> with reworked configs (<a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15746">#15746</a> Reduce <code>transform-block-scoping</code> loops output size (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/65f3184a9aaea2333ebd608d3db562f06cf1ffcb"><code>65f3184</code></a> v7.22.10</li> <li><a href="https://github.com/babel/babel/commit/48b05accde7e8b54cc42bfdcd7fc969cc082fbb6"><code>48b05ac</code></a> Only allow developing Babel 8 in ESM mode (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15816">#15816</a>)</li> <li><a href="https://github.com/babel/babel/commit/65a6bca5f23e7a97f62b40d74a759df5c63f7368"><code>65a6bca</code></a> [babel 8] Use <code>NodePath#hub</code> as part of the paths cache key (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15759">#15759</a>)</li> <li><a href="https://github.com/babel/babel/commit/b23b0eb4106bd9f092a56f450ae7aa1db0aa0a11"><code>b23b0eb</code></a> Fix eslint-plugin-jest config (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15826">#15826</a>)</li> <li><a href="https://github.com/babel/babel/commit/a5b300bae9047518a4886fb84ffdfbaae8ddff69"><code>a5b300b</code></a> Enable <code>@typescript-eslint/no-redundant-type-constituents</code> rule (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15794">#15794</a>)</li> <li><a href="https://github.com/babel/babel/commit/10105630acbbf3cce37fe39fa7c2d25358d52d95"><code>1010563</code></a> [babel 8] Make <code>.version</code> directly available in cjs proxy (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15809">#15809</a>)</li> <li><a href="https://github.com/babel/babel/commit/ee0c79548da303a90c13e7aa1c83ff80052ef89e"><code>ee0c795</code></a> Fix typos found by codespell (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15783">#15783</a>)</li> <li><a href="https://github.com/babel/babel/commit/db9b596d4fb04b7db43b2121611a9fa98c053064"><code>db9b596</code></a> enable <code>@typescript-eslint/prefer-optional-chain</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15780">#15780</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.22.10/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.22.9&new-version=7.22.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information