fix(deps): update all non-major dependencies (patch) #369
Annotations
1 error and 8 warnings
test (20.x)
Process completed with exit code 1.
|
test (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/[email protected], actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (20.x):
apps/core/src/processors/gateway/base.gateway.ts#L37
'event' is defined but never used. Allowed unused args must match /^_/u
|
test (20.x):
apps/core/src/processors/gateway/base.gateway.ts#L37
'data' is defined but never used. Allowed unused args must match /^_/u
|
test (20.x):
apps/core/src/processors/gateway/shared/auth.gateway.ts#L131
'event' is defined but never used. Allowed unused args must match /^_/u
|
test (20.x):
apps/core/src/processors/gateway/shared/auth.gateway.ts#L131
'data' is defined but never used. Allowed unused args must match /^_/u
|
test (20.x):
apps/core/src/processors/gateway/web/events.gateway.ts#L81
'event' is defined but never used. Allowed unused args must match /^_/u
|
test (20.x):
apps/core/src/processors/gateway/web/events.gateway.ts#L81
'data' is defined but never used. Allowed unused args must match /^_/u
|
test (20.x):
apps/core/src/shared/utils/machine.util.ts#L79
'stderr' is defined but never used. Allowed unused args must match /^_/u
|