Skip to content

New subscription-based adapters #18698

New subscription-based adapters

New subscription-based adapters #18698

Triggered via pull request May 22, 2024 11:32
Status Failure
Total duration 1m 28s
Artifacts

lint.yml

on: pull_request
Lint and auto-fix
1m 21s
Lint and auto-fix
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L16
'../../unstable-core-do-not-import/http/types' import is restricted from being used by a pattern. Use e.g. `../@trpc/server/http` instead - avoiding importing core helps us ensure third party adapters can be made
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L17
'../../unstable-core-do-not-import/rpc' import is restricted from being used by a pattern. Use e.g. `../@trpc/server/http` instead - avoiding importing core helps us ensure third party adapters can be made
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L24
'../../unstable-core-do-not-import/rpc' import is restricted from being used by a pattern. Use e.g. `../@trpc/server/http` instead - avoiding importing core helps us ensure third party adapters can be made
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L25
'../../unstable-core-do-not-import/types' import is restricted from being used by a pattern. Use e.g. `../@trpc/server/http` instead - avoiding importing core helps us ensure third party adapters can be made
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L98
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L218
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L311
Type Parameter name `T` must match the RegExp: /^(T|\$)[A-Z][a-zA-Z]+[0-9]*$/u
Lint and auto-fix: packages/server/src/adapters/subscribable/base.ts#L364
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint and auto-fix
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.