43169 Commits

Author SHA1 Message Date
Tom Coleman
03c7e17372 Ensure we get workspaces from code/ 2022-10-06 13:38:04 +11:00
Tom Coleman
c67791ab5f Fix get-template 2022-10-06 13:27:32 +11:00
Tom Coleman
059798a178 Merge remote-tracking branch 'origin/next' into tom/sb-628-properly-document-maintenance-scripts 2022-10-06 13:23:41 +11:00
Norbert de Langen
01064b7b4b
Merge pull request #19270 from storybookjs/install-scripts-bootstrap
Build: Add installScripts step in bootstrap command
2022-10-05 21:12:53 +03:00
Michael Shilman
40116ce63b Update CHANGELOG.md 2022-10-06 00:31:37 +08:00
Michael Shilman
918bbcd3d8 7.0.0-alpha.35 next.json version file [skip ci] 2022-10-06 00:28:12 +08:00
Michael Shilman
d5bc809ae3 Update git head to 7.0.0-alpha.35, update yarn.lock [ci skip] 2022-10-06 00:24:15 +08:00
Michael Shilman
d8972df8c6 v7.0.0-alpha.35 v7.0.0-alpha.35 2022-10-06 00:18:55 +08:00
Michael Shilman
dcfaa38873 Update root, peer deps, version.ts/json to 7.0.0-alpha.35 [ci skip] 2022-10-06 00:15:15 +08:00
Michael Shilman
2332f71aa3 7.0.0-alpha.35 changelog 2022-10-06 00:14:44 +08:00
Ian VanSchooten
f4383233ee
Merge pull request #19339 from storybookjs/vite/svelte-docgen-options
Typescript-based svelte components did not generate docs correctly, and svelte-native stories were not possible.

## What I did

In the transition to 7.0, we neglected to load svelte options from `svelte.config.js` (and `svelteOptions` from storybook overrides) and pass them to the svelte docgen plugin, which means that svelte components written with typescript did not work correctly.

Also, while we brought over the `csfPlugin` for svelte, we never actually used it.  So, svelte-native stories would be broken even if `@storybook/addon-svelte-csf` was added.  The fix here is a bit of a temporary one, hopefully.  It uses the same strategy from the 6.5 vite-builder, but it would be better if we could add vite-support to the addon directly, which I've suggested in https://github.com/storybookjs/addon-svelte-csf/issues/64#issuecomment-1266298532.

## How to test

