chore(deps): autoupdate (needs claude fix)#18
Conversation
firebase-admin@14 removed `credential` namespace and `apps` array from the root package. Replace them with compatibility shims: `credential.cert` maps to `cert` from `firebase-admin/app`, and `apps.length` calls `getApps().length` from the same subpackage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Auto-update fix statusCommands that failed initially:
Root cause: Changes made:
Commit pushed: |
|
@claude check tests |
|
Claude finished @siarheidudko's task in 4m 22s —— View job Test Check Complete ✓
What was found: The CI logs showed all 3 integration test files crashing at module load with Changes made in
|
Replace removed firebase-admin root-level APIs in test files: - admin.apps → admin.getApps() - admin.credential.cert → admin.cert - app.firestore/auth/storage() → getFirestore/getAuth/getStorage(app) - admin.firestore.FieldValue/Timestamp/GeoPoint → direct imports Co-authored-by: Siarhei Dudko <siarheidudko@users.noreply.github.com>
The dependency autoupdater failed during
builds-and-checks.Run log: https://github.com/siarheidudko/firebase-engine/actions/runs/27852732755
A Claude session has been dispatched to push fixes onto this branch
so the following commands all exit 0:
Claude will leave a status comment on this PR when it finishes.
PR-checks will re-run on each new commit.