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
2757e50d63
Release 0.22.1
2018-01-09 14:19:01 -05: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
b0aace75f6
update package-lock.json
2017-12-20 18:57:21 -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
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
05b7c265a5
update lockfile with latest npm
2017-12-10 23:45:25 +01: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
5df6a89c1d
update webdriverio, remove selenium-webdriver
2017-11-09 17:27:12 -05:00
Artur Paikin
4daaf5ca78
add webdriverio and plugins
2017-11-07 14:05:57 -05: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
Artur Paikin
6ab486ea0e
we need tape for acceptance tests for now
2017-09-20 17:11:11 -04:00
Renée Kooi
c465155186
react: Use prop-types package.
2017-09-18 14:40:30 +02:00
Artur Paikin
7838f19a32
Release 0.19.0
2017-09-16 00:08:25 -04:00
Artur Paikin
9e81166e11
remove tap-spec, update package-lock
2017-09-15 23:51:02 -04:00
Renée Kooi
51fb7f5c49
deps: Update tus-js-client
...
`tus-js-client` v1.4.4 and up will resume an upload when you reuse the
`tus.Upload` instance, where previously it wouldn't.
2017-09-11 14:21:00 +02:00
Renée Kooi
47dab77dea
Update lockfile
2017-09-11 10:41:30 +02:00
Renée Kooi
d4e5daa630
xhrupload,tus: Use promise-settle
2017-09-09 14:08:41 +02:00
Renée Kooi
2d1848b7c1
Release 0.18.1
2017-09-04 19:59:09 +02:00