Currently we do not have a svelte-vite typescript sandbox, nor do we have any svelte-native stories.  But, I bootstrapped my own project, and copied over the `dist` folder from the `svelte-vite` framework in this branch, and confirmed that both docgen and svelte-native stories do not work without these changes, and do work with them.
2022-10-05 10:59:12 -04:00
Norbert de Langen
b1ff16cccf
Merge pull request #19267 from petermakowski/docs-update-getting-started
docs: update README.md with bootstrap command
2022-10-05 17:20:05 +03:00
Norbert de Langen
9d2abf79d0
Merge branch 'next' into install-scripts-bootstrap 2022-10-05 16:16:02 +02:00
Norbert de Langen
3bc75f5792
Merge pull request #19337 from storybookjs/domyen-patch-1
Remove broken badges from README
2022-10-05 17:04:12 +03:00
Norbert de Langen
d0f386014f
Merge pull request #19342 from storybookjs/norbert/sb-525-webpack5react17js
add react17 + webpack5 template
2022-10-05 16:37:40 +03:00
Norbert de Langen
27e28625f0
Merge pull request #19272 from storybookjs/testing-react-exclude-core
CLI: Exclude @storybook/testing-react from outdated check
2022-10-05 16:26:45 +03:00
Norbert de Langen
624a6b69dc
Merge pull request #19334 from storybookjs/fix/addon-interactions-build
Fix path to checkActionsLoaded
2022-10-05 16:25:36 +03:00
Tom Coleman
ee60b3aa58 Check in root node modules 2022-10-05 23:33:50 +11:00
Tom Coleman
ca2e2c80c2 Add get-template to root 2022-10-05 23:32:55 +11:00
Tom Coleman
431162b321 Add basic contributing instructions and improve prompts 2022-10-05 23:31:33 +11:00
Tom Coleman
843811a33d Slightly nicer prompt message 2022-10-05 22:58:01 +11:00
Tom Coleman
3f3f428da3 Rename tasks in a simpler way 2022-10-05 22:55:58 +11:00
Tom Coleman
e4e7344801 Don't need to run task from code/ anymore 2022-10-05 22:50:21 +11:00
Norbert de Langen
b36a96ffeb
Merge branch 'next' into norbert/sb-525-webpack5react17js 2022-10-05 12:16:36 +02:00
Norbert de Langen
78db6ee56f
Merge pull request #18914 from josh-the-dev/ts-up-lib-csf-tools-josh-the-dev
updating lib/csf-tools to use ts-up
2022-10-05 13:14:31 +03:00
Norbert de Langen
c15daaeb9e
Merge pull request #19341 from storybookjs/norbert/sb-524-webpack5react18ts
add react18 + webpack5 template
2022-10-05 13:14:14 +03:00
Norbert de Langen
0e6ca2e40f
cleanup 2022-10-05 11:35:08 +02:00
Norbert de Langen
d52f54cd57
Merge branch 'next' into ts-up-lib-csf-tools-josh-the-dev 2022-10-05 11:33:04 +02:00
Norbert de Langen
24ee6b2977
Merge pull request #19313 from shariqx5/migration/source-loader-tsc
Update: source-loader lib migrated to use modern build tool
2022-10-05 12:25:46 +03:00
Norbert de Langen
d17268a867
Merge branch 'norbert/sb-524-webpack5react18ts' into norbert/sb-525-webpack5react17js 2022-10-05 11:25:29 +02:00
Norbert de Langen
64ba3496d4
fix parallelism 2022-10-05 11:24:41 +02:00
Norbert de Langen
9f712a4b51
Merge branch 'norbert/sb-524-webpack5react18ts' into norbert/sb-525-webpack5react17js 2022-10-05 11:15:13 +02:00
Norbert de Langen
570d286793
Merge branch 'next' into norbert/sb-524-webpack5react18ts 2022-10-05 11:07:41 +02:00
Norbert de Langen
fc77297556
Merge pull request #19358 from storybookjs/fix/assert-polyfill-missing-webpack-builder
Fix resolution of webpack config relating to resolve fallbacks (assert)
2022-10-05 12:02:38 +03:00
Norbert de Langen
39568efb02
Merge pull request #19357 from storybookjs/tech/regen-lockfile-scripts
Build: regen the lockfile of scripts
2022-10-05 12:02:25 +03:00
Norbert de Langen
abad5077e2
ensure config is resolved with the polyfills 2022-10-05 10:35:17 +02:00
Norbert de Langen
74a6330cac
regen-lockfile 2022-10-05 10:31:05 +02:00
Norbert de Langen
3e610a0c9a
Merge pull request #19327 from tolkadot/update-lib-postinstall
Build: Bundle lib/postinstall with ts-up
2022-10-05 11:10:39 +03:00
Norbert de Langen
7ca44733a7
Merge pull request #19303 from storybookjs/norbert/sb-625-remove-cypress-from-the-monorepo
Build: Remove cypress from monorepo
2022-10-05 11:10:25 +03:00
Norbert de Langen
fbc3db6b10
Merge branch 'norbert/sb-524-webpack5react18ts' into norbert/sb-525-webpack5react17js 2022-10-05 09:39:45 +02:00
Norbert de Langen
4ce073d1ec
Merge branch 'norbert/sb-524-webpack5react18ts' of github.com:storybookjs/storybook into norbert/sb-524-webpack5react18ts 2022-10-05 09:38:45 +02:00
Norbert de Langen
031fb9ce23
Merge branch 'norbert/sb-625-remove-cypress-from-the-monorepo' into norbert/sb-524-webpack5react18ts 2022-10-05 09:38:24 +02:00
Norbert de Langen
82ec721860
Merge branch 'next' into migration/source-loader-tsc 2022-10-05 09:30:13 +02:00
Norbert de Langen
0b20a710c9
Merge branch 'next' into update-lib-postinstall 2022-10-05 09:29:24 +02:00
Norbert de Langen
1b361c42b5
Merge branch 'next' into norbert/sb-625-remove-cypress-from-the-monorepo 2022-10-05 09:28:36 +02:00
Norbert de Langen
33f942bcca
Merge pull request #19352 from storybookjs/disable-cra-default-ts-smoke-test
Disable smoke test on cra/default-ts
2022-10-05 10:24:57 +03:00
Tom Coleman
d5b05d2091 Let's debug bootstrap 2022-10-05 17:10:03 +11:00
Tom Coleman
6c51c55fd3 Merge remote-tracking branch 'origin/next' into tom/sb-628-properly-document-maintenance-scripts 2022-10-05 17:07:30 +11:00
Tom Coleman
f3dd526f9c Commit top-level yarn.lock 2022-10-05 17:04:49 +11:00
Tom Coleman
b1f8c4504e Keep fixing bootstrap until it works 2022-10-05 16:56:02 +11:00