[PR #1008] [MERGED] Bump eslint-plugin-regexp from 1.15.0 to 2.0.0 #1161

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 5c26030 Bump eslint-plugin-regexp from 1.15.0 to 2.0.0
  • 3d14142 Resolve new eslint-plugin-regexp violation regexp/no-contradiction-with-assertion.

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 README.md (+1 -1)
📝 demo/markdownlint-browser.js (+1 -1)
📝 helpers/helpers.js (+1 -1)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-regexp from 1.15.0 to 2.0.0.

Release notes

Sourced from eslint-plugin-regexp's releases.

v2.0.0

Major Changes

  • Drop support for Node.js <=v17, and v19 (#550)

  • Add regexp/simplify-set-operations rule (#595)

  • Remove deprecated rules (#652)

  • Add regexp/no-useless-string-literal rule (#639)

  • Add regexp/no-empty-string-literal rule (#632)

  • Change recommended config (#552)

  • Drop support for ESLint < v8.44 (#558)

  • Add regexp/no-useless-set-operand rule (#625)

  • Add regexp/prefer-set-operation rule (#616)

  • Use jsdoc-type-pratt-parser instead of jsdoctypeparser (#651)

Minor Changes

  • Add support for v flag to regexp/no-dupe-disjunctions (#612)

  • Add support for v flag to regexp/optimal-quantifier-concatenation (#618)

  • Add support for v flag to regexp/no-non-standard-flag rule (#596)

  • Add regexp/grapheme-string-literal rule (#646)

  • Add support for v flag to regexp/prefer-character-class (#619)

  • Improve regexp/strict rule to ignore patterns with v flag (#591)

  • Add support for string literal to regexp/no-empty-alternative (#633)

  • Add support for v flag to regexp/prefer-d rule (#602)

  • Add support for v flag to regexp/use-ignore-case (#617)

  • Update refa, regexp-ast-analysis, and scslre (#568)

  • Add support for v flag to regexp/prefer-unicode-codepoint-escapes rule (#592)

  • Improve regexp/negation rule to report nested negation character classes (#595)

  • Add support for v flag to regexp/no-dupe-characters-character-class rule (#608)

... (truncated)

Changelog

Sourced from eslint-plugin-regexp's changelog.

2.0.0

Major Changes

  • Drop support for Node.js <=v17, and v19 (#550)

  • Add regexp/simplify-set-operations rule (#595)

  • Remove deprecated rules (#652)

  • Add regexp/no-useless-string-literal rule (#639)

  • Add regexp/no-empty-string-literal rule (#632)

  • Change recommended config (#552)

  • Drop support for ESLint < v8.44 (#558)

  • Add regexp/no-useless-set-operand rule (#625)

  • Add regexp/prefer-set-operation rule (#616)

  • Use jsdoc-type-pratt-parser instead of jsdoctypeparser (#651)

Minor Changes

  • Add support for v flag to regexp/no-dupe-disjunctions (#612)

  • Add support for v flag to regexp/optimal-quantifier-concatenation (#618)

  • Add support for v flag to regexp/no-non-standard-flag rule (#596)

  • Add regexp/grapheme-string-literal rule (#646)

  • Add support for v flag to regexp/prefer-character-class (#619)

  • Improve regexp/strict rule to ignore patterns with v flag (#591)

  • Add support for string literal to regexp/no-empty-alternative (#633)

  • Add support for v flag to regexp/prefer-d rule (#602)

  • Add support for v flag to regexp/use-ignore-case (#617)

  • Update refa, regexp-ast-analysis, and scslre (#568)

  • Add support for v flag to regexp/prefer-unicode-codepoint-escapes rule (#592)

  • Improve regexp/negation rule to report nested negation character classes (#595)

... (truncated)

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 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/1008 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/17/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-regexp-2.0.0` --- ### 📝 Commits (2) - [`5c26030`](https://github.com/DavidAnson/markdownlint/commit/5c26030e992109fcc05c1dea729ade8cf669f03b) Bump eslint-plugin-regexp from 1.15.0 to 2.0.0 - [`3d14142`](https://github.com/DavidAnson/markdownlint/commit/3d1414226a1b8db247a489757791a5b29fc32f1c) Resolve new eslint-plugin-regexp violation regexp/no-contradiction-with-assertion. ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `demo/markdownlint-browser.js` (+1 -1) 📝 `helpers/helpers.js` (+1 -1) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.15.0 to 2.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>v2.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>Drop support for Node.js &lt;=v17, and v19 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/550">#550</a>)</p> </li> <li> <p>Add <code>regexp/simplify-set-operations</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/595">#595</a>)</p> </li> <li> <p>Remove deprecated rules (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/652">#652</a>)</p> </li> <li> <p>Add <code>regexp/no-useless-string-literal</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/639">#639</a>)</p> </li> <li> <p>Add <code>regexp/no-empty-string-literal</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/632">#632</a>)</p> </li> <li> <p>Change recommended config (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/552">#552</a>)</p> </li> <li> <p>Drop support for ESLint &lt; v8.44 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/558">#558</a>)</p> </li> <li> <p>Add <code>regexp/no-useless-set-operand</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/625">#625</a>)</p> </li> <li> <p>Add <code>regexp/prefer-set-operation</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/616">#616</a>)</p> </li> <li> <p>Use jsdoc-type-pratt-parser instead of jsdoctypeparser (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/651">#651</a>)</p> </li> </ul> <h3>Minor Changes</h3> <ul> <li> <p>Add support for <code>v</code> flag to <code>regexp/no-dupe-disjunctions</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/612">#612</a>)</p> </li> <li> <p>Add support for <code>v</code> flag to <code>regexp/optimal-quantifier-concatenation</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/618">#618</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/no-non-standard-flag</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/596">#596</a>)</p> </li> <li> <p>Add <code>regexp/grapheme-string-literal</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/646">#646</a>)</p> </li> <li> <p>Add support for <code>v</code> flag to <code>regexp/prefer-character-class</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/619">#619</a>)</p> </li> <li> <p>Improve <code>regexp/strict</code> rule to ignore patterns with v flag (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/591">#591</a>)</p> </li> <li> <p>Add support for string literal to <code>regexp/no-empty-alternative</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/633">#633</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/prefer-d</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/602">#602</a>)</p> </li> <li> <p>Add support for <code>v</code> flag to <code>regexp/use-ignore-case</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/617">#617</a>)</p> </li> <li> <p>Update refa, regexp-ast-analysis, and scslre (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/568">#568</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/prefer-unicode-codepoint-escapes</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/592">#592</a>)</p> </li> <li> <p>Improve <code>regexp/negation</code> rule to report nested negation character classes (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/595">#595</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/no-dupe-characters-character-class</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/608">#608</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>2.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>Drop support for Node.js &lt;=v17, and v19 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/550">#550</a>)</p> </li> <li> <p>Add <code>regexp/simplify-set-operations</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/595">#595</a>)</p> </li> <li> <p>Remove deprecated rules (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/652">#652</a>)</p> </li> <li> <p>Add <code>regexp/no-useless-string-literal</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/639">#639</a>)</p> </li> <li> <p>Add <code>regexp/no-empty-string-literal</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/632">#632</a>)</p> </li> <li> <p>Change recommended config (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/552">#552</a>)</p> </li> <li> <p>Drop support for ESLint &lt; v8.44 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/558">#558</a>)</p> </li> <li> <p>Add <code>regexp/no-useless-set-operand</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/625">#625</a>)</p> </li> <li> <p>Add <code>regexp/prefer-set-operation</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/616">#616</a>)</p> </li> <li> <p>Use jsdoc-type-pratt-parser instead of jsdoctypeparser (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/651">#651</a>)</p> </li> </ul> <h3>Minor Changes</h3> <ul> <li> <p>Add support for <code>v</code> flag to <code>regexp/no-dupe-disjunctions</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/612">#612</a>)</p> </li> <li> <p>Add support for <code>v</code> flag to <code>regexp/optimal-quantifier-concatenation</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/618">#618</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/no-non-standard-flag</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/596">#596</a>)</p> </li> <li> <p>Add <code>regexp/grapheme-string-literal</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/646">#646</a>)</p> </li> <li> <p>Add support for <code>v</code> flag to <code>regexp/prefer-character-class</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/619">#619</a>)</p> </li> <li> <p>Improve <code>regexp/strict</code> rule to ignore patterns with v flag (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/591">#591</a>)</p> </li> <li> <p>Add support for string literal to <code>regexp/no-empty-alternative</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/633">#633</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/prefer-d</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/602">#602</a>)</p> </li> <li> <p>Add support for <code>v</code> flag to <code>regexp/use-ignore-case</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/617">#617</a>)</p> </li> <li> <p>Update refa, regexp-ast-analysis, and scslre (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/568">#568</a>)</p> </li> <li> <p>Add support for v flag to <code>regexp/prefer-unicode-codepoint-escapes</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/592">#592</a>)</p> </li> <li> <p>Improve <code>regexp/negation</code> rule to report nested negation character classes (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/595">#595</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/1cd544d81d576eaf6e2548d8abc1b22dce58618f"><code>1cd544d</code></a> chore: release eslint-plugin-regexp (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/656">#656</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/13c40be48af653eb34edf5238acb49076e5f8537"><code>13c40be</code></a> chore: changeset pre exit</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/2b2994954c7e982ad98f7b644fd7870912bf3e6e"><code>2b29949</code></a> chore: release eslint-plugin-regexp (next) (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/655">#655</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/5ac88c2f9184ef8371638d11f0b09b0e67050106"><code>5ac88c2</code></a> Use new ESLint API (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/654">#654</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/b3f51b25f22a54fdea52073e49bfac71334e9040"><code>b3f51b2</code></a> chore: release eslint-plugin-regexp (next) (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/653">#653</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/416d95d3a03903f89a8ec3b789c22b87b7b33ae4"><code>416d95d</code></a> chore: fix release type</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/76df29a048dee59d1a8e1bd39c4e07a3c8aa3091"><code>76df29a</code></a> chore: fix ci</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/b6394b4747aa5f76223bb43ad1f29d4ad1ce092e"><code>b6394b4</code></a> Update pre.json</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/04a6f52276d8e5f1978446a10af8213469f1fe6f"><code>04a6f52</code></a> Remove deprecated rules (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/652">#652</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/f98f7ab0ed208c34237be77448fa5f5c85981b92"><code>f98f7ab</code></a> Use jsdoc-type-pratt-parser instead of jsdoctypeparser (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/651">#651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.15.0...v2.0.0">compare view</a></li> </ul> </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=1.15.0&new-version=2.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-03 02:02:12 +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#1161
No description provided.