Skip to content

Commit 11e03d4

Browse files
committed
Downgrade tabix-js for .d.ts generation fix
1 parent 3c76d3d commit 11e03d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default tseslint.config(
9797
'@typescript-eslint/no-unsafe-return': 'off',
9898
'@typescript-eslint/prefer-nullish-coalescing': 'off',
9999
'@typescript-eslint/no-deprecated': 'off',
100+
'@typescript-eslint/restrict-plus-operands': 'off',
100101
'no-empty': 'off',
101102
},
102103
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"prettier": "^3.3.3",
6565
"rimraf": "^6.0.1",
6666
"standard-changelog": "^6.0.0",
67-
"typescript": "^5.3.3",
67+
"typescript": "~5.6.0",
6868
"typescript-eslint": "^8.0.1",
6969
"vitest": "^2.0.5",
7070
"webpack": "^5.93.0",

src/tabixIndexedFile.ts

-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ export default class TabixIndexedFile {
291291

292292
checkAbortSignal(opts.signal)
293293

294-
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
295294
const maxFetch = (firstDataLine?.blockPosition || 0) + maxBlockSize
296295
// TODO: what if we don't have a firstDataLine, and the header
297296
// actually takes up more than one block? this case is not covered here

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4061,10 +4061,10 @@ typescript-eslint@^8.0.1:
40614061
"@typescript-eslint/parser" "8.16.0"
40624062
"@typescript-eslint/utils" "8.16.0"
40634063

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==
40684068

40694069
uglify-js@^3.1.4:
40704070
version "3.19.3"

0 commit comments

Comments
 (0)