cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

55.md (17230B)


      1 # PR #55 Bump storybook from 7.0.9 to 7.0.26
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-05T10:04:44Z
      6 - **Branch:** dependabot/npm_and_yarn/storybook-7.0.26 → main
      7 - **Closed:** 2023-07-13T09:56:59Z
      8 - **Labels:** dependencies
      9 - **Diff:** [55.diff](./55.diff)
     10 
     11 ---
     12 
     13 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.0.9 to 7.0.26.
     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.0.26</h2>
     19 <h2>7.0.26</h2>
     20 <ul>
     21 <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>
     22 <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>
     23 <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>
     24 </ul>
     25 <h2>v7.0.25</h2>
     26 <h2>7.0.25</h2>
     27 <ul>
     28 <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>
     29 <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>
     30 <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>
     31 <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>
     32 </ul>
     33 <h2>v7.0.24</h2>
     34 <h2>7.0.24</h2>
     35 <ul>
     36 <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>
     37 <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>
     38 <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>
     39 </ul>
     40 <h2>v7.0.23</h2>
     41 <h2>7.0.23</h2>
     42 <ul>
     43 <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>
     44 <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>
     45 <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>
     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.22</h2>
     49 <h2>7.0.22</h2>
     50 <ul>
     51 <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>
     52 <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>
     53 <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>
     54 </ul>
     55 <h2>v7.0.21</h2>
     56 <h2>7.0.21</h2>
     57 <ul>
     58 <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>
     59 <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>
     60 <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>
     61 <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>
     62 <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>
     63 <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>
     64 <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>
     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>v7.0.20</h2>
     68 <!-- raw HTML omitted -->
     69 </blockquote>
     70 <p>... (truncated)</p>
     71 </details>
     72 <details>
     73 <summary>Changelog</summary>
     74 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p>
     75 <blockquote>
     76 <h2>7.0.26</h2>
     77 <ul>
     78 <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>
     79 <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>
     80 <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>
     81 </ul>
     82 <h2>7.0.25</h2>
     83 <ul>
     84 <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>
     85 <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>
     86 <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>
     87 <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>
     88 </ul>
     89 <h2>7.0.24</h2>
     90 <ul>
     91 <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>
     92 <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>
     93 <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>
     94 </ul>
     95 <h2>7.0.23</h2>
     96 <ul>
     97 <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>
     98 <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>
     99 <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>
    100 <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>
    101 </ul>
    102 <h2>7.0.22</h2>
    103 <ul>
    104 <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>
    105 <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>
    106 <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>
    107 </ul>
    108 <h2>7.0.21</h2>
    109 <ul>
    110 <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>
    111 <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>
    112 <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>
    113 <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>
    114 <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>
    115 <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>
    116 <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>
    117 <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>
    118 <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>
    119 </ul>
    120 <h2>7.0.20 (June 8, 2023)</h2>
    121 <h4>Bug Fixes</h4>
    122 <ul>
    123 <li>Server: Fix .stories.yml support <a href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li>
    124 <li>Docs: Fix Source block snippet updates <a href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li>
    125 </ul>
    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/19f91cddc806397c30f8ca9e3e76ae997a4a13af"><code>19f91cd</code></a> Bump version from 7.0.25 to 7.0.26</li>
    134 <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>
    135 <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>
    136 <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>
    137 <li><a href="https://github.com/storybookjs/storybook/commit/f8c416accb6bf7e406034d47fac275ae15121518"><code>f8c416a</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23080">#23080</a> from storybookjs/norbert/boxen-prebundled</li>
    138 <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>
    139 <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>
    140 <li><a href="https://github.com/storybookjs/storybook/commit/d34cdcc63ee8942ac103ee5706fff2a31dcf131c"><code>d34cdcc</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23042">#23042</a> from storybookjs/fix/cli-rn-skip-ask-for-builder</li>
    141 <li><a href="https://github.com/storybookjs/storybook/commit/0b3a6c9e12575b44fefdd17f39a55af260f99e37"><code>0b3a6c9</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/22502">#22502</a> from storybookjs/feat/generate-files-later-in-init</li>
    142 <li><a href="https://github.com/storybookjs/storybook/commit/3c73620a8f03fa31142ed4b5a98fc8f489f1d2c7"><code>3c73620</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23066">#23066</a> from storybookjs/kasper/use-local-registry-for-all-...</li>
    143 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.0.26/code/lib/cli">compare view</a></li>
    144 </ul>
    145 </details>
    146 <br />
    147 
    148 
    149 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=storybook&package-manager=npm_and_yarn&previous-version=7.0.9&new-version=7.0.26)](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-13T09:56:58Z
    181 
    182 Superseded by #56.
    183