94.md (24204B)
1 # PR #94 Bump storybook from 7.0.9 to 7.4.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-08-29T09:33:07Z 6 - **Branch:** dependabot/npm_and_yarn/storybook-7.4.0 → main 7 - **Closed:** 2023-09-12T10:01:08Z 8 - **Labels:** dependencies 9 - **Diff:** [94.diff](./94.diff) 10 11 --- 12 13 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.0.9 to 7.4.0. 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.4.0</h2> 19 <h2>7.4.0</h2> 20 <ul> 21 <li>Addon-docs: Resolve <code>mdx-react-shim</code> & <code>@storybook/global</code> correctly - <a href="https://redirect.github.com/storybookjs/storybook/pull/23941">#23941</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 22 <li>Addons: Fix key is not a prop warning - <a href="https://redirect.github.com/storybookjs/storybook/pull/23935">#23935</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 23 <li>Build: Migrate <code>@storybook/scripts</code> to strict-ts - <a href="https://redirect.github.com/storybookjs/storybook/pull/23818">#23818</a>, thanks <a href="https://github.com/stilt0n"><code>@stilt0n</code></a>!</li> 24 <li>CLI: Exclude addon-styling from upgrade - <a href="https://redirect.github.com/storybookjs/storybook/pull/23841">#23841</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 25 <li>CLI: Improve autotitle stories format handling in GFM automigration - <a href="https://redirect.github.com/storybookjs/storybook/pull/23964">#23964</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 26 <li>CLI: Install latest version of non-core addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/23956">#23956</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 27 <li>CLI: Pass package manager to postinstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/23913">#23913</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 28 <li>CLI: Provide guidance for users who try to initialize Storybook on an empty dir - <a href="https://redirect.github.com/storybookjs/storybook/pull/23874">#23874</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 29 <li>CLI: Set server init generator to use Webpack5 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23971">#23971</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 30 <li>Core: Add error categorization framework - <a href="https://redirect.github.com/storybookjs/storybook/pull/23653">#23653</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 31 <li>Core: Fix error thrown if <code>docs.defaultName</code> is unset - <a href="https://redirect.github.com/storybookjs/storybook/pull/23893">#23893</a>, thanks <a href="https://github.com/stilt0n"><code>@stilt0n</code></a>!</li> 32 <li>Core: Fix indexing for non-prefixed <code>stories.*</code> stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/23974">#23974</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 33 <li>Core: Fix race-condition relating to <code>addons.setConfig</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/23802">#23802</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 34 <li>Core: Throw an error when detecting empty stories field - <a href="https://redirect.github.com/storybookjs/storybook/pull/23942">#23942</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 35 <li>Dependencies: Upgrade <code>escodegen</code> to fix security issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/23973">#23973</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 36 <li>Index: Fix <code>*.story.*</code> CSF indexing - <a href="https://redirect.github.com/storybookjs/storybook/pull/23852">#23852</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 37 <li>Logger: Fix double error messages/stack - <a href="https://redirect.github.com/storybookjs/storybook/pull/23919">#23919</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 38 <li>Maintenance: Categorize server errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/23912">#23912</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 39 <li>Maintenance: Move filtering of sidebar into the state - <a href="https://redirect.github.com/storybookjs/storybook/pull/23911">#23911</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 40 <li>Maintenance: Remove need for <code>react</code> as peerDependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/23897">#23897</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 41 <li>Maintenance: Remove sourcemaps generation - <a href="https://redirect.github.com/storybookjs/storybook/pull/23936">#23936</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 42 <li>Maintenance: Revert "WebpackBuilder: Remove need for <code>react</code> as peerDependency" - <a href="https://redirect.github.com/storybookjs/storybook/pull/23882">#23882</a>, thanks <a href="https://github.com/vanessayuenn"><code>@vanessayuenn</code></a>!</li> 43 <li>Manager API: Fix <code>api.getAddonState</code>default value - <a href="https://redirect.github.com/storybookjs/storybook/pull/23804">#23804</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 44 <li>Preset: Add common preset overrides mechanism - <a href="https://redirect.github.com/storybookjs/storybook/pull/23915">#23915</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 45 <li>Publish: Don't distribute src files or unnecessary template files - <a href="https://redirect.github.com/storybookjs/storybook/pull/23853">#23853</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 46 <li>Shortcuts: Execute preventDefault only if keyboard shortcuts are enabled - <a href="https://redirect.github.com/storybookjs/storybook/pull/23412">#23412</a>, thanks <a href="https://github.com/Spielboerg"><code>@Spielboerg</code></a>!</li> 47 <li>Types: Fix <code>React.ReactElement</code> not found - <a href="https://redirect.github.com/storybookjs/storybook/pull/23967">#23967</a>, thanks <a href="https://github.com/abu-osos"><code>@abu-osos</code></a>!</li> 48 <li>UI: Add an experimental API for adding sidebar bottom toolbar - <a href="https://redirect.github.com/storybookjs/storybook/pull/23778">#23778</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 49 <li>UI: Add an experimental API for adding sidebar filter functions at runtime - <a href="https://redirect.github.com/storybookjs/storybook/pull/23722">#23722</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 50 <li>UI: Add an experimental API for adding sidebar top toolbar - <a href="https://redirect.github.com/storybookjs/storybook/pull/23811">#23811</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 51 <li>UI: Removal of experimental components - <a href="https://redirect.github.com/storybookjs/storybook/pull/23907">#23907</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 52 <li>Vue3: Add support for Global Apps install - <a href="https://redirect.github.com/storybookjs/storybook/pull/23772">#23772</a>, thanks <a href="https://github.com/chakAs3"><code>@chakAs3</code></a>!</li> 53 <li>Vue3: Use slot value directly if it's a string in source decorator - <a href="https://redirect.github.com/storybookjs/storybook/pull/23784">#23784</a>, thanks <a href="https://github.com/nasvillanueva"><code>@nasvillanueva</code></a>!</li> 54 </ul> 55 <h2>v7.4.0-alpha.2</h2> 56 <h2>7.4.0-alpha.2</h2> 57 <ul> 58 <li>Addon-docs: Resolve <code>mdx-react-shim</code> & <code>@storybook/global</code> correctly - <a href="https://redirect.github.com/storybookjs/storybook/pull/23941">#23941</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 59 <li>Addons: Fix key is not a prop warning - <a href="https://redirect.github.com/storybookjs/storybook/pull/23935">#23935</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 60 <li>CLI: Pass package manager to postinstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/23913">#23913</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 61 <li>CLI: Provide guidance for users who try to initialize Storybook on an empty dir - <a href="https://redirect.github.com/storybookjs/storybook/pull/23874">#23874</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 62 <li>Logger: Fix double error messages/stack - <a href="https://redirect.github.com/storybookjs/storybook/pull/23919">#23919</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 63 <li>Maintenance: Categorize server errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/23912">#23912</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 64 <li>Maintenance: Remove need for <code>react</code> as peerDependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/23897">#23897</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 65 <li>Maintenance: Remove sourcemaps generation - <a href="https://redirect.github.com/storybookjs/storybook/pull/23936">#23936</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 66 <li>Preset: Add common preset overrides mechanism - <a href="https://redirect.github.com/storybookjs/storybook/pull/23915">#23915</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 67 <li>UI: Add an experimental API for adding sidebar bottom toolbar - <a href="https://redirect.github.com/storybookjs/storybook/pull/23778">#23778</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></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/next/CHANGELOG.md">storybook's changelog</a>.</em></p> 76 <blockquote> 77 <h2>7.4.0</h2> 78 <ul> 79 <li>Addon-docs: Resolve <code>mdx-react-shim</code> & <code>@storybook/global</code> correctly - <a href="https://redirect.github.com/storybookjs/storybook/pull/23941">#23941</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 80 <li>Addons: Fix key is not a prop warning - <a href="https://redirect.github.com/storybookjs/storybook/pull/23935">#23935</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 81 <li>Build: Migrate <code>@storybook/scripts</code> to strict-ts - <a href="https://redirect.github.com/storybookjs/storybook/pull/23818">#23818</a>, thanks <a href="https://github.com/stilt0n"><code>@stilt0n</code></a>!</li> 82 <li>CLI: Exclude addon-styling from upgrade - <a href="https://redirect.github.com/storybookjs/storybook/pull/23841">#23841</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 83 <li>CLI: Improve autotitle stories format handling in GFM automigration - <a href="https://redirect.github.com/storybookjs/storybook/pull/23964">#23964</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 84 <li>CLI: Install latest version of non-core addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/23956">#23956</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 85 <li>CLI: Pass package manager to postinstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/23913">#23913</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 86 <li>CLI: Provide guidance for users who try to initialize Storybook on an empty dir - <a href="https://redirect.github.com/storybookjs/storybook/pull/23874">#23874</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 87 <li>CLI: Set server init generator to use Webpack5 - <a href="https://redirect.github.com/storybookjs/storybook/pull/23971">#23971</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 88 <li>Core: Add error categorization framework - <a href="https://redirect.github.com/storybookjs/storybook/pull/23653">#23653</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 89 <li>Core: Fix error thrown if <code>docs.defaultName</code> is unset - <a href="https://redirect.github.com/storybookjs/storybook/pull/23893">#23893</a>, thanks <a href="https://github.com/stilt0n"><code>@stilt0n</code></a>!</li> 90 <li>Core: Fix indexing for non-prefixed <code>stories.*</code> stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/23974">#23974</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 91 <li>Core: Fix race-condition relating to <code>addons.setConfig</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/23802">#23802</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 92 <li>Core: Throw an error when detecting empty stories field - <a href="https://redirect.github.com/storybookjs/storybook/pull/23942">#23942</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 93 <li>Dependencies: Upgrade <code>escodegen</code> to fix security issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/23973">#23973</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 94 <li>Index: Fix <code>*.story.*</code> CSF indexing - <a href="https://redirect.github.com/storybookjs/storybook/pull/23852">#23852</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 95 <li>Logger: Fix double error messages/stack - <a href="https://redirect.github.com/storybookjs/storybook/pull/23919">#23919</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 96 <li>Maintenance: Categorize server errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/23912">#23912</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 97 <li>Maintenance: Move filtering of sidebar into the state - <a href="https://redirect.github.com/storybookjs/storybook/pull/23911">#23911</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 98 <li>Maintenance: Remove need for <code>react</code> as peerDependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/23897">#23897</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 99 <li>Maintenance: Remove sourcemaps generation - <a href="https://redirect.github.com/storybookjs/storybook/pull/23936">#23936</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 100 <li>Maintenance: Revert "WebpackBuilder: Remove need for <code>react</code> as peerDependency" - <a href="https://redirect.github.com/storybookjs/storybook/pull/23882">#23882</a>, thanks <a href="https://github.com/vanessayuenn"><code>@vanessayuenn</code></a>!</li> 101 <li>Manager API: Fix <code>api.getAddonState</code>default value - <a href="https://redirect.github.com/storybookjs/storybook/pull/23804">#23804</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 102 <li>Preset: Add common preset overrides mechanism - <a href="https://redirect.github.com/storybookjs/storybook/pull/23915">#23915</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 103 <li>Publish: Don't distribute src files or unnecessary template files - <a href="https://redirect.github.com/storybookjs/storybook/pull/23853">#23853</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 104 <li>Shortcuts: Execute preventDefault only if keyboard shortcuts are enabled - <a href="https://redirect.github.com/storybookjs/storybook/pull/23412">#23412</a>, thanks <a href="https://github.com/Spielboerg"><code>@Spielboerg</code></a>!</li> 105 <li>Types: Fix <code>React.ReactElement</code> not found - <a href="https://redirect.github.com/storybookjs/storybook/pull/23967">#23967</a>, thanks <a href="https://github.com/abu-osos"><code>@abu-osos</code></a>!</li> 106 <li>UI: Add an experimental API for adding sidebar bottom toolbar - <a href="https://redirect.github.com/storybookjs/storybook/pull/23778">#23778</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 107 <li>UI: Add an experimental API for adding sidebar filter functions at runtime - <a href="https://redirect.github.com/storybookjs/storybook/pull/23722">#23722</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 108 <li>UI: Add an experimental API for adding sidebar top toolbar - <a href="https://redirect.github.com/storybookjs/storybook/pull/23811">#23811</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 109 <li>UI: Removal of experimental components - <a href="https://redirect.github.com/storybookjs/storybook/pull/23907">#23907</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 110 <li>Vue3: Add support for Global Apps install - <a href="https://redirect.github.com/storybookjs/storybook/pull/23772">#23772</a>, thanks <a href="https://github.com/chakAs3"><code>@chakAs3</code></a>!</li> 111 <li>Vue3: Use slot value directly if it's a string in source decorator - <a href="https://redirect.github.com/storybookjs/storybook/pull/23784">#23784</a>, thanks <a href="https://github.com/nasvillanueva"><code>@nasvillanueva</code></a>!</li> 112 </ul> 113 <h2>7.3.2</h2> 114 <ul> 115 <li>Maintenance: Revert "WebpackBuilder: Remove need for <code>react</code> as peerDependency" - <a href="https://redirect.github.com/storybookjs/storybook/pull/23882">#23882</a>, thanks <a href="https://github.com/vanessayuenn"><code>@vanessayuenn</code></a>!</li> 116 </ul> 117 <h2>7.3.1</h2> 118 <ul> 119 <li>Index: Fix <code>*.story.*</code> CSF indexing - <a href="https://redirect.github.com/storybookjs/storybook/pull/23852">#23852</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> 120 </ul> 121 <h2>7.3.0</h2> 122 <ul> 123 <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> 124 <li>✨ CLI: Update postinstall to look for addon script - <a href="https://redirect.github.com/storybookjs/storybook/pull/23791">#23791</a>, thanks <a href="https://github.com/Integrayshaun"><code>@Integrayshaun</code></a>!</li> 125 <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> 126 <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> 127 </ul> 128 <!-- raw HTML omitted --> 129 </blockquote> 130 <p>... (truncated)</p> 131 </details> 132 <details> 133 <summary>Commits</summary> 134 <ul> 135 <li><a href="https://github.com/storybookjs/storybook/commit/e38d1ab6c307551cff0bca6467052b687d29c24c"><code>e38d1ab</code></a> Bump version from "7.4.0-alpha.2" to "7.4.0" [skip ci]</li> 136 <li><a href="https://github.com/storybookjs/storybook/commit/bbc86cbcd7c430a8b0a2d443e38d8e833c7f19a8"><code>bbc86cb</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23964">#23964</a> from storybookjs/yann/fix-mdx-gfm-automigration</li> 137 <li><a href="https://github.com/storybookjs/storybook/commit/274e6727d607c5c758461a81c6e52c46d4f0acaf"><code>274e672</code></a> Merge branch 'next' into shaun/sb-add-version-specifier</li> 138 <li><a href="https://github.com/storybookjs/storybook/commit/682ff382a79c5d7904e1543ad30082a67ff15b15"><code>682ff38</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/23971">#23971</a> from storybookjs/yann/fix-server-generator</li> 139 <li><a href="https://github.com/storybookjs/storybook/commit/cbd91aad94e8d3977e958f9d87293a01a6d4f574"><code>cbd91aa</code></a> set server init generator to use Webpack5</li> 140 <li><a href="https://github.com/storybookjs/storybook/commit/73382295aede3ec9cfdf69d0da3b0cd120713d76"><code>7338229</code></a> don't pass --no-install to create-qwik</li> 141 <li><a href="https://github.com/storybookjs/storybook/commit/5f32f1752c9d37343e6fd54ebc5955394c114a05"><code>5f32f17</code></a> improve autotitle stories format handling</li> 142 <li><a href="https://github.com/storybookjs/storybook/commit/3750f3a682bdea7d1f1c9f0fb24db7bd060f4160"><code>3750f3a</code></a> Don't use SB version on non-core packages</li> 143 <li><a href="https://github.com/storybookjs/storybook/commit/552829ace4f1f1164c459b9f2bebc4c91634b16b"><code>552829a</code></a> Move isCorePackage to utils</li> 144 <li><a href="https://github.com/storybookjs/storybook/commit/d5ca2f42838c9f5a3e556a5e819e58f0deff522e"><code>d5ca2f4</code></a> Bump version from "7.4.0-alpha.1" to "7.4.0-alpha.2" [skip ci]</li> 145 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.4.0/code/lib/cli">compare view</a></li> 146 </ul> 147 </details> 148 <br /> 149 150 151 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 152 153 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`. 154 155 [//]: # (dependabot-automerge-start) 156 [//]: # (dependabot-automerge-end) 157 158 --- 159 160 <details> 161 <summary>Dependabot commands and options</summary> 162 <br /> 163 164 You can trigger Dependabot actions by commenting on this PR: 165 - `@dependabot rebase` will rebase this PR 166 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 167 - `@dependabot merge` will merge this PR after your CI passes on it 168 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 169 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 170 - `@dependabot reopen` will reopen this PR if it is closed 171 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 172 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 173 - `@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) 174 - `@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) 175 - `@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) 176 177 178 </details> 179 180 181 ## Comments 182 183 ### @dependabot[bot] — 2023-09-12T10:01:07Z 184 185 Superseded by #101. 186