Skip to content

Commit 1a2e4c3

Browse files
committed
chore: update TypeScript version to 5.8
1 parent 9fb032d commit 1a2e4c3

File tree

43 files changed

+137
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+137
-197
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
fail-fast: false
132132
matrix:
133133
node: ['22.x']
134-
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
134+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
135135
react:
136136
[
137137
{
@@ -297,7 +297,7 @@ jobs:
297297
fail-fast: false
298298
matrix:
299299
node: ['22.x']
300-
ts: ['5.3', '5.4', '5.5', 'next']
300+
ts: ['5.3', '5.4', '5.5', '5.6', '5.7', '5.8', 'next']
301301
example:
302302
[
303303
{ name: 'bundler', moduleResolution: 'Bundler' },

examples/action-listener/counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^19.0.0",
1313
"react-redux": "^9.1.2",
1414
"react-scripts": "5.0.1",
15-
"typescript": "~4.9"
15+
"typescript": "^5.8.2"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

examples/publish-ci/cra4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"playwright": "^1.31.1",
5353
"prettier": "^3.2.5",
5454
"serve": "^14.2.0",
55-
"typescript": "^4.9.4"
55+
"typescript": "^5.8.2"
5656
}
5757
}

examples/publish-ci/cra4/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13980,7 +13980,7 @@ __metadata:
1398013980
react-redux: "npm:^9.0.0-rc.0"
1398113981
react-scripts: "npm:^4"
1398213982
serve: "npm:^14.2.0"
13983-
typescript: "npm:^4.9.4"
13983+
typescript: "npm:^5.8.2"
1398413984
web-vitals: "npm:^2.1.4"
1398513985
languageName: unknown
1398613986
linkType: soft
@@ -15687,23 +15687,23 @@ __metadata:
1568715687
languageName: node
1568815688
linkType: hard
1568915689

15690-
"typescript@npm:^4.9.4":
15691-
version: 4.9.5
15692-
resolution: "typescript@npm:4.9.5"
15690+
"typescript@npm:^5.8.2":
15691+
version: 5.8.2
15692+
resolution: "typescript@npm:5.8.2"
1569315693
bin:
1569415694
tsc: bin/tsc
1569515695
tsserver: bin/tsserver
15696-
checksum: 10/458f7220ab11e0fc191514cc41be1707645ec9a8c2d609448a448e18c522cef9646f58728f6811185a4c35613dacdf6c98cf8965c88b3541d0288c47291e4300
15696+
checksum: 10/dbc2168a55d56771f4d581997be52bab5cbc09734fec976cfbaabd787e61fb4c6cf9125fd48c6f98054ce549c77ecedefc7f64252a830dd8e9c3381f61fbeb78
1569715697
languageName: node
1569815698
linkType: hard
1569915699

15700-
"typescript@patch:typescript@npm%3A^4.9.4#optional!builtin<compat/typescript>":
15701-
version: 4.9.5
15702-
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
15700+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
15701+
version: 5.8.2
15702+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=8c6c40"
1570315703
bin:
1570415704
tsc: bin/tsc
1570515705
tsserver: bin/tsserver
15706-
checksum: 10/5659316360b5cc2d6f5931b346401fa534107b68b60179cf14970e27978f0936c1d5c46f4b5b8175f8cba0430f522b3ce355b4b724c0ea36ce6c0347fab25afd
15706+
checksum: 10/6ae9b2c4d3254ec2eaee6f26ed997e19c02177a212422993209f81e87092b2bb0a4738085549c5b0164982a5609364c047c72aeb281f6c8d802cd0d1c6f0d353
1570715707
languageName: node
1570815708
linkType: hard
1570915709

examples/publish-ci/cra5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"playwright": "^1.31.1",
5353
"prettier": "^3.2.5",
5454
"serve": "^14.2.0",
55-
"typescript": "^4.9.4"
55+
"typescript": "^5.8.2"
5656
}
5757
}

examples/publish-ci/cra5/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11769,7 +11769,7 @@ __metadata:
1176911769
react-redux: "npm:^9.0.0-rc.0"
1177011770
react-scripts: "npm:5"
1177111771
serve: "npm:^14.2.0"
11772-
typescript: "npm:^4.9.4"
11772+
typescript: "npm:^5.8.2"
1177311773
web-vitals: "npm:^2.1.4"
1177411774
languageName: unknown
1177511775
linkType: soft
@@ -13048,23 +13048,23 @@ __metadata:
1304813048
languageName: node
1304913049
linkType: hard
1305013050

13051-
"typescript@npm:^4.9.4":
13052-
version: 4.9.5
13053-
resolution: "typescript@npm:4.9.5"
13051+
"typescript@npm:^5.8.2":
13052+
version: 5.8.2
13053+
resolution: "typescript@npm:5.8.2"
1305413054
bin:
1305513055
tsc: bin/tsc
1305613056
tsserver: bin/tsserver
13057-
checksum: 10/458f7220ab11e0fc191514cc41be1707645ec9a8c2d609448a448e18c522cef9646f58728f6811185a4c35613dacdf6c98cf8965c88b3541d0288c47291e4300
13057+
checksum: 10/dbc2168a55d56771f4d581997be52bab5cbc09734fec976cfbaabd787e61fb4c6cf9125fd48c6f98054ce549c77ecedefc7f64252a830dd8e9c3381f61fbeb78
1305813058
languageName: node
1305913059
linkType: hard
1306013060

