mirror of
https://github.com/immich-app/immich
synced 2026-04-21 13:37:38 +00:00
Some checks are pending
CLI Build / CLI Publish (push) Waiting to run
CLI Build / Docker (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
Docker / pre-job (push) Waiting to run
Docker / Re-Tag ML (push) Blocked by required conditions
Docker / Re-Tag Server (push) Blocked by required conditions
Docker / Build and Push ML (push) Blocked by required conditions
Docker / Build and Push Server (push) Blocked by required conditions
Docker / Docker Build & Push Server Success (push) Blocked by required conditions
Docker / Docker Build & Push ML Success (push) Blocked by required conditions
Docs build / pre-job (push) Waiting to run
Docs build / Docs Build (push) Blocked by required conditions
Zizmor / Zizmor (push) Waiting to run
Static Code Analysis / pre-job (push) Waiting to run
Static Code Analysis / Run Dart Code Analysis (push) Blocked by required conditions
Test / pre-job (push) Waiting to run
Test / Test & Lint Server (push) Blocked by required conditions
Test / Unit Test CLI (push) Blocked by required conditions
Test / Unit Test CLI (Windows) (push) Blocked by required conditions
Test / Lint Web (push) Blocked by required conditions
Test / Test Web (push) Blocked by required conditions
Test / Test i18n (push) Blocked by required conditions
Test / End-to-End Lint (push) Blocked by required conditions
Test / Medium Tests (Server) (push) Blocked by required conditions
Test / End-to-End Tests (Server & CLI) (push) Blocked by required conditions
Test / Unit Test Mobile (push) Blocked by required conditions
Test / Unit Test ML (push) Blocked by required conditions
Test / .github Files Formatting (push) Blocked by required conditions
Test / ShellCheck (push) Waiting to run
Test / OpenAPI Clients (push) Waiting to run
Test / SQL Schema Checks (push) Waiting to run
Test / End-to-End Tests (Web) (push) Blocked by required conditions
Test / End-to-End Tests Success (push) Blocked by required conditions
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
68 lines
1.2 KiB
YAML
68 lines
1.2 KiB
YAML
packages:
|
|
- cli
|
|
- docs
|
|
- e2e
|
|
- e2e-auth-server
|
|
- i18n
|
|
- open-api/typescript-sdk
|
|
- server
|
|
- plugins
|
|
- web
|
|
- .github
|
|
ignoredBuiltDependencies:
|
|
- '@nestjs/core'
|
|
- '@parcel/watcher'
|
|
- '@scarf/scarf'
|
|
- '@swc/core'
|
|
- canvas
|
|
- core-js
|
|
- core-js-pure
|
|
- cpu-features
|
|
- es5-ext
|
|
- esbuild
|
|
- msgpackr-extract
|
|
- postman-code-generators
|
|
- protobufjs
|
|
- ssh2
|
|
- utimes
|
|
onlyBuiltDependencies:
|
|
- sharp
|
|
- '@tailwindcss/oxide'
|
|
- bcrypt
|
|
overrides:
|
|
canvas: 2.11.2
|
|
sharp: ^0.34.5
|
|
# pending docusaurus 3.10.1
|
|
webpackbar: ^7.0.0
|
|
packageExtensions:
|
|
nestjs-kysely:
|
|
dependencies:
|
|
tslib: '*'
|
|
nestjs-otel:
|
|
dependencies:
|
|
tslib: '*'
|
|
'@photo-sphere-viewer/equirectangular-video-adapter':
|
|
dependencies:
|
|
three: '*'
|
|
'@photo-sphere-viewer/video-plugin':
|
|
dependencies:
|
|
three: '*'
|
|
sharp:
|
|
dependencies:
|
|
node-addon-api: '*'
|
|
node-gyp: '*'
|
|
'@immich/ui':
|
|
dependencies:
|
|
tailwindcss: '>=4.1'
|
|
tailwind-variants:
|
|
dependencies:
|
|
tailwindcss: '>=4.1'
|
|
bcrypt:
|
|
dependencies:
|
|
node-addon-api: '*'
|
|
node-gyp: '*'
|
|
dedupePeerDependents: false
|
|
preferWorkspacePackages: true
|
|
injectWorkspacePackages: true
|
|
shamefullyHoist: false
|
|
verifyDepsBeforeRun: install
|