[PR #1096] [MERGED] Bump eslint-plugin-regexp from 2.1.2 to 2.2.0 #3069

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1096
Author: @dependabot[bot]
Created: 1/9/2024
Status: Merged
Merged: 1/9/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • bd3b4a4 Bump eslint-plugin-regexp from 2.1.2 to 2.2.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-regexp from 2.1.2 to 2.2.0.

Release notes

Sourced from eslint-plugin-regexp's releases.

v2.2.0

Minor Changes

  • Add allowNamed option to no-unused-capturing-group rule to allow for unused named capturing groups. (#689)
Changelog

Sourced from eslint-plugin-regexp's changelog.

2.2.0

Minor Changes

  • Add allowNamed option to no-unused-capturing-group rule to allow for unused named capturing groups. (#689)
Commits
  • 7aebaa0 chore: release eslint-plugin-regexp (#690)
  • cf7348b Add allowNamed option to no-unused-capturing-group rule (#689)
  • f67f1df docs: replaces 🏳️‍🌈 emoji with 🏴‍☠️ emoji (#687)
  • e4b495f chore(deps): update actions/upload-pages-artifact action to v3 (#685)
  • fe0b567 chore(deps): update actions/deploy-pages action to v4 (#684)
  • e82e8bb Bump vite from 4.4.9 to 4.5.1 (#680)
  • f46ff18 Fix typos in docs (#683)
  • c21b0f8 chore(deps): update dependency markdownlint-cli to ^0.38.0
  • d82f084 chore(deps): update dependency stylelint to v16
  • 2361ceb chore(deps): update actions/configure-pages action to v4 (#678)
  • Additional commits viewable in compare view

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/1096 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-regexp-2.2.0` --- ### 📝 Commits (1) - [`bd3b4a4`](https://github.com/DavidAnson/markdownlint/commit/bd3b4a4d878a49f5e500bddb7fb47cc610a980a3) Bump eslint-plugin-regexp from 2.1.2 to 2.2.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.1.2 to 2.2.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.2.0</h2> <h3>Minor Changes</h3> <ul> <li>Add <code>allowNamed</code> option to <code>no-unused-capturing-group</code> rule to allow for unused named capturing groups. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/689">#689</a>)</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>2.2.0</h2> <h3>Minor Changes</h3> <ul> <li>Add <code>allowNamed</code> option to <code>no-unused-capturing-group</code> rule to allow for unused named capturing groups. (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/689">#689</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/7aebaa03c78835678a31ab46af32038c80754c72"><code>7aebaa0</code></a> chore: release eslint-plugin-regexp (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/690">#690</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/cf7348befd523533ef6acb2c84d4385c6b9e9147"><code>cf7348b</code></a> Add <code>allowNamed</code> option to <code>no-unused-capturing-group</code> rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/689">#689</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/f67f1df30b0b890d7caf599fce38ac2d0ea4ef57"><code>f67f1df</code></a> docs: replaces 🏳️‍🌈 emoji with 🏴‍☠️ emoji (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/687">#687</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/e4b495fbb5365cab8f8534c3fb94073b93ee534f"><code>e4b495f</code></a> chore(deps): update actions/upload-pages-artifact action to v3 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/685">#685</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/fe0b5677210265bec21427fc3038336aa10575c0"><code>fe0b567</code></a> chore(deps): update actions/deploy-pages action to v4 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/684">#684</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/e82e8bbeaa887f9d539fd67f418535e66821fab2"><code>e82e8bb</code></a> Bump vite from 4.4.9 to 4.5.1 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/680">#680</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/f46ff189fdd83480609b648e66c397825a9098d5"><code>f46ff18</code></a> Fix typos in docs (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/683">#683</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/c21b0f817457a8f56ffe119e09329d63584d33ed"><code>c21b0f8</code></a> chore(deps): update dependency markdownlint-cli to ^0.38.0</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/d82f08439429c5fac66f1125d2c85e1d06772523"><code>d82f084</code></a> chore(deps): update dependency stylelint to v16</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/2361ceb6c594c856786f5a2b7a49f2aa4436c990"><code>2361ceb</code></a> chore(deps): update actions/configure-pages action to v4 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/678">#678</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/eslint-plugin-regexp/compare/v2.1.2...v2.2.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=2.1.2&new-version=2.2.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:11:57 +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#3069
No description provided.