fix: imported fixes #25387
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
packages/gazzodown/src/elements/Timestamp/ErrorBoundary.tsx#L9
Missing return type on function
|
Lint:
packages/gazzodown/src/elements/Timestamp/ErrorBoundary.tsx#L13
Missing return type on function
|
Lint:
packages/livechat/src/components/Composer/index.tsx#L29
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
packages/livechat/src/components/Composer/index.tsx#L244
Forbidden non-null assertion
|
Lint:
packages/livechat/src/components/Composer/index.tsx#L252
Forbidden non-null assertion
|
Lint:
apps/meteor/app/api/server/v1/settings.ts#L109
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
apps/meteor/app/apps/server/bridges/listeners.js#L10
Arrow function has a complexity of 40. Maximum allowed is 31
|
Lint:
apps/meteor/app/authorization/lib/AuthorizationUtils.ts#L34
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
apps/meteor/app/cors/server/cors.ts#L163
Consider using the native Array.prototype.every()
|
Lint:
apps/meteor/app/lib/server/functions/getAvatarSuggestionForUser.ts#L170
Forbidden non-null assertion
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build", "e2e-api-ee-coverage", "e2e-ee-coverage".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading