152 Commits

Author SHA1 Message Date
Jeppe Reinhold
120f5f8b08 Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-604-create-a-standalone-storybook-for-our-phase-2 2022-10-25 07:40:16 +02:00
Tom Coleman
39662b1419
Merge pull request #19595 from storybookjs/tom/sb-849-cant-run-the-v6-store-in-sandboxes-2
Add `renderer` field to frameworks, and use to drive v6 store entrypoints
2022-10-25 16:18:53 +11:00
Tom Coleman
031a39f8fc Resolve renderer as an addon 2022-10-25 13:05:33 +11:00
Jeppe Reinhold
b62de91974 Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-604-create-a-standalone-storybook-for-our-phase-2 2022-10-24 13:15:19 +02:00
Tom Coleman
08de53e82d Update build-static also 2022-10-24 16:31:09 +11:00
Tom Coleman
5bce63b987 Add renderer field to preset and use in v6 entries 2022-10-24 16:23:33 +11:00
Michael Shilman
b63d05ac22 Update git head to 7.0.0-alpha.42, update yarn.lock [ci skip] 2022-10-24 12:22:33 +08:00
Michael Shilman
4ed2e832e3 v7.0.0-alpha.42 2022-10-24 12:18:25 +08:00
Tom Coleman
26324ef085
Merge pull request #19566 from storybookjs/tom/sb-832-restore-crash-reporting-in-v7-and
Telemetry: Use a wrapper around all CLI commands to send boot and error events
2022-10-24 13:32:09 +11:00
Tom Coleman
090fb358ac Don't bail on prompts in tests 2022-10-24 12:07:04 +11:00
Tom Coleman
96f920afda Deepscan 2022-10-24 12:03:28 +11:00
Michael Shilman
6466e55eed Fix test-runner version conflicts 2022-10-22 17:34:09 +08:00
Tom Coleman
a6ace8bd75
Update code/lib/core-server/src/withTelemetry.test.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2022-10-22 14:08:51 +11:00
Michael Shilman
29008c4cb8 Update git head to 7.0.0-alpha.41, update yarn.lock [ci skip] 2022-10-21 23:46:16 +08:00
Michael Shilman
7ec6f916eb v7.0.0-alpha.41 2022-10-21 23:41:55 +08:00
Tom Coleman
9bd9902d22 Use a wrapper around all CLI commands to send boot and error events 2022-10-21 17:06:24 +11:00
Jeppe Reinhold
47404e49f7 Merge branch 'next' 2022-10-20 23:16:25 +02:00
Michael Shilman
b8072c9ea6 Update git head to 7.0.0-alpha.40, update yarn.lock [ci skip] 2022-10-20 02:28:03 +08:00
Michael Shilman
8f6d8629f1 v7.0.0-alpha.40 2022-10-20 02:23:32 +08:00
Michael Shilman
a5ff418a9e
Merge pull request #19495 from storybookjs/shilman/upgrade-mdx2
Addon-docs: Upgrade to MDXv2
2022-10-20 02:17:10 +08:00
Michael Shilman
f3796bfb0e Merge branch 'next' into shilman/upgrade-mdx2 2022-10-19 10:27:22 +08:00
Tom Coleman
17c08a8d64 Don't generate docs page entries for CSF files with no stories 2022-10-19 12:42:01 +11:00
Norbert de Langen
1288ded942
stop complaining please 2022-10-18 22:12:18 +02:00
Norbert de Langen
61624e74b5
disable the test that is breaking all the others 2022-10-18 22:04:10 +02:00
Norbert de Langen
323dc1240f
Merge branch 'next' into update-lib-builder-webpack5 2022-10-18 21:03:55 +02:00
Michael Shilman
4e947fb698 Update git head to 7.0.0-alpha.39, update yarn.lock [ci skip] 2022-10-19 00:15:59 +08:00
Michael Shilman
47386bd49d v7.0.0-alpha.39 2022-10-19 00:11:59 +08:00
Michael Shilman
7daa804ed5 Merge branch 'next' into shilman/upgrade-mdx2 2022-10-19 00:03:12 +08:00
Norbert de Langen
c1f10d39f6
fix test 2022-10-18 16:57:55 +02:00
Michael Shilman
dd96c9e219
Merge pull request #19452 from storybookjs/cli/old-framework-error
Core: Throw an error if renderer is used as framework
2022-10-18 22:28:15 +08:00
Norbert de Langen
ad98b5b547
no promise chaining 2022-10-18 14:15:30 +02:00
Norbert de Langen
f70f9245bd
add the ensureFile to the mock of fs-extra 2022-10-18 14:00:09 +02:00
Norbert de Langen
77557f0b72
fix 2022-10-18 00:39:26 +02:00
Michael Shilman
991a189631 Merge branch 'next' into shilman/upgrade-mdx2 2022-10-17 23:52:40 +08:00
Jeppe Reinhold
b83cda6c37 move code/lib/components to code/ui/components 2022-10-17 10:09:41 +02:00
Tom Coleman
2abd0547a8 Same for 'build' event 2022-10-17 17:04:55 +11:00
Tom Coleman
86ef55c0f8 Send start event event even when there is no generator 2022-10-17 17:03:16 +11:00
Ian VanSchooten
ba66e217a1 Merge remote-tracking branch 'origin/next' into cli/old-framework-error 2022-10-16 20:12:32 -04:00
Michael Shilman
dffc6a4096 Update to MDXv2 across the board 2022-10-15 14:59:51 +08:00
Michael Shilman
1b45114031 Update git head to 7.0.0-alpha.38, update yarn.lock [ci skip] 2022-10-15 10:54:35 +08:00
Michael Shilman
438114fcf6 v7.0.0-alpha.38 2022-10-15 10:50:44 +08:00
Jeppe Reinhold
4d1e1f476f Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-604-create-a-standalone-storybook-for-our 2022-10-14 13:13:13 +02:00
Ian VanSchooten
e94e2703db Merge remote-tracking branch 'origin/next' into cli/old-framework-error 2022-10-13 11:05:40 -04:00
Jeppe Reinhold
b3180492e1 rename manager > ui - rename manager/ui > ui/manager 2022-10-13 13:24:35 +02:00
Jeppe Reinhold
6cc2409998 move lib/ui to manager/ui 2022-10-13 01:38:11 +02:00
Norbert de Langen
4a8a09d253
Merge branch 'next' into tech/use-node-16 2022-10-13 00:58:38 +02:00
Michael Shilman
ffea0c9211 Update git head to 7.0.0-alpha.37, update yarn.lock [ci skip] 2022-10-13 03:38:47 +08:00
Michael Shilman
82667a6551 v7.0.0-alpha.37 2022-10-13 03:33:26 +08:00
Michael Shilman
c7cab45bef v7.0.0-alpha.36 2022-10-13 03:16:57 +08:00
Norbert de Langen
14937e5c5f
Merge branch 'next' into tech/use-node-16 2022-10-12 09:38:03 +02:00