62.md (13953B)
1 # PR #62 Bump storybook from 7.0.9 to 7.1.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-07-19T10:05:05Z 6 - **Branch:** dependabot/npm_and_yarn/storybook-7.1.0 → main 7 - **Closed:** 2023-07-25T10:03:01Z 8 - **Labels:** dependencies 9 - **Diff:** [62.diff](./62.diff) 10 11 --- 12 13 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.0.9 to 7.1.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> 17 <blockquote> 18 <h2>v7.1.0</h2> 19 <h2>7.1.0 (July 18, 2023)</h2> 20 <p>Storybook 7.1 is here! 🎉</p> 21 <ul> 22 <li>🏄♀️ <a href="https://storybook.js.org/blog/in-app-tour-for-new-users/"><strong>In-app onboarding</strong></a> to help you set up new projects</li> 23 <li>💅 <a href="https://storybook.js.org/blog/zero-config-support-for-tailwind-mui-styled-components-and-emotion/"><strong>Zero-config styling support</strong></a> for major libraries</li> 24 <li>🗃️ <a href="https://storybook.js.org/blog/docs-updates/"><strong>API reference documentation</strong></a> and TypeScript-first snippets</li> 25 <li>📇 <a href="https://storybook.js.org/docs/7.1/react/writing-docs/autodocs#generate-a-table-of-contents"><strong>Table of Contents for docs</strong></a></li> 26 <li>🎨 <a href="https://github.com/storybookjs/addon-designs"><strong>Figma</strong> <strong>Design addon</strong></a> official support</li> 27 <li>📗 <strong>Vue3 source snippets</strong> and reactivity improvements</li> 28 <li>💯 <strong>Hundreds more</strong> fixes and improvements</li> 29 </ul> 30 <p>7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching <code>7.1.0-alpha.*</code>, <code>7.1.0-beta.*</code>, and <code>7.1.0-rc.*</code> for the full list of changes.</p> 31 <p>For a better upgrade experience, please use one of the following commands:</p> 32 <p>npm or yarn 1: 33 <code>npx storybook@latest upgrade</code></p> 34 <p>pnpm: 35 <code>pnpm dlx storybook@latest upgrade</code></p> 36 <p>yarn berry: 37 <code>yarn dlx storybook@latest upgrade</code></p> 38 <h2>v7.1.0-rc.2</h2> 39 <h2>7.1.0-rc.2</h2> 40 <ul> 41 <li>CLI: Exit when user does not select a storybook project type - <a href="https://redirect.github.com/storybookjs/storybook/pull/23201">#23201</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 42 <li>CLI: Fix Javascript language detection - <a href="https://redirect.github.com/storybookjs/storybook/pull/23426">#23426</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 43 <li>Core: Fix onboarding detection in what's new module - <a href="https://redirect.github.com/storybookjs/storybook/pull/23424">#23424</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 44 <li>Dependencies: Bump <code>@sveltejs/vite-plugin-svelte</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/23233">#23233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 45 <li>Telemetry: Add globals usage to project.json - <a href="https://redirect.github.com/storybookjs/storybook/pull/23431">#23431</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 46 </ul> 47 <h2>v7.1.0-rc.1</h2> 48 <h2>7.1.0-rc.1</h2> 49 <ul> 50 <li>Angular: Enable prod mode when Storybook is built - <a href="https://redirect.github.com/storybookjs/storybook/pull/23404">#23404</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 51 <li>Angular: Fix esm issue in combination with rxjs v6 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23405">#23405</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 52 <li>CLI: Fix chevron icon on Configure.mdx page - <a href="https://redirect.github.com/storybookjs/storybook/pull/23397">#23397</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 53 <li>Settings: Fix dark mode for what's new page - <a href="https://redirect.github.com/storybookjs/storybook/pull/23398">#23398</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 54 </ul> 55 <h2>v7.1.0-rc.0</h2> 56 <h2>7.1.0-rc.0</h2> 57 <p>Promote beta to rc without any changes. 🎉</p> 58 <h2>v7.1.0-beta.3</h2> 59 <h2>7.1.0-beta.3</h2> 60 <!-- raw HTML omitted --> 61 </blockquote> 62 <p>... (truncated)</p> 63 </details> 64 <details> 65 <summary>Changelog</summary> 66 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> 67 <blockquote> 68 <h2>7.1.0 (July 18, 2023)</h2> 69 <p>Storybook 7.1 is here! 🎉</p> 70 <ul> 71 <li>🏄♀️ <a href="https://storybook.js.org/blog/in-app-tour-for-new-users/"><strong>In-app onboarding</strong></a> to help you set up new projects</li> 72 <li>💅 <a href="https://storybook.js.org/blog/zero-config-support-for-tailwind-mui-styled-components-and-emotion/"><strong>Zero-config styling support</strong></a> for major libraries</li> 73 <li>🗃️ <a href="https://storybook.js.org/blog/docs-updates/"><strong>API reference documentation</strong></a> and TypeScript-first snippets</li> 74 <li>📇 <a href="https://storybook.js.org/docs/7.1/react/writing-docs/autodocs#generate-a-table-of-contents"><strong>Table of Contents for docs</strong></a></li> 75 <li>🎨 <a href="https://github.com/storybookjs/addon-designs"><strong>Figma</strong> <strong>Design addon</strong></a> official support</li> 76 <li>📗 <strong>Vue3 source snippets</strong> and reactivity improvements</li> 77 <li>💯 <strong>Hundreds more</strong> fixes and improvements</li> 78 </ul> 79 <p>7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching <code>7.1.0-alpha.*</code>, <code>7.1.0-beta.*</code>, and <code>7.1.0-rc.*</code> for the full list of changes.</p> 80 <p>For a better upgrade experience, please use one of the following commands:</p> 81 <p>npm or yarn 1: 82 <code>npx storybook@latest upgrade</code></p> 83 <p>pnpm: 84 <code>pnpm dlx storybook@latest upgrade</code></p> 85 <p>yarn berry: 86 <code>yarn dlx storybook@latest upgrade</code></p> 87 <h2>7.0.27</h2> 88 <ul> 89 <li>Angular: Enable prod mode when Storybook is built - <a href="https://redirect.github.com/storybookjs/storybook/pull/23404">#23404</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 90 <li>Angular: Fix esm issue in combination with rxjs v6 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23405">#23405</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 91 <li>CLI: Exit when user does not select a storybook project type - <a href="https://redirect.github.com/storybookjs/storybook/pull/23201">#23201</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 92 <li>Next.js: Fix for <code>@nx/react/</code>plugin/storybook with SVGs - <a href="https://redirect.github.com/storybookjs/storybook/pull/23210">#23210</a>, thanks <a href="https://github.com/daves28"><code>@daves28</code></a>!</li> 93 <li>Svelte-Webpack: Support Svelte v4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23336">#23336</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 94 </ul> 95 <h2>7.0.26</h2> 96 <ul> 97 <li>Next.js: Fix next/image usage in latest Next.js release - <a href="https://redirect.github.com/storybookjs/storybook/pull/23296">#23296</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 98 <li>NextJS: Fix <code>useParams</code> support - <a href="https://redirect.github.com/storybookjs/storybook/pull/22946">#22946</a>, thanks <a href="https://github.com/gitstart-storybook"><code>@gitstart-storybook</code></a>!</li> 99 <li>NextJS: Allow disabling next/image lazy loading - <a href="https://redirect.github.com/storybookjs/storybook/pull/21909">#21909</a>, thanks <a href="https://github.com/martinnabhan"><code>@martinnabhan</code></a></li> 100 </ul> 101 <h2>7.0.25</h2> 102 <ul> 103 <li>CLI: Fix pnp paths logic in storybook metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/23259">#23259</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 104 <li>Controls: Fix UI to add array items - <a href="https://redirect.github.com/storybookjs/storybook/pull/22993">#22993</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 105 <li>Next.js: Support disableStaticImages setting - <a href="https://redirect.github.com/storybookjs/storybook/pull/23167">#23167</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 106 <li>React: Fix decorators to conditionally render children - <a href="https://redirect.github.com/storybookjs/storybook/pull/22336">#22336</a>, thanks <a href="https://github.com/redbugz"><code>@redbugz</code></a>!</li> 107 </ul> 108 <h2>7.0.24</h2> 109 <ul> 110 <li>CLI: Parse pnp paths in storybook metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/23199">#23199</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 111 <li>Dependencies: Pin <code>file-system-cache</code> to 2.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23221">#23221</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 112 </ul> 113 <!-- raw HTML omitted --> 114 </blockquote> 115 <p>... (truncated)</p> 116 </details> 117 <details> 118 <summary>Commits</summary> 119 <ul> 120 <li><a href="https://github.com/storybookjs/storybook/commit/51608c85a3f77a985e9ed22e7c16de515df3ac89"><code>51608c8</code></a> Bump version from "7.1.0-rc.2" to "7.1.0" [skip ci]</li> 121 <li><a href="https://github.com/storybookjs/storybook/commit/e7479e76911ea3cb86e78a2a589e6db3e2cc9da2"><code>e7479e7</code></a> Bump version from "7.1.0-rc.1" to "7.1.0-rc.2" [skip ci]</li> 122 <li><a href="https://github.com/storybookjs/storybook/commit/6f4883cd0a2dbf3d3b7443f35b9b26d62bf40a30"><code>6f4883c</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23335">#23335</a> from storybookjs/valentin/introduce-ci-normal</li> 123 <li><a href="https://github.com/storybookjs/storybook/commit/d3f713981a5a1e8b278776cbf6a908e0ed2fee0a"><code>d3f7139</code></a> Fix language detection to circumvent detecting Typescript, although it isn't ...</li> 124 <li><a href="https://github.com/storybookjs/storybook/commit/388a899643d3160dd5e1eadb3e2197a0409b19d1"><code>388a899</code></a> Merge branch 'next' into valentin/introduce-ci-normal</li> 125 <li><a href="https://github.com/storybookjs/storybook/commit/7bc6af6245c4340a6a46e50c5e0a8df60b6f1cad"><code>7bc6af6</code></a> Merge branch 'next-release' into next</li> 126 <li><a href="https://github.com/storybookjs/storybook/commit/dcb93a753419755ca1e3a918886cf09922cfad9a"><code>dcb93a7</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23201">#23201</a> from storybookjs/fix/exit-on-init-unknown-project</li> 127 <li><a href="https://github.com/storybookjs/storybook/commit/c6b9dd9cc52612f379140a708e745a197a4f2030"><code>c6b9dd9</code></a> Bump version from 7.1.0-rc.0 to 7.1.0-rc.1</li> 128 <li><a href="https://github.com/storybookjs/storybook/commit/b29d22b1b1dd349b494b16bda7aa5fe5d6ae2873"><code>b29d22b</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23397">#23397</a> from storybookjs/valentin/replace-chevron-icon-on-c...</li> 129 <li><a href="https://github.com/storybookjs/storybook/commit/825b8b3d0120cd5120c8f6d01d6a1d2de8876b31"><code>825b8b3</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23386">#23386</a> from storybookjs/valentin/enable-angular-sandbox</li> 130 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.1.0/code/lib/cli">compare view</a></li> 131 </ul> 132 </details> 133 <br /> 134 135 136 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 137 138 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 139 140 [//]: # (dependabot-automerge-start) 141 [//]: # (dependabot-automerge-end) 142 143 --- 144 145 <details> 146 <summary>Dependabot commands and options</summary> 147 <br /> 148 149 You can trigger Dependabot actions by commenting on this PR: 150 - `@dependabot rebase` will rebase this PR 151 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 152 - `@dependabot merge` will merge this PR after your CI passes on it 153 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 154 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 155 - `@dependabot reopen` will reopen this PR if it is closed 156 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 157 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 158 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 159 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 160 161 162 </details> 163 164 165 ## Comments 166 167 ### @dependabot[bot] — 2023-07-25T10:02:59Z 168 169 Superseded by #67. 170