84 Commits

Author SHA1 Message Date
Yann Braga
38a6fcb586 CLI: install the same version as the user in sb-scripts automigration
Before it was installing latest, which could result in a wrong situation
2022-08-11 10:54:06 +02:00
Norbert de Langen
a92f6d88f3
Merge pull request #18882 from B2Y4N/B2Y4N-patch-1
Build lib/channels with ts-up
2022-08-10 14:11:11 +02:00
Norbert de Langen
e48667ff5b
fix 2022-08-10 13:28:07 +02:00
Norbert de Langen
058a9c8eaf
Update package.json 2022-08-10 13:24:09 +02:00
Norbert de Langen
2a45b193f5
Merge pull request #18906 from storybookjs/tech/bring-back-theming-create
add `create` export for lib/theming, proper
2022-08-10 12:34:52 +02:00
Norbert de Langen
39ec6f94c4
change to use cjs 2022-08-10 11:53:37 +02:00
Norbert de Langen
c1ae30b92e
fixes 2022-08-10 11:32:25 +02:00
Norbert de Langen
852d1263d3
fixes 2022-08-10 11:20:47 +02:00
Yann Braga
ddef015533
Merge pull request #18868 from storybookjs/yann/sb-641-storybook-metadata-extracts-addons
telemetry: improve addon extraction logic
2022-08-10 07:41:51 +02:00
Yann Braga
0c2ee6d4ec
Merge pull request #18905 from storybookjs/fix/remove-dependencies
CLI: fix remove dependencies logic
2022-08-10 07:37:19 +02:00
Yann Braga
13f68106e5 feat(CLI): add sb-scripts automigration 2022-08-09 17:16:27 +02:00
Yann Braga
a13e9b44f7 fix: remode dependencies as well 2022-08-09 15:09:16 +02:00
Norbert de Langen
26a1360ed0
add create export for lib/theming, proper
This is actually kind of a good idea, because of the size of lib/theming/index
2022-08-09 14:24:41 +02:00
Yann Braga
93bcd5209c CLI: fix remove dependencies logic 2022-08-09 14:12:29 +02:00
Yann Braga
60e02abd8d chore(cli): add uninstall method to jspackagemanager 2022-08-09 10:28:06 +02:00
Tom Coleman
308de76eee
Merge pull request #18869 from storybookjs/yann/sb-635-command-silently-fails-if-sandbox-doesnt
improve sandbox command error handling and debugging
2022-08-09 16:42:41 +10:00
B2Y4N
74f8c7626c
Merge branch 'storybookjs:next' into B2Y4N-patch-1 2022-08-09 09:16:20 +08:00
Yann Braga
523537c448
Merge pull request #18878 from storybookjs/tech/use-self-hosted-placeholder-images
change the location of placeholder images to something we host ourselves
2022-08-08 23:54:22 +02:00
Yann Braga
4d41f44feb sandbox: improve error handling 2022-08-08 18:29:08 +02:00
Yann Braga
21048422c5 telemetry: improve addon extraction logic 2022-08-08 15:23:33 +02:00
B2Y4N
33f6f1908c
Build lib/channels with ts-up 2022-08-08 00:39:05 +08:00
Norbert de Langen
3d06286155
change the location of placeholder images to something we host ourselves
to reduce flake (you can ask yann what that means)
2022-08-05 15:05:10 +02:00
Norbert de Langen
c8bcbeb510
Merge pull request #18857 from storybookjs/norbert/sb-631-sb18789-theming-v700-alpha16-no-loader
add image support to builder-manager
2022-08-05 14:04:00 +02:00
Yann Braga
6689609a08 builder manager: add correct loader type for images 2022-08-05 12:13:20 +02:00
Yann Braga
ac9606c374 CLI: add --no-init to repro-next command 2022-08-04 09:32:05 +02:00
Norbert de Langen
c321fa0eac
add image support to builder-manager 2022-08-03 13:32:11 +02:00
Norbert de Langen
70c319b7f2
move webpack to be a devDependency 2022-08-03 11:51:25 +02:00
Michael Shilman
c6d9ea96ab
Merge pull request #18706 from storybookjs/run-interactions-conditionally
Interactions: Run conditionally based on query param
2022-08-02 15:41:42 -07:00
Michael Shilman
e95109b189 Update git head to 7.0.0-alpha.18, update yarn.lock [ci skip] 2022-08-02 15:23:18 -07:00
Michael Shilman
bd59f1eef0 v7.0.0-alpha.18 2022-08-02 15:19:16 -07:00
Michael Shilman
2cfbc4822f Update root, peer deps, version.ts/json to 7.0.0-alpha.18 [ci skip] 2022-08-02 15:06:05 -07:00
Norbert de Langen
b677750600
Merge pull request #18676 from storybookjs/future/frameworkOptions-preset-value
Core: Fix default framework options handling
2022-08-02 14:41:03 +02:00
Norbert de Langen
5de2b212d4
Merge pull request #18160 from storybookjs/fix/refs-with-authentication-hosted-on-chromatic
Fix refs with authentication being broken if the fetch for `iframe.html` succeeds (but with a request to authenticate)
2022-08-02 11:55:46 +02:00
Norbert de Langen
68512e520c
Merge branch 'next' into future/frameworkOptions-preset-value
# Conflicts:
#	code/lib/core-server/src/presets/common-preset.ts
2022-08-02 11:20:58 +02:00
Norbert de Langen
d6b0dbf257
add a 200 check 2022-08-02 11:02:35 +02:00
Norbert de Langen
40e0792dd9
Merge branch 'next' into fix/refs-with-authentication-hosted-on-chromatic
# Conflicts:
#	lib/manager-webpack4/src/manager-config.ts
#	lib/manager-webpack5/src/manager-config.ts
2022-08-02 11:00:09 +02:00
Tom Coleman
bcc60c1538 Remove duplicate output 2022-08-02 14:32:11 +10:00
Tom Coleman
4670411cf9
Merge pull request #18827 from storybookjs/better-webkit-linking
Examples: Set `resolve.symlinks` based on node option
2022-08-02 10:23:50 +10:00
Yann Braga
1790cd2bcb CLI: add repro-next command
Temporary command which will eventually replace sb repro once ready
2022-08-01 17:40:23 +02:00
Yann Braga
7c63d0dfec CLI: add preprepare script to generate repro templates list 2022-08-01 17:39:41 +02:00
Tom Coleman
0f2cb31f45 Set resolve.symlinks based on node option 2022-08-01 21:46:48 +10:00
Norbert de Langen
158d3ce4bc
open up the PackageJson type to be extended with custom properties like for eslintConfig 2022-08-01 10:13:15 +02:00
Tom Coleman
99d6c5282b Allow running link without starting 2022-07-31 14:26:45 +10:00
Tom Coleman
43d142b084 Update trailing CSF version 2022-07-31 13:12:26 +10:00
Tom Coleman
6cf650e816 Add a dry-run option to command 2022-07-31 13:12:26 +10:00
Yann Braga
95f300d323 fix(CLI): throw error on failure in sb init 2022-07-29 17:23:58 +02:00
Tom Coleman
428a768e6a
Merge pull request #18673 from storybookjs/tom/sb-468-add-step-function-to-play-context-and
Add step function to play context
2022-07-29 10:44:02 +10:00
Norbert de Langen
2582c2fe3b
Merge pull request #18798 from abdlqader/feat/lib-core-event-tsup
[CHANGED] core-event compiler to ts-up
2022-07-28 22:16:11 +02:00
Norbert de Langen
141e77bccd
take the type from type-fest, because tsup has an issue with types from read-pkg-up 2022-07-28 16:45:13 +02:00
Norbert de Langen
76292e7192
fix #18791 and take PackageJson type from an upstream package 2022-07-28 15:02:46 +02:00