Skip to content

chore(deps): bump prettier from 3.2.5 to 3.4.2 #10929

chore(deps): bump prettier from 3.2.5 to 3.4.2

chore(deps): bump prettier from 3.2.5 to 3.4.2 #10929

Triggered via pull request December 29, 2024 15:22
Status Failure
Total duration 1m 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
lint: packages/api-client/src/APIClient.ts#L270
Replace `backendVersions.development·??·[]` with `(backendVersions.development·??·[])`
lint
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: packages/api-client/src/asset/AssetAPI.ts#L84
Caution: `axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/asset/AssetAPI.ts#L152
Caution: `axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/asset/AssetAPI.ts#L199
Caution: `axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/asset/AssetAPI.ts#L252
Caution: `axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/team/member/MemberAPI.ts#L152
Caution: `axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/team/search/TeamSearchAPI.ts#L46
Caution: `Axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/team/team/TeamAPI.ts#L96
Caution: `Axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/api-client/src/user/UserAPI.ts#L277
Caution: `Axios` also has a named export `CancelToken`. Check if you meant to write `import {CancelToken} from 'axios'` instead
lint: packages/core/src/Account.ts#L630
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: packages/core/src/conversation/ConversationService/ConversationService.ts#L678
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