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.
This commit is contained in:
Julien Gautier
2026-05-23 21:18:21 +02:00
parent 273d96551f
commit 82467966e1
+12
View File
@@ -436,6 +436,18 @@ importers:
specifier: ^1.13.0
version: 1.13.1(encoding@0.1.13)
libs/shared/auth:
dependencies:
'@nx/vite':
specifier: ^22.7.1
version: 22.7.2(@babel/traverse@7.29.0)(@nx/eslint@22.7.2(dc94736b9c126cd7ba4c4ec00a9ef9a5))(@swc-node/register@1.11.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@swc/core@1.15.40(@swc/helpers@0.5.21))(@swc/types@0.1.26)(typescript@5.9.3))(@swc/core@1.15.40(@swc/helpers@0.5.21))(debug@4.4.3)(nx@22.7.2(@swc-node/register@1.11.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@swc/core@1.15.40(@swc/helpers@0.5.21))(@swc/types@0.1.26)(typescript@5.9.3))(@swc/core@1.15.40(@swc/helpers@0.5.21))(debug@4.4.3))(typescript@5.9.3)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.99.0)(sass@1.99.0)(terser@5.47.1)(yaml@2.9.0))(vitest@4.1.6)
tslib:
specifier: ^2.3.0
version: 2.8.1
vitest:
specifier: ^4.0.8
version: 4.1.6(@opentelemetry/api@1.9.1)(@types/node@24.12.4)(@vitest/coverage-v8@4.1.6)(@vitest/ui@4.1.6)(jsdom@29.1.1)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.99.0)(sass@1.99.0)(terser@5.47.1)(yaml@2.9.0))
libs/shared/tokens:
dependencies:
'@nx/vite':