Skip to content

Commit

Permalink
Bump eslint-plugin-regexp from 2.2.0 to 2.5.0 (#1509)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.2.0 to 2.5.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.2.0...v2.5.0)

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

Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Apr 11, 2024
1 parent 46b5609 commit ac34bab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions config/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,14 @@ rules:
regexp/unicode-escape:
- error
- unicodeEscape
regexp/unicode-property:
- error
- generalCategory: never
key: long
property:
binary: long
generalCategory: long
script: long
regexp/use-ignore-case:
- error

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": "48.2.1",
"eslint-plugin-jsonc": "2.14.1",
"eslint-plugin-regexp": "2.2.0",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-yml": "1.13.2",
"fast-check": "3.17.0",
"husky": "9.0.10",
Expand Down

0 comments on commit ac34bab

Please sign in to comment.