Skip to content

Commit

Permalink
build(deps-dev): Bump @storybook/react from 7.3.2 to 7.4.0 (#576)
Browse files Browse the repository at this point in the history
Bumps
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
from 7.3.2 to 7.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.4.0</h2>
<h2>7.4.0</h2>
<ul>
<li>Addon-docs: Resolve <code>mdx-react-shim</code> &amp;
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<li>Maintenance: Revert &quot;WebpackBuilder: Remove need for
<code>react</code> as peerDependency&quot; - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23882">#23882</a>,
thanks <a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>!</li>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
<h2>v7.4.0-alpha.2</h2>
<h2>7.4.0-alpha.2</h2>
<ul>
<li>Addon-docs: Resolve <code>mdx-react-shim</code> &amp;
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.4.0</h2>
<ul>
<li>Addon-docs: Resolve <code>mdx-react-shim</code> &amp;
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<li>Maintenance: Revert &quot;WebpackBuilder: Remove need for
<code>react</code> as peerDependency&quot; - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23882">#23882</a>,
thanks <a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>!</li>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/e38d1ab6c307551cff0bca6467052b687d29c24c"><code>e38d1ab</code></a>
Bump version from &quot;7.4.0-alpha.2&quot; to &quot;7.4.0&quot; [skip
ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/7c6488c966f4c0a966450adf0d36109346be3169"><code>7c6488c</code></a>
Upgrade escodegen to fix security issue</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/d5ca2f42838c9f5a3e556a5e819e58f0deff522e"><code>d5ca2f4</code></a>
Bump version from &quot;7.4.0-alpha.1&quot; to &quot;7.4.0-alpha.2&quot;
[skip ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/cac080cdd66dcb60284d08d2264b555a9e4ae66b"><code>cac080c</code></a>
Bump version from &quot;7.4.0-alpha.0&quot; to &quot;7.4.0-alpha.1&quot;
[skip ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/ee86c58c3e20d581052f5097872ac7a384d7f4d3"><code>ee86c58</code></a>
Merge branch 'next' into shilman/reduce-publish-size</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/d6105ce4dc3408f16002145f2d11d9683557629d"><code>d6105ce</code></a>
Bump version from &quot;7.3.0&quot; to &quot;7.4.0-alpha.0&quot; [skip
ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/93b33e06810bdbed72899122f2e9b77b5706b502"><code>93b33e0</code></a>
Don't distribute src files or unnecessary template files</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v7.4.0/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/react&package-manager=npm_and_yarn&previous-version=7.3.2&new-version=7.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
- `@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)
- `@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)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephen Watkins <[email protected]>
  • Loading branch information
dependabot[bot] and stephenjwatkins authored Aug 30, 2023
1 parent efe812a commit 5c195fd
Show file tree
Hide file tree
Showing 2 changed files with 832 additions and 908 deletions.
Loading

0 comments on commit 5c195fd

Please sign in to comment.