github-actions
00d3b8d83a
chore: version v1.131.3
2025-04-01 22:27:52 +00:00
github-actions
9aa3850769
chore: version v1.131.2
2025-04-01 11:41:56 +00:00
renovate[bot]
628dcdeebf
fix(deps): update typescript-projects ( #17294 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 10:58:55 +00:00
renovate[bot]
4f81265694
chore(deps): update dependency @types/node to ^22.13.14 ( #17283 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 12:30:41 +02:00
github-actions
7729fe80fa
chore: version v1.131.1
2025-03-31 20:36:48 +00:00
martin
68e24ad168
fix: posix compliant command ( #17264 )
2025-03-31 16:35:02 -04:00
github-actions
5b63b9fc8b
chore: version v1.131.0
2025-03-31 18:41:13 +00:00
Brandon Wees
d71c5602c3
fix(server): Postgres error pretty printing ( #17204 )
...
* add patch-package to dev dependencies
this allows us to patch upstream packages without waiting for PRs to be merged (or not!). Patch-package does a pretty good job of notifying if upstream does a change to invalidate the patch (its a git patch under the hood).
* Patch implementation of https://github.com/porsager/postgres/pull/944
This PR has not been merged by upstream and helps produce verbose error messages when postgres fails to connect (usually incorrect credentials). This is in contrast to error messages such as
`TypeError: Cannot read properties of undefined (reading 'replace'), stack: TypeError: Cannot read properties of undefined (reading 'replace')`
* have postinstall only run when not installing a global package (such as immich-cli in the Docker build)
2025-03-31 09:34:43 -05:00
Daniel Dietzler
238c151ac3
chore: finish migrating eslint config files; bump unicorn ( #17200 )
2025-03-31 12:18:25 +01:00
renovate[bot]
6fa0cb534a
fix(deps): update dependency @opentelemetry/context-async-hooks to v2 ( #17031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-28 20:51:01 +01:00
Jason Rasmussen
4b4bcd23f4
feat: schema diff sql tools ( #17116 )
2025-03-28 10:40:09 -04:00
renovate[bot]
e163808348
fix(deps): update typescript-projects ( #17080 )
...
* fix(deps): update typescript-projects
* fix: otel
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-03-27 22:33:58 +00:00
github-actions
43f8f473e9
chore: version v1.130.3
2025-03-27 15:54:30 +00:00
github-actions
2f8725c66f
chore: version v1.130.2
2025-03-26 15:34:54 +00:00
github-actions
4cf7c55680
chore: version v1.130.1
2025-03-25 20:25:01 +00:00
github-actions
42b1efb679
chore: version v1.130.0
2025-03-25 13:48:45 +00:00
renovate[bot]
6c2985df26
chore(deps): update dependency @types/node to ^22.13.10 ( #16944 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 12:15:07 +01:00
renovate[bot]
8cd5aec4c5
chore(deps): update dependency @types/node to ^22.13.9 ( #16792 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 22:43:16 -04:00
Jason Rasmussen
1b35400043
chore: remove unused package ( #16777 )
2025-03-10 14:50:32 -04:00
Daniel Dietzler
573d9a7733
fix: 🍪 packages confusion ( #16735 )
...
fix: cookie packages confusion
2025-03-09 21:03:10 -05:00
renovate[bot]
086d8a448a
fix(deps): update typescript-projects ( #16597 )
...
* fix(deps): update typescript-projects
* chore: update server lock file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-03-07 21:20:45 +00:00
github-actions
31dd15ce8a
chore: version v1.129.0
2025-03-05 19:47:50 +00:00
renovate[bot]
0dcfc43461
chore(deps): update node ( #16538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 14:31:34 -05:00
renovate[bot]
eb74fafb00
chore(deps): update dependency globals to v16 ( #16534 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 14:11:44 +00:00
renovate[bot]
a99bd94717
fix(deps): update dependency ua-parser-js to v2 ( #14301 )
...
* fix(deps): update dependency ua-parser-js to v2
* fix: breaking changes from ua-parsed-js major update
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
2025-03-03 12:01:40 +00:00
github-actions
dc143046e3
chore: version v1.128.0
2025-02-28 18:54:08 +00:00
github-actions
5f7f88ff17
chore: version v1.127.0
2025-02-26 15:18:50 +00:00
Jason Rasmussen
7c851893b4
feat: medium tests for user and sync service ( #16304 )
...
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
2025-02-25 16:31:07 +00:00
Jason Rasmussen
e4b6efc1f5
fix: cross site scripting issue on /share pages ( #16255 )
2025-02-22 11:32:53 +00:00
renovate[bot]
376282e538
chore(deps): update dependency @types/node to ^22.13.4 ( #16206 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 14:54:12 -06:00
renovate[bot]
516709ffe1
chore(deps): update dependency @types/node to ^22.13.2 ( #16200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 15:10:44 -05:00
renovate[bot]
425cf62482
fix(deps): update typescript-projects ( #16178 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-02-18 20:40:09 +01:00
renovate[bot]
c524fcf084
chore(deps): update node.js to v22.14.0 ( #16132 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 21:29:33 -06:00
renovate[bot]
d2575d8f00
fix(deps): update typescript-projects ( #16023 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-02-11 18:50:18 +00:00
renovate[bot]
2271984dbd
chore(deps): update dependency @types/node to ^22.13.1 ( #16013 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 00:19:02 +00:00
github-actions
8794c84e9d
chore: version v1.126.1
2025-02-10 17:54:02 +00:00
github-actions
feba590de7
chore: version v1.126.0
2025-02-10 16:10:06 +00:00
Daniel Dietzler
45f7401513
chore: nestjs 11 ( #15542 )
2025-02-06 13:56:26 -05:00
github-actions
4fd8c1b3c1
chore: version v1.125.7
2025-01-29 17:41:38 +00:00
github-actions
f44669447f
chore: version v1.125.6
2025-01-28 02:58:27 +00:00
github-actions
64d926581f
chore: version v1.125.5
2025-01-27 20:04:50 +00:00
github-actions
e5794e6cfc
chore: version v1.125.4
2025-01-27 18:44:12 +00:00
github-actions
72a55c13b6
chore: version v1.125.3
2025-01-26 14:14:48 +00:00
github-actions
9871a04d54
chore: version v1.125.2
2025-01-24 19:09:06 +00:00
github-actions
50a2f6193f
chore: version v1.125.1
2025-01-23 16:52:23 +00:00
github-actions
49a16045bd
chore: version v1.125.0
2025-01-23 16:23:47 +00:00
renovate[bot]
fa3b5a4c8f
chore(deps): update node ( #15554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 08:32:14 -05:00
renovate[bot]
b31414af8f
fix(deps): update dependency @nestjs/bullmq to v11 ( #15534 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 22:37:02 +00:00
renovate[bot]
cf99dcb279
fix(deps): update dependency @nestjs/event-emitter to v3 ( #15535 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 22:34:50 +00:00
renovate[bot]
dc56ed5d45
fix(deps): update dependency @nestjs/schedule to v5 ( #15537 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 22:32:35 +00:00