Skip to content

Commit 7e412aa

Browse files
feat(deps)!: bump minimum TypeScript to 4.8.4 (#68)
BREAKING CHANGE: TypeScript <4.8.4 is no longer supported. typescript-eslint v8 [dropped support](https://typescript-eslint.io/blog/announcing-typescript-eslint-v8/#tooling-breaking-changes) for TypeScript <4.8.4, and `ts-api-utils` recently did the same in a v2 release. We are mirroring that change.
1 parent 26fe38b commit 7e412aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"peerDependencies": {
6666
"eslint": "^8.57.0 || ^9.0.0",
6767
"rxjs": ">=7.2.0",
68-
"typescript": ">=4.7.4"
68+
"typescript": ">=4.8.4"
6969
},
7070
"peerDependenciesMeta": {
7171
"rxjs": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ __metadata:
22032203
peerDependencies:
22042204
eslint: ^8.57.0 || ^9.0.0
22052205
rxjs: ">=7.2.0"
2206-
typescript: ">=4.7.4"
2206+
typescript: ">=4.8.4"
22072207
peerDependenciesMeta:
22082208
rxjs:
22092209
optional: true

0 commit comments

Comments
 (0)