Skip to content

refactor: async room get #1734

refactor: async room get

refactor: async room get #1734

Triggered via pull request November 8, 2024 13:41
Status Failure
Total duration 1m 16s
Artifacts

dev.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 14 warnings
test-typescript: test/core/messages.integration.test.ts#L1
Property 'attach' does not exist on type 'Promise<Room>'.
test-typescript: test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
test-typescript: test/core/messages.integration.test.ts#L1
Parameter 'messageEvent' implicitly has an 'any' type.
test-typescript: test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
test-typescript: test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
test-typescript: test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
test-typescript: test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
test-typescript: test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
test-typescript: test/react/hooks/use-messages.integration.test.tsx#L1
Property 'attach' does not exist on type 'Promise<Room>'.
test-typescript: test/react/hooks/use-messages.integration.test.tsx#L1
Property 'messages' does not exist on type 'Promise<Room>'.
lint: test/core/messages.integration.test.ts#L90
Unsafe call of a(n) `error` type typed value
lint: test/core/messages.integration.test.ts#L95
Unsafe call of a(n) `error` type typed value
lint: test/core/messages.integration.test.ts#L95
Unsafe member access .subscribe on an `error` typed value
lint: test/core/messages.integration.test.ts#L96
Unsafe member access .type on an `any` value
lint: test/core/messages.integration.test.ts#L98
Unsafe argument of type `any` assigned to a parameter of type `Message`
lint: test/core/messages.integration.test.ts#L98
Unsafe member access .message on an `any` value
lint: test/core/messages.integration.test.ts#L102
Unsafe argument of type `any` assigned to a parameter of type `Message`
lint: test/core/messages.integration.test.ts#L102
Unsafe member access .message on an `any` value
lint: test/core/messages.integration.test.ts#L112
Unsafe assignment of an error typed value
lint: test/core/messages.integration.test.ts#L112
Unsafe call of a(n) `error` type typed value
test/core/messages.integration.test.ts > messages integration > should be able to delete and receive deletion messages: test/core/messages.integration.test.ts#L90
TypeError: room.attach is not a function ❯ test/core/messages.integration.test.ts:90:16
test/react/hooks/use-messages.integration.test.tsx > useMessages > should delete messages correctly: test/react/hooks/use-messages.integration.test.tsx#L84
TypeError: roomTwo.attach is not a function ❯ test/react/hooks/use-messages.integration.test.tsx:84:19
test
Process completed with exit code 1.
format-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-typescript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
demo-app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
demo-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/