Update package versions and cleanup #272

Closed
opened 2026-04-05 17:04:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Lokowitz on 2/7/2026

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  1. update all packages
  2. moved lint to dev dept to reduce image size
  3. upgrade more files to node24
  4. fix lint error in server/private/routers/generatedLicense/generateNewEnterpriseLicense.ts
  5. removed date-fns because it is not used
  6. fixed .gitignore and added new general files
  7. reduced build time by 22% by running multiple build stages at the same time
  8. reduced image size by 7%
  9. moved ARGs in dockerfile to keep caching

Keep in mind to push to main before upgrading packages in main to avoid merge conflicts.

*Originally created by @Lokowitz on 2/7/2026* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description 1. update all packages 2. moved lint to dev dept to reduce image size 3. upgrade more files to node24 4. fix lint error in `server/private/routers/generatedLicense/generateNewEnterpriseLicense.ts` 5. removed `date-fns` because it is not used 6. fixed `.gitignore` and added new general files 7. reduced build time by 22% by running multiple build stages at the same time 8. reduced image size by 7% 9. moved `ARGs` in dockerfile to keep caching Keep in mind to push to `main` before upgrading packages in `main` to avoid merge conflicts.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#272