feat: Upgrade date-fns to 2.30.0 #266
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
docs/styleguide.config.js#L3
'webpack-merge' should be listed in the project's dependencies. Run 'npm i -S webpack-merge' to add it
|
Lint:
react/Dialog/DialogEffects.spec.tsx#L275
void is only valid as a return type or generic type argument
|
Lint:
react/Dialog/DialogEffects.spec.tsx#L300
void is only valid as a return type or generic type argument
|
Lint:
react/Dialog/DialogEffects.spec.tsx#L327
void is only valid as a return type or generic type argument
|
Lint:
react/Dialog/DialogEffects.spec.tsx#L381
void is only valid as a return type or generic type argument
|
Lint:
react/Dialog/DialogEffects.spec.tsx#L399
void is only valid as a return type or generic type argument
|
Lint:
react/Dialog/DialogEffects.ts#L98
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
react/Dialog/DialogEffects.ts#L175
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint:
react/Dialog/DialogEffects.ts#L186
Unnecessary conditional, both sides of the expression are literal values
|
Lint:
react/Dialog/DialogEffects.ts#L191
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "stylesheet".
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