Skip to content

chore(deps): pin dependencies #2834

chore(deps): pin dependencies

chore(deps): pin dependencies #2834

Triggered via pull request June 22, 2024 21:16
Status Failure
Total duration 8m 44s
Artifacts 8

quality_checks.yml

on: pull_request
Build πŸ—οΈ  /  Prepare Docker build variables 🏷️🐳
3s
Build πŸ—οΈ / Prepare Docker build variables 🏷️🐳
Vulnerable dependencies πŸ”Ž
6s
Vulnerable dependencies πŸ”Ž
Lint πŸ”¬
1m 19s
Lint πŸ”¬
Typecheck 🈯
29s
Typecheck 🈯
Conventional commits check πŸ’¬
3s
Conventional commits check πŸ’¬
Matrix: Build πŸ—οΈ / tauri
Matrix: Build πŸ—οΈ / docker
Build πŸ—οΈ  /  Merge Docker images πŸ’ΏπŸ³
0s
Build πŸ—οΈ / Merge Docker images πŸ’ΏπŸ³
Build πŸ—οΈ  /  Publish frontend artifact πŸš€
22s
Build πŸ—οΈ / Publish frontend artifact πŸš€
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 6 warnings
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onDblclick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Typecheck 🈯
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ symbol: any; flat: boolean; replace: boolean; style: StyleValue; size: string | number; active: boolean; disabled: boolean; tag: string; rounded: string | number | boolean; ... 7 more ...; ripple: boolean | ... 1 more ... | undefined; }> & Omit<...>>'.
Lint πŸ”¬: frontend/scripts/paths.ts#L1
Do not import Node.js builtin module "node:path"
Lint πŸ”¬: frontend/scripts/virtual-modules.ts#L8
Do not import Node.js builtin module "node:fs"
Lint πŸ”¬: frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
Lint πŸ”¬: frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
Lint πŸ”¬: frontend/src/App.vue#L73
Unsafe return of an `any` typed value
Lint πŸ”¬: frontend/src/components/Buttons/FilterButton.vue#L307
Unsafe call of an `any` typed value
Lint πŸ”¬: frontend/src/components/Buttons/Playback/PlayButton.vue#L79
Unnecessary conditional, value is always truthy
Lint πŸ”¬: frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
Lint πŸ”¬: frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
Lint πŸ”¬: frontend/src/components/Dialogs/ConfirmDialog.vue#L91
void is not valid as a constituent in a union type
Lint πŸ”¬: frontend/src/components/Item/Metadata/MetadataEditorDialog.vue#L28
The selector `.metadata-dialog` is unused
Lint πŸ”¬: frontend/src/components/Item/RelatedItems.vue#L60
The selector `.header::before` is unused
Lint πŸ”¬: frontend/src/components/lib/JTransition.vue#L38
Missing attribute `scoped`
Lint πŸ”¬: frontend/src/pages/library/[itemId].vue#L244
The selector `.empty-card-container` is unused
Lint πŸ”¬: frontend/src/pages/library/[itemId].vue#L250
The selector `.empty-message` is unused
Lint πŸ”¬: frontend/src/pages/wizard.vue#L166
The selector `.transparent-background` is unused

Artifacts

Produced during runtime
Name Size
docker_image-linux_amd64 Expired
7.8 MB
docker_image-linux_arm64 Expired
7.8 MB
frontend Expired
5.19 MB
jellyfin-vue_MacOS Expired
6.91 MB
jellyfin-vue_Ubuntu Expired
7.37 MB
jellyfin-vue_Windows Expired
8.08 MB
jellyfin~jellyfin-vue~OT0IO1.dockerbuild Expired
40.2 KB
jellyfin~jellyfin-vue~VGPQDQ.dockerbuild Expired
41.5 KB