Skip to content

Commit 5d82c30

Browse files
authored
Bump TypeScript to 5.8. (#5157)
1 parent 137e358 commit 5d82c30

File tree

68 files changed

+888
-941
lines changed

Some content is hidden

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

68 files changed

+888
-941
lines changed

apps/trace-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@rushstack/ts-command-line": "workspace:*",
2424
"resolve": "~1.22.1",
2525
"semver": "~7.5.4",
26-
"typescript": "~5.7.3"
26+
"typescript": "~5.8.2"
2727
},
2828
"devDependencies": {
2929
"@rushstack/heft": "workspace:*",

build-tests-samples/heft-node-basic-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/heft-jest": "1.0.1",
2020
"@types/node": "20.17.19",
2121
"eslint": "~8.57.0",
22-
"typescript": "~5.7.3"
22+
"typescript": "~5.8.2"
2323
}
2424
}

build-tests-samples/heft-node-jest-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/heft-jest": "1.0.1",
1919
"@types/node": "20.17.19",
2020
"eslint": "~8.57.0",
21-
"typescript": "~5.7.3"
21+
"typescript": "~5.8.2"
2222
}
2323
}

build-tests-samples/heft-serverless-stack-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"constructs": "~10.0.98",
3131
"eslint": "~8.57.0",
3232
"local-eslint-config": "workspace:*",
33-
"typescript": "~5.7.3"
33+
"typescript": "~5.8.2"
3434
}
3535
}

build-tests-samples/heft-storybook-react-tutorial-storykit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react": "~17.0.2",
3333
"style-loader": "~2.0.0",
3434
"terser-webpack-plugin": "~3.0.8",
35-
"typescript": "~5.7.3",
35+
"typescript": "~5.8.2",
3636
"webpack": "~4.47.0"
3737
}
3838
}

build-tests-samples/heft-storybook-react-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"html-webpack-plugin": "~4.5.2",
3939
"source-map-loader": "~1.1.3",
4040
"style-loader": "~2.0.0",
41-
"typescript": "~5.7.3",
41+
"typescript": "~5.8.2",
4242
"webpack": "~4.47.0"
4343
}
4444
}

build-tests-samples/heft-webpack-basic-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"html-webpack-plugin": "~5.5.0",
3131
"source-map-loader": "~3.0.1",
3232
"style-loader": "~3.3.1",
33-
"typescript": "~5.7.3",
33+
"typescript": "~5.8.2",
3434
"webpack": "~5.98.0"
3535
}
3636
}

build-tests-samples/packlets-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@rushstack/heft-typescript-plugin": "workspace:*",
1717
"@types/node": "20.17.19",
1818
"eslint": "~8.57.0",
19-
"typescript": "~5.7.3"
19+
"typescript": "~5.8.2"
2020
}
2121
}

build-tests-subspace/typescript-newest-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/heft": "workspace:*",
1515
"eslint": "~8.57.0",
1616
"local-node-rig": "workspace:*",
17-
"typescript": "~5.7.3"
17+
"typescript": "~5.8.2"
1818
},
1919
"dependenciesMeta": {
2020
"@rushstack/eslint-config": {

build-tests/eslint-7-11-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@typescript-eslint/parser": "~6.19.0",
1717
"eslint": "7.11.0",
1818
"local-node-rig": "workspace:*",
19-
"typescript": "~5.7.3"
19+
"typescript": "~5.8.2"
2020
}
2121
}

0 commit comments

Comments
 (0)