Commit graph

21 commits

Author SHA1 Message Date
Antoine du Hamel
01d7ea13e9
meta: use Yarn v3 instead of npm (#3237)
* meta: use Yarn v3 instead of npm

* Update CONTRIBUTING.md to fix linter errors

* remove remaining npm commands

* Update deps
2021-10-20 15:16:59 +02:00
Antoine du Hamel
2eee086545
ci: test Companion with Node.js 16.x (#3273) 2021-10-20 12:05:34 +02:00
Antoine du Hamel
7cad0130dd
ci: fix tranloadit2 e2e tests (#3270)
* ci: fix tranloadit2 e2e tests

* ci: Re-enable tranloadit tests

* ci: update settings

* improve comments

* Remove cropping step from transloadit2 e2e test

* add steps back

* remove template id

* increase timeout

* transloadit2

* Re-enable all e2e tests

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2021-10-19 15:23:32 +01:00
Antoine du Hamel
ff727d435a
ci: test on Node.js v16.x (#3205)
And upgrade `actions/setup-node` version.
2021-09-20 15:45:17 +02:00
Murderlon
3ff939374b
Release 2021-09-20 13:03:13 +02:00
Mikael Finstad
d0d117c131
Downgrade to Node 14 in GitHub Actions (#3179)
Due to hitting this error: nodejs/node#40030
2021-09-08 15:45:03 +02:00
Murderlon
35697d18d4
Set node version in workflows/cdn.yml to 16.x 2021-08-24 16:40:00 +02:00
Artur Paikin
08cac3bebc master --> main 2021-08-03 15:34:24 +01:00
Antoine du Hamel
5630f7dc07
tools: enable linter for TypeScript (#2997)
* tools: enable linter for TypeScript files and code snippets

* types: remove remaning namespaces

* tools: remove unused Babel decorator plugin
2021-07-13 14:28:14 +02:00
Antoine du Hamel
a4e2da159b ci: don't run markdown tests in type tests 2021-06-29 17:23:07 +02:00
Antoine du Hamel
c315329399
Remove IE polyfills and special casing (#2947)
* Remove IE polyfills and special casing

* dashboard: remove `resize-observer-polyfill`

* deps: remove url-parse to use global `URL` instead

* Update documentation for browser support

* Add a migration guide

* Update e2e test platforms

* Remove polyfills from examples and add those missing in CDN bundle

* Use Node.js v16.x on CI because of `AbortController`

* Update bundle builder to produce two builds: `uppy.js` without polyfills, `uppy.legacy.js` with polyfills.

* Upgrade create-react-app deps

* remove null coalescing operator as it's not supported by the build chain

* disable Safari testing (for now)


Co-authored-by: Renée Kooi <renee@kooi.me>
2021-06-28 11:34:51 +02:00
Antoine du Hamel
50a9c9f190
ci: remove Node.js v10.x, add v16.x (#2932) 2021-06-17 19:30:33 +01:00
Renée Kooi
e82f828d19
companion: smaller heroku deployment (#2845) 2021-04-01 12:30:26 +02:00
Renée Kooi
d52bebad3a
Revert "ci: Try a much smaller Companion deployment to heroku"
This reverts commit a6d24cbae0.
2021-03-31 14:58:47 +02:00
Renée Kooi
a6d24cbae0
ci: Try a much smaller Companion deployment to heroku 2021-03-31 14:50:24 +02:00
Renée Kooi
c88e27608c
ci: fix companion deploys to docker and heroku 2021-03-31 14:18:56 +02:00
Renée Kooi
581c114136
ci: fix website deploy script 2021-03-31 14:07:19 +02:00
Renée Kooi
cb1a41234a
Workspaces (#2835) 2021-03-31 14:04:18 +02:00
kiloreux
dcc544b2bc
Docker tag release (#2771) 2021-02-23 14:11:46 +01:00
kiloreux
1f365608be
Fixes around Github actions and Companion deploys. (#2717) 2021-01-04 11:17:26 +01:00
Renée Kooi
084d17db7d
GitHub actions (#2617) 2020-11-27 09:52:48 +01:00