[PR #1705] [MERGED] Bump eslint-plugin-regexp from 2.9.0 to 2.9.1 #3479

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 4d4deb2 Bump eslint-plugin-regexp from 2.9.0 to 2.9.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-regexp from 2.9.0 to 2.9.1.

Release notes

Sourced from eslint-plugin-regexp's releases.

v2.9.1

Patch Changes

  • fix(sort-character-class-elements): wrong autofix for ^ (#859)
Changelog

Sourced from eslint-plugin-regexp's changelog.

2.9.1

Patch Changes

  • fix(sort-character-class-elements): wrong autofix for ^ (#859)
Commits
  • c380e30 chore: release eslint-plugin-regexp (#860)
  • a072d14 fix(sort-character-class-elements): wrong fix for ^ (#859)
  • 8b4056b chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker ta...
  • f7351f3 chore(deps): update dependency @​types/eslint-scope to v8 (#829)
  • a3be44b chore(deps): update dependency eslint-plugin-vue to v10 (#813)
  • c8be120 chore(deps): update dependency typescript to ~5.9.0 (#856)
  • 0934fa7 chore(deps): update dependency stylelint-config-recommended to v17 (#855)
  • 54769b7 chore(deps): update dependency eslint-plugin-jsdoc to v52 (#854)
  • 522b8e4 chore(deps): update typescript-eslint monorepo to ~8.38.0 (#849)
  • fac86cb chore(deps): update dependency eslint-plugin-unicorn to v60 (#851)
  • 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/1705 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-regexp-2.9.1` --- ### 📝 Commits (1) - [`4d4deb2`](https://github.com/DavidAnson/markdownlint/commit/4d4deb21efee01efcc85e9c33a79457f87e8e50c) Bump eslint-plugin-regexp from 2.9.0 to 2.9.1 ### 📊 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.9.0 to 2.9.1. <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.9.1</h2> <h3>Patch Changes</h3> <ul> <li>fix(sort-character-class-elements): wrong autofix for <code>^</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/859">#859</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.9.1</h2> <h3>Patch Changes</h3> <ul> <li>fix(sort-character-class-elements): wrong autofix for <code>^</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/859">#859</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/c380e30a0d75b59d82941ce79eaa085fef457e4a"><code>c380e30</code></a> chore: release eslint-plugin-regexp (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/860">#860</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/a072d14161e61daede5246668384113cdb750a14"><code>a072d14</code></a> fix(sort-character-class-elements): wrong fix for <code>^</code> (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/859">#859</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/8b4056bd0a823f5e919f2c329862f8ace669ee79"><code>8b4056b</code></a> chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker ta...</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/f7351f3c39da43f47cc210b796cd9b41d69a9dc7"><code>f7351f3</code></a> chore(deps): update dependency <code>@​types/eslint-scope</code> to v8 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/829">#829</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/a3be44bb186897390f50ae4bc18658c7a684032d"><code>a3be44b</code></a> chore(deps): update dependency eslint-plugin-vue to v10 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/813">#813</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/c8be1203ac8feffd6877f827fd289cb337b10ac7"><code>c8be120</code></a> chore(deps): update dependency typescript to ~5.9.0 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/856">#856</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/0934fa79c04d2da2d79526d48911040134eb65bd"><code>0934fa7</code></a> chore(deps): update dependency stylelint-config-recommended to v17 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/855">#855</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/54769b71339c763b01b26f6b3018f6237024e961"><code>54769b7</code></a> chore(deps): update dependency eslint-plugin-jsdoc to v52 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/854">#854</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/522b8e485935a0f784e358f56f97bee9c08023e1"><code>522b8e4</code></a> chore(deps): update typescript-eslint monorepo to ~8.38.0 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/849">#849</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-regexp/commit/fac86cb87b7393b8b8aba1ad1b2193e74c4002c7"><code>fac86cb</code></a> chore(deps): update dependency eslint-plugin-unicorn to v60 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-regexp/issues/851">#851</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/eslint-plugin-regexp/compare/v2.9.0...v2.9.1">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.9.0&new-version=2.9.1)](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:13: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#3479
No description provided.