Skip to content

chore(deps): lock file maintenance #3232

chore(deps): lock file maintenance

chore(deps): lock file maintenance #3232

Triggered via pull request January 24, 2025 23:46
@renovaterenovate[bot]
synchronize #2567
Status Cancelled
Total duration 5m 19s
Artifacts 2

pull_request.yml

on: pull_request_target
Build πŸ—οΈ  /  Prepare Docker build variables 🏷️🐳
2s
Build πŸ—οΈ / Prepare Docker build variables 🏷️🐳
Matrix: Build πŸ—οΈ / tauri
Create comments ✍️  /  Cloudflare Pages deployment πŸ“ƒπŸš€
3s
Create comments ✍️ / Cloudflare Pages deployment πŸ“ƒπŸš€
Automation πŸŽ›οΈ  /  Label conflicted PRs πŸ·οΈβ›”
4s
Automation πŸŽ›οΈ / Label conflicted PRs πŸ·οΈβ›”
Semantic Pull Request πŸ“š
4s
Semantic Pull Request πŸ“š
Labeling 🏷️
2s
Labeling 🏷️
Quality checks πŸ‘ŒπŸ§ͺ  /  Vulnerable dependencies πŸ”Ž
18s
Quality checks πŸ‘ŒπŸ§ͺ / Vulnerable dependencies πŸ”Ž
Quality checks πŸ‘ŒπŸ§ͺ  /  Commit linting πŸ’¬βœ…
6s
Quality checks πŸ‘ŒπŸ§ͺ / Commit linting πŸ’¬βœ…
Matrix: GitHub CodeQL πŸ”¬ / analyze
Matrix: Quality checks πŸ‘ŒπŸ§ͺ / quality
Matrix: Build πŸ—οΈ / docker
Build πŸ—οΈ  /  Merge Docker images πŸ’ΏπŸ³
0s
Build πŸ—οΈ / Merge Docker images πŸ’ΏπŸ³
Build πŸ—οΈ  /  Publish frontend artifact πŸš€
0s
Build πŸ—οΈ / Publish frontend artifact πŸš€
Deploy πŸš€  /  Cloudflare Pages πŸ“ƒ
Deploy πŸš€ / Cloudflare Pages πŸ“ƒ
Deploy πŸš€  /  ...  /  Cloudflare Pages deployment πŸ“ƒπŸš€
Deploy πŸš€ / Compose and push comment πŸ“ / Cloudflare Pages deployment πŸ“ƒπŸš€
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 13 warnings
Quality checks πŸ‘ŒπŸ§ͺ / Run lint πŸ•΅οΈβ€β™‚οΈ
Process completed with exit code 2.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Type '(Config<RulesRecord> | { name: string; $schema?: string | undefined; env?: { [name: string]: boolean; } | undefined; extends?: string | string[] | undefined; globals?: Globals | undefined; noInlineConfig?: boolean | undefined; overrides?: ConfigOverride<RulesRecord>[] | undefined; parser?: string | undefined; parserOptions?: ParserOptions | undefined; plugins?: string[] | undefined; processor?: string | undefined; reportUnusedDisableDirectives?: boolean | undefined; settings?: { [name: string]: any; } | undefined; rules?: Partial<RulesRecord> | undefined; } | { name: string; rules: { 'no-empty': ["error", { allowEmptyCatch: boolean; }]; 'no-extend-native': "error"; curly: ["error", string]; 'prefer-arrow-callback': "error"; 'multiline-comment-style': "error"; 'unicode-bom': ["error", string]; eqeqeq: (string | { null: string; })[]; '@stylistic/quotes': ["error", string, { avoidEscape: boolean; }]; '@stylistic/linebreak-style': ["error", string]; 'unicorn/import-style': "off"; 'unicorn/filename-case': "off"; 'unicorn/consistent-function-scoping': "off"; 'unicorn/prevent-abbreviations': "off"; 'unicorn/no-await-expression-member': "off"; 'unicorn/explicit-length-check': "off"; '@stylistic/padding-line-between-statements': ["error", { blankLine: string; prev: string; next: string; }, { blankLine: string; prev: string; next: string; }, { blankLine: string; prev: string; next: string[]; }, { blankLine: string; prev: string[]; next: string; }, { blankLine: string; prev: string[]; next: string[]; }, { blankLine: string; prev: string[]; next: string; }, { blankLine: string; prev: string; next: string[]; }, { blankLine: string; prev: string[]; next: string; }, { blankLine: string; prev: string; next: string; }]; 'file-progress/activate'?: undefined; }; settings?: undefined; plugins?: undefined; } | { name: string; settings: { progress: { successMessage: string; }; }; plugins: { 'file-progress': { meta: { name: string; version: string; }; configs: { recommended: Config<RulesRecord>; 'recommended-ci': Config<RulesRecord>; }; rules: { activate: RuleModule; }; }; }; rules: { 'file-progress/activate': 0 | 1; 'no-empty'?: undefined; 'no-extend-native'?: undefined; curly?: undefined; 'prefer-arrow-callback'?: undefined; 'multiline-comment-style'?: undefined; 'unicode-bom'?: undefined; eqeqeq?: undefined; '@stylistic/quotes'?: undefined; '@stylistic/linebreak-style'?: undefined; 'unicorn/import-style'?: undefined; 'unicorn/filename-case'?: undefined; 'unicorn/consistent-function-scoping'?: undefined; 'unicorn/prevent-abbreviations'?: undefined; 'unicorn/no-await-expression-member'?: undefined; 'unicorn/explicit-length-check'?: undefined; '@stylistic/padding-line-between-statements'?: undefined; }; })[]' does not satisfy the expected type 'Config<RulesRecord>[]'.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Property 'difference' does not exist on type 'Set<string>'. Do you need to change your target library? Try changing the 'lib' compiler option to 'esnext' or later.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Type '{ name: string; $schema?: string | undefined; env?: { [name: string]: boolean; } | undefined; extends?: string | string[] | undefined; globals?: Linter.Globals | undefined; noInlineConfig?: boolean | undefined; overrides?: Linter.ConfigOverride<Linter.RulesRecord>[] | undefined; parser?: string | undefined; parserOptions?: Linter.ParserOptions | undefined; plugins?: string[] | undefined; processor?: string | undefined; reportUnusedDisableDirectives?: boolean | undefined; settings?: { [name: string]: any; } | undefined; rules?: Partial<Linter.RulesRecord> | undefined; }' is not assignable to type 'Config<RulesRecord>'.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Type '(string | { null: string; })[]' is not assignable to type 'RuleEntry<any[]> | undefined'.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Type '{ name: string; plugins: { unocss: { rules: { order: RuleWithMeta<[], "", unknown>; "order-attributify": RuleWithMeta<[], "", unknown>; blocklist: RuleWithMeta<[], "", unknown>; "enforce-class-compile": RuleWithMeta<[], "", unknown>; }; }; }; rules: { readonly "unocss/order": "warn"; readonly "unocss/order-attributify": "warn"; }; }' is not assignable to type 'Config<RulesRecord>'.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Property 'difference' does not exist on type 'Set<string>'. Do you need to change your target library? Try changing the 'lib' compiler option to 'esnext' or later.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Type '{ name: string; $schema?: string | undefined; env?: { [name: string]: boolean; } | undefined; extends?: string | string[] | undefined; globals?: Linter.Globals | undefined; noInlineConfig?: boolean | undefined; overrides?: Linter.ConfigOverride<Linter.RulesRecord>[] | undefined; parser?: string | undefined; parserOptions?: Linter.ParserOptions | undefined; plugins?: string[] | undefined; processor?: string | undefined; reportUnusedDisableDirectives?: boolean | undefined; settings?: { [name: string]: any; } | undefined; rules?: Partial<Linter.RulesRecord> | undefined; }' is not assignable to type 'Config<RulesRecord>'.
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
Type '(string | { null: string; })[]' is not assignable to type 'RuleEntry<any[]> | undefined'.
Build πŸ—οΈ / Docker image for arm64 πŸ’ΏπŸ³
The operation was canceled.
Build πŸ—οΈ / Tauri for Ubuntu πŸ–₯️
The run was canceled by @ferferga.
Build πŸ—οΈ / Tauri for Ubuntu πŸ–₯️
The operation was canceled.
Build πŸ—οΈ / Tauri for Windows πŸ–₯️
The run was canceled by @ferferga.
Build πŸ—οΈ / Tauri for Windows πŸ–₯️
The operation was canceled.
Labeling 🏷️
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build πŸ—οΈ / Prepare Docker build variables 🏷️🐳
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Automation πŸŽ›οΈ / Label conflicted PRs πŸ·οΈβ›”
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Semantic Pull Request πŸ“š
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Create comments ✍️ / Cloudflare Pages deployment πŸ“ƒπŸš€
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Quality checks πŸ‘ŒπŸ§ͺ / Commit linting πŸ’¬βœ…
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Quality checks πŸ‘ŒπŸ§ͺ / Vulnerable dependencies πŸ”Ž
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Quality checks πŸ‘ŒπŸ§ͺ / Run test πŸ•΅οΈβ€β™‚οΈ
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Quality checks πŸ‘ŒπŸ§ͺ / Run lint πŸ•΅οΈβ€β™‚οΈ
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Quality checks πŸ‘ŒπŸ§ͺ / Run check:types πŸ•΅οΈβ€β™‚οΈ
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Quality checks πŸ‘ŒπŸ§ͺ / Run analyze:cycles πŸ•΅οΈβ€β™‚οΈ
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build πŸ—οΈ / Docker image for amd64 πŸ’ΏπŸ³
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
GitHub CodeQL πŸ”¬ / Analyze javascript-typescript πŸ”¬
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
docker_image-linux_amd64
7.12 MB
jellyfin-vue_MacOS
2.96 MB