Michael Shilman
|
f88c9384cc
|
Merge pull request #17908 from storybookjs/norbert/sb-238-cli-autodetect-webpack45-on-sb-init
CLI: Add webpack4/5 detection
|
2022-04-07 10:51:48 +08:00 |
|
Michael Shilman
|
8ef8085419
|
CLI: Use webpack5 auto-detect for vue3
|
2022-04-07 10:26:19 +08:00 |
|
Norbert de Langen
|
f607f8370c
|
cleanup
|
2022-04-07 00:13:11 +02:00 |
|
Norbert de Langen
|
cf21174e82
|
npm v6 has no why, so let's use ls instead
|
2022-04-07 00:11:25 +02:00 |
|
Norbert de Langen
|
7c4da58af9
|
actually search for version of webpack
|
2022-04-06 23:32:26 +02:00 |
|
Norbert de Langen
|
e82e9c16ac
|
call detectBuilder with packageManager
|
2022-04-06 22:30:14 +02:00 |
|
Norbert de Langen
|
bc2c241ba2
|
we should actually add these dependencies IMHO, so we can remove the dependencies from core-server at some point
|
2022-04-06 22:29:35 +02:00 |
|
Norbert de Langen
|
f26ce119cd
|
improve webpack4-5 detection
|
2022-04-06 22:28:54 +02:00 |
|
Michael Shilman
|
0b3635459a
|
Merge branch 'next' into pr/17215
|
2022-04-06 21:46:48 +08:00 |
|
Norbert de Langen
|
6bc6913c3b
|
Merge branch 'next' into ndelangen/temp-alternative-solution-react-dom
|
2022-04-06 10:03:34 +02:00 |
|
Norbert de Langen
|
1da2437f94
|
Merge branch 'next' into feat/cancelable-builder-process
|
2022-04-06 10:02:40 +02:00 |
|
Yann Braga
|
56864b784d
|
add vite-react to e2e tests
|
2022-04-06 09:01:02 +02:00 |
|
Norbert de Langen
|
6c37f1c561
|
Merge branch 'next' into feat/cancelable-builder-process
|
2022-04-06 08:55:29 +02:00 |
|
Norbert de Langen
|
3f2d50a731
|
cleanup
|
2022-04-06 08:50:27 +02:00 |
|
Norbert de Langen
|
4ab777e651
|
Merge branch 'next' into ndelangen/temp-alternative-solution-react-dom
|
2022-04-06 08:47:25 +02:00 |
|
Norbert de Langen
|
d5a99fd50c
|
Merge pull request #17896 from storybookjs/fix/vue3-cli-template
CLI: Upgrade vue3 template to use webpack5 builder
|
2022-04-06 08:46:12 +02:00 |
|
Michael Shilman
|
ba69d07502
|
Update git head to 6.5.0-alpha.57, update yarn.lock
|
2022-04-06 10:30:50 +08:00 |
|
Michael Shilman
|
896ac6a611
|
v6.5.0-alpha.57
|
2022-04-06 10:27:22 +08:00 |
|
Michael Shilman
|
6025a5f783
|
Update root, peer deps, version.ts/json to 6.5.0-alpha.57 [ci skip]
|
2022-04-06 10:06:24 +08:00 |
|
Michael Shilman
|
cae91d3f94
|
CLI: Upgrade vue3 template to use webpack5 builder
|
2022-04-06 08:27:13 +08:00 |
|
Michael Shilman
|
4cb1d65de4
|
Update git head to 6.5.0-alpha.56, update yarn.lock
|
2022-04-06 00:19:54 +08:00 |
|
Michael Shilman
|
61e4093b46
|
v6.5.0-alpha.56
|
2022-04-06 00:15:49 +08:00 |
|
Michael Shilman
|
ccd98502f5
|
Update root, peer deps, version.ts/json to 6.5.0-alpha.56 [ci skip]
|
2022-04-05 23:45:14 +08:00 |
|
Valentin Palkovič
|
aedb6f6956
|
Replace opt-in ReactRoot Api flag by opt-out flag
|
2022-04-05 11:26:38 +02:00 |
|
Norbert de Langen
|
f264b5d2c2
|
undo changes to versions.ts
|
2022-04-05 10:50:21 +02:00 |
|
Norbert de Langen
|
5f8e57ebe6
|
Merge branch 'next' into feat/cancelable-builder-process
|
2022-04-05 10:37:06 +02:00 |
|
Valentin Palkovic
|
cd73c3004b
|
Merge branch 'next' into render-react-components-with-new-root-api
|
2022-04-04 09:23:17 +02:00 |
|
Michael Shilman
|
e188c4b149
|
Update git head to 6.5.0-alpha.55, update yarn.lock
|
2022-04-03 12:13:39 +08:00 |
|
Michael Shilman
|
0d051c3d8e
|
v6.5.0-alpha.55
|
2022-04-03 12:07:59 +08:00 |
|
Michael Shilman
|
255d108cab
|
Update root, peer deps, version.ts/json to 6.5.0-alpha.55 [ci skip]
|
2022-04-03 11:45:48 +08:00 |
|
Michael Shilman
|
a034cb3310
|
Merge pull request #17860 from storybookjs/detect-vite
CLI: Detect vite project, use vite builder automatically
|
2022-04-03 11:43:36 +08:00 |
|
Ian VanSchooten
|
534e618557
|
Fix unit test
These additional methods are used in find-up and must be present in the mock `fs`
|
2022-04-02 22:13:29 -04:00 |
|
Michael Shilman
|
d1e4a71352
|
Merge branch 'next' into pr/17215
|
2022-04-03 08:21:24 +08:00 |
|
Michael Shilman
|
9b6748b994
|
trigger new CI build
|
2022-04-03 08:14:35 +08:00 |
|
Ian VanSchooten
|
9360f4f0c4
|
Remove community vite builder message
|
2022-04-02 16:21:39 -04:00 |
|
Ian VanSchooten
|
9876e0e73f
|
Add newlines to avoid message being overwritten by npm
|
2022-04-02 15:44:36 -04:00 |
|
Ian VanSchooten
|
82499e7167
|
Detect vite project, use vite builder automatically
|
2022-04-02 15:44:06 -04:00 |
|
Ian VanSchooten
|
9630843e3c
|
Default vite projects to storyStoreV7
|
2022-04-02 14:41:16 -04:00 |
|
Valentin Palkovič
|
544dfd58f9
|
Adjust loading of new root api to newest React 18.0.0 release
|
2022-04-01 16:19:05 +02:00 |
|
Michael Shilman
|
7d43d8053a
|
Update git head to 6.5.0-alpha.54, update yarn.lock
|
2022-04-01 21:03:28 +08:00 |
|
Michael Shilman
|
2048f366e9
|
v6.5.0-alpha.54
|
2022-04-01 20:59:41 +08:00 |
|
Michael Shilman
|
f6abbfbd3b
|
Update root, peer deps, version.ts/json to 6.5.0-alpha.54 [ci skip]
|
2022-04-01 20:45:12 +08:00 |
|
Michael Shilman
|
d1364095b3
|
Update git head to 6.5.0-alpha.53, update yarn.lock
|
2022-04-01 11:30:23 +08:00 |
|
Michael Shilman
|
652768b3ff
|
v6.5.0-alpha.53
|
2022-04-01 11:26:54 +08:00 |
|
Michael Shilman
|
af2b523702
|
Update root, peer deps, version.ts/json to 6.5.0-alpha.53 [ci skip]
|
2022-04-01 11:04:42 +08:00 |
|
Michael Shilman
|
19bb2e37a6
|
Merge branch 'next' into tech/refactor-simplified-addons-api
|
2022-03-31 20:07:35 +08:00 |
|
Michael Shilman
|
ef2baa473b
|
Merge pull request #17830 from storybookjs/feat/cli-add-vite-builder
CLI: Fix vite/jest issue with mocked global
|
2022-03-31 19:11:30 +08:00 |
|
Norbert de Langen
|
3ee4170650
|
Merge branch 'next' into tech/refactor-simplified-addons-api
# Conflicts:
# MIGRATION.md
# addons/actions/package.json
# addons/controls/package.json
# addons/interactions/package.json
# addons/jest/package.json
# addons/toolbars/package.json
# lib/cli/src/versions.ts
# yarn.lock
|
2022-03-31 10:05:37 +02:00 |
|
Michael Shilman
|
08ea89535a
|
Update git head to 6.5.0-alpha.52, update yarn.lock
|
2022-03-31 13:37:46 +08:00 |
|
Michael Shilman
|
863b3811b2
|
v6.5.0-alpha.52
|
2022-03-31 13:34:03 +08:00 |
|