[PR #924] [MERGED] Bump @babel/core from 7.22.9 to 7.22.10 #1121

Closed
opened 2026-03-03 02:02:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/924
Author: @dependabot[bot]
Created: 8/8/2023
Status: Merged
Merged: 8/8/2023
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/babel/core-7.22.10


📝 Commits (1)

  • 460af87 Bump @babel/core from 7.22.9 to 7.22.10

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps @babel/core from 7.22.9 to 7.22.10.

Release notes

Sourced from @​babel/core's releases.

v7.22.10 (2023-08-07)

Thanks @​DimitriPapadopoulos, @​FabianWarnecke, @​JoshuaKGoldberg, and @​YYvanYang for your first pull requests!

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
    • #15701 Memoize class binding when compiling private methods and static elements (@​JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types

🔬 Output optimization

  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator

Committers: 9

Changelog

Sourced from @​babel/core's changelog.

v7.22.10 (2023-08-07)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
    • #15701 Memoize class binding when compiling private methods and static elements (@​JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types

🔬 Output optimization

  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator
Commits

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/924 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/babel/core-7.22.10` --- ### 📝 Commits (1) - [`460af87`](https://github.com/DavidAnson/markdownlint/commit/460af8752c9459af3a3480f8c638851f8dfbb0dc) Bump @babel/core from 7.22.9 to 7.22.10 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description 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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:02:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1121
No description provided.