29.md (11408B)
1 # PR #29 Bump @storybook/blocks from 7.0.18 to 7.0.21 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-15T10:10:52Z 6 - **Branch:** dependabot/npm_and_yarn/storybook/blocks-7.0.21 → main 7 - **Closed:** 2023-06-19T10:12:24Z 8 - **Labels:** dependencies 9 - **Diff:** [29.diff](./29.diff) 10 11 --- 12 13 Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) from 7.0.18 to 7.0.21. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/blocks</code>'s releases</a>.</em></p> 17 <blockquote> 18 <h2>v7.0.21</h2> 19 <h2>7.0.21</h2> 20 <ul> 21 <li>Angular: Fix 16.1 compatibility - <a href="https://redirect.github.com/storybookjs/storybook/pull/23064">#23064</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 22 <li>Angular: Fix ivy preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/23070">#23070</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 23 <li>CLI: Improve steps in storybook init - <a href="https://redirect.github.com/storybookjs/storybook/pull/22502">#22502</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 24 <li>CLI: Skip builder selection for react native - <a href="https://redirect.github.com/storybookjs/storybook/pull/23042">#23042</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 25 <li>Core: Fix <code>builder-manager</code> adding multiple dashes to relative path - <a href="https://redirect.github.com/storybookjs/storybook/pull/22974">#22974</a>, thanks <a href="https://github.com/MarioCadenas"><code>@MarioCadenas</code></a>!</li> 26 <li>Core: Improve <code>of={...}</code> DocBlock error in story index - <a href="https://redirect.github.com/storybookjs/storybook/pull/22782">#22782</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 27 <li>Dependencies: Set vue-component-type-helpers to latest - <a href="https://redirect.github.com/storybookjs/storybook/pull/23015">#23015</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 28 <li>Web-components: Fix custom-elements order of property application - <a href="https://redirect.github.com/storybookjs/storybook/pull/19183">#19183</a>, thanks <a href="https://github.com/sonntag-philipp"><code>@sonntag-philipp</code></a>!</li> 29 </ul> 30 <h2>v7.0.20</h2> 31 <h4>Bug Fixes</h4> 32 <ul> 33 <li>Server: Fix .stories.yml support <a href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li> 34 <li>Docs: Fix Source block snippet updates <a href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li> 35 <li>Core: Fix indexing errors by excluding node_modules stories <a href="https://redirect.github.com/storybooks/storybook/pull/22873">#22873</a></li> 36 <li>CLI: Fix upgrade notification message <a href="https://redirect.github.com/storybooks/storybook/pull/22933">#22933</a></li> 37 <li>Angular: Add --open/--no-open flag to dev command <a href="https://redirect.github.com/storybooks/storybook/pull/22964">#22964</a></li> 38 <li>Angular: Silence compodoc when running storybook with --quiet <a href="https://redirect.github.com/storybooks/storybook/pull/22957">#22957</a></li> 39 </ul> 40 <h4>Maintenance</h4> 41 <ul> 42 <li>Core: Improve MDX of error in story index <a href="https://redirect.github.com/storybooks/storybook/pull/22782">#22782</a></li> 43 </ul> 44 <h4>Build</h4> 45 <ul> 46 <li>Build: Fix the theme output during development <a href="https://redirect.github.com/storybooks/storybook/pull/22841">#22841</a></li> 47 <li>Revert "Docs: E2E tests for Source block update fix" <a href="https://redirect.github.com/storybookjs/storybook/pull/22934">#22934</a></li> 48 </ul> 49 </blockquote> 50 </details> 51 <details> 52 <summary>Changelog</summary> 53 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/blocks</code>'s changelog</a>.</em></p> 54 <blockquote> 55 <h2>7.0.21</h2> 56 <ul> 57 <li>Angular: Fix 16.1 compatibility - <a href="https://redirect.github.com/storybookjs/storybook/pull/23064">#23064</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 58 <li>Angular: Fix ivy preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/23070">#23070</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 59 <li>CLI: Improve steps in storybook init - <a href="https://redirect.github.com/storybookjs/storybook/pull/22502">#22502</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 60 <li>CLI: Skip builder selection for react native - <a href="https://redirect.github.com/storybookjs/storybook/pull/23042">#23042</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 61 <li>Core: Fix <code>builder-manager</code> adding multiple dashes to relative path - <a href="https://redirect.github.com/storybookjs/storybook/pull/22974">#22974</a>, thanks <a href="https://github.com/MarioCadenas"><code>@MarioCadenas</code></a>!</li> 62 <li>Core: Improve <code>of={...}</code> DocBlock error in story index - <a href="https://redirect.github.com/storybookjs/storybook/pull/22782">#22782</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 63 <li>Dependencies: Set vue-component-type-helpers to latest - <a href="https://redirect.github.com/storybookjs/storybook/pull/23015">#23015</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 64 <li>Vue3: Fix source decorator to generate correct story code - <a href="https://redirect.github.com/storybookjs/storybook/pull/22518">#22518</a>, thanks <a href="https://github.com/chakAs3"><code>@chakAs3</code></a>!</li> 65 <li>Web-components: Fix custom-elements order of property application - <a href="https://redirect.github.com/storybookjs/storybook/pull/19183">#19183</a>, thanks <a href="https://github.com/sonntag-philipp"><code>@sonntag-philipp</code></a>!</li> 66 </ul> 67 <h2>7.0.20 (June 8, 2023)</h2> 68 <h4>Bug Fixes</h4> 69 <ul> 70 <li>Server: Fix .stories.yml support <a href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li> 71 <li>Docs: Fix Source block snippet updates <a href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li> 72 <li>Core: Fix indexing errors by excluding node_modules stories <a href="https://redirect.github.com/storybooks/storybook/pull/22873">#22873</a></li> 73 <li>CLI: Fix upgrade notification message <a href="https://redirect.github.com/storybooks/storybook/pull/22933">#22933</a></li> 74 <li>Angular: Add --open/--no-open flag to dev command <a href="https://redirect.github.com/storybooks/storybook/pull/22964">#22964</a></li> 75 <li>Angular: Silence compodoc when running storybook with --quiet <a href="https://redirect.github.com/storybooks/storybook/pull/22957">#22957</a></li> 76 </ul> 77 <h4>Maintenance</h4> 78 <ul> 79 <li>Core: Improve MDX of error in story index <a href="https://redirect.github.com/storybooks/storybook/pull/22782">#22782</a></li> 80 </ul> 81 <h4>Build</h4> 82 <ul> 83 <li>Build: Fix the theme output during development <a href="https://redirect.github.com/storybooks/storybook/pull/22841">#22841</a></li> 84 <li>Revert "Docs: E2E tests for Source block update fix" <a href="https://redirect.github.com/storybookjs/storybook/pull/22934">#22934</a></li> 85 </ul> 86 <h2>7.0.19 (June 8, 2023)</h2> 87 <p>Bad release</p> 88 </blockquote> 89 </details> 90 <details> 91 <summary>Commits</summary> 92 <ul> 93 <li><a href="https://github.com/storybookjs/storybook/commit/ac1af484921d1ad8e493a5aaea2fe49616dc186d"><code>ac1af48</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks/issues/23051">#23051</a> from storybookjs/fix/viewports-e2e-test</li> 94 <li><a href="https://github.com/storybookjs/storybook/commit/01e60aad71ee611b9892b1fddd8d2fec8aeb3c7b"><code>01e60aa</code></a> Bump version from 7.0.20 to 7.0.21</li> 95 <li><a href="https://github.com/storybookjs/storybook/commit/c9ca606f48938a3f42bcfba01171c8c9441201bc"><code>c9ca606</code></a> Update git head to 7.0.20, update yarn.lock [ci skip]</li> 96 <li><a href="https://github.com/storybookjs/storybook/commit/9fb2573aa274f3f69d3358050e8df9c903e8245f"><code>9fb2573</code></a> v7.0.20</li> 97 <li><a href="https://github.com/storybookjs/storybook/commit/f7b5db024b63c217f209f4d4643fbd3e196a6bc7"><code>f7b5db0</code></a> Merge branch 'main' of github.com:storybookjs/storybook</li> 98 <li><a href="https://github.com/storybookjs/storybook/commit/9c756e4b8c1863f472721eeb4f24165c1ad388de"><code>9c756e4</code></a> Update git head to 7.0.19, update yarn.lock [ci skip]</li> 99 <li><a href="https://github.com/storybookjs/storybook/commit/245bae01c81d87eeadf74886167507fcea16369c"><code>245bae0</code></a> v7.0.19</li> 100 <li><a href="https://github.com/storybookjs/storybook/commit/4b7765f97f72caf10205ee9bca778db70b5e51f7"><code>4b7765f</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks/issues/22835">#22835</a> from storybookjs/chaks/add-e2e-test-to-addon-docs</li> 101 <li><a href="https://github.com/storybookjs/storybook/commit/d48a3523a8956507e0fc1b39965f96c549da2b95"><code>d48a352</code></a> Update git head to 7.0.18, update yarn.lock [ci skip]</li> 102 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.0.21/code/ui/blocks">compare view</a></li> 103 </ul> 104 </details> 105 <br /> 106 107 108 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 109 110 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`. 111 112 [//]: # (dependabot-automerge-start) 113 [//]: # (dependabot-automerge-end) 114 115 --- 116 117 <details> 118 <summary>Dependabot commands and options</summary> 119 <br /> 120 121 You can trigger Dependabot actions by commenting on this PR: 122 - `@dependabot rebase` will rebase this PR 123 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 124 - `@dependabot merge` will merge this PR after your CI passes on it 125 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 126 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 127 - `@dependabot reopen` will reopen this PR if it is closed 128 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 129 - `@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) 130 - `@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) 131 - `@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) 132 133 134 </details> 135 136 137 ## Comments 138 139 ### @dependabot[bot] — 2023-06-19T10:12:23Z 140 141 Superseded by #36. 142