fix(ci): refresh lockfile for the new shared-auth lib #207

Merged
julien merged 1 commits from fix/ci-lockfile-shared-auth into main 2026-05-23 21:22:00 +02:00

1 Commits

Author SHA1 Message Date
Julien Gautier 82467966e1 fix(ci): refresh lockfile for the new shared-auth lib
CI / commits (pull_request) Successful in 2m59s
CI / a11y (pull_request) Successful in 2m2s
Docs site / build (pull_request) Successful in 4m33s
CI / perf (pull_request) Successful in 8m34s
CI / scan (pull_request) Failing after 3m17s
CI / check (pull_request) Failing after 4m0s
ADR-0025's auth-catalogue skeleton (#206) added libs/shared/auth/
with three dev deps (tslib, vitest, @nx/vite) but did not refresh
pnpm-lock.yaml, so the post-merge `pnpm install --frozen-lockfile`
in CI fails with ERR_PNPM_OUTDATED_LOCKFILE.

Re-running `pnpm install` adds the missing importer block for the
new lib; no other dep change.
2026-05-23 21:18:21 +02:00