Skip to content

chore(deps): update non-major-devdependencies - autoclosed #1532

chore(deps): update non-major-devdependencies - autoclosed

chore(deps): update non-major-devdependencies - autoclosed #1532

Triggered via pull request January 23, 2026 18:02
Status Failure
Total duration 2m 40s
Artifacts

main.yml

on: pull_request
documentation
18s
documentation
Build, lint and test
37s
Build, lint and test
E2e tests
2m 35s
E2e tests
All required checks passed
All required checks passed
Tag and release
Tag and release
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Build, lint and test
Process completed with exit code 1.
Build, lint and test: packages/signed-api/src/server.ts#L88
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Build, lint and test: packages/signed-api/src/server.ts#L86
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Build, lint and test: packages/signed-api/src/in-memory-cache.ts#L96
Prefer `=== -1` over `< 0` to check non-existence