From a05f8607b81f71502fdc80b7189432c923098aaa Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Mon, 6 Apr 2026 12:26:27 -0500 Subject: [PATCH] docs: record lockfile outcome after axios removal Complete the axios-removal plan note that only transitive gaxios remains in lockfile and document policy decision for merge completion. --- docs/plans/axios-removal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plans/axios-removal.md b/docs/plans/axios-removal.md index d6adf72..14d55e3 100644 --- a/docs/plans/axios-removal.md +++ b/docs/plans/axios-removal.md @@ -30,6 +30,8 @@ testable HTTP layer instead of many ad hoc call-site rewrites. - execute `pnpm run netlify-build` ✅ - run live deploy verification (`apple-silicon-app-test` URLs) ✅ - confirm whether `pnpm-lock.yaml` changes are sufficient for your lockfile policy + - ✅ `package.json` no longer lists axios + - ✅ `pnpm-lock.yaml` still contains only transitive `gaxios` (Google API client dependency), no direct `axios` entry # Non-Goals