3402 Commits

Author SHA1 Message Date
Michael Shilman
d18ce2227a
Merge pull request #17602 from dmattia/next
Update shelljs dependency version
2022-03-07 23:12:22 +08:00
Michael Shilman
fe3cce2daf Update git head to 6.5.0-alpha.46, update yarn.lock 2022-03-06 00:13:11 +08:00
Michael Shilman
a64dc8426d v6.5.0-alpha.46 2022-03-06 00:09:52 +08:00
Michael Shilman
fe56aceb58 Update root, peer deps, version.ts/json to 6.5.0-alpha.46 [ci skip] 2022-03-06 00:00:33 +08:00
David Mattia
420987d783 Update shelljs dependency version 2022-03-01 20:53:24 +00:00
Michael Shilman
9c88f15da8 Update git head to 6.5.0-alpha.45, update yarn.lock 2022-03-02 02:01:22 +08:00
Michael Shilman
af457c20c7 v6.5.0-alpha.45 2022-03-02 01:57:39 +08:00
Michael Shilman
e12457f63d Update root, peer deps, version.ts/json to 6.5.0-alpha.45 [ci skip] 2022-03-02 01:46:03 +08:00
Michael Shilman
d7c3016ad9 Update git head to 6.5.0-alpha.44, update yarn.lock 2022-02-28 20:32:16 +08:00
Michael Shilman
0125cb2b68 v6.5.0-alpha.44 2022-02-28 20:28:46 +08:00
Michael Shilman
0e1b1b5235 Update root, peer deps, version.ts/json to 6.5.0-alpha.44 [ci skip] 2022-02-28 20:17:41 +08:00
Michael Shilman
8e1ae55493 Update git head to 6.5.0-alpha.43, update yarn.lock 2022-02-28 17:33:57 +08:00
Michael Shilman
62e5389406 v6.5.0-alpha.43 2022-02-28 17:30:21 +08:00
Michael Shilman
4e90a331f6 Update root, peer deps, version.ts/json to 6.5.0-alpha.43 [ci skip] 2022-02-28 17:11:16 +08:00
Michael Shilman
ffbceee0f6 Merge branch 'next' into 17514-mdx2-support 2022-02-28 11:24:14 +08:00
Michael Shilman
4520a653db Update git head to 6.5.0-alpha.42, update yarn.lock 2022-02-25 02:39:52 +08:00
Michael Shilman
1477954e18 v6.5.0-alpha.42 2022-02-25 02:36:20 +08:00
Michael Shilman
270c3853a7 Update root, peer deps, version.ts/json to 6.5.0-alpha.42 [ci skip] 2022-02-25 02:27:05 +08:00
Michael Shilman
5041e2865f Merge branch 'next' into 17514-mdx2-support 2022-02-22 17:26:58 +08:00
Michael Shilman
7fe0d172bb Update git head to 6.5.0-alpha.41, update yarn.lock 2022-02-22 17:18:38 +08:00
Michael Shilman
10663a4c9e v6.5.0-alpha.41 2022-02-22 17:15:18 +08:00
Michael Shilman
db16b7a5c5 Update root, peer deps, version.ts/json to 6.5.0-alpha.41 [ci skip] 2022-02-22 17:06:11 +08:00
Michael Shilman
0a420117d0 Update git head to 6.5.0-alpha.40, update yarn.lock 2022-02-19 09:36:20 +08:00
Michael Shilman
ffb3402ee4 v6.5.0-alpha.40 2022-02-19 09:32:54 +08:00
Michael Shilman
094f75a5b2 Update root, peer deps, version.ts/json to 6.5.0-alpha.40 [ci skip] 2022-02-19 08:46:10 +08:00
Gaëtan Maisse
e1a3daecd4
Use fixed versions for Vue packages in repro generator
> TL;DR: Vue 3 is now the new default version as of Monday, February 7, 2022!
> https://blog.vuejs.org/posts/vue-3-as-the-new-default.html
2022-02-17 21:40:21 +01:00
Gaëtan Maisse
4c46e48ac2
Force use of NPM during bootstrap of CRA repros
As of CRA 5 `--use-npm` option has been removed.
To force usage of NPM the only hacky way I found is to override `npm_config_user_agent` env var.

