File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ - Decrease minimum ` typescript-eslint ` version to ^8.1.0 (matches import-x plugin).
6
+
3
7
## v0.2.0
4
8
5
9
- Improved CJS typing to avoid needing ` .default ` .
Original file line number Diff line number Diff line change 53
53
"typecheck" : " tsc --noEmit"
54
54
},
55
55
"dependencies" : {
56
- "@typescript-eslint/scope-manager" : " ^8.12.2 " ,
57
- "@typescript-eslint/utils" : " ^8.12.2 " ,
56
+ "@typescript-eslint/scope-manager" : " ^8.1.0 " ,
57
+ "@typescript-eslint/utils" : " ^8.1.0 " ,
58
58
"common-tags" : " ^1.8.0" ,
59
59
"decamelize" : " ^5.0.1" ,
60
60
"ts-api-utils" : " ^1.3.0" ,
Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ __metadata:
1090
1090
languageName : node
1091
1091
linkType : hard
1092
1092
1093
- " @typescript-eslint/scope-manager@npm:8.12.2, @typescript-eslint/scope-manager@npm:^8.12.2 " :
1093
+ " @typescript-eslint/scope-manager@npm:8.12.2, @typescript-eslint/scope-manager@npm:^8.1.0 " :
1094
1094
version : 8.12.2
1095
1095
resolution : " @typescript-eslint/scope-manager@npm:8.12.2"
1096
1096
dependencies :
@@ -2409,8 +2409,8 @@ __metadata:
2409
2409
" @types/common-tags " : " npm:^1.8.4"
2410
2410
" @types/node " : " npm:^18.18.0"
2411
2411
" @typescript-eslint/rule-tester " : " npm:^8.12.2"
2412
- " @typescript-eslint/scope-manager " : " npm:^8.12.2 "
2413
- " @typescript-eslint/utils " : " npm:^8.12.2 "
2412
+ " @typescript-eslint/scope-manager " : " npm:^8.1.0 "
2413
+ " @typescript-eslint/utils " : " npm:^8.1.0 "
2414
2414
" @typescript/vfs " : " npm:^1.6.0"
2415
2415
" @vitest/coverage-v8 " : " npm:^2.1.4"
2416
2416
" @vitest/eslint-plugin " : " npm:^1.1.7"
You can’t perform that action at this time.
0 commit comments