renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e59a55c1d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.15.32 ( #19483 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-24 11:18:47 +01:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							6563fa608a 
							
						 
					 
					
						
						
							
							chore: version v1.135.3  
						
						
						
						
					 
					
						2025-06-20 19:48:18 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							a04c6ed80d 
							
						 
					 
					
						
						
							
							chore: version v1.135.2  
						
						
						
						
					 
					
						2025-06-20 14:52:47 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							3434544864 
							
						 
					 
					
						
						
							
							chore: version v1.135.1  
						
						
						
						
					 
					
						2025-06-19 17:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							65e8d75e82 
							
						 
					 
					
						
						
							
							chore: version v1.135.0  
						
						
						
						
					 
					
						2025-06-18 13:45:07 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d3efe229d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.15.31 ( #19220 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-17 11:57:29 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bddb43e1d4 
							
						 
					 
					
						
						
							
							fix: cli upload deletes files that failed uploading ( #19140 )  
						
						
						
						
					 
					
						2025-06-12 17:32:35 -04:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							16f83c0aa9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint-plugin-unicorn to v59 ( #19048 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-09 17:26:32 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3fb2c3a7bf 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.15.29 ( #19043 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-09 14:02:59 +00:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b9233c71a 
							
						 
					 
					
						
						
							
							fix(deps): revert update typescript-projects ( #18908 )  
						
						
						
						
					 
					
						2025-06-03 21:13:56 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							393e8d50b2 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #18889 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-03 11:39:55 +00:00 
						 
				 
			
				
					
						
							
							
								Bence Ferdinandy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31af44dd2a 
							
						 
					 
					
						
						
							
							feat: add --json-output option to upload command ( #18845 )  
						
						... 
						
						
						
						* fix(docs): update the cli upload usage
The cli upload usage is missing some options compared to what is the current
output of `immich upload --help`. Update the docs accordingly.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
* feat(cli): add --json-output option to upload command
Add an option that allows retrieving per-file information about the
upload process. The output includes the newFiles, duplicates and
newAssets lists, but could accommodate more information later if needed.
One use case this allows for is using --dry-run to get a list of all the
files that would be uploaded, and checking them manually before an
upload. This can be particularly useful when a curated subset of images
have already been uploaded to immich and we want to double check for
some stragglers without uploading everything to immich.
The upload command has a few lines of logging, so to get an actually
parsable json one needs to strip those lines:
  immich upload --dry-run * | tail -n +4 | jq .newFiles[]
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
---------
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> 
						
						
					 
					
						2025-06-02 01:58:58 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							58ae77ec92 
							
						 
					 
					
						
						
							
							chore: version v1.134.0  
						
						
						
						
					 
					
						2025-05-27 16:47:49 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3404cf420 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #18671 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 
						
						
					 
					
						2025-05-27 17:00:29 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93e53f6d74 
							
						 
					 
					
						
						
							
							chore(deps): update node.js to v22.16.0 ( #18662 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-27 12:13:30 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8f0a69dc8 
							
						 
					 
					
						
						
							
							chore(deps): update node ( #18661 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-27 12:12:37 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							54bafccbf9 
							
						 
					 
					
						
						
							
							chore: version v1.133.1  
						
						
						
						
					 
					
						2025-05-23 17:37:44 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							55adc136c8 
							
						 
					 
					
						
						
							
							chore: version v1.133.0  
						
						
						
						
					 
					
						2025-05-21 19:47:42 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b83b28cd73 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #18390 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 
						
						
					 
					
						2025-05-20 22:40:30 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1e6682df0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.15.18 ( #18387 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-20 15:15:10 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							965498d19b 
							
						 
					 
					
						
						
							
							chore(deps): update node.js to v22.15.1 ( #18388 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-20 15:14:59 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0ad12f279 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #18251 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 
						
						
					 
					
						2025-05-13 13:31:33 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eed014482d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.15.16 ( #18249 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-13 12:32:48 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d271e6a3ae 
							
						 
					 
					
						
						
							
							chore(deps): update node.js to v22.15.0 ( #18250 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-13 12:09:41 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a89f3ad97c 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #18133 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-10 13:07:20 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30822fcd10 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #18124 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-06 14:50:22 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b3efa02d8 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v6.3.4 [security] ( #18003 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-05-05 07:26:32 -07:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d042cc7f1 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #17961 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 13:00:37 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb52ac0f5b 
							
						 
					 
					
						
						
							
							chore(deps): update node.js to v22.15.0 ( #17956 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 12:08:32 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							02994883fe 
							
						 
					 
					
						
						
							
							chore: version v1.132.3  
						
						
						
						
					 
					
						2025-04-25 19:44:05 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							0d60be3d87 
							
						 
					 
					
						
						
							
							chore: version v1.132.2  
						
						
						
						
					 
					
						2025-04-25 03:07:06 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							37f5e6e2cb 
							
						 
					 
					
						
						
							
							chore: version v1.132.1  
						
						
						
						
					 
					
						2025-04-23 21:43:47 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							f659ef4b7a 
							
						 
					 
					
						
						
							
							chore: version v1.132.0  
						
						
						
						
					 
					
						2025-04-23 16:44:47 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0426b574fe 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #17625 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com> 
						
						
					 
					
						2025-04-23 11:45:38 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8eec92da7 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.14.1 ( #17770 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 
						
						
					 
					
						2025-04-22 10:18:44 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							309528c807 
							
						 
					 
					
						
						
							
							chore: upgrade package locks ( #17626 )  
						
						
						
						
					 
					
						2025-04-15 11:34:21 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3371e16f2 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #17611 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-15 15:55:03 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08b5952c87 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v6.2.6 [security] ( #17541 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-11 13:56:01 -04:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e372500b0 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #17456 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 
						
						
					 
					
						2025-04-09 14:47:29 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ffd18c5459 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to ^22.14.0 ( #17459 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-08 12:14:30 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51c2c60231 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v6.2.5 [security] ( #17391 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-07 16:35:29 +01:00 
						 
				 
			
				
					
						
							
							
								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] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69b1ac47ea 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #17287 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-01 12:32:09 +02: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 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3428a876c7 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v6.2.4 [security] ( #17259 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-01 00:36:54 +01:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							7729fe80fa 
							
						 
					 
					
						
						
							
							chore: version v1.131.1  
						
						
						
						
					 
					
						2025-03-31 20:36:48 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions 
							
						 
					 
					
						
						
						
						
							
						
						
							5b63b9fc8b 
							
						 
					 
					
						
						
							
							chore: version v1.131.0  
						
						
						
						
					 
					
						2025-03-31 18:41:13 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							238c151ac3 
							
						 
					 
					
						
						
							
							chore: finish migrating eslint config files; bump unicorn ( #17200 )  
						
						
						
						
					 
					
						2025-03-31 12:18:25 +01:00