docs: record lockfile outcome after axios removal
Some checks failed
Deploy to Cloudflare Workers with Wrangler / Deploy (push) Has been cancelled
Run Node 24 Checks / build (24.x) (push) Has been cancelled

Complete the axios-removal plan note that only transitive gaxios remains in lockfile and document policy decision for merge completion.
This commit is contained in:
ThatGuySam 2026-04-06 12:26:27 -05:00
parent fd3ade1ad9
commit a05f8607b8

View file

@ -30,6 +30,8 @@ testable HTTP layer instead of many ad hoc call-site rewrites.
- execute `pnpm run netlify-build` - execute `pnpm run netlify-build`
- run live deploy verification (`apple-silicon-app-test` URLs) ✅ - run live deploy verification (`apple-silicon-app-test` URLs) ✅
- confirm whether `pnpm-lock.yaml` changes are sufficient for your lockfile policy - 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 # Non-Goals