Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-plugin-regexp to v2.2.0 (#200)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-regexp](https://togithub.com/ota-meshi/eslint-plugin-regexp) | [`2.0.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-regexp/2.0.0/2.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-regexp/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-regexp/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-regexp/2.0.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-regexp/2.0.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)</summary> ### [`v2.2.0`](https://togithub.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#220) [Compare Source](https://togithub.com/ota-meshi/eslint-plugin-regexp/compare/v2.1.2...v2.2.0) ##### Minor Changes - Add `allowNamed` option to `no-unused-capturing-group` rule to allow for unused named capturing groups. ([#​689](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/689)) ### [`v2.1.2`](https://togithub.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#212) [Compare Source](https://togithub.com/ota-meshi/eslint-plugin-regexp/compare/v2.1.1...v2.1.2) ##### Patch Changes - Fixed false positives for hasIndices in `regexp/no-unused-capturing-group` ([#​676](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/676)) ### [`v2.1.1`](https://togithub.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#211) [Compare Source](https://togithub.com/ota-meshi/eslint-plugin-regexp/compare/v2.1.0...v2.1.1) ##### Patch Changes - Improved error message and docs for `regexp/no-useless-non-capturing-group` ([#​668](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/668)) ### [`v2.1.0`](https://togithub.com/ota-meshi/eslint-plugin-regexp/blob/HEAD/CHANGELOG.md#210) [Compare Source](https://togithub.com/ota-meshi/eslint-plugin-regexp/compare/v2.0.0...v2.1.0) ##### Minor Changes - Improve detection of useless assertions for `regexp/no-useless-assertion` ([#​663](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/663)) - Add suggestions for `regexp/no-useless-assertion` ([#​666](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/666)) ##### Patch Changes - Fixed crash for v flag in `regexp/optimal-quantifier-concatenation` ([#​660](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/660)) - Fixed minor mistake in message of `no-misleading-unicode-character` ([#​664](https://togithub.com/ota-meshi/eslint-plugin-regexp/pull/664)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information