Unverified Commit 785d183e authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

immich: 1.135.3 -> 1.136.0

`canvas` was added as a dependency to server/package.json in
https://github.com/immich-app/immich/commit/db0415bbcc7512e99013a6c310b64f51fd34a711

I am not sure if this was intentional as `canvas` is not ever imported
in the server package. Perhaps we can raise a bug for this.

https://github.com/immich-app/immich/releases/tag/v1.136.0



Note that the breaking change shouldn't affect NixOS users, as
`IMMICH_MEDIA_LOCATION` is set to an absolute path by default.

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent 21a1307f
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -218,7 +218,16 @@ buildNpmPackage' {
    imagemagick
    libraw
    libheif
    vips' # Required for sharp
    # https://github.com/Automattic/node-canvas/blob/master/Readme.md#compiling
    cairo
    giflib
    libjpeg
    libpng
    librsvg
    pango
    pixman
    # Required for sharp
    vips'
  ];

  # Required because vips tries to write to the cache dir
+12 −12
Original line number Diff line number Diff line
{
  "version": "1.135.3",
  "hash": "sha256-CIYuDAWd0OH7jwV4XKIJDVlk1D/tYlDVW5V4uEDCwEE=",
  "version": "1.136.0",
  "hash": "sha256-IMog1lvitT1fNKlT4pv/5Qlg/2JNkBNZrBu65NRAgJ0=",
  "components": {
    "cli": {
      "npmDepsHash": "sha256-43W9yKr1XuTLUi3RuZNR8CjcHIyhHaSl+azZKqDWBx0=",
      "version": "2.2.72"
      "npmDepsHash": "sha256-+cMBzlvnSAwlutVm1F0Sa2LEAP6ppOvI9XjDb40xWW4=",
      "version": "2.2.73"
    },
    "server": {
      "npmDepsHash": "sha256-Z5vRpSau9nxrlXe7QuxYhqpVkloVIz12o0hXKAl8Y6o=",
      "version": "1.135.3"
      "npmDepsHash": "sha256-kVmoxOd7ErLmLKBkanb8IOUJ3ccpzUHBkaLgnvli0Uw=",
      "version": "1.136.0"
    },
    "web": {
      "npmDepsHash": "sha256-M5TNLBJPl/9rue651XyyV5ZnPakq0wPgTmS7XhSbf0A=",
      "version": "1.135.3"
      "npmDepsHash": "sha256-CxQQbqIhqhWqtlV4BWQDPkg0tm3wPXC6BcCFb/6mM+o=",
      "version": "1.136.0"
    },
    "open-api/typescript-sdk": {
      "npmDepsHash": "sha256-HOQMbbLzxkw5U2MHJFGKiquvfFYdwCEjHhXWwrhCmng=",
      "version": "1.135.3"
      "npmDepsHash": "sha256-z9W3YGqoUV90TXoyEnR069pLvirzDAisgQZdaJEOlSg=",
      "version": "1.136.0"
    },
    "geonames": {
      "timestamp": "20250620153832",
      "hash": "sha256-OJSQFjaYm1TVyA0JL7DiHy/dbhRd5HYoTPqIoPnBLss="
      "timestamp": "20250725064853",
      "hash": "sha256-UzP8JapHTCpk5/6X5usLLXQUfqEOUgkq76CTIBZoz08="
    }
  }
}