Commit Graph

1404 Commits

Author SHA1 Message Date
dependabot[bot]
3f5bb6d12c
Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#1187)
Bumps
[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)
from 1.7.0 to 1.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fsnotify/fsnotify/releases">github.com/fsnotify/fsnotify's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.0</h2>
<h2>Additions</h2>
<ul>
<li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li>
</ul>
<h3>Changes and fixes</h3>
<ul>
<li>
<p>windows: fix behaviour of <code>WatchList()</code> to be consistent
with other platforms (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p>
</li>
<li>
<p>kqueue: ignore events with Ident=0 (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p>
</li>
<li>
<p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p>
</li>
<li>
<p>kqueue: emit events as &quot;/path/dir/file&quot; instead of
&quot;path/link/file&quot; when watching a symlink (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p>
</li>
<li>
<p>inotify: don't send event for IN_DELETE_SELF when also watching the
parent (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p>
</li>
<li>
<p>inotify: fix panic when calling Remove() in a goroutine (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p>
</li>
<li>
<p>fen: allow watching subdirectories of watched directories (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md">github.com/fsnotify/fsnotify's
changelog</a>.</em></p>
<blockquote>
<h2>1.8.0 2023-10-31</h2>
<h3>Additions</h3>
<ul>
<li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li>
</ul>
<h3>Changes and fixes</h3>
<ul>
<li>
<p>windows: fix behaviour of <code>WatchList()</code> to be consistent
with other platforms (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p>
</li>
<li>
<p>kqueue: ignore events with Ident=0 (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p>
</li>
<li>
<p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p>
</li>
<li>
<p>kqueue: emit events as &quot;/path/dir/file&quot; instead of
&quot;path/link/file&quot; when watching a symlink (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p>
</li>
<li>
<p>inotify: don't send event for IN_DELETE_SELF when also watching the
parent (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p>
</li>
<li>
<p>inotify: fix panic when calling Remove() in a goroutine (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p>
</li>
<li>
<p>fen: allow watching subdirectories of watched directories (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p>
</li>
</ul>
<p><a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/590">fsnotify/fsnotify#590</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/610">fsnotify/fsnotify#610</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/617">fsnotify/fsnotify#617</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/619">fsnotify/fsnotify#619</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/620">fsnotify/fsnotify#620</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/621">fsnotify/fsnotify#621</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/625">fsnotify/fsnotify#625</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/650">fsnotify/fsnotify#650</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a9bc2e0179"><code>a9bc2e0</code></a>
Prepare 1.8.0 release</li>
<li><a
href="2d133b81be"><code>2d133b8</code></a>
inotify: fix panic on Remove()</li>
<li><a
href="16269627c5"><code>1626962</code></a>
Update CI</li>
<li><a
href="c1467c02fb"><code>c1467c0</code></a>
test/kqueue: watch symlinks</li>
<li><a
href="800ed8332b"><code>800ed83</code></a>
kqueue: don't change internal state when Add() returns error (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/638">#638</a>)</li>
<li><a
href="ad7424447b"><code>ad74244</code></a>
remove extra &quot;to&quot; from doc comment (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/634">#634</a>)</li>
<li><a
href="bec89034c5"><code>bec8903</code></a>
Split out Watcher and backends (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/632">#632</a>)</li>
<li><a
href="a618f076c8"><code>a618f07</code></a>
inotify: add recursive watcher (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/472">#472</a>)</li>
<li><a
href="17d9053512"><code>17d9053</code></a>
Print diffs for test failures</li>
<li><a
href="53b06a884d"><code>53b06a8</code></a>
inotify: implement WithNoFollow() (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/631">#631</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fsnotify/fsnotify&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 10:09:55 -08:00
dependabot[bot]
0aa2f71a74
Bump the prod-dependencies group across 1 directory with 5 updates (#1197)
Bumps the prod-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
| `0.26.25` | `0.26.27` |
| [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` |
`5.2.3` |
|
[remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert)
| `1.2.1` | `1.3.0` |
| [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0`
|


Updates `@floating-ui/react` from 0.26.25 to 0.26.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.26.27</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): ignore Home/End key press for typeable
combobox references</li>
<li>fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code> on floating close</li>
<li>fix(inner): use list ref length for fallback detection</li>
<li>fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element. ⚠️ an always-<code>null</code> value
will never render a portal node as this indicates it's waiting for an
element; it must be <code>undefined</code></li>
</ul>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.26.26</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useFloating): access <code>domReference</code> instead of
<code>reference</code></li>
<li>feat(FloatingFocusManager): specify element to return focus to</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@​floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.26.27</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): ignore Home/End key press for typeable
combobox references</li>
<li>fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code> on floating close</li>
<li>fix(inner): use list ref length for fallback detection</li>
<li>fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element</li>
</ul>
<h2>0.26.26</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useFloating): access <code>domReference</code> instead of
<code>reference</code></li>
<li>feat(FloatingFocusManager): specify element to return focus to</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f1d95ac5ba"><code>f1d95ac</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3102">#3102</a>)</li>
<li><a
href="e05d561c60"><code>e05d561</code></a>
fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element (#...</li>
<li><a
href="c4aba7aa72"><code>c4aba7a</code></a>
fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code>...</li>
<li><a
href="f65f9e2be0"><code>f65f9e2</code></a>
fix(useListNavigation): ignore Home/End key press for typeable combobox
refer...</li>
<li><a
href="229c5f7190"><code>229c5f7</code></a>
fix(inner): use list ref length for fallback detection (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3101">#3101</a>)</li>
<li><a
href="c9672007a7"><code>c967200</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3084">#3084</a>)</li>
<li><a
href="24f2c4d6a7"><code>24f2c4d</code></a>
fix(useFloating): access <code>domReference</code> instead of
<code>reference</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3094">#3094</a>)</li>
<li><a
href="703db3bf19"><code>703db3b</code></a>
feat(FloatingFocusManager): specify element to return focus to (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3083">#3083</a>)</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.27/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `css-tree` from 3.0.0 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/releases">css-tree's
releases</a>.</em></p>
<blockquote>
<h2>3.0.1</h2>
<ul>
<li>Bumped <code>mdn/data</code> to 2.12.1</li>
<li>Added <code>errors</code> array to the <code>Lexer#validate()</code>
method result, providing details on problematic syntax.</li>
<li>Added CSS wide keyword customization and introspection:
<ul>
<li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list
CSS-wide keywords</li>
<li>Updated the Lexer's constructor to consider
<code>config.cssWideKeywords</code> for overriding the default list</li>
<li>Expanded the lexer's dump output to include the
<code>cssWideKeywords</code> dictionary</li>
<li>Modified the <code>fork()</code> method to accept a
<code>cssWideKeywords</code> option, allowing the addition of new
keywords to the existing list</li>
</ul>
</li>
<li>Reverted changes to <code>Block</code> to include <code>{</code> and
<code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude
<code>{</code> and <code>}</code> for a <code>block</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li>Removed second parameter (<code>assign</code>) for the callback in
the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign)
=&gt; { ... })</code>), as it simply refers to
<code>Object.assign()</code></li>
<li>Fixes in syntaxes: <code>&lt;basic-shapes&gt;</code>,
<code>&lt;absolute-color-function&gt;</code> and
<code>&lt;'stroke-opacity'&gt;</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.1 (November 1, 2024)</h2>
<ul>
<li>Bumped <code>mdn/data</code> to 2.12.1</li>
<li>Added <code>errors</code> array to the <code>Lexer#validate()</code>
method result, providing details on problematic syntax.</li>
<li>Added CSS wide keyword customization and introspection:
<ul>
<li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list
CSS-wide keywords</li>
<li>Updated the Lexer's constructor to consider
<code>config.cssWideKeywords</code> for overriding the default list</li>
<li>Expanded the lexer's dump output to include the
<code>cssWideKeywords</code> dictionary</li>
<li>Modified the <code>fork()</code> method to accept a
<code>cssWideKeywords</code> option, allowing the addition of new
keywords to the existing list</li>
</ul>
</li>
<li>Reverted changes to <code>Block</code> to include <code>{</code> and
<code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude
<code>{</code> and <code>}</code> for a <code>block</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li>Removed second parameter (<code>assign</code>) for the callback in
the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign)
=&gt; { ... })</code>), as it simply refers to
<code>Object.assign()</code></li>
<li>Fixes in syntaxes: <code>&lt;basic-shapes&gt;</code>,
<code>&lt;absolute-color-function&gt;</code> and
<code>&lt;'stroke-opacity'&gt;</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9825221fa5"><code>9825221</code></a>
3.0.1</li>
<li><a
href="d3ce7e918d"><code>d3ce7e9</code></a>
Revert changes to <code>Block</code> to include curlies (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li><a
href="4175e97e17"><code>4175e97</code></a>
Fix &lt;'stroke-opacity'&gt; syntax (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/299">#299</a>)</li>
<li><a
href="6c761e7ffa"><code>6c761e7</code></a>
Merge pull request <a
href="https://redirect.github.com/csstree/csstree/issues/291">#291</a>
from pamelalozano16/master</li>
<li><a
href="074269277d"><code>0742692</code></a>
Add <code>errors</code> array to the <code>Lexer#validate()</code>
method result</li>
<li><a
href="c20b5c5040"><code>c20b5c5</code></a>
Make tests stable to errors in definition syntaxes</li>
<li><a
href="8aeb7bf83f"><code>8aeb7bf</code></a>
Bump mdn/data to 2.12.1</li>
<li><a
href="7a3f134ccc"><code>7a3f134</code></a>
Fix lint warning</li>
<li><a
href="a6c7db08c7"><code>a6c7db0</code></a>
Fix broken mdn/data syntaxes</li>
<li><a
href="e7c8320992"><code>e7c8320</code></a>
Merge branch 'master' into pr/291</li>
<li>Additional commits viewable in <a
href="https://github.com/csstree/csstree/compare/v3.0.0...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `monaco-yaml` from 5.2.2 to 5.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remcohaszing/monaco-yaml/releases">monaco-yaml's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>467b134 fix: missing client capabilities by <a
href="https://github.com/sumimakito"><code>@​sumimakito</code></a> in <a
href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">#248
</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sumimakito"><code>@​sumimakito</code></a> made
their first contribution in <a
href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">remcohaszing/monaco-yaml#248</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38e40c9be"><code>f38e40c</code></a>
5.2.3</li>
<li><a
href="a9b0d812d1"><code>a9b0d81</code></a>
Add markdownEnumDescriptions to the demo</li>
<li><a
href="c7479a210a"><code>c7479a2</code></a>
Avoid language-server-types import at runtime</li>
<li><a
href="467b134853"><code>467b134</code></a>
fix: missing client capabilities</li>
<li><a
href="5beb6100a5"><code>5beb610</code></a>
Explain why syntax highlighting might not work</li>
<li>See full diff in <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `remark-github-blockquote-alert` from 1.2.1 to 1.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/releases">remark-github-blockquote-alert's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.0</h2>
<p><a href="https://jaywcjlove.github.io/#/sponsor"><img
src="https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee"
alt="Buy me a coffee" /></a> <a
href="https://uiwjs.github.io/npm-unpkg/#/pkg/remark-github-blockquote-alert@1.3.0/file/README.md"><img
src="https://img.shields.io/badge/Open%20in-unpkg-blue" alt=""
/></a></p>
<p>Documentation v1.3.0: <a
href="https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html">https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html</a><br
/>
Comparing Changes: <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0</a></p>
<ul>
<li>💢 ci: update workflows config. a18169c <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
<li>💢 ci: Update FUNDING.yml 718850f <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
<li>🌟 feat: add <code>tagName</code> option. <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a>
f5c617e <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e9c3ca4b58"><code>e9c3ca4</code></a>
released v1.3.0 <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li>
<li><a
href="f5c617e8db"><code>f5c617e</code></a>
feat: add <code>tagName</code> option. <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li>
<li><a
href="718850fd14"><code>718850f</code></a>
ci: Update FUNDING.yml</li>
<li><a
href="a18169c2bf"><code>a18169c</code></a>
ci: update workflows config.</li>
<li>See full diff in <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.15.0 to 3.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/winstonjs/winston/releases">winston's
releases</a>.</em></p>
<blockquote>
<h2>v3.16.0</h2>
<ul>
<li>Feature - optionally include Error.cause property (<a
href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)
201b6f1</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="06749a9611"><code>06749a9</code></a>
3.16.0</li>
<li><a
href="201b6f1d73"><code>201b6f1</code></a>
Feature - optionally include Error.cause property (<a
href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)</li>
<li>See full diff in <a
href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 10:09:21 -08:00
Mike Sawka
36fdb715d3
add prop-types dependency (#1200) 2024-11-04 10:04:32 -08:00
dependabot[bot]
223e0b20af
Bump github.com/sashabaranov/go-openai from 1.32.3 to 1.32.5 (#1188)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.32.3 to 1.32.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.32.5</h2>
<h2>What's Changed</h2>
<ul>
<li>add chatcompletion stream delta refusal and logprobs by <a
href="https://github.com/Yu0u"><code>@​Yu0u</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/882">sashabaranov/go-openai#882</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Yu0u"><code>@​Yu0u</code></a> made their
first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/882">sashabaranov/go-openai#882</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5">https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5</a></p>
<h2>v1.32.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated checkPromptType function to handle prompt list in
completions by <a
href="https://github.com/AyushSawant18588"><code>@​AyushSawant18588</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/885">sashabaranov/go-openai#885</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4">https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d10f1b8199"><code>d10f1b8</code></a>
add chatcompletion stream delta refusal and logprobs (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/882">#882</a>)</li>
<li><a
href="6e087322b7"><code>6e08732</code></a>
Updated checkPromptType function to handle prompt list in completions
(<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/885">#885</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.32.3&new-version=1.32.5)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 11:01:37 -07:00
dependabot[bot]
c75f9f7aba
Bump the storybook group with 10 updates (#1183)
Bumps the storybook group with 10 updates:

| Package | From | To |
| --- | --- | --- |
|
[@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests)
| `3.1.0` | `3.2.2` |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
| `8.3.6` | `8.4.1` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.3.6` | `8.4.1` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `8.3.6` | `8.4.1` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)
| `8.3.6` | `8.4.1` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.3.6` | `8.4.1` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.3.6` | `8.4.1` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.3.6` | `8.4.1` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming)
| `8.3.6` | `8.4.1` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.3.6` | `8.4.1` |

Updates `@chromatic-com/storybook` from 3.1.0 to 3.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chromaui/addon-visual-tests/releases"><code>@​chromatic-com/storybook</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.2.2</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix dependencies to support Storybook &gt;=<code>8.2.0</code>
explicitly <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a>
(<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Jeppe Reinhold (<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<h2>v3.2.1</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Prevent running tests from Testing Module while there's a warning <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h2>v3.2.0</h2>
<h4>🚀 Enhancement</h4>
<ul>
<li>Allow any version of Storybook in <code>peerDependencies</code> <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chromaui/addon-visual-tests/blob/main/CHANGELOG.md"><code>@​chromatic-com/storybook</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>v3.2.2 (Thu Oct 31 2024)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix dependencies to support Storybook &gt;=<code>8.2.0</code>
explicitly <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a>
(<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Jeppe Reinhold (<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<hr />
<h1>v3.2.1 (Wed Oct 30 2024)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Prevent running tests from Testing Module while there's a warning <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<hr />
<h1>v3.2.0 (Mon Oct 28 2024)</h1>
<h4>🚀 Enhancement</h4>
<ul>
<li>Allow any version of Storybook in <code>peerDependencies</code> <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="478aa13836"><code>478aa13</code></a>
Bump version to: 3.2.2 [skip ci]</li>
<li><a
href="7ac9e17aea"><code>7ac9e17</code></a>
Update CHANGELOG.md [skip ci]</li>
<li><a
href="0d5a79355d"><code>0d5a793</code></a>
Merge pull request <a
href="https://redirect.github.com/chromaui/addon-visual-tests/issues/346">#346</a>
from chromaui/fix-dependencies</li>
<li><a
href="1e6e79367e"><code>1e6e793</code></a>
add version requirements to changelog and readme</li>
<li><a
href="8726212a72"><code>8726212</code></a>
drop shim package deps, peer dep on SB 8.2+</li>
<li><a
href="558264a6e9"><code>558264a</code></a>
fix lock file</li>
<li><a
href="3623ba1794"><code>3623ba1</code></a>
fix type imports</li>
<li><a
href="173fb39fab"><code>173fb39</code></a>
fix usage of new core event not being present pre 8.4</li>
<li><a
href="26e1fb9601"><code>26e1fb9</code></a>
allow SB 8.0.0 and onwards</li>
<li><a
href="919b65603d"><code>919b656</code></a>
be more precise about requiring storybook &gt; 8.3.0</li>
<li>Additional commits viewable in <a
href="https://github.com/chromaui/addon-visual-tests/compare/v3.1.0...v3.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-essentials` from 8.3.6 to 8.4.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</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/addon-essentials</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</code></a>!</li>
<li>Core: Replace <code>lodash</code> with <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28981">#28981</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Show checkmark icon in story status dropdown and update status
label for component tests - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29451">#29451</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9983774d8e"><code>9983774</code></a>
Bump version from &quot;8.4.0&quot; to &quot;8.4.1&quot; [skip ci]</li>
<li><a
href="939651b867"><code>939651b</code></a>
Bump version from &quot;8.4.0-beta.5&quot; to &quot;8.4.0&quot; [skip
ci]</li>
<li><a
href="e94dc925e1"><code>e94dc92</code></a>
Bump version from &quot;8.4.0-beta.4&quot; to &quot;8.4.0-beta.5&quot;
[skip ci]</li>
<li><a
href="c6dc5f63f1"><code>c6dc5f6</code></a>
Bump version from &quot;8.4.0-beta.3&quot; to &quot;8.4.0-beta.4&quot;
[skip ci]</li>
<li><a
href="72b24f843b"><code>72b24f8</code></a>
Bump version from &quot;8.4.0-beta.2&quot; to &quot;8.4.0-beta.3&quot;
[skip ci]</li>
<li><a
href="88c7787e0b"><code>88c7787</code></a>
Bump version from &quot;8.4.0-beta.1&quot; to &quot;8.4.0-beta.2&quot;
[skip ci]</li>
<li><a
href="7987b0472a"><code>7987b04</code></a>
Bump version from &quot;8.4.0-beta.0&quot; to &quot;8.4.0-beta.1&quot;
[skip ci]</li>
<li><a
href="d6098267c9"><code>d609826</code></a>
Bump version from &quot;8.4.0-alpha.8&quot; to &quot;8.4.0-beta.0&quot;
[skip ci]</li>
<li><a
href="ef4ff77f9f"><code>ef4ff77</code></a>
Merge branch 'next-release' into next</li>
<li><a
href="3e154da5fa"><code>3e154da</code></a>
Bump version from &quot;8.4.0-alpha.7&quot; to &quot;8.4.0-alpha.8&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.1/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.3.6 to 8.4.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</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/addon-interactions</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</code></a>!</li>
<li>Core: Replace <code>lodash</code> with <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28981">#28981</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Show checkmark icon in story status dropdown and update status
label for component tests - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29451">#29451</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9983774d8e"><code>9983774</code></a>
Bump version from &quot;8.4.0&quot; to &quot;8.4.1&quot; [skip ci]</li>
<li><a
href="939651b867"><code>939651b</code></a>
Bump version from &quot;8.4.0-beta.5&quot; to &quot;8.4.0&quot; [skip
ci]</li>
<li><a
href="e94dc925e1"><code>e94dc92</code></a>
Bump version from &quot;8.4.0-beta.4&quot; to &quot;8.4.0-beta.5&quot;
[skip ci]</li>
<li><a
href="c6dc5f63f1"><code>c6dc5f6</code></a>
Bump version from &quot;8.4.0-beta.3&quot; to &quot;8.4.0-beta.4&quot;
[skip ci]</li>
<li><a
href="72b24f843b"><code>72b24f8</code></a>
Bump version from &quot;8.4.0-beta.2&quot; to &quot;8.4.0-beta.3&quot;
[skip ci]</li>
<li><a
href="88c7787e0b"><code>88c7787</code></a>
Bump version from &quot;8.4.0-beta.1&quot; to &quot;8.4.0-beta.2&quot;
[skip ci]</li>
<li><a
href="7987b0472a"><code>7987b04</code></a>
Bump version from &quot;8.4.0-beta.0&quot; to &quot;8.4.0-beta.1&quot;
[skip ci]</li>
<li><a
href="41615d1690"><code>41615d1</code></a>
Merge branch 'next' into
revert-29433-revert-29338-yann/addon-interactions-co...</li>
<li><a
href="d6098267c9"><code>d609826</code></a>
Bump version from &quot;8.4.0-alpha.8&quot; to &quot;8.4.0-beta.0&quot;
[skip ci]</li>
<li><a
href="2cde356c78"><code>2cde356</code></a>
Revert &quot;Revert &quot;Addon Test: Error when addon interactions
exists&quot;&quot;</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.1/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.3.6 to 8.4.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</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/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</code></a>!</li>
<li>Core: Replace <code>lodash</code> with <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28981">#28981</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Show checkmark icon in story status dropdown and update status
label for component tests - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29451">#29451</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9983774d8e"><code>9983774</code></a>
Bump version from &quot;8.4.0&quot; to &quot;8.4.1&quot; [skip ci]</li>
<li><a
href="939651b867"><code>939651b</code></a>
Bump version from &quot;8.4.0-beta.5&quot; to &quot;8.4.0&quot; [skip
ci]</li>
<li><a
href="e94dc925e1"><code>e94dc92</code></a>
Bump version from &quot;8.4.0-beta.4&quot; to &quot;8.4.0-beta.5&quot;
[skip ci]</li>
<li><a
href="c6dc5f63f1"><code>c6dc5f6</code></a>
Bump version from &quot;8.4.0-beta.3&quot; to &quot;8.4.0-beta.4&quot;
[skip ci]</li>
<li><a
href="72b24f843b"><code>72b24f8</code></a>
Bump version from &quot;8.4.0-beta.2&quot; to &quot;8.4.0-beta.3&quot;
[skip ci]</li>
<li><a
href="88c7787e0b"><code>88c7787</code></a>
Bump version from &quot;8.4.0-beta.1&quot; to &quot;8.4.0-beta.2&quot;
[skip ci]</li>
<li><a
href="7987b0472a"><code>7987b04</code></a>
Bump version from &quot;8.4.0-beta.0&quot; to &quot;8.4.0-beta.1&quot;
[skip ci]</li>
<li><a
href="d6098267c9"><code>d609826</code></a>
Bump version from &quot;8.4.0-alpha.8&quot; to &quot;8.4.0-beta.0&quot;
[skip ci]</li>
<li><a
href="ef4ff77f9f"><code>ef4ff77</code></a>
Merge branch 'next-release' into next</li>
<li><a
href="3e154da5fa"><code>3e154da</code></a>
Bump version from &quot;8.4.0-alpha.7&quot; to &quot;8.4.0-alpha.8&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.1/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.3.6 to 8.4.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/blocks</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 10:59:30 -07:00
dependabot[bot]
a7ddd39ad6
Bump @types/electron from 1.6.10 to 1.6.12 in the electron group (#1185)
Bumps the electron group with 1 update:
[@types/electron](https://github.com/DefinitelyTyped/DefinitelyTyped).

Updates `@types/electron` from 1.6.10 to 1.6.12
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/electron&package-manager=npm_and_yarn&previous-version=1.6.10&new-version=1.6.12)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 10:59:18 -07:00
dependabot[bot]
9f69f93baa
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#1189)
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.9 to 4.24.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.10</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>cpu</h3>
<ul>
<li>[cpu][disk][netbsd] Generate arm-specific definitions by <a
href="https://github.com/Lomanic"><code>@​Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1731">shirou/gopsutil#1731</a></li>
</ul>
<h3>mem</h3>
<ul>
<li>fix(mem): possible memory leak on Windows by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1722">shirou/gopsutil#1722</a></li>
<li>feat(mem): Add windows commit stats by <a
href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>sensors: avoid passing nil pointer to CFArrayGetCount by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1727">shirou/gopsutil#1727</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa9796d3d7"><code>aa9796d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1723">#1723</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="6be0508aeb"><code>6be0508</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1739">#1739</a>
from shirou/dependabot/github_actions/actions/checko...</li>
<li><a
href="137fd2acac"><code>137fd2a</code></a>
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2</li>
<li><a
href="aa47e0fde0"><code>aa47e0f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1720">#1720</a>
from n4nn31355/feat/win_mem_commit_total</li>
<li><a
href="de435c3739"><code>de435c3</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1737">#1737</a>
from shirou/dependabot/go_modules/github.com/ebiteng...</li>
<li><a
href="9ae3f38658"><code>9ae3f38</code></a>
chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1</li>
<li><a
href="a19cedeb30"><code>a19cede</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1727">#1727</a>
from uubulb/fix_sensors_darwin_arm64</li>
<li><a
href="c9da2cc0aa"><code>c9da2cc</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1731">#1731</a>
from Lomanic/issue1645</li>
<li><a
href="44c71b62c0"><code>44c71b6</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1722">#1722</a>
from uubulb/fix_windows_mem</li>
<li><a
href="30457973b5"><code>3045797</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1735">#1735</a>
from shirou/dependabot/github_actions/actions/upload...</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.9&new-version=4.24.10)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 10:58:57 -07:00
Mike Sawka
eeda49bbde
vdom 7 (#1180) 2024-11-02 10:58:13 -07:00
wave-builder[bot]
6ed812c8ea
chore: bump package version to 0.9.1 2024-11-01 22:40:24 +00:00
wave-builder[bot]
5cec4f0c54
chore: bump package version to 0.9.1-beta.3 2024-11-01 19:20:56 +00:00
Evan Simkowitz
4a09c06021
Use native title bar for all platforms while we fix Window Controls Overlay (#1193) 2024-11-01 12:19:49 -07:00
Mike Sawka
be3ec7e841
another try at audio permissions (and more) for #1086 (#1192)
the permissions look scary, but the user still needs to grant them.  this just allows the app to ask.  this permission set now matches the entitlements in iTerm and other popular terminal programs (before we were too restrictive)
2024-11-01 12:17:19 -07:00
Mike Sawka
55250de97a
fix fullscreen resize bug (#1191) 2024-11-01 10:59:17 -07:00
Mike Sawka
8893a42cd6
wsh version -v (to print config/data dirs and updater-channel) (#1190) 2024-11-01 10:20:15 -07:00
Mike Sawka
b945a8d039
restore old tab naming logic (#1186)
fixes the tab naming confusion going on in #1167
2024-11-01 09:41:23 -07:00
wave-builder[bot]
e7f906c5d1
chore: bump package version to 0.9.1-beta.2 2024-11-01 01:15:06 +00:00
Mike Sawka
48001ee734
make sure the user affirmatively acknowledged window deletion before deleting, fix for #1167 (#1181) 2024-10-31 18:13:27 -07:00
Mike Sawka
e10bcee05a
fix relaunch all windows (#1179) 2024-10-31 15:25:30 -07:00
wave-builder[bot]
694845066b
chore: bump package version to 0.9.1-beta.1 2024-10-31 21:36:53 +00:00
Mike Sawka
ca5e552b1b
fix electron-builder config (#1178) 2024-10-31 14:36:02 -07:00
wave-builder[bot]
0f1d497287
chore: bump package version to 0.9.1-beta.0 2024-10-31 19:36:08 +00:00
Mike Sawka
473225d94b
issue squashing #1175 #1038 #1086 #1081 #1066 #1020 (#1177) 2024-10-31 12:34:30 -07:00
Evan Simkowitz
502f9515d8
Two extremely low-hanging fruit tests generated by GitHub Workspace (#1172) 2024-10-30 20:19:22 -07:00
Evan Simkowitz
77fbd324c9
Check err.toString instead of err.message (#1171) 2024-10-30 14:24:37 -07:00
Evan Simkowitz
b3fdbbc331
Various updater fixes (#1170)
- Fixes updater status not showing on tabs that were previously
unloaded.
- Fixes updater status showing as error when not connected to the
internet
- Adds delay after setting installing status to avoid race condition
with any window close event handlers. This may fix #1167
2024-10-30 14:20:19 -07:00
Evan Simkowitz
17adf7b2c3
Stupid Electron behavior causes app to crash if Alt+Meta+I is a context menu accelerator (#1169)
closes #1152
2024-10-30 13:54:36 -07:00
Evan Simkowitz
a170e2c80c
Fix WinGet version bump (#1165)
Use WinGet to install `wingetcreate`, rather than using
Invoke-WebRequest
2024-10-28 22:45:13 -07:00
wave-builder[bot]
b56d154c13
chore: bump package version to 0.9.0 2024-10-29 04:33:21 +00:00
Evan Simkowitz
96cc2adc91
Fix Wave AI styling again (#1164) 2024-10-28 16:46:00 -07:00
wave-builder[bot]
ee348d9fad
chore: bump package version to 0.9.0-beta.6 2024-10-28 21:45:44 +00:00
Evan Simkowitz
97ba467463
Make OS type required for bug reports (#1163) 2024-10-28 14:21:36 -07:00
wave-builder[bot]
fb750e53ba
chore: bump package version to 0.9.0-beta.5 2024-10-28 18:04:23 +00:00
Mike Sawka
8dbe5749f8
fix shutdown for auto-update (#1162) 2024-10-28 09:56:42 -07:00
Sylvie Crowe
bf8cc732af
feat: add checkmark next to current connection (#1159)
The is specifically for the typeahead dropdown for connections.
2024-10-27 23:55:43 -07:00
wave-builder[bot]
4d013bd68f
chore: bump package version to 0.9.0-beta.4 2024-10-28 06:15:03 +00:00
Sylvie Crowe
58ff42d9fd
Sysinfo Plot Height (#1158)
This makes two small changes
- renames a class to resolve two css classes having the same name
- ensures sysinfo's outermost element follows the *-view pattern
2024-10-27 23:02:28 -07:00
Mike Sawka
b746a0bfb6
fix long tab names and syncing tab renaming (#1160) 2024-10-27 23:01:47 -07:00
Evan Simkowitz
be5d73af21
Fix wave ai styling (#1157) 2024-10-27 21:34:20 -07:00
Sylvie Crowe
94eb165346
fix: ignore the match statement in ssh config (#1155)
This change will skip over match statements in the ssh config without
panicking. Note that this change still does not add match statement
parsing--it merely makes it possible to continue parsing if the match
keyword is present.
2024-10-27 20:35:19 -07:00
Mike Sawka
d0d9095c92
call isDev() function to properly hide workspace switcher in prod (#1154) 2024-10-27 14:23:52 -07:00
wave-builder[bot]
2f5837b0f6
chore: bump package version to 0.9.0-beta.3 2024-10-27 20:23:42 +00:00
Red J Adaya
55c8e5a213
workspace switcher + new elements (in storybook) (#1148) 2024-10-27 13:22:06 -07:00
Mike Sawka
7e6f96348f
fix for waveterm environment variables leaking from prod to dev (#1153) 2024-10-27 13:12:41 -07:00
Sylvie Crowe
cbb825982b
fix: add gaps in plots where no data exists (#1065)
Scans the window from the most recent timestamp to however many seconds
back are being stored. Then adds blank spaces (NaN values) in between
data items that are too far apart. Lastly, if the earliest item is
blank, there are probably fewer than the expected number of items. In
that case, it adjusts the first timestamp to keep plot width mostly
consistent.
2024-10-27 12:00:15 -07:00
Sylvie Crowe
bbd530c052
AI Sliding Window (#1151)
Only send the 30 most recent ai questions and responses to the model
when making requests. This prevents the amount of data being sent from
getting too big.
2024-10-27 11:49:34 -07:00
wave-builder[bot]
e235f563f1
chore: bump package version to 0.9.0-beta.2 2024-10-26 19:19:35 +00:00
Mike Sawka
e419b7f99e
fix builder 2 (#1150) 2024-10-26 12:18:27 -07:00
wave-builder[bot]
2d113a966c
chore: bump package version to 0.9.0-beta.1 2024-10-26 18:42:01 +00:00
Mike Sawka
76bb374d52
add needs: runbuild (#1149) 2024-10-26 11:40:25 -07:00
wave-builder[bot]
0b74d72cfd
chore: bump package version to 0.9.0-beta.0 2024-10-26 01:50:08 +00:00