From dd4b282ec65434ec51765864c43c44f1b398f04c Mon Sep 17 00:00:00 2001 From: Santiago Quiroga Date: Tue, 10 Mar 2026 13:36:19 -0700 Subject: [PATCH 1/2] fix(gaxios): add undici-types as a direct dependency --- packages/gaxios/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/gaxios/package.json b/packages/gaxios/package.json index 6af4838ef..a06e5f4e8 100644 --- a/packages/gaxios/package.json +++ b/packages/gaxios/package.json @@ -101,7 +101,8 @@ "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", - "node-fetch": "^3.3.2" + "node-fetch": "^3.3.2", + "undici-types": "^7.22.0" }, "homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/gaxios" } From 120d29810fea8b1e65a8fb7b8565993394bad35e Mon Sep 17 00:00:00 2001 From: Santiago Quiroga Date: Wed, 11 Mar 2026 09:30:12 -0700 Subject: [PATCH 2/2] chore: fix syncpack CI by using local dependency instead of latest global --- .github/workflows/syncpack.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/syncpack.yaml b/.github/workflows/syncpack.yaml index 9160d2b82..c561dbc6a 100644 --- a/.github/workflows/syncpack.yaml +++ b/.github/workflows/syncpack.yaml @@ -15,5 +15,4 @@ jobs: with: node-version: 18 - run: npm install - - run: npm install -g syncpack - - run: syncpack list-mismatches + - run: npx syncpack list-mismatches