Skip to content

Commit 2925d79

Browse files
chore(deps): update dependency eslint-plugin-regexp to v3 (#1539)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-regexp](https://redirect.github.com/ota-meshi/eslint-plugin-regexp) | [`2.10.0` → `3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-regexp/2.10.0/3.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-regexp/3.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-regexp/2.10.0/3.0.0?slim=true) | --- ### Release Notes <details> <summary>ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)</summary> ### [`v3.0.0`](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/compare/v2.10.0...v3.0.0) ##### Major Changes - Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. ([#&#8203;917](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/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. ([#&#8203;917](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/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. ([#&#8203;915](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/915)) - Change to ESM package ([#&#8203;913](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/913)) ##### Minor Changes - feat: update jsdoc-type-pratt-parser ([#&#8203;919](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/919)) - feat: enhance jsdoc type parsing ([#&#8203;919](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/919)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1633dbf commit 2925d79

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-n": "17.23.1",
8787
"eslint-plugin-node-dependencies": "1.3.0",
8888
"eslint-plugin-perfectionist": "5.4.0",
89-
"eslint-plugin-regexp": "2.10.0",
89+
"eslint-plugin-regexp": "3.0.0",
9090
"eslint-plugin-unicorn": "62.0.0",
9191
"eslint-plugin-yml": "3.0.0",
9292
"husky": "9.1.7",

pnpm-lock.yaml

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)