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
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
Artur Paikin
a8003c873e
core: force new keyword ( #2949 )
...
* Force Uppy initialization with new keyword, remove run()
* update some types
* update docs and examples
* Update packages/@uppy/core/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/core/types/index.d.ts
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* add new in tests
* Move all types to ESM syntax and fix all issues
* Add back e2e build script and revert uppy docs commit
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Murderlon <merlijn@soverin.net>
2021-07-08 19:02:13 +01:00
Antoine du Hamel
d6fb14dfb1
deps: upgrade typescript version
2021-07-07 16:53:00 +02:00
Andrew
f4e99fa7bf
Base upgrades ( #2856 )
2021-04-19 16:20:23 +02:00
Artur Paikin
f4f05b8842
try removing version from private package so maybe Lerna ignores it for release
2021-03-31 22:51:05 +01:00
Renée Kooi
cb1a41234a
Workspaces ( #2835 )
2021-03-31 14:04:18 +02:00
Kevin van Zonneveld
764c2ccada
Update Linter ( #2796 )
...
* relocate .vscode
* Switch to transloadit linter
* Update .eslintrc.json
* autofix code
* unlink and install eslint-config-transloadit@1.1.1
* Change 0 to "off"
* Don't change 'use strict'
* Do not vertically align
* disable key-spacing
* add import/no-extraneous-dependencies per package
* add more react/a11y warnings
* Revert "autofix code"
This reverts commit 14c8a8cde8 .
* add import/no-extraneous-dependencies per example and main package
* autofix code (2)
* Allow devDependencies in ./bin
* Change import/no-extraneous-dependencies to warn again
* upgrade linter
* Set import/no-extraneous-dependencies to warn
2021-03-15 16:25:17 +00:00
Artur Paikin
13edc8ed1e
Update package.json
2020-12-23 17:51:38 +00:00
Artur Paikin
80ca74ba38
remove version, add example to package.json
2020-12-23 17:38:26 +00:00
Artur Paikin
bbd04778be
svelte-example should be private
2020-12-23 17:28:56 +00:00
Andrew
ff3127f663
Svelte integration ( #2671 )
...
* Added basic components
* Updated README
* Added LICENSE
* Added basic doucmentation
* svelte: Fixed CSS issues
* svelte: Added CSS to docs
* svelte: Removed favicon
* svelte: Configured build system and CSS
* svelte: Updated docs for better CSS
* svelte: Disable TSD for svelte
* fix: fixed svelte building issues
* Update packages/@uppy/svelte/package.json
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
* add svelte to locale-packes build ignore
* upgrade typescript
This might get reverted, but it upgrades from Typescript version 3.7.5 to 3.9.3
* remove devDependencies from svelte and vue packages
* Update packages/@uppy/svelte/package.json
Co-authored-by: Renée Kooi <renee@kooi.me>
* slight tweak for docs and readme
* try to switch to file urls for vue and svelte
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-12-23 13:45:26 +00:00