From 32fd9552f1fca18d107d38ad52c8c325051c9e9f Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 29 Mar 2022 12:01:17 -0700 Subject: [PATCH 1/4] gcb-typescript: remove rushstack compiler 3.2 dep --- core-build/gulp-core-build-typescript/src/RSCTask.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-build/gulp-core-build-typescript/src/RSCTask.ts b/core-build/gulp-core-build-typescript/src/RSCTask.ts index 4541481..63998f3 100644 --- a/core-build/gulp-core-build-typescript/src/RSCTask.ts +++ b/core-build/gulp-core-build-typescript/src/RSCTask.ts @@ -60,7 +60,7 @@ export abstract class RSCTask extends GulpTa 'Unable to resolve rush-stack-compiler from tsconfig.json. Using built-in compiler' ); const builtInCompilerPath: string | undefined = RSCTask._packageJsonLookup.tryGetPackageFolderFor( - require.resolve('@microsoft/rush-stack-compiler-3.2') + require.resolve('@microsoft/rush-stack-compiler-4.5') ); if (!builtInCompilerPath) { throw new Error( From 097f32aa5903e55c76c30f36d8b1f0eec7fd965b Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 29 Mar 2022 17:13:25 -0700 Subject: [PATCH 2/4] rush change --- .../gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json diff --git a/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json b/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json new file mode 100644 index 0000000..e880606 --- /dev/null +++ b/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@microsoft/gulp-core-build-typescript", + "comment": "removing inline dependency on rushstack compiler v3.2", + "type": "patch" + } + ], + "packageName": "@microsoft/gulp-core-build-typescript", + "email": "=" +} \ No newline at end of file From 82fab4490e6c99b418015563e97c74bb894ce1a8 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 29 Mar 2022 17:14:53 -0700 Subject: [PATCH 3/4] Rush update. --- .../gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json b/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json index e880606..61cbc33 100644 --- a/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json +++ b/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json @@ -2,7 +2,7 @@ "changes": [ { "packageName": "@microsoft/gulp-core-build-typescript", - "comment": "removing inline dependency on rushstack compiler v3.2", + "comment": "Update a dependency on RSC-3.2 to point to RSC-4.5.", "type": "patch" } ], From bd75ab6915f8b54fd161e4547ae65790f19e7815 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 29 Mar 2022 17:14:55 -0700 Subject: [PATCH 4/4] correct email in rush change --- .../gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json b/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json index e880606..9ad70c3 100644 --- a/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json +++ b/common/changes/@microsoft/gulp-core-build-typescript/gcb-ts-remove-rushstach-3.2_2022-03-30-00-13.json @@ -7,5 +7,5 @@ } ], "packageName": "@microsoft/gulp-core-build-typescript", - "email": "=" + "email": "aterentiev@microsoft.com" } \ No newline at end of file