Commit graph

353 commits

Author SHA1 Message Date
Renée Kooi
20f8b5d2d5
Remove babel-eslint.
`eslint-plugin-standard-preact` includes babel-eslint, and uses a newer
version to boot.
2018-01-15 10:40:20 +01:00
Renée Kooi
5b1076c452
Update glob. 2018-01-15 10:38:00 +01:00
Renée Kooi
dee474896f
Update uppy-server
Adds a little script to configure and run it, because uppy-server
no longer includes the source files necessary to `npm start` it
like we did previously.

Remove `nodemon` since it was only used by uppy-server's `npm start`
script.
2018-01-15 10:35:59 +01:00
Renée Kooi
55db117ed1
Update socket.io-client and url-parse 2018-01-15 10:26:41 +01:00
Renée Kooi
4bf30db53f
Update es6-promise
The breaking change is in the auto-polyfill behaviour, but we use
`babel-plugin-es6-promise` so we don't use the auto-polyfill behaviour.
2018-01-15 10:24:11 +01:00
Renée Kooi
5ecde45a86
Remove nock dependency
We were not using this.
2018-01-15 10:11:29 +01:00
Renée Kooi
16b25c164f
Update cuid.
This seems to have been basically rewritten but the size is about the
same and it still generates unique IDs, so.
2018-01-15 10:06:33 +01:00
Renée Kooi
efc98934a5
Update get-form-data.
The only breaking change there is renaming a method we do not use
directly.
2018-01-15 10:03:02 +01:00
Renée Kooi
1e674b3d01
Update dev helper things 2018-01-15 10:01:08 +01:00
Renée Kooi
e9849f7b29
Update dev dependencies 2018-01-15 09:58:03 +01:00
Renée Kooi
9b87805534
Update deps 2018-01-15 09:49:49 +01:00
Artur Paikin
c1b1d94c49
Merge pull request #504 from transloadit/ci/single-build
ci: Remove duplicate build step
2018-01-12 23:36:26 -05:00
Artur Paikin
2757e50d63 Release 0.22.1 2018-01-09 14:19:01 -05:00
Renée Kooi
719a1d26e2
Run build on prepublishOnly 2018-01-09 19:36:17 +01:00
Artur Paikin
f6acb4719a
Merge pull request #505 from transloadit/fix/limit-progress
Fix progress with `limit`ed XHRUploads
2018-01-09 00:20:38 -05:00
Renée Kooi
c664126405
deps: Update node-notifier
This should remove the warnings about insecure dependencies we were
getting. node-notifier@4 depends on an old version of `marked` that has
an XSS vulnerability. We weren't really affected because we don't push
user input through node-notifier, but the warnings show up anyway :P
2018-01-08 16:00:54 +01:00
Renée Kooi
07463ee474
Add test for XHRUpload limit option 2018-01-08 10:06:11 +01:00
Artur Paikin
e655193502 Release 0.22.0 2017-12-22 00:08:45 -05:00
Artur Paikin
aec8d26d6c
Merge branch 'master' into refactor-preact 2017-12-20 00:42:14 -05:00
Artur Paikin
7b6eb68f4a Add classnames, remove hyperx 2017-12-20 00:07:18 -05:00
Renée Kooi
204eabc7f0
Update jest 2017-12-18 12:33:45 +01:00
Renée Kooi
c0f988607f
Update tus-js-client 2017-12-18 10:44:49 +01:00
Artur Paikin
c6382ce93b add eslint-config-standard-preact, use h as JSX pragma
also added custom rule `"jsx-quotes": ["error", "prefer-double"]`, because single quote attributes were forced for some reason: https://eslint.org/docs/rules/jsx-quotes
2017-12-14 16:27:19 -05:00
snyk-bot
23f9095368 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:debug:20170905
- https://snyk.io/vuln/npm:ms:20170412

Latest report for transloadit/uppy:
https://snyk.io/test/github/transloadit/uppy
2017-12-14 03:10:35 +00:00
Artur Paikin
0c829bcf99 Replace yo-yo with preact, add babel jsx transforms 2017-12-12 23:21:12 -05:00
Artur Paikin
39a5e4aa26 Release 0.21.1 2017-12-10 21:17:32 -05:00
Renée Kooi
e4c773b76c
store: tests! 2017-11-20 13:21:11 +01:00
Artur Paikin
cb4bc92c38 Release 0.21.0 2017-11-14 12:11:34 -05:00
Artur Paikin
5b70cb5dfc
Merge pull request #410 from transloadit/feature/refactor-enetoent-tests
Refactor end-to-end tests
2017-11-09 20:11:56 -05:00
Artur Paikin
5df6a89c1d update webdriverio, remove selenium-webdriver 2017-11-09 17:27:12 -05:00
Artur Paikin
de3486721f move webdriverio to devDependencies 2017-11-09 16:33:11 -05:00
Artur Paikin
b0918b572b
Merge pull request #406 from richardwillars/state-errors
Updates state with error messages rather than error objects
2017-11-07 20:45:29 -05:00
Artur Paikin
4daaf5ca78 add webdriverio and plugins 2017-11-07 14:05:57 -05:00
Artur Paikin
a2918ba9a8 Add a test page with a few Uppy instances and simple test 2017-11-06 11:07:36 -05:00
Artur Paikin
87d5ec8744 update package.json 2017-11-02 13:12:16 -04:00
Rich Willars
a0a5a9b399 Updates state with error messages rather than error objects 2017-11-01 11:25:29 +00:00
Artur Paikin
1ad533d1ed Update description 2017-10-26 21:38:22 -04:00
Renée Kooi
da86e71209 Merge pull request #371 from goto-bus-stop/chore/flat-dist
bundle: Add tinyify
2017-10-26 11:35:47 +02:00
Renée Kooi
8d87182a21
Release 0.20.3 2017-10-18 10:07:51 +02:00
Renée Kooi
2ff172da80
Switch to tinyify 2017-10-13 16:15:49 +02:00
Renée Kooi
5486ca805a
Release 0.20.2 2017-10-11 14:33:11 +02:00
Renée Kooi
8806fff510
Release 0.20.1 2017-10-05 17:20:36 +02:00
Artur Paikin
5ee0a13487 Release 0.20.0 2017-10-03 17:24:59 -04:00
Renée Kooi
c8ddb40f64
Update common-shakeify 2017-09-28 15:51:44 +02:00
Renée Kooi
c2b0488885
Minify with recent uglify-js and create prod source map. 2017-09-28 15:50:23 +02:00
Renée Kooi
dd383c79bf
build: Add common-shakeify and browser-pack-flat for dist files. 2017-09-28 15:42:30 +02:00
Renée Kooi
4d93e0ac85
tus,xhrupload: Replace promise-settle with own version 2017-09-25 12:29:42 +02:00
Renée Kooi
5c30557ffc
Update eslint 2017-09-22 23:09:32 +02:00
Renée Kooi
9af6b2fea6 Merge pull request #170 from goto-bus-stop/feature/react
High-level React Components
2017-09-22 16:36:58 +02:00
Artur Paikin
fb89c4b9c4 Release 0.19.1 2017-09-20 18:29:28 -04:00