1757 Commits

Author SHA1 Message Date
Gaëtan Maisse
100ffac29c
refactor: use getRunStorybookCommand from package manager
It avoids to use a ternary expression to define the displayed string and encapsulate specific package managers behaviors in their own classes.
2020-06-08 17:25:43 +02:00
Gaëtan Maisse
0334c801fe
refactor: create a JsPackageManagerFactory
It returns an NPMProxy, YarnProxy or Yarn2Proxy according to user project setup:
Are `yarn` or `npm` command available? Is there any `yarn.lock` file?
2020-06-08 17:25:43 +02:00
Gaëtan Maisse
ed79e5bb42
refactor: introduce a JsPackageManager abstract class and specialized subclasses for NPM, Yarn and Yarn 2.
The goal of this will be to use the Factory Pattern to encapsulate everything specific to a package manager in a single class.
Then a factory will return an instance of NPM, Yarn or Yarn 2 proxy class according to the package manager used/prefered in end project.
All CLI code will be package manager agnostic and will just call functions of JsPackageManager interface.
2020-06-08 17:25:42 +02:00
Norbert de Langen
468c7b63c4
ADD design-system to official example
This should add a ref automatically
2020-06-08 14:07:13 +02:00
Michael Shilman
dc89aa1737 v6.0.0-beta.23 2020-06-08 15:43:48 +08:00
Clément DUNGLER
3530474126
Merge pull request #10843 from storybookjs/feature/e2eZeroConfig
Core: Zero-config Typescript e2e test
2020-06-07 20:35:36 +02:00
Michael Shilman
dd7ca0e01b Update versions 2020-06-07 09:43:13 +08:00
Clément DUNGLER
41f557c348
Update main.js 2020-06-06 10:27:20 +02:00
Clément DUNGLER
c7d1f53a9e
Update main.js 2020-06-06 10:26:24 +02:00
tooppaaa
46c298ca54 fix e2e 2020-06-05 23:10:19 +02:00
tooppaaa
12bb946535 Merge remote-tracking branch 'origin/next' into feature/e2eZeroConfig 2020-06-05 22:29:02 +02:00
Michael Shilman
ff3f44f3a1 v6.0.0-beta.22 2020-06-06 02:55:46 +08:00
Norbert de Langen
7b8897b36c
Merge branch 'next' into feature/e2eZeroConfig
# Conflicts:
#	scripts/run-e2e.ts
#	yarn.lock
2020-06-04 17:46:37 +02:00
Norbert de Langen
60b576ea51
Do not pass event to action, parsing it takes a long time, and we don't need to ensure that works 2020-06-04 14:59:10 +02:00
Norbert de Langen
5cec0193c6
Merge pull request #11008 from storybookjs/tech/e2eStab-semver-fixed
Core: Fix Yarn 2 compatibility and reactivate Yarn 2 E2E test
2020-06-04 11:17:06 +02:00
Michael Shilman
a5e022c1ba Update version.ts to 6.0.0-beta.21 2020-06-04 08:46:31 +08:00
Michael Shilman
93c1d0c108 v6.0.0-beta.21 2020-06-04 08:36:01 +08:00
Gaëtan Maisse
7225ebb710
fix(cli): do not use --ignore-workspace-root-check with Yarn 2
This option is not handled by Yarn 2.
2020-06-03 21:13:48 +02:00
Gaëtan Maisse
d7687ade18
refactor: replace semver by @storybook/semver
`@storybook/semver` is a browser friendly fork of `semver`.
We use it to avoid issue with IE11 as classic "compiled" `semver` is now compatible with it.
If we just recompile `semver` from `node_modules` it ends with a package that `require('core-js')` but `core-js` is not listed in the dependency. And so Yarn 2 throw an error.
So to avoid that we need to use a "proper" dependency which is `semver` recompile and with all needed dependencies in its package.json.
2020-06-03 20:07:07 +02:00
Norbert de Langen
dfc9ee65e6
Merge pull request #10998 from storybookjs/mrmckeb/issue10943
Add warning for TypeScript set up issues and fix Babel config
2020-06-02 13:25:45 +02:00
Brody McKee
7ad9fcf533 feat: add warning for TypeScript setup issues 2020-06-02 11:16:24 +03:00
Michael Shilman
29a13f6657 Merge branch 'next' of github.com:storybookjs/storybook into next 2020-06-02 01:39:16 +08:00
Michael Shilman
c9fb748033
Merge pull request #10985 from storybookjs/fix-10915-cli-init-in-yarn-workspace
CLI: Fix `sb init` in Yarn workspace environment
2020-06-01 23:28:15 +08:00
Michael Shilman
3ab1b25965 Update version.ts to 6.0.0-beta.20 2020-06-01 22:16:30 +08:00
Michael Shilman
f296d1cfa1 v6.0.0-beta.20 2020-06-01 22:06:32 +08:00
Michael Shilman
c1b2665240 Update version.ts to 6.0.0-beta.19 2020-05-30 03:38:28 +08:00
Michael Shilman
57f818f5e6 v6.0.0-beta.19 2020-05-30 03:29:10 +08:00
Gaëtan Maisse
10b34eea56
fix(cli): fix init command when run in a Yarn workspace env
Add `--ignore-workspace-root-check` to avoid Yarn error when adding dependencies to the workspace root.
2020-05-29 20:44:09 +02:00
Michael Shilman
91db0cbff0 Update version.ts to 6.0.0-beta.18 2020-05-29 23:05:08 +08:00
Michael Shilman
27f45503e9 v6.0.0-beta.18 2020-05-29 22:55:02 +08:00
Michael Shilman
573b3dbe7e
Merge pull request #10926 from storybookjs/fix/valid-globs
Core: Support valid globs
2020-05-29 10:44:15 +08:00
Norbert de Langen
c9423859b2
Merge branch 'next' into fix/valid-globs
# Conflicts:
#	lib/core/package.json
2020-05-28 10:40:53 +02:00
Michael Shilman
2592ca07e4 Update version.ts to 6.0.0-beta.17 2020-05-28 12:44:11 +08:00
Michael Shilman
e6bdd47438 v6.0.0-beta.17 2020-05-28 12:34:03 +08:00
Michael Shilman
8c00d5cd54 Merge branch 'next' into fix/valid-globs 2020-05-28 03:24:38 +08:00
Michael Shilman
c5a7541b47 Update version.ts to 6.0.0-beta.16 2020-05-28 00:31:55 +08:00
Michael Shilman
816eb0f104 v6.0.0-beta.16 2020-05-28 00:21:14 +08:00
Norbert de Langen
a4fa665ec2 Merge branch 'next' into fix/valid-globs 2020-05-27 10:39:31 +02:00
Norbert de Langen
e4cba0d4e6
Merge pull request #10888 from storybookjs/tech/e2eStab
CI: Stabilize E2E tests
2020-05-27 10:30:41 +02:00
Michael Shilman
d3ba8fa68c Update version.ts to 6.0.0-beta.15 2020-05-27 07:16:10 +08:00
Michael Shilman
d30c942994 v6.0.0-beta.15 2020-05-27 07:05:27 +08:00
Norbert de Langen
540d0a2119
Merge branch 'next' into fix/valid-globs
# Conflicts:
#	MIGRATION.md
2020-05-26 12:34:40 +02:00
tooppaaa
e5886f9584 Merge remote-tracking branch 'origin/next' into tech/e2eStab 2020-05-25 18:09:19 +02:00
Michael Shilman
654371557e Update version.ts to 6.0.0-beta.14 2020-05-25 21:44:34 +08:00
Michael Shilman
852ebbcaa2 v6.0.0-beta.14 2020-05-25 21:35:29 +08:00
Norbert de Langen
7b4e942c6d
Merge pull request #10909 from graup/graup/vue-preset
Remove babel-preset-vue
2020-05-25 13:19:33 +02:00
tooppaaa
12eff035d0 Merge remote-tracking branch 'origin/next' into tech/e2eStab 2020-05-25 13:08:52 +02:00
Paul Grau
286051a852 Remove leftover references to babel-preset-vue 2020-05-25 16:57:35 +09:00
Paul Grau
cfb55f2683 Remove jsx stories from vue generators 2020-05-25 16:28:29 +09:00
Michael Shilman
39bd026385 CSF: Upgrade TSX stories to hoisted story annotations 2020-05-25 13:39:27 +08:00