Skip to content

Commit

Permalink
fix: typescript 5.6 async iterator types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Oct 8, 2024
1 parent 5b24f61 commit 3b16e97
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 467 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-sheep-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sec-ant/readable-stream": minor
---

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).
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/ui": "^2.0.5",
"concurrently": "^9.0.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-istanbul": "^2.1.2",
"@vitest/ui": "^2.1.2",
"concurrently": "^9.0.1",
"copy-files-from-to": "^3.11.0",
"lint-staged": "^15.2.9",
"playwright": "^1.46.1",
"lint-staged": "^15.2.10",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}
Loading

0 comments on commit 3b16e97

Please sign in to comment.