Commit graph

10 commits

Author SHA1 Message Date
Prakash
0a423a45b9
Merge branch 'main' into restore/pr-6224 2026-06-20 02:05:58 +05:30
Kevin van Zonneveld
e99a17f1fe
companion: port to TypeScript (#6179)
Supersedes #6178.

This branch keeps the exact same final content as #6178, but splits
history for reviewability:

1. `chore(companion): rename source and test files from .js to .ts`
(pure `git mv`, no content changes)
2. `feat(companion): port Companion to TypeScript` (actual
content/type/schema/build updates)

Validation note:
- Final tree is byte-for-byte identical to `ts-companion`
(`7b5b16a298690b0492de4cc4fab744f998b45570`).

---------

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-04 20:50:43 +08:00
Mikael Finstad
635106e0d4
Change Node.js version to 22.22.1-alpine
Updated Node.js base image version in Dockerfile.
2026-03-13 22:52:07 +08:00
Mikael Finstad
b6d8baebc1
Update Dockerfile for node:22-alpine and dependencies
Updated base image version to node:22-alpine and modified build dependencies handling.
2026-03-13 21:18:31 +08:00
Merlijn Vos
938c7a89db
Fix Companion build output and Dockerfile (#5917)
Without `rootDir` we now have a nested structure in `lib/src` instead of
the files directly in `lib/.
2025-08-21 18:25:10 +02:00
Mikael Finstad
889653ebc6
run type checks also for companion and add files to docker (#4688)
* run type checks also for companion

* add docker build to PRs

* add missing checkout

* try to copy everything

* try to fix issue

* Update .github/workflows/companion.yml

* Update .dockerignore
2023-09-23 12:56:32 +08:00
Antoine du Hamel
8347c84db7
meta: upgrade Node.js docker version (#4630) 2023-08-17 14:57:15 +02:00
odselsevier
3f6606e62c
update to node-18.17.0-alpine, (#4617) 2023-08-10 14:32:10 +02:00
Stuart Auld
2934e31293
Companion: build an ARM64 container (#3841) 2022-06-21 14:37:04 +02:00
Mikael Finstad
bac107fc5f
@uppy/companion: fix Dockerfile and deploy automation (#3355)
* attempt at fixing dockerfile

that works with yarn workspaces and respects yarn.lock

* run corepack yarn

* update Dockerfile references

* remove unneccesary yarn plugin import

* Apply suggestions from code review

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2021-12-09 18:12:09 +01:00