Skip to content

Commit 09216f4

Browse files
chore(dev-deps): update dependency eslint-plugin-regexp to v3 (#622)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](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.9.0` → `3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-regexp/2.9.0/3.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-regexp/3.0.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-regexp/3.0.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-regexp/2.9.0/3.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-regexp/2.9.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)) ### [`v2.10.0`](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#2100) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/compare/v2.9.1...v2.10.0) ##### Minor Changes - refctor: replace `indexOf()` with strict equality ([#&#8203;864](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/864)) ### [`v2.9.1`](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#291) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/compare/v2.9.0...v2.9.1) ##### Patch Changes - fix(sort-character-class-elements): wrong autofix for `^` ([#&#8203;859](https://redirect.github.com/ota-meshi/eslint-plugin-regexp/pull/859)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/RebeccaStevens/deepmerge-ts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmJsdWVfaGVhcnQ6IiwiVHlwZTogTWFpbnRlbmFuY2UiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87ac78b commit 09216f4

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"eslint-plugin-optimize-regex": "1.2.1",
120120
"eslint-plugin-prettier": "5.5.3",
121121
"eslint-plugin-promise": "7.2.1",
122-
"eslint-plugin-regexp": "2.9.0",
122+
"eslint-plugin-regexp": "3.0.0",
123123
"eslint-plugin-sonarjs": "3.0.4",
124124
"eslint-plugin-unicorn": "62.0.0",
125125
"eslint-plugin-yml": "1.18.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)