Skip to content

Commit

Permalink
Bump eslint-plugin-regexp from 2.1.2 to 2.2.0 (#1382)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-regexp from 2.1.2 to 2.2.0

Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-regexp
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update `regexp/no-unused-capturing-group` option

Update the ESLint configuration for the `no-unused-capturing-group` rule
of the eslint-plugin-regexp plugin to explicitly disallow unused named
capturing groups, which we don't want to use in this project.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Jan 9, 2024
1 parent d1a6eba commit 33de8fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion config/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ rules:
- error
regexp/no-unused-capturing-group:
- error
- fixable: false
- allowNamed: false
fixable: false
regexp/no-useless-assertions:
- error
regexp/no-useless-backreference:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-jsdoc": "47.0.2",
"eslint-plugin-jsonc": "2.11.2",
"eslint-plugin-regexp": "2.1.2",
"eslint-plugin-regexp": "2.2.0",
"eslint-plugin-yml": "1.11.0",
"fast-check": "3.15.0",
"husky": "8.0.3",
Expand Down

0 comments on commit 33de8fe

Please sign in to comment.