Skip to content

Commit ef39dbd

Browse files
authored
Bump TypeScript to 5.7.3 (#5117)
* Bump TypeScript and the @typescript-eslint/* dependencies. * fixup! Bump TypeScript and the @typescript-eslint/* dependencies. * Fix build issues. * fixup! Fix build issues. * fixup! Fix build issues. * Update the Heft TypeScript plugin to support TypeScript 5.7. * fixup! Fix build issues. * fixup! Fix build issues. * Fix up API reports and rollups. * fixup! Fix build issues. * fixup! Fix build issues. * Rush update. * fixup! Bump TypeScript and the @typescript-eslint/* dependencies. * fixup! Bump TypeScript and the @typescript-eslint/* dependencies. * Include missing changefiles. * Remove some unnecessary dependencies.
1 parent 0f11a06 commit ef39dbd

File tree

134 files changed

+1604
-839
lines changed

Some content is hidden

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

134 files changed

+1604
-839
lines changed

apps/cpu-profile-summarizer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"@rushstack/heft": "workspace:*",
26-
"local-node-rig": "workspace:*",
27-
"typescript": "~5.4.2"
26+
"local-node-rig": "workspace:*"
2827
}
2928
}

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"@types/heft-jest": "1.0.1",
5656
"@types/node": "20.17.19",
5757
"@types/watchpack": "2.4.0",
58-
"typescript": "~5.4.2"
58+
"typescript": "~5.7.3"
5959
}
6060
}

apps/heft/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
22
// See LICENSE in the project root for license information.
33

4+
/// <reference types="node" preserve="true" />
5+
46
/**
57
* Heft is a config-driven toolchain that invokes other popular tools such
68
* as TypeScript, ESLint, Jest, Webpack, and API Extractor. You can use it to build

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.4.2"
26+
"typescript": "~5.7.3"
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.4.2"
22+
"typescript": "~5.7.3"
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.4.2"
21+
"typescript": "~5.7.3"
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.4.2"
33+
"typescript": "~5.7.3"
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.4.2",
35+
"typescript": "~5.7.3",
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.4.2",
41+
"typescript": "~5.7.3",
4242
"webpack": "~4.47.0"
4343
}
4444
}

build-tests-samples/heft-web-rig-app-tutorial/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@rushstack/heft": "workspace:*",
2222
"@types/react-dom": "17.0.25",
2323
"@types/react": "17.0.74",
24-
"@types/webpack-env": "1.18.8",
25-
"typescript": "~5.4.2"
24+
"@types/webpack-env": "1.18.8"
2625
}
2726
}

0 commit comments

Comments
 (0)