Skip to content

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

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

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

Triggered via pull request January 22, 2026 01:47
Status Failure
Total duration 2m 39s
Artifacts

main.yml

on: pull_request
documentation
18s
documentation
Build, lint and test
39s
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