1523 Commits

Author SHA1 Message Date
Valentin Palkovic
7539f514f4 Remove unnecessary import 2022-11-14 09:14:49 +01:00
Valentin Palkovic
5ad19baf2b Fix windows test 2022-11-14 09:14:49 +01:00
Valentin Palkovic
8f3094b9c4 Replace toMatchInlineSnapshot assertion with toEqual 2022-11-14 09:14:49 +01:00
Valentin Palkovic
e7f83454fc Finalize 2022-11-14 09:14:49 +01:00
Valentin Palkovic
82b4e270ab Add console logs 2022-11-14 09:14:49 +01:00
Valentin Palkovic
6f3089cf01 Try out new version of mock-fs to fix test 2022-11-14 09:14:49 +01:00
Valentin Palkovic
78a7fd5f4c Remove unused code and test 2022-11-14 09:14:49 +01:00
Valentin Palkovic
9825b2c9ab Fix tests on Windows 2022-11-14 09:14:46 +01:00
Josh Wooding
73b7e8a57b
Fix csf-plugin ignoring options 2022-11-14 01:52:46 +00:00
Josh Wooding
97c5514afc
Fix preview annotations with the Vite builder on Windows 2022-11-14 01:45:17 +00:00
Kasper Peulen
dcb3159294 Rename Framework to Renderer 2022-11-13 20:37:10 +01:00
Ian VanSchooten
3d3c23e9cd Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
#	code/addons/essentials/package.json
#	code/addons/storyshots/storyshots-core/package.json
#	code/lib/api/package.json
#	code/yarn.lock
2022-11-13 11:59:45 -05:00
Michael Shilman
6fc49dd1b2 Update git head to 7.0.0-alpha.49, update yarn.lock [ci skip] 2022-11-13 23:54:31 +08:00
Michael Shilman
d7eb433300 v7.0.0-alpha.49 2022-11-13 23:50:52 +08:00
Michael Shilman
42d9ac1559 Update root, peer deps, version.ts/json to 7.0.0-alpha.49 [ci skip] 2022-11-13 23:48:11 +08:00
Ian VanSchooten
729243417e Replace @types/jest with @jest/globals 2022-11-13 00:02:54 -05:00
Ian VanSchooten
4820cf904c Remove unnecessary/unused ts-jest 2022-11-12 23:34:20 -05:00
Norbert de Langen
9bfd8172e9
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework 2022-11-11 10:25:35 +01:00
Ian VanSchooten
b5f1860717 Add projects to avoid warnings
Even though there are no tests in here
2022-11-10 14:26:40 -05:00
Ian VanSchooten
13f50c3c0f Fix some typescript errors 2022-11-10 13:53:36 -05:00
Ian VanSchooten
30358270d4 Get /lib tests passing 2022-11-10 13:50:43 -05:00
Ian VanSchooten
8e05115630 Update a few jest package stragglers 2022-11-10 13:47:30 -05:00
Ian VanSchooten
dfb9384de6 Create separate jest projects in /lib
This allows us to run some projects with node, and others with browser environment
2022-11-10 13:46:42 -05:00
Ian VanSchooten
217d461bc5 Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
#	code/addons/storyshots/storyshots-core/package.json
#	code/lib/api/package.json
#	code/yarn.lock
2022-11-10 08:04:07 -05:00
Norbert de Langen
9bcf7350de
fixes 2022-11-09 15:03:11 +01:00
Norbert de Langen
b3caece566
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework 2022-11-09 14:04:25 +01:00
Norbert de Langen
34ab45af21
making docs work maybe 2022-11-09 12:30:34 +01:00
Bryan Thomas
b294fe784e
Merge branch 'next' into tsup-lib-channel-websocket 2022-11-09 00:50:51 -05:00
Ian VanSchooten
9d9a92d78a Use an object instead of tuple for previewAnnotations 2022-11-08 19:27:38 -05:00
Ian VanSchooten
18a6ba94db Merge remote-tracking branch 'origin/next' into nested-addons 2022-11-08 17:23:49 -05:00
Ian VanSchooten
0428198fa6 Remove errant console.log 2022-11-08 17:21:56 -05:00
Ian VanSchooten
0813b241bc Fix pnpm storybook module imports for SSv6 2022-11-08 17:20:48 -05:00
Ian VanSchooten
4e15f69a03 Fix addon handling in SSv6 2022-11-08 17:19:01 -05:00
Kasper Peulen
0362b4e023
Merge pull request #19768 from storybookjs/kasper/ci-pr-workflow
CI: Use a new cadence (ci, pr, merged, daily) and trigger CircleCI from github actions
2022-11-08 20:23:14 +01:00
Ian VanSchooten
e23737e327 Merge remote-tracking branch 'origin/next' into nested-addons 2022-11-08 11:30:06 -05:00
Norbert de Langen
226f9a4c41
Merge pull request #19623 from storybookjs/tom/sb-850-allow-passing-webview-and-urlstore-to
Core: Allow overriding WebView and UrlStore
2022-11-08 17:18:20 +01:00
Ian VanSchooten
deb3b3512d Remove warning 2022-11-08 11:15:59 -05:00
Ian VanSchooten
4931ec82bb Fix deepscan 2022-11-08 10:30:09 -05:00
Ian VanSchooten
5bcd1e38b9 Add warning for super-addons not re-exporting their sub-addons 2022-11-08 10:28:08 -05:00
Ian VanSchooten
b79386896b Maintain WP back-compat by using tuple of [bare, absolute] 2022-11-08 10:13:08 -05:00
Ian VanSchooten
50826f29ad Merge remote-tracking branch 'origin/next' into nested-addons 2022-11-08 08:07:12 -05:00
Norbert de Langen
1db803d3bb
fixes for angular 2022-11-08 13:09:55 +01:00
Norbert de Langen
17b876ff33
wip 2022-11-08 12:56:03 +01:00
Norbert de Langen
dbe046c524
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework 2022-11-08 12:16:57 +01:00
Kasper Peulen
c18743d2d9 Use ci, pr, merged, daily cadence 2022-11-08 09:33:05 +01:00
Norbert de Langen
fb08bfccf9
wip 2022-11-07 12:04:14 +01:00
Michael Shilman
99fe5792f9 Update git head to 7.0.0-alpha.48, update yarn.lock [ci skip] 2022-11-07 16:00:44 +08:00
Michael Shilman
b58a29b785 v7.0.0-alpha.48 2022-11-07 15:56:24 +08:00
Michael Shilman
9fdd650514 Update root, peer deps, version.ts/json to 7.0.0-alpha.48 [ci skip] 2022-11-07 15:52:24 +08:00
Tom Coleman
8ce29a01ad
Merge pull request #19750 from storybookjs/tom/sb-754-hmr-does-not-detect-addedremoved-stories
Sandboxes: Fix up stories entry to allow HMR
2022-11-07 14:31:24 +11:00