Skip to content

Commit

Permalink
fix: update regexpp and fix wrong type (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Oct 2, 2023
1 parent 8d2fd5d commit cad25af
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-ducks-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-regexp": patch
---

fix: update regexpp
1 change: 0 additions & 1 deletion lib/rules/no-contradiction-with-assertion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function* getNextElements(
if (
parent.type === "CharacterClass" ||
parent.type === "CharacterClassRange" ||
parent.type === "ExpressionCharacterClass" ||
parent.type === "ClassIntersection" ||
parent.type === "ClassSubtraction" ||
parent.type === "StringAlternative"
Expand Down
18 changes: 9 additions & 9 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 @@ -103,7 +103,7 @@
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.8.1",
"@eslint-community/regexpp": "^4.9.1",
"comment-parser": "^1.4.0",
"grapheme-splitter": "^1.0.4",
"jsdoctypeparser": "^9.0.0",
Expand Down

0 comments on commit cad25af

Please sign in to comment.