Tom Coleman
018ea7a304
Add an intentionally failing MDX file
2023-03-03 13:01:16 +11:00
Tom Coleman
fca188cb28
Show errors using our error display when docs error
2023-03-03 13:00:19 +11:00
Michael Shilman
d60e3ffbe0
Update git head to 7.0.0-beta.60, update yarn.lock [ci skip]
2023-03-03 01:39:20 +08:00
Michael Shilman
325e0406b4
v7.0.0-beta.60
2023-03-03 01:37:47 +08:00
Michael Shilman
6416a0a631
Update root, peer deps, version.ts/json to 7.0.0-beta.60 [ci skip]
2023-03-03 01:10:51 +08:00
Michael Shilman
45d707f3f8
Merge pull request #21342 from storybookjs/restore-storiesOf.md
...
Restore storiesOf.md
2023-03-03 01:07:39 +08:00
Michael Shilman
990c9a64a4
Merge pull request #21353 from storybookjs/shilman/21322-previewjs-default-storysort
...
Core: Fix storySort parsing in preview.js with default export
2023-03-03 01:04:12 +08:00
Michael Shilman
3aa4113601
Merge pull request #21356 from storybookjs/norbert/fix-21345-yarn-workspace-root-flag-removed
...
CLI: remove the workspace root flag from the install command for yarn2
2023-03-02 23:57:39 +08:00
Norbert de Langen
2b1b3c4d5f
Merge pull request #21355 from storybookjs/norbert/bump-get-tarball
...
Bump version of get-tarball
2023-03-02 16:09:15 +01:00
Michael Shilman
12e85cbae9
Merge pull request #21339 from JustinEloffBBD/patch-1
...
Svelte/Vite: Prevent crash when no svelte.config file
2023-03-02 23:07:28 +08:00
Norbert de Langen
07edf97879
fix tests
2023-03-02 16:03:08 +01:00
Norbert de Langen
c89d93cb1c
remove the workspace root flag from the install command for yarn2
2023-03-02 15:56:44 +01:00
Norbert de Langen
85e1f3e9bf
bump version of get-tarball
2023-03-02 15:40:32 +01:00
justin.eloff
5f214d0b0b
Move the default value into the svelte-docgen plugin.
2023-03-02 14:53:13 +01:00
Michael Shilman
f8ca896b0d
Core: Fix storySort parsing in preview.js with default export
2023-03-02 20:58:31 +08:00
Valentin Palkovic
0ee533a876
Remove unnecessary next babel plugins
2023-03-02 11:01:40 +01:00
Valentin Palkovic
80bb59bc26
Revert syntax change
2023-03-02 10:56:34 +01:00
Valentin Palkovic
94debd30bf
Use next/font with @next/font fallback
2023-03-02 10:52:21 +01:00
Alex Ahumada
6b8909ec96
Merge branch 'next' into migrate-next-font
2023-03-02 09:29:39 +01:00
Tom Coleman
c27f4a2d72
Restore storiesOf.md
2023-03-02 10:47:01 +11:00
Michael Shilman
198e6f01f2
Fix linting
2023-03-02 07:23:48 +08:00
JustinEloffBBD
b781dc974b
Set svelteConfig to empty object by default.
...
The svelteDocgen plugin crashes Storybook if you have no svelte config file defined. It tries to destructure the options, but with no config file, this value is null, causing a crash. Setting an empty object as a fallback looks like it solved the issue.
2023-03-01 22:01:40 +02:00
Michael Shilman
7ec39e9def
Update git head to 7.0.0-beta.59, update yarn.lock [ci skip]
2023-03-02 00:52:11 +08:00
Michael Shilman
c808723218
v7.0.0-beta.59
2023-03-02 00:50:53 +08:00
Michael Shilman
3d8df6daf8
Update root, peer deps, version.ts/json to 7.0.0-beta.59 [ci skip]
2023-03-02 00:47:55 +08:00
Michael Shilman
0735a76e26
Merge pull request #21331 from storybookjs/norbert/20556-add-workspace-flag-to-packagemanagers-in-cli
...
CLI: Improve yarn/pnpm workspaces support for adding dependencies in CLI
2023-03-02 00:33:09 +08:00
Michael Shilman
28789f04ba
Merge pull request #21335 from storybookjs/norbert/allow-side-effects-manager
...
Core: Fix `manager.js` ignored when `sideEffects:false` in `package.json`
2023-03-02 00:21:34 +08:00
Ian VanSchooten
73f4cc74bf
Vite: Fix glob path creation for Windows ( #21305 )
...
Closes #21101
## What I did
use the slash package instead of posix path
## How to test
1. check out the repository in windows
2. run yarn task --task build --template react-vite/default-ts --start-from=install
3. it should work
-->
## Checklist
**Help**: not sure about how to test this
- [ ] Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
#### Maintainers
- [ ] If this PR should be tested against many or all sandboxes,
make sure to add the `ci:merged` or `ci:daily` GH label to it.
- [ ] Make sure this PR contains **one** of the labels below.
`["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]`
2023-03-01 10:40:56 -05:00
Norbert de Langen
eef61d9c9e
ignore side-effect:false in the user's package.json
...
see: https://esbuild.github.io/api/#ignore-annotations
2023-03-01 16:02:28 +01:00
Yavuz Ege Özcan (GIP)
ba767515ab
make sure all cases go through slash
2023-03-01 15:26:28 +01:00
Norbert de Langen
0f6af767d5
fix tests & minor changes to args order
2023-03-01 15:20:37 +01:00
Alex Ahumada
2775d5b2a1
Add missing headRenderedAboveThisLevel property.
2023-03-01 14:55:35 +01:00
Norbert de Langen
9e5f39c33f
add better support for workspaces for pnpm and yarn when adding storybook/dependencies in CLI
2023-03-01 14:46:38 +01:00
Alex Ahumada
574ed26826
Merge branch 'next' into migrate-next-font
2023-03-01 14:36:53 +01:00
Michael Shilman
f1cb2e8b51
Update git head to 7.0.0-beta.58, update yarn.lock [ci skip]
2023-03-01 20:33:38 +08:00
Michael Shilman
a447c4d622
v7.0.0-beta.58
2023-03-01 20:32:28 +08:00
Michael Shilman
6a05541a58
Update root, peer deps, version.ts/json to 7.0.0-beta.58 [ci skip]
2023-03-01 20:29:13 +08:00
Michael Shilman
ffa814e5c6
Merge pull request #21201 from storybookjs/norbert/download-tarball-security-fork
...
CLI: Fix security report around `download-tarball` package
2023-03-01 20:26:20 +08:00
Michael Shilman
51bc680e56
Merge pull request #21291 from storybookjs/norbert/fix-6569-initial-persisted-options
...
UI: Fix enableShortcuts, exclude it from being persisted
2023-03-01 20:25:28 +08:00
Norbert de Langen
bd80a4885b
throw an error instead. we'll make this better in the future.
2023-03-01 11:58:28 +01:00
Norbert de Langen
77e8c81664
un-prebundle babel, limit semver range of babel packages
2023-03-01 10:57:28 +01:00
Valentin Palkovic
31c97a2138
Merge pull request #21304 from storybookjs/valentin/fix-next-js-types-in-13.2.0
...
Fix Next.js type references in Next.js >= 13.2.0
2023-03-01 10:22:16 +01:00
Michael Shilman
ba0f90e7ea
Merge pull request #21314 from storybookjs/shilman/fix-autodocs-warn
...
CLI: Fix formatting of autodocs-true automigration
2023-03-01 16:52:51 +08:00
Norbert de Langen
1160fbd485
Merge branch 'next' into norbert/download-tarball-security-fork
2023-03-01 09:32:27 +01:00
Valentin Palkovic
a2c21dfbc8
Merge pull request #21214 from storybookjs/20731-fix-unmounting-warning
...
Docs: Remove warning when browsing away in React
2023-03-01 08:23:36 +01:00
Michael Shilman
e463647260
CLI: Fix formatting of autodocs-true automigration
2023-03-01 14:50:50 +08:00
Yavuz Ege Özcan (GIP)
2f9febf8e5
fix formatting
2023-03-01 05:23:08 +01:00
Michael Shilman
d816c0db39
Update git head to 7.0.0-beta.57, update yarn.lock [ci skip]
2023-03-01 08:51:26 +08:00
Michael Shilman
40424e73ad
v7.0.0-beta.57
2023-03-01 08:50:16 +08:00
Michael Shilman
73303629d6
Update root, peer deps, version.ts/json to 7.0.0-beta.57 [ci skip]
2023-03-01 08:48:11 +08:00