Skip to content

Commit d624fa3

Browse files
authored
Merge pull request #4882 from aryaemami59/chore/ts-5.8
chore: update TypeScript version to 5.8
2 parents d6f72d7 + 37caa51 commit d624fa3

File tree

43 files changed

+12905
-14117
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

+12905
-14117
lines changed

.github/workflows/tests.yml

+2-2
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

+1-1
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

+1-1
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

+168-197
Large diffs are not rendered by default.

examples/publish-ci/cra5/package.json

+1-1
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
}

0 commit comments

Comments
 (0)