Renée Kooi
4c67f4c685
Remove root uppy-server dependency.
2018-08-16 16:12:29 +02:00
Renée Kooi
784c8d3e6d
update lerna maybe?
2018-08-16 11:49:26 +02:00
Renée Kooi
9242ad95b5
Fix local registry plez
2018-08-16 11:40:11 +02:00
Ifedapo Olarewaju
6da00faf64
fix and re-enable companion test
2018-08-15 02:02:59 +03:00
Renée Kooi
328cd83d44
Update build deps.
2018-08-13 12:29:59 +02:00
Artur Paikin
863b1d1fb6
disable companion test in a different way
...
😜
2018-08-12 01:21:27 +01:00
Artur Paikin
4309f3e55a
don’t test companion temporarily
2018-08-12 01:06:52 +01:00
Artur Paikin
e3c485923d
update dependecies
2018-08-11 22:01:16 +01:00
Renée Kooi
28e8936fdc
Move jest config to a package.json key.
2018-07-23 17:01:14 +02:00
Renée Kooi
51dfe57b7c
Upgrade jest.
2018-07-23 15:56:25 +02:00
Ifedapo Olarewaju
6941b8ba6c
refactor: do not export envs when starting companion
2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
96388449f6
refactor: use single eslint command
2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
b4dfde23f4
build: lint companion from root + lint-stage for companion
2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
9a841f693a
refactor: rename service-dog -> companion
2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
55cc20a31c
move uppy-server to "service-dog"
2018-07-22 18:53:56 +01:00
Renée Kooi
044250d706
Merge pull request #962 from transloadit/website-sizes
...
Update stats page with bundle sizes for each package.
2018-07-19 14:07:33 +02:00
Artur Paikin
a9a16c053d
Merge pull request #963 from transloadit/website-examples
...
Use src/ files in website examples.
2018-07-18 19:56:47 -04:00
Renée Kooi
68b4529ec7
Add object rest spread transform
...
Object rest spread was standardised this year so it's safe to use. It
has shipped in major browsers and Node. Because Uppy uses immutable
state we can make a lot of gains in terseness and readability by using
the new object syntaxes, I think.
I updated one place where we were using Object.assign; I think we can
merge it like this first and then update the other places when we are
changing stuff there anyway.
2018-07-16 14:28:55 +02:00
Renée Kooi
040ff822d5
Use src/ files in website examples.
...
Uses a custom Browserify plugin that turns resolved
`@uppy/xyz/lib/index.js` paths into `@uppy/xyz/src/index.js`. We can
move that plugin to a different file and use it in other places later.
It's a bit of a hack but this is easier than maintaining an aliasify
config for every package, I think.
(Also took this opportunity to ES6ify the examples build script using
`const` / arrows / Set.)
2018-07-16 12:23:11 +02:00
Renée Kooi
29a7225e3a
Update stats page with bundle sizes for each package.
2018-07-16 11:13:22 +02:00
Renée Kooi
36e5a82393
Use a single typescript config for all types tests.
2018-06-28 16:30:24 +02:00
Renée Kooi
1588b9d8bf
Add types tests for @uppy/core.
2018-06-28 16:30:10 +02:00
Renée Kooi
8977ab6e65
Update dependencies to latest matching versions.
2018-06-28 11:20:35 +02:00
Renée Kooi
c84663322a
Fix many security warnings using npm audit fix
2018-06-28 11:13:31 +02:00
Renée Kooi
94cad18179
Update onchange to v4.
2018-06-28 11:09:25 +02:00
Renée Kooi
be0c7a10d5
Update redux to v4.
2018-06-28 11:07:47 +02:00
Renée Kooi
c0e6b810b0
Update chalk to v2.
2018-06-28 11:06:55 +02:00
Renée Kooi
7fc765f85a
Remove sass, we are using node-sass instead.
2018-06-28 11:06:19 +02:00
Renée Kooi
b6a0e345f6
Remove next-update.
2018-06-28 11:05:33 +02:00
Renée Kooi
f0abc46649
Update browserify to v16.
2018-06-28 11:03:09 +02:00
Artur Paikin
98f064e197
fix bundled example with absolute paths for now, fix build:css
2018-06-27 18:20:23 -04:00
Renée Kooi
6e9b058641
Merge branch 'master' into feature/lerna
2018-06-25 17:50:19 +02:00
Artur Paikin
cc4ad1252b
Release 0.25.6
2018-06-25 11:44:54 -04:00
Artur Paikin
0c2d66e8ac
add types to uppy npm package
2018-06-25 11:31:46 -04:00
Artur Paikin
505a2325d9
Merge branch 'feature/lerna' of https://github.com/transloadit/uppy into feature/lerna
2018-06-25 11:21:11 -04:00
Artur Paikin
17b6a919f6
build:lib in web:preview
2018-06-25 11:20:57 -04:00
Renée Kooi
2bf3a76c6a
Use lerna bootstrap --hoist.
...
This installs dependencies of individual packages to the root folder
when possible. This way we don't install 10 copies of preact during
development.
2018-06-25 16:23:56 +02:00
Renée Kooi
811ed885c6
Add Promise polyfill in integration tests.
2018-06-21 16:07:01 +02:00
Renée Kooi
8dd80b3cb9
Update release script.
2018-06-21 16:00:20 +02:00
Renée Kooi
73e8c0d50e
Use verdaccio to simulate publishes before integration tests.
2018-06-21 13:54:10 +02:00
Renée Kooi
abb9ae06b4
Remove dependencies from root package.json.
...
This also removes the es6-promise transform because the peer dependency
is no longer matched.
2018-06-18 15:44:33 +02:00
Renée Kooi
c68599dee9
Make integration tests run with new package setup
...
Unfortunately had to undo the `npm pack` PR for this for now :(
2018-06-18 15:30:56 +02:00
Renée Kooi
e5830c46d8
Use .eslintignore per @kvz suggestion
2018-06-18 15:06:09 +02:00
Renée Kooi
a0fd2d3d29
Split up typescript definitions.
...
Also add the type tests to our `npm test` script.
2018-06-18 14:59:08 +02:00
Renée Kooi
b14543a61f
Copy root readme to uppy package before release.
2018-06-18 13:30:24 +02:00
Renée Kooi
86a1626dfa
Remove package related things from root package.json.
2018-06-18 13:15:11 +02:00
Renée Kooi
2c67c89b8d
Small build fixes.
2018-06-18 12:41:28 +02:00
Renée Kooi
6e24d0e4c9
Update build scripts.
2018-06-18 11:33:45 +02:00
Renée Kooi
c0b12819b1
Lint packages/*/src.
2018-06-18 10:00:52 +02:00
Renée Kooi
a133a592d7
Use @uppy packages in bundled-example.
2018-06-14 16:31:19 +02:00