[PR #1920] [MERGED] Bump eslint-plugin-regexp from 2.10.0 to 3.0.0 #3650

Closed
opened 2026-03-07 20:14:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1920
Author: @dependabot[bot]
Created: 1/23/2026
Status: Merged
Merged: 1/23/2026
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-plugin-regexp-3.0.0


📝 Commits (1)

  • 882f432 Bump eslint-plugin-regexp from 2.10.0 to 3.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-regexp from 2.10.0 to 3.0.0.

Release notes

Sourced from eslint-plugin-regexp's releases.

v3.0.0

Major Changes

  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#915)

  • Change to ESM package (#913)

Minor Changes

  • feat: update jsdoc-type-pratt-parser (#919)

  • feat: enhance jsdoc type parsing (#919)

Changelog

Sourced from eslint-plugin-regexp's changelog.

3.0.0

Major Changes

  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#915)

  • Change to ESM package (#913)

Minor Changes

  • feat: update jsdoc-type-pratt-parser (#919)

  • feat: enhance jsdoc type parsing (#919)

Commits
  • 400eece chore: release eslint-plugin-regexp (#918)
  • 836e4c5 chore(deps): update dependency eslint-plugin-yml to v3 (#928)
  • e9e7600 chore(deps): update dependency tsdown to ^0.19.0 (#931)
  • da25d77 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#930)
  • e4c0819 fix: support esm (#913)
  • 44f2bf3 chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (#929)
  • 143b39d chore(deps): update dependency eslint-plugin-yml to v2 (#927)
  • b5fd664 chore(deps): update dependency stylelint-config-recommended to v18 (#926)
  • 0854c49 chore(deps): update dependency stylelint to v17 (#925)
  • b0dfcc8 chore(deps): update dependency prettier to ~3.8.0 (#924)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-regexp since your current version.


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

🔄 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/1920 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-regexp-3.0.0` --- ### 📝 Commits (1) - [`882f432`](https://github.com/DavidAnson/markdownlint/commit/882f43205f9f4aec9f12fe82b6636a83e772a113) Bump eslint-plugin-regexp from 2.10.0 to 3.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.10.0 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ota-meshi/eslint-plugin-regexp/releases">eslint-plugin-regexp's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/917">#917</a>)</p> </li> <li> <p>Drop support for ESLint Legacy Config (<code>.eslintrc</code>). Only Flat Config (<code>eslint.config.js</code>) is now supported. The <code>recommended</code> and <code>all</code> config exports now provide Flat Config. The <code>flat/recommended</code> and <code>flat/all</code> exports are kept for backwards compatibility. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/917">#917</a>)</p> </li> <li> <p>Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/915">#915</a>)</p> </li> <li> <p>Change to ESM package (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/913">#913</a>)</p> </li> </ul> <h3>Minor Changes</h3> <ul> <li> <p>feat: update jsdoc-type-pratt-parser (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/919">#919</a>)</p> </li> <li> <p>feat: enhance jsdoc type parsing (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/919">#919</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md">eslint-plugin-regexp's changelog</a>.</em></p> <blockquote> <h2>3.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/917">#917</a>)</p> </li> <li> <p>Drop support for ESLint Legacy Config (<code>.eslintrc</code>). Only Flat Config (<code>eslint.config.js</code>) is now supported. The <code>recommended</code> and <code>all</code> config exports now provide Flat Config. The <code>flat/recommended</code> and <code>flat/all</code> exports are kept for backwards compatibility. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/917">#917</a>)</p> </li> <li> <p>Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/915">#915</a>)</p> </li> <li> <p>Change to ESM package (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/913">#913</a>)</p> </li> </ul> <h3>Minor Changes</h3> <ul> <li> <p>feat: update jsdoc-type-pratt-parser (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/919">#919</a>)</p> </li> <li> <p>feat: enhance jsdoc type parsing (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/919">#919</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/400eece0c5f47ae58fb54cfeb4b2b00e6908f860"><code>400eece</code></a> chore: release eslint-plugin-regexp (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/918">#918</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/836e4c509561dc991711875774800d23eb52d61f"><code>836e4c5</code></a> chore(deps): update dependency eslint-plugin-yml to v3 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/928">#928</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/e9e760084597d2cc0210178521318856645c5104"><code>e9e7600</code></a> chore(deps): update dependency tsdown to ^0.19.0 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/931">#931</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/da25d770f4a74df8f81c1294e77d70435d541ec7"><code>da25d77</code></a> chore(deps): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/930">#930</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/e4c0819981ef4ad8933530a1a76f9b6beb24aa65"><code>e4c0819</code></a> fix: support esm (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/913">#913</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/44f2bf380451b58892eb9e20d31973ddf77dfb18"><code>44f2bf3</code></a> chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/929">#929</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/143b39dd2cfdbfcc6a47eb25f2acaa7cbf694321"><code>143b39d</code></a> chore(deps): update dependency eslint-plugin-yml to v2 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/927">#927</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/b5fd664472304f769f579401b85f78e356da8e51"><code>b5fd664</code></a> chore(deps): update dependency stylelint-config-recommended to v18 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/926">#926</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/0854c497ee107356bf3417d21b29c608ebb99f85"><code>0854c49</code></a> chore(deps): update dependency stylelint to v17 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/925">#925</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/b0dfcc8935fd9e91d082f35bbd368e411b127c86"><code>b0dfcc8</code></a> chore(deps): update dependency prettier to ~3.8.0 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/924">#924</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/eslint-plugin-regexp/compare/v2.10.0...v3.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for eslint-plugin-regexp since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-regexp&package-manager=npm_and_yarn&previous-version=2.10.0&new-version=3.0.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:14:47 +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#3650
No description provided.