Skip to content

Commit 3b16e97

Browse files
committed
fix: typescript 5.6 async iterator types
1 parent 5b24f61 commit 3b16e97

File tree

5 files changed

+439
-467
lines changed

5 files changed

+439
-467
lines changed

.changeset/modern-sheep-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sec-ant/readable-stream": minor
3+
---
4+
5+
Update iterator-related types to cope with typescript 5.6 changes. See [this writeup](<https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/#strict-builtin-iterator-checks-(and---strictbuiltiniteratorreturn)>) and [this PR](https://github.com/microsoft/TypeScript/pull/58243).

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@
7575
},
7676
"devDependencies": {
7777
"@biomejs/biome": "1.9.3",
78-
"@changesets/cli": "^2.27.7",
79-
"@commitlint/cli": "^19.4.0",
80-
"@commitlint/config-conventional": "^19.2.2",
81-
"@vitest/browser": "^2.0.5",
82-
"@vitest/coverage-istanbul": "^2.0.5",
83-
"@vitest/ui": "^2.0.5",
84-
"concurrently": "^9.0.0",
78+
"@changesets/cli": "^2.27.9",
79+
"@commitlint/cli": "^19.5.0",
80+
"@commitlint/config-conventional": "^19.5.0",
81+
"@vitest/browser": "^2.1.2",
82+
"@vitest/coverage-istanbul": "^2.1.2",
83+
"@vitest/ui": "^2.1.2",
84+
"concurrently": "^9.0.1",
8585
"copy-files-from-to": "^3.11.0",
86-
"lint-staged": "^15.2.9",
87-
"playwright": "^1.46.1",
86+
"lint-staged": "^15.2.10",
87+
"playwright": "^1.47.2",
8888
"prettier": "^3.3.3",
8989
"simple-git-hooks": "^2.11.1",
90-
"typescript": "^5.5.4",
91-
"vite": "^5.4.2",
92-
"vitest": "^2.0.5"
90+
"typescript": "^5.6.2",
91+
"vite": "^5.4.8",
92+
"vitest": "^2.1.2"
9393
},
9494
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
9595
}

0 commit comments

Comments
 (0)