Skip to content

Commit 96df161

Browse files
committed
fix(ci) lock down [email protected] to fix test:types
[email protected] removed some of the RuleContext types (see eslint/eslint#19910), causing the `test:types` CI script to fail. As a quick fix to unblock further development, we can lock down the eslint dependency to 9.30.1, where these types still exist, until a "proper" solution can be developed. Fixes #459
1 parent 8185617 commit 96df161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "^20.17.5",
3535
"@typescript-eslint/parser": "^8.26.1",
3636
"@typescript-eslint/typescript-estree": "^8.26.1",
37-
"eslint": "^9.14.0",
37+
"eslint": "9.30.1",
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-doc-generator": "^1.7.1",
4040
"eslint-plugin-eslint-plugin": "^6.3.1",

0 commit comments

Comments
 (0)