Commit 11e03d4 1 parent 3c76d3d commit 11e03d4 Copy full SHA for 11e03d4
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ export default tseslint.config(
97
97
'@typescript-eslint/no-unsafe-return' : 'off' ,
98
98
'@typescript-eslint/prefer-nullish-coalescing' : 'off' ,
99
99
'@typescript-eslint/no-deprecated' : 'off' ,
100
+ '@typescript-eslint/restrict-plus-operands' : 'off' ,
100
101
'no-empty' : 'off' ,
101
102
} ,
102
103
} ,
Original file line number Diff line number Diff line change 64
64
"prettier" : " ^3.3.3" ,
65
65
"rimraf" : " ^6.0.1" ,
66
66
"standard-changelog" : " ^6.0.0" ,
67
- "typescript" : " ^5.3.3 " ,
67
+ "typescript" : " ~5.6.0 " ,
68
68
"typescript-eslint" : " ^8.0.1" ,
69
69
"vitest" : " ^2.0.5" ,
70
70
"webpack" : " ^5.93.0" ,
Original file line number Diff line number Diff line change @@ -291,7 +291,6 @@ export default class TabixIndexedFile {
291
291
292
292
checkAbortSignal ( opts . signal )
293
293
294
- // eslint-disable-next-line @typescript-eslint/restrict-plus-operands
295
294
const maxFetch = ( firstDataLine ?. blockPosition || 0 ) + maxBlockSize
296
295
// TODO: what if we don't have a firstDataLine, and the header
297
296
// actually takes up more than one block? this case is not covered here
Original file line number Diff line number Diff line change @@ -4061,10 +4061,10 @@ typescript-eslint@^8.0.1:
4061
4061
" @typescript-eslint/parser" " 8.16.0"
4062
4062
" @typescript-eslint/utils" " 8.16.0"
4063
4063
4064
- typescript@^5.3.3 :
4065
- version "5.7.2 "
4066
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2 .tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6 "
4067
- integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg ==
4064
+ typescript@~5.6.0 :
4065
+ version "5.6.3 "
4066
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3 .tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b "
4067
+ integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw ==
4068
4068
4069
4069
uglify-js@^3.1.4 :
4070
4070
version "3.19.3"
You can’t perform that action at this time.
0 commit comments