[PR #30833] chore(deps-dev): bump @storybook/react from 9.1.13 to 9.1.17 in /web #32973

Closed
opened 2026-02-21 20:52:25 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/30833

State: closed
Merged: Yes


Bumps @storybook/react from 9.1.13 to 9.1.17.

Release notes

Sourced from @​storybook/react's releases.

v9.1.17

9.1.17

v9.1.16

9.1.16

v9.1.15

9.1.15

v9.1.14

9.1.14

Changelog

Sourced from @​storybook/react's changelog.

10.1.11

10.1.10

10.1.9

10.1.8

10.1.7

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

10.1.4

10.1.3

... (truncated)

Commits
  • d0d5a3d Bump version from 9.1.16 to 9.1.17 MANUALLY
  • a54a04c Bump version from "9.1.15" to "9.1.16" [skip ci]
  • d0d17d9 Bump version from "9.1.14" to "9.1.15" [skip ci]
  • 5afb39f Bump version from "9.1.13" to "9.1.14" [skip ci]
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/30833 **State:** closed **Merged:** Yes --- Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 9.1.13 to 9.1.17. <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>v9.1.17</h2> <h2>9.1.17</h2> <ul> <li>Core: Fix .env-file parsing, thanks <a href="https://github.com/jreinhold"><code>@​jreinhold</code></a>!</li> </ul> <h2>v9.1.16</h2> <h2>9.1.16</h2> <ul> <li>CLI: Fix Nextjs project creation in empty directories - <a href="https://redirect.github.com/storybookjs/storybook/pull/32828">#32828</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Core: Add `experimental_devServer` preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/32862">#32862</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Telemetry: Fix preview-first-load event - <a href="https://redirect.github.com/storybookjs/storybook/pull/32859">#32859</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> <h2>v9.1.15</h2> <h2>9.1.15</h2> <ul> <li>Core: Add `preview-first-load` telemetry - <a href="https://redirect.github.com/storybookjs/storybook/pull/32770">#32770</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> <li>Dependencies: Update `vite-plugin-storybook-nextjs` - <a href="https://redirect.github.com/storybookjs/storybook/pull/32821">#32821</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> </ul> <h2>v9.1.14</h2> <h2>9.1.14</h2> <ul> <li>NextJS: Add NextJS 16 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/32791">#32791</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Addon-Vitest: Support Vitest 4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32819">#32819</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>CSF: Fix `play-fn` tag for methods - <a href="https://redirect.github.com/storybookjs/storybook/pull/32695">#32695</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </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>10.1.11</h2> <ul> <li>React: Fix several CSF factory bugs - <a href="https://redirect.github.com/storybookjs/storybook/pull/33354">#33354</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>UI: Fix React error 300 on some addons - <a href="https://redirect.github.com/storybookjs/storybook/pull/33381">#33381</a>, thanks <a href="https://github.com/Sidnioulz"><code>@​Sidnioulz</code></a>!</li> </ul> <h2>10.1.10</h2> <ul> <li>Core: Fix <code>.env</code>-file parsing - <a href="https://redirect.github.com/storybookjs/storybook/pull/33383">#33383</a>, thanks <a href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li> <li>Next.js: Handle v14 compatibility for draftMode import - <a href="https://redirect.github.com/storybookjs/storybook/pull/33341">#33341</a>, thanks <a href="https://github.com/tanujbhaud"><code>@​tanujbhaud</code></a>!</li> </ul> <h2>10.1.9</h2> <ul> <li>Telemetry: Remove instance of check for sub-error handling - <a href="https://redirect.github.com/storybookjs/storybook/pull/33356">#33356</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>10.1.8</h2> <ul> <li>React-Vite: Update <code>@​joshwooding/vite-plugin-react-docgen-typescript</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/33349">#33349</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>10.1.7</h2> <ul> <li>Automigrate: Fix missing await - <a href="https://redirect.github.com/storybookjs/storybook/pull/33333">#33333</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>CLI: Remove REACT_PROJECT projectType - <a href="https://redirect.github.com/storybookjs/storybook/pull/33334">#33334</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>Core: Exclude open from pre-bundling to make local xdg-open reachable - <a href="https://redirect.github.com/storybookjs/storybook/pull/33325">#33325</a>, thanks <a href="https://github.com/Sidnioulz"><code>@​Sidnioulz</code></a>!</li> <li>Nextjs-Vite: Install <code>vite</code> during migration if not installed yet - <a href="https://redirect.github.com/storybookjs/storybook/pull/33316">#33316</a>, thanks <a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li> <li>Telemetry: Fix race condition in telemetry cache causing malformed JSON - <a href="https://redirect.github.com/storybookjs/storybook/pull/33323">#33323</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>10.1.6</h2> <ul> <li>Manager: Do not display non-existing shortcuts in the settings page - <a href="https://redirect.github.com/storybookjs/storybook/pull/32711">#32711</a>, thanks <a href="https://github.com/DKER2"><code>@​DKER2</code></a>!</li> <li>Preview: Enforce inert body if manager is focus-trapped - <a href="https://redirect.github.com/storybookjs/storybook/pull/33186">#33186</a>, thanks <a href="https://github.com/Sidnioulz"><code>@​Sidnioulz</code></a>!</li> <li>Telemetry: Await pending operations in getLastEvents to prevent race conditions - <a href="https://redirect.github.com/storybookjs/storybook/pull/33285">#33285</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>UI: Fix keyboard navigation bug for &quot;reset&quot; option in <code>Select</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/33268">#33268</a>, thanks <a href="https://github.com/Sidnioulz"><code>@​Sidnioulz</code></a>!</li> </ul> <h2>10.1.5</h2> <ul> <li>Addon-Vitest: Isolate error reasons during postinstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/33295">#33295</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>CLI: Fix react native template not copying in init - <a href="https://redirect.github.com/storybookjs/storybook/pull/33308">#33308</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> <li>Docs: Support Rolldown bundler module namespace objects - <a href="https://redirect.github.com/storybookjs/storybook/pull/33280">#33280</a>, thanks <a href="https://github.com/akornmeier"><code>@​akornmeier</code></a>!</li> </ul> <h2>10.1.4</h2> <ul> <li>Core: Enhance getPrettier function to provide prettier interface - <a href="https://redirect.github.com/storybookjs/storybook/pull/33260">#33260</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>NextJS: Alias image to use fileURLToPath for better resolution - <a href="https://redirect.github.com/storybookjs/storybook/pull/33256">#33256</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Cache Storybook metadata by main config content hash - <a href="https://redirect.github.com/storybookjs/storybook/pull/33247">#33247</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>10.1.3</h2> <ul> <li>Angular: Honor --loglevel and --logfile in dev/build - <a href="https://redirect.github.com/storybookjs/storybook/pull/33212">#33212</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>Core: Minor UI fixes - <a href="https://redirect.github.com/storybookjs/storybook/pull/33218">#33218</a>, thanks <a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li> <li>Telemetry: Add playwright-prompt - <a href="https://redirect.github.com/storybookjs/storybook/pull/33229">#33229</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/d0d5a3d645df3493ad935e321d1ef101679cfc2e"><code>d0d5a3d</code></a> Bump version from 9.1.16 to 9.1.17 MANUALLY</li> <li><a href="https://github.com/storybookjs/storybook/commit/a54a04cef3ea631f2dacf3631f7f78e4453cd096"><code>a54a04c</code></a> Bump version from &quot;9.1.15&quot; to &quot;9.1.16&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/d0d17d96288be91ae0969803cbfcd7849b9c98f8"><code>d0d17d9</code></a> Bump version from &quot;9.1.14&quot; to &quot;9.1.15&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/5afb39f85e981d380fba4658a82fac24fa5ce51b"><code>5afb39f</code></a> Bump version from &quot;9.1.13&quot; to &quot;9.1.14&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v9.1.17/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=9.1.13&new-version=9.1.17)](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>
yindo added the pull-request label 2026-02-21 20:52:25 -05:00
yindo closed this issue 2026-02-21 20:52:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32973