3029 Commits

Author SHA1 Message Date
Michael Shilman
8411aa0d6f Update git head to 6.4.0-beta.3, update yarn.lock 2021-10-01 23:28:38 +08:00
Michael Shilman
0fc9200599 v6.4.0-beta.3 2021-10-01 23:21:37 +08:00
Michael Shilman
9fe35188f1 Update root, peer deps, version.ts/json to 6.4.0-beta.3 [ci skip] 2021-10-01 23:12:50 +08:00
Michael Shilman
ece2504f72
Merge pull request #16194 from storybookjs/16150-cra5-sb-init
CLI: Add webpack5 builder to CRA5 `sb init`
2021-10-01 23:06:22 +08:00
Michael Shilman
155a184247 Strip version specifiers off extraAddons 2021-10-01 18:45:39 +08:00
Michael Shilman
6ed3f33ef1 Update git head to 6.4.0-beta.2, update yarn.lock 2021-10-01 10:08:04 +08:00
Michael Shilman
3358e1e90c v6.4.0-beta.2 2021-10-01 10:04:43 +08:00
Michael Shilman
d65d10b3a1 Update root, peer deps, version.ts/json to 6.4.0-beta.2 [ci skip] 2021-10-01 09:54:02 +08:00
Kyle Gach
ec1640960c
Merge pull request #16184 from storybookjs/sb-init-web-components-cjs
Default sb init in ESM projects to use cjs

Closes #16181
2021-09-30 13:01:11 -06:00
Kyle Gach
83718785a7
Merge pull request #16185 from storybookjs/sb-init-page-styles
Better scope sample page component styles
2021-09-30 11:45:14 -06:00
Michael Shilman
076e7dda08 try to fix the build 2021-10-01 00:29:04 +08:00
Michael Shilman
c8ad08828c CLI: Limit preset install for old versions of SB 2021-09-30 23:43:46 +08:00
Michael Shilman
2744fb78ba Fix review comments 2021-09-30 17:35:17 +08:00
Michael Shilman
d6a1086cbc
Merge pull request #16183 from storybookjs/sb-init-template-comments
Add comments to sb init stories template
2021-09-30 11:21:19 +08:00
Kyle Gach
f998946ba9 Add comments to sb init stories templates
- Fix (and alpha-order) argTypes definitions
- Use "Template" name/concept consistently
2021-09-29 13:49:33 -06:00
Michael Shilman
1fd8294e3e CLI: Add webpack5 builder to CRA5 sb init 2021-09-30 02:49:36 +08:00
Christophe Coevoet
b015579d65 Upgrade boxen to 5.x
The breaking change in this major version is dropping support for
node <10, and storybook already requires node 10+.
This removes one path depending on outdated versions of ansi-regex that
are vulnerable for ReDoS.
2021-09-29 14:53:20 +02:00
Kyle Gach
3f15cd2fdd Better scope sample page component styles
- Was affecting non-component styles when rendered in Docs tab
2021-09-28 15:36:36 -06:00
Kyle Gach
4904adb771 Default sb init in ESM projects to use cjs
- Reverts previous commit
2021-09-28 15:10:28 -06:00
Kyle Gach
69f523d782 Default sb init w/ "web components" to use cjs 2021-09-28 12:31:49 -06:00
Michael Shilman
d80182745a Update git head to 6.4.0-beta.1, update yarn.lock 2021-09-26 06:09:31 +08:00
Michael Shilman
000a73948b v6.4.0-beta.1 2021-09-26 06:06:37 +08:00
Michael Shilman
37b2d7fd58 Update root, peer deps, version.ts/json to 6.4.0-beta.1 [ci skip] 2021-09-26 05:55:47 +08:00
Michael Shilman
eeab9ce0b3 Update git head to 6.4.0-beta.0, update yarn.lock 2021-09-22 07:40:45 +08:00
Michael Shilman
44a855043c v6.4.0-beta.0 2021-09-22 07:37:43 +08:00
Michael Shilman
aa286c8bed Update root, peer deps, version.ts/json to 6.4.0-beta.0 [ci skip] 2021-09-22 07:31:04 +08:00
Michael Shilman
41d9e4778f Update git head to 6.4.0-alpha.41, update yarn.lock 2021-09-22 01:09:57 +08:00
Michael Shilman
64746ce270 v6.4.0-alpha.41 2021-09-22 01:06:34 +08:00
Michael Shilman
9a21117f54 Update root, peer deps, version.ts/json to 6.4.0-alpha.41 [ci skip] 2021-09-22 00:55:07 +08:00
Michael Shilman
d72b2b5cb0 Update git head to 6.4.0-alpha.40, update yarn.lock 2021-09-20 20:13:57 +08:00
Michael Shilman
6b767d7c8f v6.4.0-alpha.40 2021-09-20 20:10:56 +08:00
Michael Shilman
001be4a496 Update root, peer deps, version.ts/json to 6.4.0-alpha.40 [ci skip] 2021-09-20 19:59:44 +08:00
Michael Shilman
d6cba15f17 Update git head to 6.4.0-alpha.39, update yarn.lock 2021-09-18 17:30:06 +08:00
Michael Shilman
b1d5f20b2f v6.4.0-alpha.39 2021-09-18 17:26:54 +08:00
Michael Shilman
14597f906f Update root, peer deps, version.ts/json to 6.4.0-alpha.39 [ci skip] 2021-09-18 16:31:01 +08:00
Michael Shilman
d7148bde34 Update git head to 6.4.0-alpha.38, update yarn.lock 2021-09-16 22:10:36 +08:00
Michael Shilman
14b9d19e7e v6.4.0-alpha.38 2021-09-16 22:05:19 +08:00
Michael Shilman
53175e765a Update root, peer deps, version.ts/json to 6.4.0-alpha.38 [ci skip] 2021-09-16 21:57:01 +08:00
Michael Shilman
6113deca33
Merge pull request #16013 from tyankatsu0105/feat/imp-builder-types
Main.js config: Fix Builder type
2021-09-16 19:08:39 +08:00
Michael Shilman
8ee5fac6ec Update git head to 6.4.0-alpha.37, update yarn.lock 2021-09-16 09:17:00 +08:00
Michael Shilman
c0c82361c8 v6.4.0-alpha.37 2021-09-16 09:12:15 +08:00
Michael Shilman
bfdb509d46 Update root, peer deps, version.ts/json to 6.4.0-alpha.37 [ci skip] 2021-09-16 00:00:58 +08:00
Michael Shilman
94b69b7702 Update git head to 6.4.0-alpha.36, update yarn.lock 2021-09-15 08:45:28 +08:00
Michael Shilman
cc13af28a7 v6.4.0-alpha.36 2021-09-15 08:40:37 +08:00
Michael Shilman
f4dbe6bf09 Update root, peer deps, version.ts/json to 6.4.0-alpha.36 [ci skip] 2021-09-15 08:31:23 +08:00
Michael Shilman
c12bfe9a53 Update git head to 6.4.0-alpha.35, update yarn.lock 2021-09-14 17:29:57 +08:00
Tom Coleman
fb9b6a81e8
Update lib/cli/src/project_types.ts 2021-09-14 19:28:51 +10:00
Michael Shilman
8f65635eb1 v6.4.0-alpha.35 2021-09-14 17:24:54 +08:00
Michael Shilman
5f5de89f26 Update root, peer deps, version.ts/json to 6.4.0-alpha.35 [ci skip] 2021-09-14 17:16:04 +08:00
Michael Shilman
adcc98ff9f E2E force remove package-lock.json 2021-09-14 16:16:59 +08:00