1735 Commits

Author SHA1 Message Date
Yann Braga
acc5289dc4 fix lint issues in nextjs framework 2022-10-17 11:26:42 +02:00
Norbert de Langen
36e25033a1
Merge pull request #19491 from storybookjs/deprecate/getSelection
remove storyStore.getSelection
2022-10-17 10:47:36 +03:00
Norbert de Langen
3ecbe3b094
Merge branch 'next' into 18732-migrating-codemod-to-ts-up 2022-10-17 10:47:11 +03:00
Yann Braga
e0c6e5107d temporarily fix tests 2022-10-17 09:46:13 +02:00
Norbert de Langen
77d3cbd886
Merge pull request #19483 from bryanjtc/tsup-addons-highlight
Build: Bundle addons/highlight with ts-up
2022-10-17 10:44:46 +03:00
Yann Braga
5bda6db20d fix helpers test 2022-10-17 09:29:57 +02:00
Michael Shilman
e9bc1a7007 Fix inconsistent telemetry debug var per #19469 2022-10-17 15:02:23 +08:00
Tom Coleman
5cadf8d21f
Merge pull request #19454 from storybookjs/tom/sb-706-migrate-stories-and-delete-preact
Enable preact templates and remove `preact-kitchen-sink`
2022-10-17 17:17:01 +11: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
Michael Shilman
efae211cc3
Merge pull request #19493 from acusti/patch-1
Add missing addons/docs dependency for fs-extra
2022-10-17 12:07:46 +08:00
Michael Shilman
55ce0d0cb3 Update yarn.lock 2022-10-17 11:42:51 +08:00
Ian VanSchooten
9b3956038b Merge remote-tracking branch 'origin/next' into optional-webpack
# Conflicts:
#	code/addons/docs/package.json
2022-10-16 20:17:20 -04:00
Ian VanSchooten
db23556156 Merge remote-tracking branch 'origin/next' into pnpm/install 2022-10-16 20:13:16 -04:00
Ian VanSchooten
ba66e217a1 Merge remote-tracking branch 'origin/next' into cli/old-framework-error 2022-10-16 20:12:32 -04:00
Tom Coleman
3d8562472c Merge remote-tracking branch 'origin/next' into tom/sb-706-migrate-stories-and-delete-preact 2022-10-17 10:27:03 +11:00
Tom Coleman
41c7f41bff Disabling re-rendering story in preact
See https://github.com/storybookjs/storybook/issues/19504
2022-10-17 09:47:27 +11:00
Daren
bc3c5f1eb7
Merge branch 'next' into build/lib-docs-tools+lib-instrumenter-tsup 2022-10-15 19:29:58 -05:00
Kai Röder
e36602bf89 refactor(cli): rename "latest" to "v13" app name in v13 repro template 2022-10-15 12:49:05 +02:00
Michael Shilman
3a84159920 Fix broken test 2022-10-15 18:32:35 +08:00
Michael Shilman
f3dad798d7 Fix deepscan 2022-10-15 18:19:46 +08:00
Michael Shilman
3f2430b2d9 Delete broken mdx-to-csf codemod (will be replaced) 2022-10-15 18:19:31 +08:00
Kai Röder
585596c5ac chore: yarn.lock 2022-10-15 12:06:51 +02:00
Kai Röder
93e07d0784 build(angular): add missing dependency @storybook/core-webpack
The dependency @storybook/core-webpack is being referenced
in angular/src/types.ts but not listed as dependency.
2022-10-15 12:05:53 +02:00
Kai Röder
a307471835 build(angular): remove unused dependencies
According to `npx depcheck`, the dependencies
in this commit can be removed.
2022-10-15 12:05:43 +02:00
Michael Shilman
dffc6a4096 Update to MDXv2 across the board 2022-10-15 14:59:51 +08:00
Michael Shilman
4af38a6b04 Fix broken sandbox MDX 2022-10-15 14:46:48 +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
Michael Shilman
835adb4491 Update root, peer deps, version.ts/json to 7.0.0-alpha.38 [ci skip] 2022-10-15 10:47:21 +08:00
Andrew Patton
0ce1c63e24
Add missing addons/docs dependency (fs-extra) 2022-10-14 18:29:43 -07:00
Bryan
4836c1324c chore: Fixed types 2022-10-14 19:03:49 -05:00
Bryan
d9a9a0bafa chore: Converted preset.js to typescript 2022-10-14 17:36:30 -05:00
Bryan Thomas
74384966e4
chore: Fixed main and module path 2022-10-14 14:07:28 -05:00
Norbert de Langen
8015d0e309
cleanup 2022-10-14 17:35:36 +02:00
Bryan Thomas
0c9f55153b chore: Fixed path 2022-10-14 10:34:20 -05:00
Norbert de Langen
00a394ef0e
remove storyStore.getSelection 2022-10-14 17:33:18 +02:00
Bryan Thomas
0734bffb1e chore: Changed exports and bundler.entries 2022-10-14 10:29:28 -05:00
Norbert de Langen
445fe03082
fix 2022-10-14 17:28:00 +02:00
Bryan Thomas
6725a7fa14 chore: Changed exports field 2022-10-14 10:18:40 -05:00
Bryan Thomas
99ae60d41b chore: Added file to bundler.entries 2022-10-14 09:43:57 -05:00
Norbert de Langen
69fb976514
remove onBeforeRender 2022-10-14 16:29:04 +02:00
Norbert de Langen
414020c0ea
Merge branch 'next' into deprecate/add-decorator-add-api 2022-10-14 16:16:16 +02:00
Jeppe Reinhold
64293093bb
Merge pull request #19465 from storybookjs/jeppe/sb-604-create-a-standalone-storybook-for-our 2022-10-14 14:31:53 +02:00
Norbert de Langen
f2199b9875
Merge pull request #19487 from storybookjs/deprecate/html-endpoint-in-components
remove the html entrypoint of lib/components
2022-10-14 14:25:30 +03:00
Jeppe Reinhold
2dbdebf705 fix unused imports 2022-10-14 13:19:27 +02: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
Norbert de Langen
01337105e5
more removal of deprecations 2022-10-14 12:40:19 +02:00
Norbert de Langen
8450bc2065
fixes 2022-10-14 12:21:09 +02:00
Norbert de Langen
891aefc707
Merge branch 'next' into deprecate/add-decorator-add-api 2022-10-14 11:57:21 +02:00