Skip to content

chore(deps): bump rimraf from 3.0.2 to 5.0.7 #9499

chore(deps): bump rimraf from 3.0.2 to 5.0.7

chore(deps): bump rimraf from 3.0.2 to 5.0.7 #9499

Triggered via pull request May 12, 2024 14:58
Status Failure
Total duration 1m 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint: packages/copy-config/src/utils.ts#L24
No default export found in imported module "rimraf"
lint
Process completed with exit code 1.
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#L271
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#L631
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#L670
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