Skip to content

Commit f54eba6

Browse files
kopernic-plclaude
andauthored
chore(deps): upgrade TypeScript 4.4.4 → 4.7.4 (#3020)
Bumps to the latest 4.7.x patch. No source changes required — TypeScript 4.7 does not introduce the in-operator narrowing or AggregateError.errors typing breaking changes that appeared in later 4.x versions. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent eabe7f5 commit f54eba6

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"semantic-release": "^25.0.3",
136136
"ts-jest": "^29.2.5",
137137
"ts-node": "^10.8.2",
138-
"typescript": "4.4.4"
138+
"typescript": "4.7.4"
139139
},
140140
"lint-staged": {
141141
"*.{ts,js}": [

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13131,7 +13131,7 @@ __metadata:
1313113131
semantic-release: ^25.0.3
1313213132
ts-jest: ^29.2.5
1313313133
ts-node: ^10.8.2
13134-
typescript: 4.4.4
13134+
typescript: 4.7.4
1313513135
languageName: unknown
1313613136
linkType: soft
1313713137

@@ -14624,7 +14624,17 @@ __metadata:
1462414624
languageName: node
1462514625
linkType: hard
1462614626

14627-
"typescript@npm:4.4.4, typescript@npm:^4.4.3":
14627+
"typescript@npm:4.7.4":
14628+
version: 4.7.4
14629+
resolution: "typescript@npm:4.7.4"
14630+
bin:
14631+
tsc: bin/tsc
14632+
tsserver: bin/tsserver
14633+
checksum: 5750181b1cd7e6482c4195825547e70f944114fb47e58e4aa7553e62f11b3f3173766aef9c281783edfd881f7b8299cf35e3ca8caebe73d8464528c907a164df
14634+
languageName: node
14635+
linkType: hard
14636+
14637+
"typescript@npm:^4.4.3":
1462814638
version: 4.4.4
1462914639
resolution: "typescript@npm:4.4.4"
1463014640
bin:
@@ -14634,7 +14644,17 @@ __metadata:
1463414644
languageName: node
1463514645
linkType: hard
1463614646

14637-
"typescript@patch:typescript@4.4.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
14647+
"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
14648+
version: 4.7.4
14649+
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=65a307"
14650+
bin:
14651+
tsc: bin/tsc
14652+
tsserver: bin/tsserver
14653+
checksum: 9096d8f6c16cb80ef3bf96fcbbd055bf1c4a43bd14f3b7be45a9fbe7ada46ec977f604d5feed3263b4f2aa7d4c7477ce5f9cd87de0d6feedec69a983f3a4f93e
14654+
languageName: node
14655+
linkType: hard
14656+
14657+
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
1463814658
version: 4.4.4
1463914659
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=bbeadb"
1464014660
bin:

0 commit comments

Comments
 (0)