Skip to content

chore(deps): update dependency typescript to v7 #16758

chore(deps): update dependency typescript to v7

chore(deps): update dependency typescript to v7 #16758

Triggered via push July 26, 2026 16:50
Status Failure
Total duration 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci: src/services/exchange-producer.ts#L10
Property '$channel' has no initializer and is not definitely assigned in the constructor.
ci: src/services/consumer.ts#L75
Object is possibly 'undefined'.
ci: src/services/consumer.ts#L74
Object is possibly 'undefined'.
ci: src/services/consumer.ts#L62
'message.properties.headers' is possibly 'undefined'.
ci: src/services/consumer.ts#L61
Object is possibly 'undefined'.
ci: src/services/consumer.ts#L8
Property '$handler' has no initializer and is not definitely assigned in the constructor.
ci: src/services/consumer.ts#L7
Property '$channel' has no initializer and is not definitely assigned in the constructor.
ci: src/amqp.module.ts#L36
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
ci: src/amqp.module.ts#L26
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
ci: src/amqp.container.ts#L35
Argument of type 'Promise<unknown>' is not assignable to parameter of type 'never'.
ci
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/