From f17d7875cc69fd039c0330d5d6c45a7cf0157ac4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:33:28 +0000 Subject: [PATCH 1/3] Initial plan From 3416d6d712ddbb3b31f2440f5b64946d5aa3a638 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:35:21 +0000 Subject: [PATCH 2/3] Remove unused @rushstack/rush-sdk dependency from heft-webpack5-everything-test and heft-rspack-everything-test Co-authored-by: dmichon-msft <26827560+dmichon-msft@users.noreply.github.com> --- build-tests/heft-rspack-everything-test/package.json | 1 - build-tests/heft-webpack5-everything-test/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/build-tests/heft-rspack-everything-test/package.json b/build-tests/heft-rspack-everything-test/package.json index 9ef1796e97..396262f6ec 100644 --- a/build-tests/heft-rspack-everything-test/package.json +++ b/build-tests/heft-rspack-everything-test/package.json @@ -19,7 +19,6 @@ "@rushstack/heft-rspack-plugin": "workspace:*", "@rushstack/heft": "workspace:*", "@rushstack/node-core-library": "workspace:*", - "@rushstack/rush-sdk": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "20.17.19", "eslint": "~9.37.0", diff --git a/build-tests/heft-webpack5-everything-test/package.json b/build-tests/heft-webpack5-everything-test/package.json index 3e891b7778..62d7d7caea 100644 --- a/build-tests/heft-webpack5-everything-test/package.json +++ b/build-tests/heft-webpack5-everything-test/package.json @@ -21,7 +21,6 @@ "@rushstack/heft": "workspace:*", "@rushstack/module-minifier": "workspace:*", "@rushstack/node-core-library": "workspace:*", - "@rushstack/rush-sdk": "workspace:*", "@rushstack/webpack5-module-minifier-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "20.17.19", From 3bc8b9f81253a8c3ec6b319792248254743f6486 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:42:18 +0000 Subject: [PATCH 3/3] Run rush update to remove @rushstack/rush-sdk from lockfile Co-authored-by: dmichon-msft <26827560+dmichon-msft@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/8574897c-7655-4e45-91b3-83bbf04e4d30 --- common/config/subspaces/default/pnpm-lock.yaml | 8 +------- common/config/subspaces/default/repo-state.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/common/config/subspaces/default/pnpm-lock.yaml b/common/config/subspaces/default/pnpm-lock.yaml index dd1378b412..25c8422be4 100644 --- a/common/config/subspaces/default/pnpm-lock.yaml +++ b/common/config/subspaces/default/pnpm-lock.yaml @@ -2116,9 +2116,6 @@ importers: '@rushstack/node-core-library': specifier: workspace:* version: link:../../libraries/node-core-library - '@rushstack/rush-sdk': - specifier: workspace:* - version: link:../../libraries/rush-sdk '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -2498,9 +2495,6 @@ importers: '@rushstack/node-core-library': specifier: workspace:* version: link:../../libraries/node-core-library - '@rushstack/rush-sdk': - specifier: workspace:* - version: link:../../libraries/rush-sdk '@rushstack/webpack5-module-minifier-plugin': specifier: workspace:* version: link:../../webpack/webpack5-module-minifier-plugin @@ -30172,7 +30166,7 @@ snapshots: eslint@8.57.1: dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.37.0) '@eslint-community/regexpp': 4.12.2 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.57.1 diff --git a/common/config/subspaces/default/repo-state.json b/common/config/subspaces/default/repo-state.json index 19c5e725c7..0d71dba8e6 100644 --- a/common/config/subspaces/default/repo-state.json +++ b/common/config/subspaces/default/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "8cea08431b1a848463c751666dcd35e9533ea73d", + "pnpmShrinkwrapHash": "2b85022251c6fce588d1e3ff2fa46c795359ab91", "preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c" }