ota-meshi / eslint-plugin-regexp

ESLint plugin for finding regex mistakes and style guide violations.
https://ota-meshi.github.io/eslint-plugin-regexp/
MIT License
701 stars 10 forks source link

Add support for ES2025 duplicate named capturing groups #752

Closed ota-meshi closed 2 months ago

ota-meshi commented 5 months ago

This PR updates regexpp and some rules to add support for ES2025 duplicate named capturing groups.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 990b3ecb24ae622979381f820c435ffda0252949

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------------- | ----- | | eslint-plugin-regexp | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ota-meshi commented 5 months ago

Oh, we might need to update regexp-ast-analysis too.

ota-meshi commented 4 months ago

Although the refa hasn't been updated yet, I think this PR can be merged, so I will mark this PR as ready for review.

ota-meshi commented 2 months ago

I'll merge this since CI has been failing for a long time.