[PR #6876] [MERGED] chore: remove form-data dependency #11372

Closed
opened 2026-02-05 14:38:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6876
Author: @benmccann
Created: 2/3/2024
Status: Merged
Merged: 2/3/2024
Merged by: @mertalev

Base: mainHead: rm-form-data


📝 Commits (1)

  • 170632f chore: remove form-data dependency

📊 Changes

4 files changed (+23 additions, -14 deletions)

View changed files

📝 .github/workflows/test.yml (+10 -0)
📝 cli/package-lock.json (+6 -7)
📝 cli/package.json (+3 -1)
📝 cli/src/commands/upload.command.ts (+4 -6)

📄 Description

This uses the standard built-in class for FormData vs an external package. It will also let us remove axios as a dependency in a follow-up (https://github.com/immich-app/immich/issues/6647).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/6876 **Author:** [@benmccann](https://github.com/benmccann) **Created:** 2/3/2024 **Status:** ✅ Merged **Merged:** 2/3/2024 **Merged by:** [@mertalev](https://github.com/mertalev) **Base:** `main` ← **Head:** `rm-form-data` --- ### 📝 Commits (1) - [`170632f`](https://github.com/immich-app/immich/commit/170632fb8f7dcb0ecf53e504f7225277cbce4b20) chore: remove form-data dependency ### 📊 Changes **4 files changed** (+23 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+10 -0) 📝 `cli/package-lock.json` (+6 -7) 📝 `cli/package.json` (+3 -1) 📝 `cli/src/commands/upload.command.ts` (+4 -6) </details> ### 📄 Description This uses the standard built-in class for `FormData` vs an external package. It will also let us remove `axios` as a dependency in a follow-up (https://github.com/immich-app/immich/issues/6647). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:38:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11372