chore(deps): update npm (runtime) #2515
Annotations
10 errors and 6 warnings
Run lint βοΈ:
frontend/src/components/Item/Card/ItemCard.vue#L190
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run lint βοΈ:
frontend/src/components/Item/ItemMenu.vue#L155
Expected an assignment or function call and instead saw an expression
|
Run lint βοΈ:
frontend/src/components/Item/ItemMenu.vue#L204
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run lint βοΈ:
frontend/src/components/Layout/Images/UserImage.vue#L34
'rounded' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run lint βοΈ:
frontend/src/components/Skeletons/SkeletonCard.vue#L17
'boilerplate' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run lint βοΈ:
frontend/src/components/Skeletons/SkeletonCard.vue#L17
'text' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run lint βοΈ:
frontend/src/components/lib/JImg.vue#L81
'JTransitionProps' is an 'error' type that acts as 'any' and overrides all other types in this union type
|
Run lint βοΈ:
frontend/src/layouts/default.vue#L32
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
Run lint βοΈ:
frontend/src/pages/metadata.vue#L52
'items' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run lint βοΈ:
frontend/src/pages/metadata.vue#L58
'fetchChildItems' is defined but never used. Allowed unused vars must match /^_/u
|
Run lint βοΈ:
frontend/src/components/Item/Metadata/MetadataEditorDialog.vue#L28
The selector `.metadata-dialog` is unused
|
Run lint βοΈ:
frontend/src/components/Item/RelatedItems.vue#L55
The selector `.header::before` is unused
|
Run lint βοΈ:
frontend/src/components/lib/JTransition.vue#L60
Missing attribute `scoped`
|
Run lint βοΈ:
frontend/src/pages/library/[itemId].vue#L240
The selector `.empty-card-container` is unused
|
Run lint βοΈ:
frontend/src/pages/library/[itemId].vue#L246
The selector `.empty-message` is unused
|
Run lint βοΈ:
frontend/src/pages/wizard.vue#L166
The selector `.transparent-background` is unused
|
Loading