chore(deps): update cargo dependencies to v2.0.0-rc.2 #3097
Annotations
10 errors and 10 warnings
frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/App.vue#L75
Unsafe return of an error typed value
|
frontend/src/components/Buttons/FilterButton.vue#L307
Unsafe call of an `error` type typed value
|
frontend/src/components/Buttons/Playback/PlayButton.vue#L79
Unnecessary conditional, value is always truthy
|
frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L91
void is not valid as a constituent in a union type
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L113
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
frontend/src/components/Forms/LoginForm.vue#L107
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L20
UnoCSS utilities are not ordered
|
frontend/src/components/Item/Card/GenericItemCard.vue#L46
UnoCSS utilities are not ordered
|
frontend/src/components/Item/Metadata/MetadataEditorDialog.vue#L28
The selector `.metadata-dialog` is unused
|
frontend/src/components/Item/RelatedItems.vue#L60
The selector `.header::before` is unused
|
frontend/src/components/lib/JTransition.vue#L34
Missing attribute `scoped`
|
frontend/src/pages/library/[itemId].vue#L19
UnoCSS attributes are not ordered
|
frontend/src/pages/library/[itemId].vue#L245
The selector `.empty-card-container` is unused
|
frontend/src/pages/library/[itemId].vue#L251
The selector `.empty-message` is unused
|
frontend/src/pages/musicalbum/[itemId].vue#L64
UnoCSS utilities are not ordered
|
frontend/src/pages/playback/video.vue#L45
UnoCSS utilities are not ordered
|
This job failed
Loading