Skip to content

Upgrade 3.104.0

Upgrade 3.104.0 #21

Triggered via pull request July 31, 2024 16:24
Status Failure
Total duration 1m 56s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
i18n Check / check
Process completed with exit code 1.
ESLint: src/components/structures/SpaceRoomView.tsx#L47
'showCreateNewSubspace' is defined but never used
ESLint: src/components/structures/SpaceRoomView.tsx#L107
'canCreateSpace' is assigned a value but never used
ESLint: src/components/structures/UserMenu.tsx#L280
Missing return type on function
ESLint: src/components/structures/auth/ForgotPassword.tsx#L146
Missing return type on function
ESLint: src/components/structures/auth/ForgotPassword.tsx#L375
There should be no space after '{'
ESLint: src/components/structures/auth/Login.tsx#L35
'ServerPicker' is defined but never used
ESLint: src/components/structures/auth/Login.tsx#L169
Missing accessibility modifier on class property tchap_setServerInMemory
ESLint: src/components/structures/auth/Login.tsx#L169
Class Method name `tchap_setServerInMemory` must match one of the following formats: camelCase
ESLint: src/components/structures/auth/Login.tsx#L169
Missing return type on function
ESLint: src/components/structures/auth/Registration.tsx#L57
There should be no empty line within import group
Typescript Syntax Check: src/IdentityAuthClient.tsx#L32
Cannot find module '../../../src/tchap/util/TchapUIFeature' or its corresponding type declarations.
Typescript Syntax Check: src/Terms.ts#L27
Cannot find module '../../../src/tchap/util/TchapUIFeature' or its corresponding type declarations.
Typescript Syntax Check: src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L320
'onDownloadClick' is declared but its value is never read.
Typescript Syntax Check: src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L759
Argument of type '"I wrote down my code"' is not assignable to parameter of type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3430 more ... | "zxcvbn|warnings|wordByItself"'.
Typescript Syntax Check: src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L785
Argument of type '"This is your recovery key"' is not assignable to parameter of type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3430 more ... | "zxcvbn|warnings|wordByItself"'.
Typescript Syntax Check: src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L786
Argument of type '"Warning: this is the only time this code will be displayed!"' is not assignable to parameter of type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3430 more ... | "zxcvbn|warnings|wordByItself"'.
Typescript Syntax Check: src/components/structures/MatrixChat.tsx#L146
Cannot find module '../../../../../src/tchap/util/TchapUrls' or its corresponding type declarations.
Typescript Syntax Check: src/components/structures/RoomSearchView.tsx#L38
Cannot find module '../../../../../src/tchap/i18n/Tchapi18nUtils' or its corresponding type declarations.
Typescript Syntax Check: src/components/structures/RoomStatusBar.tsx#L32
Cannot find module '../../../../../src/tchap/i18n/Tchapi18nUtils' or its corresponding type declarations.
Typescript Syntax Check: src/components/structures/SpaceRoomView.tsx#L47
'showCreateNewSubspace' is declared but its value is never read.
i18n Check / check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/