Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"resolve": "~1.22.1",
"semver": "~7.5.4",
"source-map": "~0.6.1",
"typescript": "5.8.2"
"typescript": "5.9.3"
},
"devDependencies": {
"@rushstack/heft": "1.1.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/lockfile-explorer-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@types/react-dom": "19.2.3",
"eslint": "~9.37.0",
"local-web-rig": "workspace:*",
"typescript": "5.8.2"
"typescript": "5.9.3"
}
}
2 changes: 1 addition & 1 deletion apps/rush-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@rushstack/heft": "workspace:*",
"eslint": "~9.37.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"@types/node": "20.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/trace-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rushstack/ts-command-line": "workspace:*",
"resolve": "~1.22.1",
"semver": "~7.5.4",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/zipsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@rushstack/terminal": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"@rushstack/lookup-by-path": "workspace:*"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests-samples/heft-node-jest-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"constructs": "~10.0.98",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "~17.0.2",
"style-loader": "~2.0.0",
"terser-webpack-plugin": "~3.0.8",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~4.47.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"local-eslint-config": "workspace:*",
"source-map-loader": "~1.1.3",
"style-loader": "~2.0.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~4.47.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "~19.2.3",
"style-loader": "~2.0.0",
"terser-webpack-plugin": "~3.0.8",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~5.103.0",
"storybook": "~9.1.6",
"@testing-library/dom": "~7.21.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"local-eslint-config": "workspace:*",
"source-map-loader": "~1.1.3",
"style-loader": "~2.0.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~5.103.0",
"storybook": "~9.1.6",
"@testing-library/dom": "~7.21.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"local-eslint-config": "workspace:*",
"source-map-loader": "~3.0.1",
"style-loader": "~3.3.1",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~5.103.0"
}
}
2 changes: 1 addition & 1 deletion build-tests-samples/packlets-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/node": "20.17.19",
"eslint": "~8.57.0",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests-subspace/typescript-newest-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@rushstack/heft": "workspace:*",
"eslint": "~9.25.1",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
},
"dependenciesMeta": {
"@rushstack/heft": {
Expand Down
2 changes: 1 addition & 1 deletion build-tests/eslint-7-11-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@typescript-eslint/parser": "~6.19.0",
"eslint": "7.11.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/eslint-7-7-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@typescript-eslint/parser": "~6.19.0",
"eslint": "7.7.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/eslint-7-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@typescript-eslint/parser": "~6.19.0",
"eslint": "~7.30.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/eslint-8-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@typescript-eslint/parser": "~8.46.0",
"eslint": "~8.57.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/eslint-9-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/node": "20.17.19",
"@typescript-eslint/parser": "~8.46.0",
"eslint": "~9.37.0",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@typescript-eslint/parser": "~8.46.0",
"eslint": "~9.37.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"eslint-8.23": "npm:[email protected]",
"eslint-oldest": "npm:[email protected]",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/eslint-bulk-suppressions-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@typescript-eslint/parser": "~8.46.0",
"eslint": "~8.57.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@types/webpack-env": "1.18.8",
"html-webpack-plugin": "~5.5.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack-bundle-analyzer": "~4.5.0",
"webpack": "~5.103.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-example-lifecycle-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-example-plugin-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/tapable": "1.0.6",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-example-plugin-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint": "~9.37.0",
"heft-example-plugin-01": "workspace:*",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-fastify-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
},
"dependencies": {
"fastify": "~3.16.1"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-jest-preset-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/heft-jest": "1.0.1",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-jest-reporters-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-minimal-rig-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"_phase:build": ""
},
"dependencies": {
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"@microsoft/api-extractor": "workspace:*",
"@rushstack/heft-api-extractor-plugin": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"heft-example-plugin-02": "workspace:*",
"local-eslint-config": "workspace:*",
"tslint": "~5.20.1",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-node-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"heft-example-plugin-02": "workspace:*",
"local-eslint-config": "workspace:*",
"tslint": "~5.20.1",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-parameter-plugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"heft-parameter-plugin": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-parameter-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-rspack-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"@rspack/core": "~1.6.0-beta.0"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-sass-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "~19.2.3",
"react": "~19.2.3",
"style-loader": "~2.0.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~4.47.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-swc-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/webpack-env": "1.18.8",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-typescript-composite-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*",
"tslint": "~5.20.1",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}
1 change: 1 addition & 0 deletions build-tests/heft-typescript-v3-test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": true,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seemed like the least invasive way to resolve the build issue related to api-extractor. If there's a better way, let me know!


"forceConsistentCasingInFileNames": true,
"jsx": "react",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-webpack4-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"local-eslint-config": "workspace:*",
"source-map-loader": "~1.1.3",
"tslint": "~5.20.1",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~4.47.0"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-webpack5-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"local-eslint-config": "workspace:*",
"source-map-loader": "~3.0.1",
"tslint": "~5.20.1",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~5.103.0"
}
}
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"html-webpack-plugin": "~4.5.2",
"local-node-rig": "workspace:*",
"ts-loader": "6.0.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~4.47.0",
"webpack-bundle-analyzer": "~4.5.0",
"webpack-dev-server": "~4.9.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/webpack-env": "1.18.8",
"eslint": "~8.57.0",
"html-webpack-plugin": "~5.5.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~5.103.0"
}
}
2 changes: 1 addition & 1 deletion build-tests/webpack-local-version-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/webpack-env": "1.18.8",
"eslint": "~9.25.1",
"html-webpack-plugin": "~5.5.0",
"typescript": "~5.8.2",
"typescript": "~5.9.3",
"webpack": "~5.103.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/api-extractor",
"comment": "Upgrade the bundled compiler engine to TypeScript 5.9.3",
"type": "minor"
}
],
"packageName": "@microsoft/api-extractor"
}
Loading