1716 Commits

Author SHA1 Message Date
Norbert de Langen
91a062355f
Merge branch 'next' into add/design-system 2020-06-18 17:08:18 +02:00
Norbert de Langen
f39d46a48b
FIX versions 2020-06-18 11:30:50 +02:00
Michael Shilman
b4aa5d2a28 v6.0.0-beta.31 2020-06-17 19:00:20 +08:00
Michael Shilman
9d4fe2369d Update root, peer deps, API and CLI versions to 6.0.0-beta.31 2020-06-17 18:55:10 +08:00
Michael Shilman
90f8bd39b4 v6.0.0-beta.30 2020-06-16 22:34:00 +08:00
Michael Shilman
b457f71a03 Update root, peer deps, API and CLI versions to 6.0.0-beta.30 2020-06-16 22:28:50 +08:00
Michael Shilman
8c0146ff03 v6.0.0-beta.29 2020-06-16 14:03:58 +08:00
Michael Shilman
62322b63ec Update root, peer deps, API and CLI versions to 6.0.0-beta.29 2020-06-16 13:58:50 +08:00
Michael Shilman
d57ed7541a v6.0.0-beta.28 2020-06-15 18:53:57 +08:00
Michael Shilman
0eb9e37924 Update root, peer deps, API and CLI versions to 6.0.0-beta.28 2020-06-15 18:48:14 +08:00
Norbert de Langen
4898cc6430
FIX versions 2020-06-15 09:41:38 +02:00
Clément DUNGLER
ba0d5b2d1b
Merge branch 'next' into tech/colocateStories2 2020-06-14 14:02:19 +02:00
Michael Shilman
e8ce8fa657 v6.0.0-beta.27 2020-06-14 10:02:01 +08:00
Michael Shilman
3d3660db6d Update root, peer dependencies, and CLI versions to 6.0.0-beta.27 2020-06-14 10:01:42 +08:00
tooppaaa
11677828fb Merge remote-tracking branch 'origin/next' into tech/colocateStories2 2020-06-12 17:07:45 +02:00
tooppaaa
49c405e43d remove remaining vue file 2020-06-12 16:59:10 +02:00
tooppaaa
56f208b5b7 fix: yarn 2 cli 2020-06-12 16:34:19 +02:00
Norbert de Langen
1d7d241dcb
Merge branch 'next' into remove/unused-dependencies
# Conflicts:
#	lib/core/package.json
2020-06-12 12:07:36 +02:00
Norbert de Langen
6ea1774e20
REMOVE unused dependencies && FIX versions 2020-06-12 11:55:13 +02:00
Michael Shilman
f0d0175810 v6.0.0-beta.26 2020-06-12 17:40:38 +08:00
tooppaaa
3b6a06aaa1 fix: rename baseGenerator 2020-06-12 00:28:37 +02:00
tooppaaa
369c343597 CLI: web_components 2020-06-11 23:33:16 +02:00
tooppaaa
6ce2d011a3 CLI: vue 2020-06-11 23:32:57 +02:00
tooppaaa
e1a4dc6a77 CLI: svelte 2020-06-11 23:32:37 +02:00
tooppaaa
898d9250ce CLI: riot 2020-06-11 23:32:19 +02:00
tooppaaa
f3a84a699a CLI: react_native 2020-06-11 23:31:59 +02:00
tooppaaa
4a6e31c3dc CLI: meteor 2020-06-11 23:31:44 +02:00
tooppaaa
082667e14c CLI: react 2020-06-11 23:31:22 +02:00
tooppaaa
fff09169fe CLI: rax 2020-06-11 23:30:34 +02:00
tooppaaa
99ee69796a CLI: preact 2020-06-11 23:30:02 +02:00
tooppaaa
31a5143fe7 CLI: mithril 2020-06-11 23:29:35 +02:00
tooppaaa
006daa4b2c CLI: marko 2020-06-11 23:28:27 +02:00
tooppaaa
b8d7a99c42 CLI: marionette 2020-06-11 23:28:03 +02:00
tooppaaa
4fd5e465ae CLI: html 2020-06-11 23:27:31 +02:00
tooppaaa
520e83f1de CLI: ember 2020-06-11 23:27:09 +02:00
tooppaaa
a99efeef18 CLI: aurelia 2020-06-11 23:26:29 +02:00
tooppaaa
0c7e8edf84 CLI: angular 2020-06-11 23:25:45 +02:00
tooppaaa
4905904bd2 CLI: move mutualise scripts 2020-06-11 23:25:04 +02:00
Michael Shilman
0f2b32b890 v6.0.0-beta.25 2020-06-11 21:18:06 +08:00
Michael Shilman
5ab2b41f23 v6.0.0-beta.24 2020-06-11 20:55:59 +08:00
Gaëtan Maisse
9dc7c554f4
refactor: ensure dep and devDeps are always defined when retrieving package.json
Doing this just after having read the file enable us to remove duplication and unneeded calls to `writePackageJson`.
2020-06-09 08:19:12 +02:00
Gaëtan Maisse
26dd11bf60
refactor: move readPackageJson and writePackageJson in their own helper 2020-06-09 08:19:11 +02:00
Gaëtan Maisse
b0e1d93eca
refactor: create a executeCommand function and use it for every yarn or npm calls
It move the `spawnSync` usage to only a single place which is simpler to maintain.
It also simplify testing as there is no more need to mock an external dep
2020-06-09 08:19:11 +02:00
Gaëtan Maisse
f5c788b92b
refactor: update signature of runAddDeps function 2020-06-08 20:08:17 +02:00
Gaëtan Maisse
0c1a9740dc
refactor: update signature of runInstall function 2020-06-08 20:08:16 +02:00
Gaëtan Maisse
6c383a0480
fix: update versions.json 2020-06-08 20:08:16 +02:00
Gaëtan Maisse
94620167cc
refactor: create function to add SB command in scripts attribute of package.json 2020-06-08 20:08:16 +02:00
Gaëtan Maisse
41dc95791b
refactor: move PackageJson.ts inside js-package-manager directory 2020-06-08 20:08:15 +02:00
Gaëtan Maisse
d4000030c3
refactor: remove usage of has_yarn 2020-06-08 20:08:15 +02:00
Gaëtan Maisse
2912bcbefe
refactor: remove unneeded params and variables
All this variables were used to check if user was running Yarn and do this accordingly.
Now we use the factory to get the "right" version of JsPackageManager instance so there is no need to worry anywhere about that.
2020-06-08 20:08:15 +02:00