cetirizine.meta

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

83.md (18856B)


      1 # PR #83 Bump storybook from 7.0.9 to 7.2.3
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-08-14T09:51:18Z
      6 - **Branch:** dependabot/npm_and_yarn/storybook-7.2.3 → main
      7 - **Closed:** 2023-08-16T10:13:54Z
      8 - **Labels:** dependencies
      9 - **Diff:** [83.diff](./83.diff)
     10 
     11 ---
     12 
     13 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.0.9 to 7.2.3.
     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.2.3</h2>
     19 <h2>7.2.3</h2>
     20 <ul>
     21 <li>Build: Support Chrome 100, Safari 15 and Firefox 91 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23800">#23800</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     22 </ul>
     23 <h2>v7.2.2</h2>
     24 <h2>7.2.2</h2>
     25 <ul>
     26 <li>CSF-Tools: Remove prettier from printConfig - <a href="https://redirect.github.com/storybookjs/storybook/pull/23766">#23766</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     27 </ul>
     28 <h2>v7.2.2-alpha.1</h2>
     29 <h2>7.2.2-alpha.1</h2>
     30 <ul>
     31 <li>CSF-Tools: Remove prettier from printConfig - <a href="https://redirect.github.com/storybookjs/storybook/pull/23766">#23766</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     32 <li>UI: Improve Link component - <a href="https://redirect.github.com/storybookjs/storybook/pull/23767">#23767</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     33 <li>UI: Improve new <code>Button</code> component - <a href="https://redirect.github.com/storybookjs/storybook/pull/23765">#23765</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     34 <li>UI: Update Button types to allow for no children on iconOnly buttons - <a href="https://redirect.github.com/storybookjs/storybook/pull/23735">#23735</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     35 <li>UI: Upgrade Icon component - <a href="https://redirect.github.com/storybookjs/storybook/pull/23680">#23680</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     36 <li>WebpackBuilder: Remove need for <code>react</code> as peerDependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/23496">#23496</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
     37 </ul>
     38 <h2>v7.2.2-alpha.0</h2>
     39 <h2>7.2.2-alpha.0</h2>
     40 <ul>
     41 <li>Indexer: Introduce new experimental <code>indexer</code> API - <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23691">#23691</a>, thanks <a href="https://github.com/jreinhold"><code>@​JReinhold</code></a>!</li>
     42 <li>Addon-docs, Core, Server: Use new <code>indexer</code> API - <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23660">#23660</a>, thanks <a href="https://github.com/jreinhold"><code>@​JReinhold</code></a>!</li>
     43 <li>Server: Add support for tags - <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23660">#23660</a>, thanks <a href="https://github.com/jreinhold"><code>@​JReinhold</code></a>!</li>
     44 <li>Core-server: Improve internal types - <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23632">#23632</a>, thanks <a href="https://github.com/jreinhold"><code>@​JReinhold</code></a>!</li>
     45 </ul>
     46 <h2>v7.2.1</h2>
     47 <h2>7.2.1</h2>
     48 <ul>
     49 <li>Addon docs: Add safe check in Webpack preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/23687">#23687</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
     50 <li>Autodocs: Fix docs pages ignoring <code>meta.id</code> when calculating their ID - <a href="https://redirect.github.com/storybookjs/storybook/pull/23520">#23520</a>, thanks <a href="https://github.com/sookmax"><code>@​sookmax</code></a>!</li>
     51 <li>CLI: Fix error logging being swallowed from dev/build failures - <a href="https://redirect.github.com/storybookjs/storybook/pull/23689">#23689</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
     52 <li>Channels: Remove self-referencing in <code>package.json</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/23681">#23681</a>, thanks <a href="https://github.com/stof"><code>@​stof</code></a>!</li>
     53 <li>UI: Fix ArgsTable empty state on docs - <a href="https://redirect.github.com/storybookjs/storybook/pull/23688">#23688</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     54 <li>UI: Improve controls addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/23635">#23635</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     55 </ul>
     56 <h2>v7.2.0</h2>
     57 <h2>7.2.0</h2>
     58 <p>This month, we're going to experiment with our launch cycle by making smaller but more frequent releases. Our goal is to bring you new features more quickly, while also smoothing the upgrade process.</p>
     59 <p>Storybook 7.2 is the first of these new, faster releases:</p>
     60 <ul>
     61 <li>Automigration: Fix wrap-require automigration for common js main.js files - <a href="https://redirect.github.com/storybookjs/storybook/pull/23644">#23644</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
     62 <li>CSF Tools: Use recast for printing in csf-tools - <a href="https://redirect.github.com/storybookjs/storybook/pull/23427">#23427</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     63 <li>CSF-tools: Parse stories using typescript keywords 'satisfies' and 'as' - <a href="https://redirect.github.com/storybookjs/storybook/pull/23638">#23638</a>, thanks <a href="https://github.com/joaonunomota"><code>@​joaonunomota</code></a>!</li>
     64 <li>Core: Fix channelOptions for serverChannel - <a href="https://redirect.github.com/storybookjs/storybook/pull/23615">#23615</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
     65 <li>NextJS: Add <code>@babel/core</code> as a dependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/22450">#22450</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></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/next/CHANGELOG.md">storybook's changelog</a>.</em></p>
     74 <blockquote>
     75 <h2>7.2.3</h2>
     76 <ul>
     77 <li>Build: Support Chrome 100, Safari 15 and Firefox 91 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23800">#23800</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     78 </ul>
     79 <h2>7.2.2</h2>
     80 <ul>
     81 <li>CSF-Tools: Remove prettier from printConfig - <a href="https://redirect.github.com/storybookjs/storybook/pull/23766">#23766</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     82 </ul>
     83 <h2>7.2.1</h2>
     84 <ul>
     85 <li>Addon docs: Add safe check in Webpack preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/23687">#23687</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
     86 <li>Autodocs: Fix docs pages ignoring <code>meta.id</code> when calculating their ID - <a href="https://redirect.github.com/storybookjs/storybook/pull/23520">#23520</a>, thanks <a href="https://github.com/sookmax"><code>@​sookmax</code></a>!</li>
     87 <li>CLI: Fix error logging being swallowed from dev/build failures - <a href="https://redirect.github.com/storybookjs/storybook/pull/23689">#23689</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
     88 <li>Channels: Remove self-referencing in <code>package.json</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/23681">#23681</a>, thanks <a href="https://github.com/stof"><code>@​stof</code></a>!</li>
     89 <li>UI: Fix ArgsTable empty state on docs - <a href="https://redirect.github.com/storybookjs/storybook/pull/23688">#23688</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     90 <li>UI: Improve controls addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/23635">#23635</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
     91 </ul>
     92 <h2>7.2.0</h2>
     93 <p>This month, we're going to experiment with our launch cycle by making smaller but more frequent releases. Our goal is to bring you new features more quickly, while also smoothing the upgrade process.</p>
     94 <p>Storybook 7.2 is the first of these new, faster releases:</p>
     95 <ul>
     96 <li>Automigration: Fix wrap-require automigration for common js main.js files - <a href="https://redirect.github.com/storybookjs/storybook/pull/23644">#23644</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
     97 <li>CSF Tools: Use recast for printing in csf-tools - <a href="https://redirect.github.com/storybookjs/storybook/pull/23427">#23427</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
     98 <li>CSF-tools: Parse stories using typescript keywords 'satisfies' and 'as' - <a href="https://redirect.github.com/storybookjs/storybook/pull/23638">#23638</a>, thanks <a href="https://github.com/joaonunomota"><code>@​joaonunomota</code></a>!</li>
     99 <li>Core: Fix channelOptions for serverChannel - <a href="https://redirect.github.com/storybookjs/storybook/pull/23615">#23615</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    100 <li>NextJS: Add <code>@babel/core</code> as a dependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/22450">#22450</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    101 <li>Vite: Fix config loading - project directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/22240">#22240</a>, thanks <a href="https://github.com/nVitius"><code>@​nVitius</code></a>!</li>
    102 <li>Angular: Fix initialization of Storybook in Angular 16.1 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23598">#23598</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    103 <li>Dependencies: Downgrade <code>jest-mock</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/23597">#23597</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    104 <li>Dependencies: Upgrade simple-update-notifier - <a href="https://redirect.github.com/storybookjs/storybook/pull/23396">#23396</a>, thanks <a href="https://github.com/dartess"><code>@​dartess</code></a>!</li>
    105 <li>Storyshots: fix broken storyshots with angular - <a href="https://redirect.github.com/storybookjs/storybook/pull/23555">#23555</a>, thanks <a href="https://github.com/mattlewis92"><code>@​mattlewis92</code></a>!</li>
    106 <li>TypeScript: Added <code>expanded</code> to <code>CoreCommon_StorybookRefs</code> to fix typescript errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/23488">#23488</a>, thanks <a href="https://github.com/DotwoodMedia"><code>@​DotwoodMedia</code></a>!</li>
    107 <li>TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23574">#23574</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    108 <li>Vue2: Source Decorator reactivity - <a href="https://redirect.github.com/storybookjs/storybook/pull/23149">#23149</a>, thanks <a href="https://github.com/chakAs3"><code>@​chakAs3</code></a>!</li>
    109 <li>Router: Support RegExp in Route component - <a href="https://redirect.github.com/storybookjs/storybook/pull/23292">#23292</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    110 <li>UI: Improve tabs component, more type correct, allow for FC as title - <a href="https://redirect.github.com/storybookjs/storybook/pull/23288">#23288</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    111 <li>Addons: Improve code quality by using title as FC &amp; sharing state via useAddonState - <a href="https://redirect.github.com/storybookjs/storybook/pull/23298">#23298</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    112 <li>InteractionsAddon: Improve code quality by using title as FC &amp; sharing state via useAddonState - <a href="https://redirect.github.com/storybookjs/storybook/pull/23291">#23291</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    113 <li>UI: Add storyStatus to sidebar UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/23342">#23342</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    114 <li>Addon API: Add experimental page addon type - <a href="https://redirect.github.com/storybookjs/storybook/pull/23307">#23307</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    115 <li>UI: refactor Canvas component so we can improve types for PREVIEW addons and TAB addons - <a href="https://redirect.github.com/storybookjs/storybook/pull/23311">#23311</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    116 <li>UI: Improve Button layout and props - <a href="https://redirect.github.com/storybookjs/storybook/pull/23356">#23356</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
    117 <li>Dependencies: Remove references to api and the 2 deprecated channel packages - <a href="https://redirect.github.com/storybookjs/storybook/pull/23384">#23384</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    118 <li>UI: Show the story status in the search results - <a href="https://redirect.github.com/storybookjs/storybook/pull/23441">#23441</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
    119 <li>UI: Create new form elements in the new Core UI (Input, TextArea, Select) - <a href="https://redirect.github.com/storybookjs/storybook/pull/23469">#23469</a>, thanks <a href="https://github.com/cdedreuille"><code>@​cdedreuille</code></a>!</li>
    120 </ul>
    121 <h2>7.1.1</h2>
    122 <!-- raw HTML omitted -->
    123 </blockquote>
    124 <p>... (truncated)</p>
    125 </details>
    126 <details>
    127 <summary>Commits</summary>
    128 <ul>
    129 <li><a href="https://github.com/storybookjs/storybook/commit/fc85975b8fc4d45ee9b382cb18ba7a99fee91b2c"><code>fc85975</code></a> Bump version from &quot;7.2.2&quot; to &quot;7.2.3&quot; [skip ci]</li>
    130 <li><a href="https://github.com/storybookjs/storybook/commit/c84bb83f70606bdc94130f97ab805388a1537e82"><code>c84bb83</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23800">#23800</a> from storybookjs/kasper/fix-safari-static</li>
    131 <li><a href="https://github.com/storybookjs/storybook/commit/29a6b5dd2b4e792cde5298f2e5c4ceb27387b3ea"><code>29a6b5d</code></a> Bump version from &quot;7.2.1&quot; to &quot;7.2.2&quot; [skip ci]</li>
    132 <li><a href="https://github.com/storybookjs/storybook/commit/54904549a300753d0929e41284e65c37a9f78831"><code>5490454</code></a> Bump version from &quot;7.2.0&quot; to &quot;7.2.1&quot; [skip ci]</li>
    133 <li><a href="https://github.com/storybookjs/storybook/commit/d61d7c0a7b96f5f7cafd8db35b4ad3eaed6f7610"><code>d61d7c0</code></a> Bump version from &quot;7.2.0-rc.0&quot; to &quot;7.2.0&quot; [skip ci]</li>
    134 <li><a href="https://github.com/storybookjs/storybook/commit/02a0f9c62ce4e67933bf82a3c8c524b8031c8968"><code>02a0f9c</code></a> Fix wrap-require automigration for common js main.js files</li>
    135 <li><a href="https://github.com/storybookjs/storybook/commit/33efd3d70bbdd300280bb57de8d5fdb852157496"><code>33efd3d</code></a> Replace hardcoded versions with workspace syntax</li>
    136 <li><a href="https://github.com/storybookjs/storybook/commit/65f366c89b48a8cd2a1167622d983924b45d18fc"><code>65f366c</code></a> Merge remote-tracking branch 'origin/next' into valentin/migrate-version-to-u...</li>
    137 <li><a href="https://github.com/storybookjs/storybook/commit/cc225b0818da4e618a19d6eb325b386a6489bbac"><code>cc225b0</code></a> Bump version from &quot;7.2.0-alpha.0&quot; to &quot;7.2.0-rc.0&quot; [skip ci]</li>
    138 <li><a href="https://github.com/storybookjs/storybook/commit/7c3cde9032ec31879f2e0a8b5efd38bd08c0b8e9"><code>7c3cde9</code></a> Merge branch 'next' into valentin/migrate-version-to-use-workspace-syntax</li>
    139 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.2.3/code/lib/cli">compare view</a></li>
    140 </ul>
    141 </details>
    142 <br />
    143 
    144 
    145 [![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.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    146 
    147 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`.
    148 
    149 [//]: # (dependabot-automerge-start)
    150 [//]: # (dependabot-automerge-end)
    151 
    152 ---
    153 
    154 <details>
    155 <summary>Dependabot commands and options</summary>
    156 <br />
    157 
    158 You can trigger Dependabot actions by commenting on this PR:
    159 - `@dependabot rebase` will rebase this PR
    160 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    161 - `@dependabot merge` will merge this PR after your CI passes on it
    162 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    163 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    164 - `@dependabot reopen` will reopen this PR if it is closed
    165 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    166 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    167 - `@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)
    168 - `@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)
    169 - `@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)
    170 
    171 
    172 </details>
    173 
    174 
    175 ## Comments
    176 
    177 ### @dependabot[bot] — 2023-08-16T10:13:53Z
    178 
    179 Superseded by #87.
    180