File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 57
57
"@eslint/js" : " ^9.16.0" ,
58
58
"@release-it/conventional-changelog" : " ^9.0.3" ,
59
59
"@types/eslint" : " ^9.6.1" ,
60
- "@types/estree" : " ^1.0.5 " ,
61
- "@typescript-eslint/parser" : " ^7.7.0 " ,
62
- "@typescript-eslint/utils" : " ^7.7.0 " ,
60
+ "@types/estree" : " ^1.0.8 " ,
61
+ "@typescript-eslint/parser" : " ^8.34.1 " ,
62
+ "@typescript-eslint/utils" : " ^8.34.1 " ,
63
63
"chai" : " ^4.5.0" ,
64
64
"eslint" : " ^9.16.0" ,
65
65
"eslint-config-not-an-aardvark" : " ^2.1.0" ,
83
83
"nyc" : " ^17.1.0" ,
84
84
"prettier" : " ^3.4.1" ,
85
85
"release-it" : " ^17.2.0" ,
86
- "typescript" : " ^5.7.2 "
86
+ "typescript" : " ^5.8.3 "
87
87
},
88
88
"peerDependencies" : {
89
89
"eslint" : " >=8.23.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ const ruleTester = new RuleTester({
8
8
languageOptions : {
9
9
parser : require ( '@typescript-eslint/parser' ) ,
10
10
parserOptions : {
11
- project : './tsconfig.json' ,
11
+ projectService : {
12
+ defaultProject : 'tsconfig.json' ,
13
+ } ,
12
14
tsconfigRootDir : path . join ( __dirname , '../fixtures' ) ,
13
15
} ,
14
16
} ,
You can’t perform that action at this time.
0 commit comments