See related PR: https://github.com/facebook/create-react-app/pull/11322
And changelog: https://github.com/facebook/create-react-app/releases/tag/v5.0.0
2022-02-17 20:40:01 +01:00
Gaëtan Maisse
f517d56aad
Add tmp workaround to fix CRA repro in PnP mode 2022-02-17 20:25:44 +01:00
Gaëtan Maisse
4cfc80c379
Add some dependencies in CRA template generator
From the tests I did locally, adding both these deps is fixing Storybook in a CRA app with Yarn PnP.
2022-02-13 16:10:11 +01:00
Norbert de Langen
e2334565be
Merge branch 'next' into fix/e2e-cra
# Conflicts:
#	addons/docs/package.json
#	addons/essentials/package.json
#	lib/cli/src/versions.ts
#	lib/core/package.json
#	yarn.lock
2022-02-11 15:08:33 +01:00
Michael Shilman
e3af235c8b Update git head to 6.5.0-alpha.39, update yarn.lock 2022-02-11 13:07:48 +08:00
Michael Shilman
9b5d9b1f46 v6.5.0-alpha.39 2022-02-11 13:02:29 +08:00
Michael Shilman
b7503174b5 Update root, peer deps, version.ts/json to 6.5.0-alpha.39 [ci skip] 2022-02-11 13:01:34 +08:00
Michael Shilman
a3f651203b
Merge pull request #17447 from storybookjs/add-preview-extract
Core/CLI: Add `extract` function to `PreviewWeb` and use it in `sb extract` if available
2022-02-10 14:32:15 +08:00
Michael Shilman
609a595c2f Fix PreviewWeb extract running against old SB 2022-02-10 14:13:42 +08:00
Michael Shilman
c3a4cdaba3
Merge pull request #17437 from storybookjs/feat/add-interactions-to-cli-template-angular
CLI: Add addon-interactions to angular template
2022-02-10 02:59:49 +08:00
Tom Coleman
c49fbf093c Wait for PreviewWeb.extract in extract script 2022-02-09 15:29:37 +11:00
Michael Shilman
a8cf1cf061 Update git head to 6.5.0-alpha.38, update yarn.lock 2022-02-08 16:59:42 +08:00
Michael Shilman
b0dd637a70 v6.5.0-alpha.38 2022-02-08 16:54:08 +08:00
Michael Shilman
23210bce70 Update root, peer deps, version.ts/json to 6.5.0-alpha.38 [ci skip] 2022-02-08 16:43:32 +08:00
Michael Shilman
cd8168edd1 v6.5.0-alpha.37 2022-02-08 16:40:21 +08:00
Michael Shilman
942238d375 Update root, peer deps, version.ts/json to 6.5.0-alpha.37 [ci skip] 2022-02-08 16:25:59 +08:00
Yann Braga
e9e6256c67 CLI: add addon-interactions to angular template 2022-02-07 09:25:08 +01:00
Michael Shilman
33e28a63c5 Update git head to 6.5.0-alpha.36, update yarn.lock 2022-02-04 23:11:38 +08:00
Michael Shilman
7332caf9f8 v6.5.0-alpha.36 2022-02-04 23:06:05 +08:00
Michael Shilman
1e1bcf6664 Update root, peer deps, version.ts/json to 6.5.0-alpha.36 [ci skip] 2022-02-04 22:46:57 +08:00
Michael Shilman
8dcd3460fa Merge branch 'next' into tech/bundling-components 2022-02-04 22:13:34 +08:00
Michael Shilman
ee3e2eec88 Update git head to 6.5.0-alpha.35, update yarn.lock 2022-02-04 21:55:00 +08:00
Michael Shilman
7a483e312a v6.5.0-alpha.35 2022-02-04 21:49:37 +08:00
Michael Shilman
8f69433813 Update root, peer deps, version.ts/json to 6.5.0-alpha.35 [ci skip] 2022-02-04 21:39:42 +08:00