47635 Commits

Author SHA1 Message Date
Michael Shilman
a30b991777 v7.0.0-beta.37 2023-01-31 16:53:10 +08:00
Michael Shilman
832dcb34c3 Update root, peer deps, version.ts/json to 7.0.0-beta.37 [ci skip] 2023-01-31 16:51:03 +08:00
Michael Shilman
306c40c72e Update beta.37 2023-01-31 16:50:52 +08:00
Michael Shilman
7c457a38e2 Merge branch 'next' of github.com:storybookjs/storybook into next 2023-01-31 16:49:27 +08:00
Yann Braga
768d4324f9
Merge pull request #20797 from storybookjs/feat/default-exports-in-main
CLI: generate main config with default exports
2023-01-31 08:48:17 +01:00
Michael Shilman
d76abbd075 7.0.0-beta.37 changelog 2023-01-31 12:55:40 +08:00
Ian VanSchooten
dd878f2c5d
Deps: Upgrade magic-string to 0.27.0 (#20839)
Following #20698, [some users reported an error thrown around Magic String's `update` method](https://github.com/storybookjs/storybook/pull/20698#issuecomment-1408389425).

## What I did

It turns out the `update` method was introduced in [version `0.26.6`](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md#0266-2022-10-05), but Storybook packages [actually set it to `^0.26.1`](https://github.com/storybookjs/storybook/blob/next/code/lib/builder-vite/package.json#L62).

I've opted for 0.27.0 instead of 0.26.6 because it does not seem to have any breaking changes and we could benefit from performance improvements they made.

## How to test

This should be pretty straight-forward. I think the issue does not occur on clean installs because it should already pick `magic-string`'s latest patch. Let's see if CI passes! 

## Checklist

<!-- Please check (put an "x" inside the "[ ]") the applicable items below to make sure your PR is ready to be reviewed. -->

- [ ] Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
- [ ] Make sure to add/update documentation regarding your changes
- [ ] If you are deprecating/removing a feature, make sure to update
      [MIGRATION.MD](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md)

#### 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.
- [X] Make sure this PR contains **one** of the labels below.

`["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]`

<!--

Everybody: Please submit all PRs to the `next` branch unless they are specific to the current release. Storybook maintainers cherry-pick bug and documentation fixes into the `main` branch as part of the release process, so you shouldn't need to worry about this. For additional guidance: https://storybook.js.org/docs/react/contribute/how-to-contribute

-->
2023-01-30 13:22:54 -05:00
Charles GRUENAIS
66a11919ee Deps: Upgrade magic-string to 0.27.0 2023-01-30 18:40:41 +01:00
Norbert de Langen
dbe8f12a31
Merge pull request #20811 from storybookjs/fix/init-when-no-deps-are-needed
CLI: only add dependencies on sb init if they do not exist
2023-01-30 17:17:32 +01:00
Norbert de Langen
7066b425fa
Merge pull request #20832 from storybookjs/norbert/update-lazy-universal-dotenv
update lazy-universal-dotenv & regen lockfile
2023-01-30 16:01:23 +01:00
Norbert de Langen
69b76415d2
Merge branch 'next' into norbert/update-lazy-universal-dotenv 2023-01-30 15:37:01 +01:00
Norbert de Langen
42497b8d42
fix 2023-01-30 15:24:45 +01:00
Yann Braga
4ae68eacea
Merge pull request #20819 from storybookjs/deps/testing-library
CLI: Install prerelease of @storybook/testing-library in CLI starters
2023-01-30 15:15:47 +01:00
Norbert de Langen
8a94cee92d
fix 2023-01-30 15:14:44 +01:00
Norbert de Langen
89afe6212c
fix 2023-01-30 14:57:33 +01:00
Norbert de Langen
97d12d3f31
fix test 2023-01-30 14:50:40 +01:00
Norbert de Langen
f5d8eaccae
fix issue with types after update && fix linting 2023-01-30 14:45:30 +01:00
Norbert de Langen
0e4c05369e
ifx lockfile 2023-01-30 14:28:07 +01:00
Norbert de Langen
d6d92e01e5
regen 2023-01-30 14:18:04 +01:00
Norbert de Langen
5bef254f9f
Merge branch 'next' into norbert/update-lazy-universal-dotenv 2023-01-30 14:15:55 +01:00
Norbert de Langen
3b598f7b7e
Merge pull request #20831 from storybookjs/deps/core-js
Instrumenter: Remove unused core-js dependency
2023-01-30 14:15:31 +01:00
Norbert de Langen
ec2346a69f
update & regen lockfile 2023-01-30 14:11:56 +01:00
Ian VanSchooten
7914d3d767 Remove unused core-js dependency 2023-01-30 07:55:05 -05:00
Ian VanSchooten
b8d876a218 Do not use tag in generator 2023-01-30 07:37:26 -05:00
Yann Braga
07bb9b9c27 fix preview.ts json type issue in angular templates 2023-01-30 09:28:20 +01:00
Yann Braga
32fe70720e simplify main.js format for javascript projects 2023-01-30 09:28:20 +01:00
Yann Braga
6ff96723b9 fix tsconfig in angular cli template 2023-01-30 09:28:20 +01:00
Yann Braga
f17d587b1a remove unnecessary commonJs option
- We don't have to use this workaround anymore 🎉
2023-01-30 09:28:20 +01:00
Yann Braga
925a17defd add migration entry regarding default export in main.js 2023-01-30 09:28:20 +01:00
Yann Braga
a450809db1 CLI: generate preview.ts if applicable 2023-01-30 09:28:20 +01:00
Yann Braga
47a85e549c CLI: generate main config with default exports
- additionally, generate in typescript format if applicable
2023-01-30 09:28:20 +01:00
Ian VanSchooten
141cc9aa3d Deps: Use @storybook/testing-library@next 2023-01-28 11:59:33 -05:00
Michael Shilman
f86883940b 7.0.0-beta.36 next.json version file [skip ci] 2023-01-28 11:48:15 +08:00
Michael Shilman
b6b51d5a2a Update git head to 7.0.0-beta.36, update yarn.lock [ci skip] 2023-01-28 11:30:40 +08:00
Michael Shilman
5268eb0fa2 v7.0.0-beta.36 v7.0.0-beta.36 2023-01-28 11:29:32 +08:00
Michael Shilman
17d4e58712 Update root, peer deps, version.ts/json to 7.0.0-beta.36 [ci skip] 2023-01-28 11:19:46 +08:00
Michael Shilman
dc59a586aa 7.0.0-beta.36 changelog 2023-01-28 11:19:32 +08:00
Jeppe Reinhold
ff05a55abd
Merge pull request #20755 from webblocksapp/prepare-context-at-story-render
Core: Story context is prepared before for supporting fine grained updates
2023-01-28 00:22:45 +01:00
Jeppe Reinhold
27958ddfb7
Merge pull request #20796 from storybookjs/markdown-block
Docs: New Markdown block
2023-01-28 00:10:10 +01:00
Jeppe Reinhold
b87e1bd95b Merge branch 'next' of github.com:storybookjs/storybook into prepare-context-at-story-render 2023-01-27 23:40:25 +01:00
Jeppe Reinhold
c5fd149c6b
Merge branch 'next' into markdown-block 2023-01-27 23:35:12 +01:00
Jeppe Reinhold
4d71923093
Merge pull request #20790 from storybookjs/disable-markdown-transclusion
Docs: Disable Markdown transclusion and support ?raw .md files
2023-01-27 23:35:02 +01:00
Jeppe Reinhold
e037bfcab1
Merge pull request #20815 from benmccann/kit-notes
docs: add notes about current state of SvelteKit features
2023-01-27 23:19:37 +01:00
Ben McCann
b6ac95d2a7 docs: add notes about current state of SvelteKit features 2023-01-27 13:23:54 -08:00
Jeppe Reinhold
817666d16c
Merge pull request #20807 from storybookjs/20780-unattached-source-code
Docs: Allow using `<Source code=".." />` unattached.
2023-01-27 20:53:20 +01:00
Norbert de Langen
95f4adc899
Merge pull request #20698 from Dschungelabenteuer/fix-hmr-vite
Vite: Replace vite-plugin-externals with custom plugin
2023-01-27 18:10:16 +01:00
Charles GRUENAIS
a602c6a302 Merge remote-tracking branch 'origin/next' into fix-hmr-vite 2023-01-27 17:41:39 +01:00
Charles GRUENAIS
759047eb4e Made names more consistent 2023-01-27 17:12:32 +01:00
Yann Braga
8944cc41e4 CLI: only add dependencies on sb init if they do not exist 2023-01-27 12:36:28 +01:00
Jeppe Reinhold
3ef1144eef
Merge branch 'next' into 20780-unattached-source-code 2023-01-27 10:56:54 +01:00