48.md (16662B)
1 # PR #48 Bump @storybook/react-vite from 7.0.9 to 7.0.25 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-07-04T09:10:10Z 6 - **Branch:** dependabot/npm_and_yarn/storybook/react-vite-7.0.25 → main 7 - **Closed:** 2023-07-05T09:59:45Z 8 - **Labels:** dependencies 9 - **Diff:** [48.diff](./48.diff) 10 11 --- 12 13 Bumps [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) from 7.0.9 to 7.0.25. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react-vite</code>'s releases</a>.</em></p> 17 <blockquote> 18 <h2>v7.0.25</h2> 19 <h2>7.0.25</h2> 20 <ul> 21 <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> 22 <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> 23 <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> 24 <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> 25 </ul> 26 <h2>v7.0.24</h2> 27 <h2>7.0.24</h2> 28 <ul> 29 <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> 30 <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> 31 <li>Svelte: Support v4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/22905">#22905</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 32 </ul> 33 <h2>v7.0.23</h2> 34 <h2>7.0.23</h2> 35 <ul> 36 <li>Core: Fix compat by disabling name mangling in <code>esbuild</code> require - <a href="https://redirect.github.com/storybookjs/storybook/pull/22486">#22486</a>, thanks <a href="https://github.com/youngboy"><code>@youngboy</code></a>!</li> 37 <li>Core: Prebundle node-logger and make it CJS only - <a href="https://redirect.github.com/storybookjs/storybook/pull/23109">#23109</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 38 <li>NextJS: Fix fonts not loading with 3+ words in name - <a href="https://redirect.github.com/storybookjs/storybook/pull/23121">#23121</a>, thanks <a href="https://github.com/ygkn"><code>@ygkn</code></a>!</li> 39 <li>Telemetry: Count onboarding stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/23092">#23092</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 40 </ul> 41 <h2>v7.0.22</h2> 42 <h2>7.0.22</h2> 43 <ul> 44 <li>CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - <a href="https://redirect.github.com/storybookjs/storybook/pull/23080">#23080</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 45 <li>Core: Fix core-common to use node-fetch - <a href="https://redirect.github.com/storybookjs/storybook/pull/23077">#23077</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 46 <li>Telemetry: Count onboarding stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/23092">#23092</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 47 </ul> 48 <h2>v7.0.21</h2> 49 <h2>7.0.21</h2> 50 <ul> 51 <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> 52 <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> 53 <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> 54 <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> 55 <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> 56 <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> 57 <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> 58 <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> 59 </ul> 60 <h2>v7.0.20</h2> 61 <h4>Bug Fixes</h4> 62 <ul> 63 <li>Server: Fix .stories.yml support <a href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li> 64 <li>Docs: Fix Source block snippet updates <a href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li> 65 <li>Core: Fix indexing errors by excluding node_modules stories <a href="https://redirect.github.com/storybooks/storybook/pull/22873">#22873</a></li> 66 <li>CLI: Fix upgrade notification message <a href="https://redirect.github.com/storybooks/storybook/pull/22933">#22933</a></li> 67 <li>Angular: Add --open/--no-open flag to dev command <a href="https://redirect.github.com/storybooks/storybook/pull/22964">#22964</a></li> 68 </ul> 69 <!-- raw HTML omitted --> 70 </blockquote> 71 <p>... (truncated)</p> 72 </details> 73 <details> 74 <summary>Changelog</summary> 75 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.0.25/CHANGELOG.md"><code>@storybook/react-vite</code>'s changelog</a>.</em></p> 76 <blockquote> 77 <h2>7.0.25</h2> 78 <ul> 79 <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> 80 <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> 81 <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> 82 <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> 83 </ul> 84 <h2>7.0.24</h2> 85 <ul> 86 <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> 87 <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> 88 <li>Svelte: Support v4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/22905">#22905</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 89 </ul> 90 <h2>7.0.23</h2> 91 <ul> 92 <li>Core: Fix compat by disabling name mangling in <code>esbuild</code> require - <a href="https://redirect.github.com/storybookjs/storybook/pull/22486">#22486</a>, thanks <a href="https://github.com/youngboy"><code>@youngboy</code></a>!</li> 93 <li>Core: Prebundle node-logger and make it CJS only - <a href="https://redirect.github.com/storybookjs/storybook/pull/23109">#23109</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 94 <li>NextJS: Fix fonts not loading with 3+ words in name - <a href="https://redirect.github.com/storybookjs/storybook/pull/23121">#23121</a>, thanks <a href="https://github.com/ygkn"><code>@ygkn</code></a>!</li> 95 <li>Telemetry: Count onboarding stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/23092">#23092</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 96 </ul> 97 <h2>7.0.22</h2> 98 <ul> 99 <li>CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - <a href="https://redirect.github.com/storybookjs/storybook/pull/23080">#23080</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 100 <li>Core: Fix core-common to use node-fetch - <a href="https://redirect.github.com/storybookjs/storybook/pull/23077">#23077</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 101 <li>Telemetry: Count onboarding stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/23092">#23092</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 102 </ul> 103 <h2>7.0.21</h2> 104 <ul> 105 <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> 106 <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> 107 <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> 108 <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> 109 <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> 110 <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> 111 <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> 112 <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> 113 <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> 114 </ul> 115 <h2>7.0.20 (June 8, 2023)</h2> 116 <h4>Bug Fixes</h4> 117 <ul> 118 <li>Server: Fix .stories.yml support <a href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li> 119 <li>Docs: Fix Source block snippet updates <a href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li> 120 <li>Core: Fix indexing errors by excluding node_modules stories <a href="https://redirect.github.com/storybooks/storybook/pull/22873">#22873</a></li> 121 <li>CLI: Fix upgrade notification message <a href="https://redirect.github.com/storybooks/storybook/pull/22933">#22933</a></li> 122 <li>Angular: Add --open/--no-open flag to dev command <a href="https://redirect.github.com/storybooks/storybook/pull/22964">#22964</a></li> 123 <li>Angular: Silence compodoc when running storybook with --quiet <a href="https://redirect.github.com/storybooks/storybook/pull/22957">#22957</a></li> 124 </ul> 125 <h4>Maintenance</h4> 126 <!-- raw HTML omitted --> 127 </blockquote> 128 <p>... (truncated)</p> 129 </details> 130 <details> 131 <summary>Commits</summary> 132 <ul> 133 <li><a href="https://github.com/storybookjs/storybook/commit/10d173ab0857890833f8e1f35c741c127029f05d"><code>10d173a</code></a> Bump version from 7.0.24 to 7.0.25</li> 134 <li><a href="https://github.com/storybookjs/storybook/commit/3b9f187e738cdcdae452b2f23429f6f2cd25692c"><code>3b9f187</code></a> Bump version from 7.0.23 to 7.0.24</li> 135 <li><a href="https://github.com/storybookjs/storybook/commit/55369411dac50d8eded6cafc81b2432987a575a8"><code>5536941</code></a> Bump version from 7.0.22 to 7.0.23</li> 136 <li><a href="https://github.com/storybookjs/storybook/commit/ca2b7146ba048aa87e19d87b77ea0a5a9af4ec11"><code>ca2b714</code></a> Bump version from 7.0.21 to 7.0.22</li> 137 <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> 138 <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> 139 <li><a href="https://github.com/storybookjs/storybook/commit/9fb2573aa274f3f69d3358050e8df9c903e8245f"><code>9fb2573</code></a> v7.0.20</li> 140 <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> 141 <li><a href="https://github.com/storybookjs/storybook/commit/245bae01c81d87eeadf74886167507fcea16369c"><code>245bae0</code></a> v7.0.19</li> 142 <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> 143 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.0.25/code/frameworks/react-vite">compare view</a></li> 144 </ul> 145 </details> 146 <br /> 147 148 149 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 150 151 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`. 152 153 [//]: # (dependabot-automerge-start) 154 [//]: # (dependabot-automerge-end) 155 156 --- 157 158 <details> 159 <summary>Dependabot commands and options</summary> 160 <br /> 161 162 You can trigger Dependabot actions by commenting on this PR: 163 - `@dependabot rebase` will rebase this PR 164 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 165 - `@dependabot merge` will merge this PR after your CI passes on it 166 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 167 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 168 - `@dependabot reopen` will reopen this PR if it is closed 169 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 170 - `@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) 171 - `@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) 172 - `@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) 173 174 175 </details> 176 177 178 ## Comments 179 180 ### @dependabot[bot] — 2023-07-05T09:59:43Z 181 182 Superseded by #53. 183