19.md (10660B)
1 # PR #19 Bump @storybook/react from 7.0.9 to 7.0.18 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-06T10:07:37Z 6 - **Branch:** dependabot/npm_and_yarn/storybook/react-7.0.18 → main 7 - **Merged:** 2023-06-07T16:22:31Z 8 - **Labels:** dependencies 9 - **Diff:** [19.diff](./19.diff) 10 11 --- 12 13 Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 7.0.9 to 7.0.18. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react</code>'s releases</a>.</em></p> 17 <blockquote> 18 <h2>v7.0.18</h2> 19 <h4>Bug Fixes</h4> 20 <ul> 21 <li>Vue3: Fix TS 5.0 compat with vue-component-type-helpers <a href="https://redirect.github.com/storybooks/storybook/pull/22814">#22814</a></li> 22 <li>Vue3: Fix reactive args updates in decorators <a href="https://redirect.github.com/storybooks/storybook/pull/22717">#22717</a></li> 23 <li>Vue3: Revert v7 breaking change, restore reactive v6-compat API <a href="https://redirect.github.com/storybooks/storybook/pull/22692">#22692</a></li> 24 </ul> 25 <h4>Build</h4> 26 <ul> 27 <li>Build: Add more checks to ci:daily workflow <a href="https://redirect.github.com/storybooks/storybook/pull/22815">#22815</a></li> 28 <li>Build: Fix Nextjs E2E tests <a href="https://redirect.github.com/storybooks/storybook/pull/22816">#22816</a></li> 29 <li>Build: Bring back new Vue3 tests to main <a href="https://redirect.github.com/storybooks/storybook/pull/22685">#22685</a></li> 30 </ul> 31 <h2>v7.0.17</h2> 32 <h4>Bug Fixes</h4> 33 <ul> 34 <li>Vite: Fix pnpm support by replacing <code>@storybook/global</code> with <code>window</code> <a href="https://redirect.github.com/storybooks/storybook/pull/22709">#22709</a></li> 35 <li>Core: Fix <code>managerHead</code> preset in <code>main.ts</code> <a href="https://redirect.github.com/storybooks/storybook/pull/22701">#22701</a></li> 36 </ul> 37 <h2>v7.0.16</h2> 38 <p>Accidental no-op</p> 39 <h2>v7.0.15</h2> 40 <h4>Bug Fixes</h4> 41 <ul> 42 <li>UI: Fix <code>.mp3</code> support for builder-manager <a href="https://redirect.github.com/storybooks/storybook/pull/22699">#22699</a></li> 43 <li>Vite: Fix missing <code>@storybook/global</code> dependency <a href="https://redirect.github.com/storybooks/storybook/pull/22700">#22700</a></li> 44 <li>NextJS: Fix compatibility with Next 13.4.3 <a href="https://redirect.github.com/storybooks/storybook/pull/22697">#22697</a></li> 45 </ul> 46 <h2>v7.0.14</h2> 47 <h4>Bug Fixes</h4> 48 <ul> 49 <li>Core: Only connect to serverChannel in development mode <a href="https://redirect.github.com/storybooks/storybook/pull/22575">#22575</a></li> 50 <li>CLI: Fix error parsing on NPM proxy <a href="https://redirect.github.com/storybooks/storybook/pull/22690">#22690</a></li> 51 </ul> 52 <h4>Maintenance</h4> 53 <ul> 54 <li>Core: Create server channel from window.location <a href="https://redirect.github.com/storybooks/storybook/pull/22055">#22055</a></li> 55 </ul> 56 <h2>v7.0.13</h2> 57 <h4>Bug Fixes</h4> 58 <ul> 59 <li>Angular: Fix process I/O for compodoc command <a href="https://redirect.github.com/storybooks/storybook/pull/22441">#22441</a></li> 60 <li>CLI: Improve error handling when dealing with angular.json files <a href="https://redirect.github.com/storybooks/storybook/pull/22663">#22663</a></li> 61 <li>CLI: Skip prompting for eslint plugin with --yes flag <a href="https://redirect.github.com/storybooks/storybook/pull/22651">#22651</a></li> 62 <li>CLI: Account for windows paths when copying templates <a href="https://redirect.github.com/storybooks/storybook/pull/22644">#22644</a></li> 63 <li>CLI: Fix pnpm init command <a href="https://redirect.github.com/storybooks/storybook/pull/22635">#22635</a></li> 64 <li>UI: Add legacy font formats <a href="https://redirect.github.com/storybooks/storybook/pull/22576">#22576</a></li> 65 <li>Webpack: Remove the alias for <code>global</code> <a href="https://redirect.github.com/storybooks/storybook/pull/22393">#22393</a></li> 66 </ul> 67 <!-- raw HTML omitted --> 68 </blockquote> 69 <p>... (truncated)</p> 70 </details> 71 <details> 72 <summary>Changelog</summary> 73 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.0.18/CHANGELOG.md"><code>@storybook/react</code>'s changelog</a>.</em></p> 74 <blockquote> 75 <h2>7.0.18 (May 26, 2023)</h2> 76 <h4>Bug Fixes</h4> 77 <ul> 78 <li>Vue3: Fix TS 5.0 compat with vue-component-type-helpers <a href="https://redirect.github.com/storybooks/storybook/pull/22814">#22814</a></li> 79 <li>Vue3: Fix reactive args updates in decorators <a href="https://redirect.github.com/storybooks/storybook/pull/22717">#22717</a></li> 80 <li>Vue3: Revert v7 breaking change, restore reactive v6-compat API <a href="https://redirect.github.com/storybooks/storybook/pull/22692">#22692</a></li> 81 </ul> 82 <h4>Build</h4> 83 <ul> 84 <li>Build: Add more checks to ci:daily workflow <a href="https://redirect.github.com/storybooks/storybook/pull/22815">#22815</a></li> 85 <li>Build: Fix Nextjs E2E tests <a href="https://redirect.github.com/storybooks/storybook/pull/22816">#22816</a></li> 86 <li>Build: Bring back new Vue3 tests to main <a href="https://redirect.github.com/storybooks/storybook/pull/22685">#22685</a></li> 87 </ul> 88 <h2>7.0.17 (May 24, 2023)</h2> 89 <h4>Bug Fixes</h4> 90 <ul> 91 <li>Vite: Fix pnpm support by replacing <code>@storybook/global</code> with <code>window</code> <a href="https://redirect.github.com/storybooks/storybook/pull/22709">#22709</a></li> 92 <li>Core: Fix <code>managerHead</code> preset in <code>main.ts</code> <a href="https://redirect.github.com/storybooks/storybook/pull/22701">#22701</a></li> 93 </ul> 94 <h2>7.0.16 (May 24, 2023)</h2> 95 <p>Accidental no-op</p> 96 <h2>7.0.15 (May 24, 2023)</h2> 97 <h4>Bug Fixes</h4> 98 <ul> 99 <li>UI: Fix <code>.mp3</code> support for builder-manager <a href="https://redirect.github.com/storybooks/storybook/pull/22699">#22699</a></li> 100 <li>Vite: Fix missing <code>@storybook/global</code> dependency <a href="https://redirect.github.com/storybooks/storybook/pull/22700">#22700</a></li> 101 <li>NextJS: Fix compatibility with Next 13.4.3 <a href="https://redirect.github.com/storybooks/storybook/pull/22697">#22697</a></li> 102 </ul> 103 <h2>7.0.14 (May 23, 2023)</h2> 104 <h4>Bug Fixes</h4> 105 <ul> 106 <li>Core: Only connect to serverChannel in development mode <a href="https://redirect.github.com/storybooks/storybook/pull/22575">#22575</a></li> 107 <li>CLI: Fix error parsing on NPM proxy <a href="https://redirect.github.com/storybooks/storybook/pull/22690">#22690</a></li> 108 </ul> 109 <h4>Maintenance</h4> 110 <ul> 111 <li>Core: Create server channel from window.location <a href="https://redirect.github.com/storybooks/storybook/pull/22055">#22055</a></li> 112 </ul> 113 <h2>7.0.13 (May 22, 2023)</h2> 114 <h4>Bug Fixes</h4> 115 <ul> 116 <li>Angular: Fix process I/O for compodoc command <a href="https://redirect.github.com/storybooks/storybook/pull/22441">#22441</a></li> 117 <li>CLI: Improve error handling when dealing with angular.json files <a href="https://redirect.github.com/storybooks/storybook/pull/22663">#22663</a></li> 118 </ul> 119 <!-- raw HTML omitted --> 120 </blockquote> 121 <p>... (truncated)</p> 122 </details> 123 <details> 124 <summary>Commits</summary> 125 <ul> 126 <li><a href="https://github.com/storybookjs/storybook/commit/8edc25418ec52a0ff223860677716303df7cb09f"><code>8edc254</code></a> v7.0.18</li> 127 <li><a href="https://github.com/storybookjs/storybook/commit/5ba99c474968a08a32bba91d9e4c7d9e1beae3a6"><code>5ba99c4</code></a> Update git head to 7.0.17, update yarn.lock [ci skip]</li> 128 <li><a href="https://github.com/storybookjs/storybook/commit/e26b55b288f5fa815d41843f2405a56961dbb2a7"><code>e26b55b</code></a> v7.0.17</li> 129 <li><a href="https://github.com/storybookjs/storybook/commit/ccf47f95bb633b92afcc14cbd84d0d013ea9403e"><code>ccf47f9</code></a> Update git head to 7.0.16, update yarn.lock [ci skip]</li> 130 <li><a href="https://github.com/storybookjs/storybook/commit/663d7b027631e329c87d4d1b0b440774e249016e"><code>663d7b0</code></a> v7.0.16</li> 131 <li><a href="https://github.com/storybookjs/storybook/commit/2e00d7807e6f5806dbfd020885db6cf63f274882"><code>2e00d78</code></a> Update git head to 7.0.15, update yarn.lock [ci skip]</li> 132 <li><a href="https://github.com/storybookjs/storybook/commit/48448084c3bbb005f771a2ff2588dc8a3c369caa"><code>4844808</code></a> v7.0.15</li> 133 <li><a href="https://github.com/storybookjs/storybook/commit/91e6f9bd2860c251ad7b20413ae01091eccd9e4e"><code>91e6f9b</code></a> Update git head to 7.0.14, update yarn.lock [ci skip]</li> 134 <li><a href="https://github.com/storybookjs/storybook/commit/9bb86c8f421ddb49ee8847076535ea333cffb044"><code>9bb86c8</code></a> v7.0.14</li> 135 <li><a href="https://github.com/storybookjs/storybook/commit/a4aa4407b10c8c4a7e5a5d0a1025bbddf6cf1a9c"><code>a4aa440</code></a> Update git head to 7.0.13, update yarn.lock [ci skip]</li> 136 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.0.18/code/renderers/react">compare view</a></li> 137 </ul> 138 </details> 139 <br /> 140 141 142 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 143 144 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`. 145 146 [//]: # (dependabot-automerge-start) 147 [//]: # (dependabot-automerge-end) 148 149 --- 150 151 <details> 152 <summary>Dependabot commands and options</summary> 153 <br /> 154 155 You can trigger Dependabot actions by commenting on this PR: 156 - `@dependabot rebase` will rebase this PR 157 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 158 - `@dependabot merge` will merge this PR after your CI passes on it 159 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 160 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 161 - `@dependabot reopen` will reopen this PR if it is closed 162 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 163 - `@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) 164 - `@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) 165 - `@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) 166 167 168 </details> 169