chore(deps): update npm development dependencies #3058
Annotations
10 errors and 8 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/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/item/[itemId].vue#L47
UnoCSS utilities are not ordered
|
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/wizard.vue#L166
The selector `.transparent-background` is unused
|
This job failed
Loading