13061-
"typescript@patch:typescript@npm%3A^4.9.4#optional!builtin<compat/typescript>":
13062-
version: 4.9.5
13063-
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
13061+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
13062+
version: 5.8.2
13063+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=8c6c40"
1306413064
bin:
1306513065
tsc: bin/tsc
1306613066
tsserver: bin/tsserver
13067-
checksum: 10/5659316360b5cc2d6f5931b346401fa534107b68b60179cf14970e27978f0936c1d5c46f4b5b8175f8cba0430f522b3ce355b4b724c0ea36ce6c0347fab25afd
13067+
checksum: 10/6ae9b2c4d3254ec2eaee6f26ed997e19c02177a212422993209f81e87092b2bb0a4738085549c5b0164982a5609364c047c72aeb281f6c8d802cd0d1c6f0d353
1306813068
languageName: node
1306913069
linkType: hard
1307013070

examples/publish-ci/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jest-expo": "^49.0.0",
4040
"prettier": "^3.2.5",
4141
"ts-node": "^10.9.2",
42-
"typescript": "^5.1.3"
42+
"typescript": "^5.8.2"
4343
},
4444
"private": true
4545
}

examples/publish-ci/expo/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6055,7 +6055,7 @@ __metadata:
60556055
react-native: "npm:0.72.6"
60566056
react-redux: "npm:^9.0.4"
60576057
ts-node: "npm:^10.9.2"
6058-
typescript: "npm:^5.1.3"
6058+
typescript: "npm:^5.8.2"
60596059
languageName: unknown
60606060
linkType: soft
60616061

@@ -12200,23 +12200,23 @@ __metadata:
1220012200
languageName: node
1220112201
linkType: hard
1220212202

12203-
"typescript@npm:^5.1.3":
12204-
version: 5.3.3
12205-
resolution: "typescript@npm:5.3.3"
12203+
"typescript@npm:^5.8.2":
12204+
version: 5.8.2
12205+
resolution: "typescript@npm:5.8.2"
1220612206
bin:
1220712207
tsc: bin/tsc
1220812208
tsserver: bin/tsserver
12209-
checksum: 10/6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
12209+
checksum: 10/dbc2168a55d56771f4d581997be52bab5cbc09734fec976cfbaabd787e61fb4c6cf9125fd48c6f98054ce549c77ecedefc7f64252a830dd8e9c3381f61fbeb78
1221012210
languageName: node
1221112211
linkType: hard
1221212212

12213-
"typescript@patch:typescript@npm%3A^5.1.3#optional!builtin<compat/typescript>":
12214-
version: 5.3.3
12215-
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
12213+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
12214+
version: 5.8.2
12215+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=8c6c40"
1221612216
bin:
1221712217
tsc: bin/tsc
1221812218
tsserver: bin/tsserver
12219-
checksum: 10/c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
12219+
checksum: 10/6ae9b2c4d3254ec2eaee6f26ed997e19c02177a212422993209f81e87092b2bb0a4738085549c5b0164982a5609364c047c72aeb281f6c8d802cd0d1c6f0d353
1222012220
languageName: node
1222112221
linkType: hard
1222212222

examples/publish-ci/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"playwright": "^1.31.1",
3030
"prettier": "^3.2.5",
3131
"serve": "^14.2.0",
32-
"typescript": "^4.9.4"
32+
"typescript": "^5.8.2"
3333
},
3434
"msw": {
3535
"workerDirectory": "public"

examples/publish-ci/next/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@ __metadata:
31623162
react-dom: "npm:^18.2.0"
31633163
react-redux: "npm:^9.0.0-rc.0"
31643164
serve: "npm:^14.2.0"
3165-
typescript: "npm:^4.9.4"
3165+
typescript: "npm:^5.8.2"
31663166
languageName: unknown
31673167
linkType: soft
31683168

@@ -3566,23 +3566,23 @@ __metadata:
35663566
languageName: node
35673567
linkType: hard
35683568

3569-
"typescript@npm:^4.9.4":
3570-
version: 4.9.5
3571-
resolution: "typescript@npm:4.9.5"
3569+
"typescript@npm:^5.8.2":
3570+
version: 5.8.2
3571+
resolution: "typescript@npm:5.8.2"
35723572
bin:
35733573
tsc: bin/tsc
35743574
tsserver: bin/tsserver
3575-
checksum: 10/458f7220ab11e0fc191514cc41be1707645ec9a8c2d609448a448e18c522cef9646f58728f6811185a4c35613dacdf6c98cf8965c88b3541d0288c47291e4300
3575+
checksum: 10/dbc2168a55d56771f4d581997be52bab5cbc09734fec976cfbaabd787e61fb4c6cf9125fd48c6f98054ce549c77ecedefc7f64252a830dd8e9c3381f61fbeb78
35763576
languageName: node
35773577
linkType: hard
35783578

3579-
"typescript@patch:typescript@npm%3A^4.9.4#optional!builtin<compat/typescript>":
3580-
version: 4.9.5
3581-
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
3579+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
3580+
version: 5.8.2
3581+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=8c6c40"
35823582
bin:
35833583
tsc: bin/tsc
35843584
tsserver: bin/tsserver
3585-
checksum: 10/5659316360b5cc2d6f5931b346401fa534107b68b60179cf14970e27978f0936c1d5c46f4b5b8175f8cba0430f522b3ce355b4b724c0ea36ce6c0347fab25afd
3585+
checksum: 10/6ae9b2c4d3254ec2eaee6f26ed997e19c02177a212422993209f81e87092b2bb0a4738085549c5b0164982a5609364c047c72aeb281f6c8d802cd0d1c6f0d353
35863586
languageName: node
35873587
linkType: hard
35883588

0 commit comments

Comments
 (0)