Skip to content

Commit cad25af

Browse files
authored
fix: update regexpp and fix wrong type (#634)
See eslint-community/regexpp#152
1 parent 8d2fd5d commit cad25af

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.changeset/curly-ducks-fly.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-regexp": patch
3+
---
4+
5+
fix: update regexpp

lib/rules/no-contradiction-with-assertion.ts

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ function* getNextElements(
9090
if (
9191
parent.type === "CharacterClass" ||
9292
parent.type === "CharacterClassRange" ||
93-
parent.type === "ExpressionCharacterClass" ||
9493
parent.type === "ClassIntersection" ||
9594
parent.type === "ClassSubtraction" ||
9695
parent.type === "StringAlternative"

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@eslint-community/eslint-utils": "^4.2.0",
106-
"@eslint-community/regexpp": "^4.8.1",
106+
"@eslint-community/regexpp": "^4.9.1",
107107
"comment-parser": "^1.4.0",
108108
"grapheme-splitter": "^1.0.4",
109109
"jsdoctypeparser": "^9.0.0",

0 commit comments

Comments
 (0)