diff --git a/apps/heft/package.json b/apps/heft/package.json index 9b2e390cee8..89dbbbac5e0 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -56,6 +56,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/watchpack": "2.4.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/apps/trace-import/package.json b/apps/trace-import/package.json index a55cc3445ff..561d0c52a8a 100644 --- a/apps/trace-import/package.json +++ b/apps/trace-import/package.json @@ -23,7 +23,7 @@ "colors": "~1.2.1", "resolve": "~1.22.1", "semver": "~7.5.4", - "typescript": "~5.0.4" + "typescript": "~5.3.3" }, "devDependencies": { "@rushstack/heft": "workspace:*", diff --git a/build-tests-samples/heft-node-basic-tutorial/package.json b/build-tests-samples/heft-node-basic-tutorial/package.json index d6c6be0ef0a..552bb4e9cae 100644 --- a/build-tests-samples/heft-node-basic-tutorial/package.json +++ b/build-tests-samples/heft-node-basic-tutorial/package.json @@ -19,6 +19,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests-samples/heft-node-jest-tutorial/package.json b/build-tests-samples/heft-node-jest-tutorial/package.json index 8c123b20bcc..d3fe2df3e56 100644 --- a/build-tests-samples/heft-node-jest-tutorial/package.json +++ b/build-tests-samples/heft-node-jest-tutorial/package.json @@ -18,6 +18,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests-samples/heft-serverless-stack-tutorial/package.json b/build-tests-samples/heft-serverless-stack-tutorial/package.json index 79bb55b55a9..67b21063365 100644 --- a/build-tests-samples/heft-serverless-stack-tutorial/package.json +++ b/build-tests-samples/heft-serverless-stack-tutorial/package.json @@ -28,6 +28,6 @@ "aws-cdk-lib": "2.7.0", "constructs": "~10.0.98", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json b/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json index b29db9a60af..804d5dd7973 100644 --- a/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json +++ b/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json @@ -32,7 +32,7 @@ "react": "~17.0.2", "style-loader": "~2.0.0", "terser-webpack-plugin": "~3.0.8", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~4.47.0" } } diff --git a/build-tests-samples/heft-storybook-react-tutorial/package.json b/build-tests-samples/heft-storybook-react-tutorial/package.json index 344eaecd4d7..610b2a22511 100644 --- a/build-tests-samples/heft-storybook-react-tutorial/package.json +++ b/build-tests-samples/heft-storybook-react-tutorial/package.json @@ -38,7 +38,7 @@ "html-webpack-plugin": "~4.5.2", "source-map-loader": "~1.1.3", "style-loader": "~2.0.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~4.47.0" } } diff --git a/build-tests-samples/heft-web-rig-app-tutorial/package.json b/build-tests-samples/heft-web-rig-app-tutorial/package.json index 47f333923e4..6f931a09356 100644 --- a/build-tests-samples/heft-web-rig-app-tutorial/package.json +++ b/build-tests-samples/heft-web-rig-app-tutorial/package.json @@ -22,6 +22,6 @@ "@types/react-dom": "17.0.25", "@types/react": "17.0.74", "@types/webpack-env": "1.18.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests-samples/heft-web-rig-library-tutorial/package.json b/build-tests-samples/heft-web-rig-library-tutorial/package.json index 35b6781c6b0..1d8e6fccce6 100644 --- a/build-tests-samples/heft-web-rig-library-tutorial/package.json +++ b/build-tests-samples/heft-web-rig-library-tutorial/package.json @@ -24,6 +24,6 @@ "@types/react-dom": "17.0.25", "@types/react": "17.0.74", "@types/webpack-env": "1.18.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests-samples/heft-webpack-basic-tutorial/package.json b/build-tests-samples/heft-webpack-basic-tutorial/package.json index fd36eb91c4d..d561bb27d0d 100644 --- a/build-tests-samples/heft-webpack-basic-tutorial/package.json +++ b/build-tests-samples/heft-webpack-basic-tutorial/package.json @@ -30,7 +30,7 @@ "html-webpack-plugin": "~5.5.0", "source-map-loader": "~3.0.1", "style-loader": "~3.3.1", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~5.82.1" } } diff --git a/build-tests-samples/packlets-tutorial/package.json b/build-tests-samples/packlets-tutorial/package.json index 7adda6714bf..6104c369cad 100644 --- a/build-tests-samples/packlets-tutorial/package.json +++ b/build-tests-samples/packlets-tutorial/package.json @@ -16,6 +16,6 @@ "@rushstack/heft-typescript-plugin": "workspace:*", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-documenter-scenarios/package.json b/build-tests/api-documenter-scenarios/package.json index aece3df85c9..f02593a01a9 100644 --- a/build-tests/api-documenter-scenarios/package.json +++ b/build-tests/api-documenter-scenarios/package.json @@ -16,6 +16,6 @@ "@types/jest": "29.2.5", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-documenter-test/package.json b/build-tests/api-documenter-test/package.json index 1dc46a1fea8..b50b5d41286 100644 --- a/build-tests/api-documenter-test/package.json +++ b/build-tests/api-documenter-test/package.json @@ -15,6 +15,6 @@ "@types/jest": "29.2.5", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-d-cts-test/package.json b/build-tests/api-extractor-d-cts-test/package.json index 21c255fed6a..e810db0b5cb 100644 --- a/build-tests/api-extractor-d-cts-test/package.json +++ b/build-tests/api-extractor-d-cts-test/package.json @@ -14,6 +14,6 @@ "@types/jest": "29.2.5", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-d-mts-test/package.json b/build-tests/api-extractor-d-mts-test/package.json index 2712f33f25d..1fc6576a84a 100644 --- a/build-tests/api-extractor-d-mts-test/package.json +++ b/build-tests/api-extractor-d-mts-test/package.json @@ -15,6 +15,6 @@ "@types/jest": "29.2.5", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-lib2-test/package.json b/build-tests/api-extractor-lib2-test/package.json index 2371552315a..c248e7bfa5e 100644 --- a/build-tests/api-extractor-lib2-test/package.json +++ b/build-tests/api-extractor-lib2-test/package.json @@ -14,6 +14,6 @@ "@types/jest": "29.2.5", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-lib3-test/package.json b/build-tests/api-extractor-lib3-test/package.json index 1a3254949e6..e95eeb2bccf 100644 --- a/build-tests/api-extractor-lib3-test/package.json +++ b/build-tests/api-extractor-lib3-test/package.json @@ -17,6 +17,6 @@ "@types/jest": "29.2.5", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-test-01/package.json b/build-tests/api-extractor-test-01/package.json index c2e8a01f27d..d23aa4c2efa 100644 --- a/build-tests/api-extractor-test-01/package.json +++ b/build-tests/api-extractor-test-01/package.json @@ -19,6 +19,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-test-02/package.json b/build-tests/api-extractor-test-02/package.json index bbfaa211eb3..b0a7c0cc03c 100644 --- a/build-tests/api-extractor-test-02/package.json +++ b/build-tests/api-extractor-test-02/package.json @@ -18,6 +18,6 @@ "@microsoft/api-extractor": "workspace:*", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-test-03/package.json b/build-tests/api-extractor-test-03/package.json index 5ab7ba87c49..ee16b6bd249 100644 --- a/build-tests/api-extractor-test-03/package.json +++ b/build-tests/api-extractor-test-03/package.json @@ -12,6 +12,6 @@ "@types/node": "18.17.15", "api-extractor-test-02": "workspace:*", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/api-extractor-test-04/package.json b/build-tests/api-extractor-test-04/package.json index 680dc57dd49..4059129e666 100644 --- a/build-tests/api-extractor-test-04/package.json +++ b/build-tests/api-extractor-test-04/package.json @@ -13,6 +13,6 @@ "@microsoft/api-extractor": "workspace:*", "api-extractor-lib1-test": "workspace:*", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/eslint-7-11-test/package.json b/build-tests/eslint-7-11-test/package.json index 9150afe4f8f..93573712d1a 100644 --- a/build-tests/eslint-7-11-test/package.json +++ b/build-tests/eslint-7-11-test/package.json @@ -15,6 +15,6 @@ "@types/node": "18.17.15", "@typescript-eslint/parser": "~5.59.2", "eslint": "7.11.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/eslint-7-7-test/package.json b/build-tests/eslint-7-7-test/package.json index 6fd949dc641..930ec82e1f0 100644 --- a/build-tests/eslint-7-7-test/package.json +++ b/build-tests/eslint-7-7-test/package.json @@ -15,6 +15,6 @@ "@types/node": "18.17.15", "@typescript-eslint/parser": "~5.59.2", "eslint": "7.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/eslint-7-test/package.json b/build-tests/eslint-7-test/package.json index 683070a3482..9297760b171 100644 --- a/build-tests/eslint-7-test/package.json +++ b/build-tests/eslint-7-test/package.json @@ -15,6 +15,6 @@ "@types/node": "18.17.15", "@typescript-eslint/parser": "~5.59.2", "eslint": "~7.30.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/eslint-8-test/package.json b/build-tests/eslint-8-test/package.json index e32bb25a935..68a3dedcd74 100644 --- a/build-tests/eslint-8-test/package.json +++ b/build-tests/eslint-8-test/package.json @@ -15,6 +15,6 @@ "@types/node": "18.17.15", "@typescript-eslint/parser": "~5.59.2", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/eslint-bulk-suppressions-test/package.json b/build-tests/eslint-bulk-suppressions-test/package.json index c213ca89213..5727dcaf1da 100644 --- a/build-tests/eslint-bulk-suppressions-test/package.json +++ b/build-tests/eslint-bulk-suppressions-test/package.json @@ -11,6 +11,6 @@ "local-node-rig": "workspace:*", "@typescript-eslint/parser": "~5.59.2", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/hashed-folder-copy-plugin-webpack5-test/package.json b/build-tests/hashed-folder-copy-plugin-webpack5-test/package.json index da11cfe36c7..013b1392022 100644 --- a/build-tests/hashed-folder-copy-plugin-webpack5-test/package.json +++ b/build-tests/hashed-folder-copy-plugin-webpack5-test/package.json @@ -16,7 +16,7 @@ "@rushstack/heft-webpack5-plugin": "workspace:*", "@types/webpack-env": "1.18.0", "html-webpack-plugin": "~5.5.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack-bundle-analyzer": "~4.5.0", "webpack": "~5.82.1" } diff --git a/build-tests/heft-example-plugin-01/package.json b/build-tests/heft-example-plugin-01/package.json index 15f5b4f5b6f..e467909f77a 100644 --- a/build-tests/heft-example-plugin-01/package.json +++ b/build-tests/heft-example-plugin-01/package.json @@ -21,6 +21,6 @@ "@types/node": "18.17.15", "@types/tapable": "1.0.6", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-example-plugin-02/package.json b/build-tests/heft-example-plugin-02/package.json index ed6eab52422..ee3296f8731 100644 --- a/build-tests/heft-example-plugin-02/package.json +++ b/build-tests/heft-example-plugin-02/package.json @@ -26,6 +26,6 @@ "@types/node": "18.17.15", "eslint": "~8.7.0", "heft-example-plugin-01": "workspace:*", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-fastify-test/package.json b/build-tests/heft-fastify-test/package.json index 650f66a50b9..36789e72569 100644 --- a/build-tests/heft-fastify-test/package.json +++ b/build-tests/heft-fastify-test/package.json @@ -19,7 +19,7 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" }, "dependencies": { "fastify": "~3.16.1" diff --git a/build-tests/heft-jest-preset-test/package.json b/build-tests/heft-jest-preset-test/package.json index aba6026338f..c06fab02829 100644 --- a/build-tests/heft-jest-preset-test/package.json +++ b/build-tests/heft-jest-preset-test/package.json @@ -18,6 +18,6 @@ "@rushstack/heft-typescript-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-jest-reporters-test/package.json b/build-tests/heft-jest-reporters-test/package.json index 7bd71e9389f..05574a886ed 100644 --- a/build-tests/heft-jest-reporters-test/package.json +++ b/build-tests/heft-jest-reporters-test/package.json @@ -19,6 +19,6 @@ "@rushstack/heft-typescript-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-minimal-rig-test/package.json b/build-tests/heft-minimal-rig-test/package.json index 59c07c47bea..5b4b0e7ee30 100644 --- a/build-tests/heft-minimal-rig-test/package.json +++ b/build-tests/heft-minimal-rig-test/package.json @@ -9,7 +9,7 @@ "_phase:build": "" }, "dependencies": { - "typescript": "~5.0.4", + "typescript": "~5.3.3", "@microsoft/api-extractor": "workspace:*", "@rushstack/heft-api-extractor-plugin": "workspace:*", "@rushstack/heft-jest-plugin": "workspace:*", diff --git a/build-tests/heft-node-everything-esm-module-test/package.json b/build-tests/heft-node-everything-esm-module-test/package.json index 93b2c812aca..2e93186ee40 100644 --- a/build-tests/heft-node-everything-esm-module-test/package.json +++ b/build-tests/heft-node-everything-esm-module-test/package.json @@ -26,6 +26,6 @@ "heft-example-plugin-02": "workspace:*", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-node-everything-test/package.json b/build-tests/heft-node-everything-test/package.json index 682d5438bf4..4da27b36d5f 100644 --- a/build-tests/heft-node-everything-test/package.json +++ b/build-tests/heft-node-everything-test/package.json @@ -25,6 +25,6 @@ "heft-example-plugin-02": "workspace:*", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-parameter-plugin-test/package.json b/build-tests/heft-parameter-plugin-test/package.json index e07306fda24..79eac7ab5c6 100644 --- a/build-tests/heft-parameter-plugin-test/package.json +++ b/build-tests/heft-parameter-plugin-test/package.json @@ -17,6 +17,6 @@ "@rushstack/node-core-library": "workspace:*", "@types/heft-jest": "1.0.1", "heft-parameter-plugin": "workspace:*", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-parameter-plugin/package.json b/build-tests/heft-parameter-plugin/package.json index 0704d209f2d..80ff3d48fc9 100644 --- a/build-tests/heft-parameter-plugin/package.json +++ b/build-tests/heft-parameter-plugin/package.json @@ -16,7 +16,7 @@ "@rushstack/heft-typescript-plugin": "workspace:*", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" }, "dependencies": { "@rushstack/node-core-library": "workspace:*" diff --git a/build-tests/heft-sass-test/package.json b/build-tests/heft-sass-test/package.json index eaad52457d6..7046eb87283 100644 --- a/build-tests/heft-sass-test/package.json +++ b/build-tests/heft-sass-test/package.json @@ -33,7 +33,7 @@ "sass-loader": "~10.0.0", "sass": "~1.3.0", "style-loader": "~2.0.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~4.47.0" }, "dependencies": { diff --git a/build-tests/heft-typescript-composite-test/package.json b/build-tests/heft-typescript-composite-test/package.json index bae3cae4c4f..da30ef2b6ba 100644 --- a/build-tests/heft-typescript-composite-test/package.json +++ b/build-tests/heft-typescript-composite-test/package.json @@ -21,6 +21,6 @@ "eslint": "~8.7.0", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/heft-webpack4-everything-test/package.json b/build-tests/heft-webpack4-everything-test/package.json index 87c726b1121..bb55664973f 100644 --- a/build-tests/heft-webpack4-everything-test/package.json +++ b/build-tests/heft-webpack4-everything-test/package.json @@ -23,7 +23,7 @@ "file-loader": "~6.0.0", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~4.47.0" } } diff --git a/build-tests/heft-webpack5-everything-test/package.json b/build-tests/heft-webpack5-everything-test/package.json index 3dfd2e0abb8..d52e46e9c62 100644 --- a/build-tests/heft-webpack5-everything-test/package.json +++ b/build-tests/heft-webpack5-everything-test/package.json @@ -25,7 +25,7 @@ "html-webpack-plugin": "~5.5.0", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~5.82.1" } } diff --git a/build-tests/install-test-workspace/workspace/rush-lib-test/package.json b/build-tests/install-test-workspace/workspace/rush-lib-test/package.json index 95cdda279ba..a82a7915eaa 100644 --- a/build-tests/install-test-workspace/workspace/rush-lib-test/package.json +++ b/build-tests/install-test-workspace/workspace/rush-lib-test/package.json @@ -15,6 +15,6 @@ "devDependencies": { "@types/node": "18.17.15", "rimraf": "^4.1.2", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/install-test-workspace/workspace/rush-sdk-test/package.json b/build-tests/install-test-workspace/workspace/rush-sdk-test/package.json index d053412a1db..7dd6f136f43 100644 --- a/build-tests/install-test-workspace/workspace/rush-sdk-test/package.json +++ b/build-tests/install-test-workspace/workspace/rush-sdk-test/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@microsoft/rush-lib": "*", "@types/node": "18.17.15", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "rimraf": "^4.1.2" } } diff --git a/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json index a6b90e45306..5d2fb6c25b8 100644 --- a/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json +++ b/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json @@ -13,7 +13,7 @@ "@rushstack/heft": "*", "@rushstack/heft-lint-plugin": "*", "@rushstack/heft-typescript-plugin": "*", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "tslint": "~5.20.1", "eslint": "~8.7.0" } diff --git a/build-tests/localization-plugin-test-01/package.json b/build-tests/localization-plugin-test-01/package.json index 60a2a9df255..74dfdf88d15 100644 --- a/build-tests/localization-plugin-test-01/package.json +++ b/build-tests/localization-plugin-test-01/package.json @@ -16,7 +16,7 @@ "@types/webpack-env": "1.18.0", "html-webpack-plugin": "~4.5.2", "ts-loader": "6.0.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~4.47.0", "webpack-bundle-analyzer": "~4.5.0", "webpack-cli": "~3.3.2", diff --git a/build-tests/localization-plugin-test-02/package.json b/build-tests/localization-plugin-test-02/package.json index 19a3ca045d3..d7534d114d2 100644 --- a/build-tests/localization-plugin-test-02/package.json +++ b/build-tests/localization-plugin-test-02/package.json @@ -18,7 +18,7 @@ "html-webpack-plugin": "~4.5.2", "lodash": "~4.17.15", "ts-loader": "6.0.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack-bundle-analyzer": "~4.5.0", "webpack-cli": "~3.3.2", "webpack-dev-server": "~4.9.3", diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index b6fa872c19e..f091fc855ba 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -16,7 +16,7 @@ "@types/webpack-env": "1.18.0", "html-webpack-plugin": "~4.5.2", "ts-loader": "6.0.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack-bundle-analyzer": "~4.5.0", "webpack-cli": "~3.3.2", "webpack-dev-server": "~4.9.3", diff --git a/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json b/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json index 9282f4ec7a6..2adc03732ac 100644 --- a/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json +++ b/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json @@ -17,7 +17,7 @@ "@rushstack/node-core-library": "workspace:*", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "http-proxy": "~1.18.1", "@types/http-proxy": "~1.17.8" } diff --git a/build-tests/rush-redis-cobuild-plugin-integration-test/package.json b/build-tests/rush-redis-cobuild-plugin-integration-test/package.json index cca0d5f16e9..fd6cee0b3c4 100644 --- a/build-tests/rush-redis-cobuild-plugin-integration-test/package.json +++ b/build-tests/rush-redis-cobuild-plugin-integration-test/package.json @@ -19,6 +19,6 @@ "@types/node": "18.17.15", "eslint": "~8.7.0", "http-proxy": "~1.18.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/build-tests/set-webpack-public-path-plugin-test/package.json b/build-tests/set-webpack-public-path-plugin-test/package.json index 908a1329fe3..4a84cde396a 100644 --- a/build-tests/set-webpack-public-path-plugin-test/package.json +++ b/build-tests/set-webpack-public-path-plugin-test/package.json @@ -19,7 +19,7 @@ "@types/webpack-env": "1.18.0", "eslint": "~8.7.0", "html-webpack-plugin": "~5.5.0", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "webpack": "~5.82.1" } } diff --git a/build-tests/ts-command-line-test/package.json b/build-tests/ts-command-line-test/package.json index d60aeefcd9b..84b14e9b8b3 100644 --- a/build-tests/ts-command-line-test/package.json +++ b/build-tests/ts-command-line-test/package.json @@ -12,6 +12,6 @@ "@rushstack/ts-command-line": "workspace:*", "@types/node": "18.17.15", "fs-extra": "~7.0.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/common/config/rush/common-versions.json b/common/config/rush/common-versions.json index 30e8b437449..883bdb1f3ca 100644 --- a/common/config/rush/common-versions.json +++ b/common/config/rush/common-versions.json @@ -29,7 +29,7 @@ // Preferring it avoids errors for indirect dependencies that request it as a peer dependency. // It's also the newest supported compiler, used by most build tests and used as the bundled compiler // engine for API Extractor. - "typescript": "~5.0.4", + "typescript": "~5.3.3", // Workaround for https://github.com/microsoft/rushstack/issues/1466 "eslint": "~8.7.0" diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index a3d174757b3..22a8d5b81e4 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -41,6 +41,6 @@ }, "devDependencies": { "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/eslint/eslint-patch/package.json b/eslint/eslint-patch/package.json index a355bed14b0..e9963f86d11 100644 --- a/eslint/eslint-patch/package.json +++ b/eslint/eslint-patch/package.json @@ -28,7 +28,7 @@ "@rushstack/heft": "0.62.0", "@rushstack/heft-node-rig": "2.3.2", "@types/node": "18.17.15", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "@typescript-eslint/types": "~5.59.2" } } diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index 362cc5cf6e6..da18986b83e 100644 --- a/eslint/eslint-plugin-packlets/package.json +++ b/eslint/eslint-plugin-packlets/package.json @@ -39,6 +39,6 @@ "@typescript-eslint/parser": "~5.59.2", "@typescript-eslint/typescript-estree": "~5.59.2", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index 4eb8c002680..cbdd6efef60 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -38,6 +38,6 @@ "@typescript-eslint/parser": "~5.59.2", "@typescript-eslint/typescript-estree": "~5.59.2", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index e0f090436c8..5f24f2c5ea9 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -42,6 +42,6 @@ "@typescript-eslint/parser": "~5.59.2", "@typescript-eslint/typescript-estree": "~5.59.2", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/eslint/local-eslint-config/package.json b/eslint/local-eslint-config/package.json index 38dd98e42b6..76ae8d39f41 100644 --- a/eslint/local-eslint-config/package.json +++ b/eslint/local-eslint-config/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" }, "dependencies": { "@typescript-eslint/parser": "~5.59.2", diff --git a/heft-plugins/heft-api-extractor-plugin/package.json b/heft-plugins/heft-api-extractor-plugin/package.json index 35ad71d0f73..050dfbb8458 100644 --- a/heft-plugins/heft-api-extractor-plugin/package.json +++ b/heft-plugins/heft-api-extractor-plugin/package.json @@ -30,6 +30,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/semver": "7.5.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json index baa897c81ba..a1a0e16fb81 100644 --- a/heft-plugins/heft-jest-plugin/package.json +++ b/heft-plugins/heft-jest-plugin/package.json @@ -51,6 +51,6 @@ "jest-environment-jsdom": "~29.5.0", "jest-environment-node": "~29.5.0", "jest-watch-select-projects": "2.0.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/heft-plugins/heft-lint-plugin/package.json b/heft-plugins/heft-lint-plugin/package.json index 06105639d85..e4270caca14 100644 --- a/heft-plugins/heft-lint-plugin/package.json +++ b/heft-plugins/heft-lint-plugin/package.json @@ -32,6 +32,6 @@ "@types/semver": "7.5.0", "eslint": "~8.7.0", "tslint": "~5.20.1", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/heft-plugins/heft-typescript-plugin/package.json b/heft-plugins/heft-typescript-plugin/package.json index 9057e9b5c72..6dd6a42ebf2 100644 --- a/heft-plugins/heft-typescript-plugin/package.json +++ b/heft-plugins/heft-typescript-plugin/package.json @@ -32,6 +32,6 @@ "@rushstack/heft-node-rig": "2.3.2", "@types/node": "18.17.15", "@types/semver": "7.5.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/libraries/rush-lib/src/logic/pnpm/test/repo/apps/foo/package.json b/libraries/rush-lib/src/logic/pnpm/test/repo/apps/foo/package.json index 7f2663a0bd7..6049c813844 100644 --- a/libraries/rush-lib/src/logic/pnpm/test/repo/apps/foo/package.json +++ b/libraries/rush-lib/src/logic/pnpm/test/repo/apps/foo/package.json @@ -5,6 +5,6 @@ "tslib": "~2.3.1" }, "devDependencies": { - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/libraries/tree-pattern/package.json b/libraries/tree-pattern/package.json index 37250195d29..8551840cd5a 100644 --- a/libraries/tree-pattern/package.json +++ b/libraries/tree-pattern/package.json @@ -22,6 +22,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "eslint": "~8.7.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/rigs/heft-node-rig/package.json b/rigs/heft-node-rig/package.json index 09904c06031..ab0c2ac587c 100644 --- a/rigs/heft-node-rig/package.json +++ b/rigs/heft-node-rig/package.json @@ -25,7 +25,7 @@ "@types/heft-jest": "1.0.1", "eslint": "~8.7.0", "jest-environment-node": "~29.5.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" }, "devDependencies": { "@rushstack/heft": "workspace:*" diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index 36aa93aa786..d7d84e5aa0b 100644 --- a/rigs/heft-web-rig/package.json +++ b/rigs/heft-web-rig/package.json @@ -39,7 +39,7 @@ "source-map-loader": "~3.0.1", "style-loader": "~3.3.1", "terser-webpack-plugin": "~5.3.1", - "typescript": "~5.0.4", + "typescript": "~5.3.3", "url-loader": "~4.1.1", "webpack-bundle-analyzer": "~4.5.0", "webpack-merge": "~5.8.0", diff --git a/rigs/local-node-rig/package.json b/rigs/local-node-rig/package.json index da4f4ffe232..6722be1c046 100644 --- a/rigs/local-node-rig/package.json +++ b/rigs/local-node-rig/package.json @@ -17,6 +17,6 @@ "local-eslint-config": "workspace:*", "eslint": "~8.7.0", "jest-junit": "12.3.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } } diff --git a/rigs/local-web-rig/package.json b/rigs/local-web-rig/package.json index 6916a413576..3b1267c2f20 100644 --- a/rigs/local-web-rig/package.json +++ b/rigs/local-web-rig/package.json @@ -17,6 +17,6 @@ "local-eslint-config": "workspace:*", "eslint": "~8.7.0", "jest-junit": "12.3.0", - "typescript": "~5.0.4" + "typescript": "~5.3.3" } }