From 6e71442f5a0a360a16899aabea28c2a6c91ae6ee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 20:57:25 +0000 Subject: [PATCH 1/2] Initial plan From 479f5aa55649f475c61015134d8cf91f945939f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 21:02:06 +0000 Subject: [PATCH 2/2] Move pnpm.overrides from package.json to pnpm-workspace.yaml Co-authored-by: jeremymeng <7583839+jeremymeng@users.noreply.github.com> --- package.json | 5 ----- pnpm-workspace.yaml | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bd517e84cb5..539a8bea3b56 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,5 @@ "engines": { "node": ">=20", "pnpm": ">=10.33.0" - }, - "pnpm": { - "overrides": { - "@azure/core-rest-pipeline": "link:sdk/core/core-rest-pipeline" - } } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index baa50884b96d..b4594a90c6a1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -54,6 +54,9 @@ catalogs: react-native: ^0.84.1 vitest: ^4.1.2 +overrides: + '@azure/core-rest-pipeline': 'link:sdk/core/core-rest-pipeline' + linkWorkspacePackages: true # Ensure lockfile includes optional dependencies for all CI and development platforms