Commit Graph

292 Commits

Author SHA1 Message Date
wave-builder[bot]
0fcc39c105
chore: bump package version to 0.9.2 2024-11-12 04:03:04 +00:00
wave-builder[bot]
8734207845
chore: bump package version to 0.9.2-beta.2 2024-11-12 02:35:01 +00:00
wave-builder[bot]
86a83cb290
chore: bump package version to 0.9.2-beta.1 2024-11-11 21:16:42 +00:00
wave-builder[bot]
f0a2d21c07
chore: bump package version to 0.9.2-beta.0 2024-11-08 19:12:24 +00:00
dependabot[bot]
469221a5b2
Bump electron from 33.0.2 to 33.2.0 in the electron group across 1 directory (#1233)
Bumps the electron group with 1 update in the / directory:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.0.2 to 33.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v33.2.0</h2>
<h1>Release Notes for v33.2.0</h1>
<h2>Features</h2>
<ul>
<li>Added GPU accelerated shared texture offscreen rendering. <a
href="https://redirect.github.com/electron/electron/pull/44511">#44511</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 130.0.6723.118. <a
href="https://redirect.github.com/electron/electron/pull/44591">#44591</a></li>
</ul>
<h2>electron v33.1.0</h2>
<h1>Release Notes for v33.1.0</h1>
<h2>Features</h2>
<ul>
<li>Added <code>WebFrameMain.detached</code> for frames in an unloading
state.
<ul>
<li>Added <code>WebFrameMain.isDestroyed()</code> to determine if a
frame has been destroyed.</li>
<li>Fixed <code>webFrameMain.fromId(processId, frameId)</code> returning
a <code>WebFrameMain</code> instance which doesn't match the given
parameters when the frame is unloading. <a
href="https://redirect.github.com/electron/electron/pull/44209">#44209</a></li>
</ul>
</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where <code>EventSource</code> was
<code>undefined</code> in both renderer and worker processes when
Node.js integration was enabled. <a
href="https://redirect.github.com/electron/electron/pull/44496">#44496</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44497">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44495">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash when network process terminates while a net log is
running. <a
href="https://redirect.github.com/electron/electron/pull/44420">#44420</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44421">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44419">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44418">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash when rendering super menu accelerator on linux. <a
href="https://redirect.github.com/electron/electron/pull/44520">#44520</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44346">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed external window focus when using shell.openExternal. <a
href="https://redirect.github.com/electron/electron/pull/44468">#44468</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44469">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed regression with dynamic dependency on
<code>libgdk_pixbuf</code>. <a
href="https://redirect.github.com/electron/electron/pull/44436">#44436</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44437">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44438">34</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Performance improvements when processing microtasks. <a
href="https://redirect.github.com/electron/electron/pull/44473">#44473</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44472">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44471">34</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 130.0.6723.91. <a
href="https://redirect.github.com/electron/electron/pull/44477">#44477</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c9d026e19b"><code>c9d026e</code></a>
chore: bump chromium to 130.0.6723.118 (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44591">#44591</a>)</li>
<li><a
href="65cd09ffaf"><code>65cd09f</code></a>
feat: GPU shared texture offscreen rendering (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44511">#44511</a>)</li>
<li><a
href="c8dc8717a4"><code>c8dc871</code></a>
chore: bump chromium to 130.0.6723.116 (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44583">#44583</a>)</li>
<li><a
href="6e44a274e9"><code>6e44a27</code></a>
chore: remove executable flag from docs/api/app.md file permissions (<a
href="https://redirect.github.com/electron/electron/issues/44578">#44578</a>)</li>
<li><a
href="743fe6f4b4"><code>743fe6f</code></a>
test: fixup flaky session tests (<a
href="https://redirect.github.com/electron/electron/issues/44565">#44565</a>)</li>
<li><a
href="bd81baaf04"><code>bd81baa</code></a>
fix: remove use of banned std::to_string() (<a
href="https://redirect.github.com/electron/electron/issues/44563">#44563</a>)</li>
<li><a
href="6e1d940ef3"><code>6e1d940</code></a>
docs: capitalize POSIX and Windows correctly (<a
href="https://redirect.github.com/electron/electron/issues/44558">#44558</a>)</li>
<li><a
href="be69311692"><code>be69311</code></a>
build: add new status to verify if all the required gha jobs have run
(<a
href="https://redirect.github.com/electron/electron/issues/44553">#44553</a>)</li>
<li><a
href="fcf0c115cb"><code>fcf0c11</code></a>
chore: remove use of banned absl::optional (<a
href="https://redirect.github.com/electron/electron/issues/44551">#44551</a>)</li>
<li><a
href="4fad573746"><code>4fad573</code></a>
build: remove unused lint package (<a
href="https://redirect.github.com/electron/electron/issues/44535">#44535</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.0.2...v33.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=33.0.2&new-version=33.2.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 <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-08 10:24:36 -08:00
dependabot[bot]
2302208d21
Bump the dev-dependencies group with 4 updates (#1234)
Bumps the dev-dependencies group with 4 updates:
[vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy),
[@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases),
[@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig)
and
[@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types).

Updates `vite-plugin-static-copy` from 2.0.0 to 2.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sapphi-red/vite-plugin-static-copy/releases">vite-plugin-static-copy's
releases</a>.</em></p>
<blockquote>
<h2>vite-plugin-static-copy@2.1.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/133">#133</a>
<a
href="b9c09bd80d"><code>b9c09bd</code></a>
Thanks <a
href="https://github.com/rschristian"><code>@​rschristian</code></a>! -
Allows user to optionally configure when the plugin is ran by passing in
a Rollup hook name</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md">vite-plugin-static-copy's
changelog</a>.</em></p>
<blockquote>
<h2>2.1.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/133">#133</a>
<a
href="b9c09bd80d"><code>b9c09bd</code></a>
Thanks <a
href="https://github.com/rschristian"><code>@​rschristian</code></a>! -
Allows user to optionally configure when the plugin is ran by passing in
a Rollup hook name</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b41eb6b092"><code>b41eb6b</code></a>
chore: update versions (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/136">#136</a>)</li>
<li><a
href="00ed0987f6"><code>00ed098</code></a>
chore: use node 22 (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/138">#138</a>)</li>
<li><a
href="caaf5ea9d4"><code>caaf5ea</code></a>
chore: update packages (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/137">#137</a>)</li>
<li><a
href="b9c09bd80d"><code>b9c09bd</code></a>
feat: add <code>hook</code> option to control when plugin is ran (<a
href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/133">#133</a>)</li>
<li>See full diff in <a
href="https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@2.0.0...vite-plugin-static-copy@2.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/module-type-aliases` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/module-type-aliases</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-module-type-aliases">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/tsconfig` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/tsconfig</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-tsconfig">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/types` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/types</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="bcfa3b1128"><code>bcfa3b1</code></a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10655">#10655</a>)</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-types">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-08 10:22:20 -08:00
Evan Simkowitz
edb3290349
Move docsite to main repo (#1204)
## Summary

We are moving our docsite to this repo for better coordination.

## What's changed?

- The docsite codebase is now in docs/
- The docsite will replace storybook as the published GitHub Pages site
for this repo
- Storybook will now be hosted at https://docs.waveterm.dev/storybook
- A new CI workflow will validate any changes to Storybook or the
docsite
- A combined CD workflow will build and deploy Storybook and the docsite
as a single artifact
- The Build Helper workflow will now build an embedded version of the
docsite before building the app, ensuring the docsite version it has is
always the latest
2024-11-06 10:45:21 -08:00
dependabot[bot]
699b413aad
Bump the dev-dependencies group across 1 directory with 11 updates (#1201)
Bumps the dev-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.13.0` | `9.14.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.8.0` | `22.8.7` |
|
[@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws)
| `8.5.12` | `8.5.13` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `2.1.3` | `2.1.4` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` |
| [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.11.0` | `8.13.0` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) |
`4.2.0` | `4.3.0` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.0.1` | `5.1.0` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `2.1.3` | `2.1.4` |


Updates `@eslint/js` from 9.13.0 to 9.14.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases"><code>@​eslint/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.14.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)
(Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>)
(Livia Medeiros)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>)
(Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>)
(Livia Medeiros)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@​eslint/js</code>'s
changelog</a>.</em></p>
<blockquote>
<p>v9.14.0 - November 1, 2024</p>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)
(Nitin Kumar)</li>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>)
(Francesco Trotta)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>)
(Livia Medeiros)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>)
(Livia Medeiros)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.14.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />

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

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

Updates `@vitest/coverage-istanbul` from 2.1.3 to 2.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.4</h2>
<h3>   🚀 Features</h3>
<p><em>This patch release includes a non-breaking feature for the
experimental Browser Mode that doesn't follow SemVer. If you want to
avoid picking up releases like this, make sure to pin the Vitest version
in your <code>package.json</code>. See npm's documentation about <a
href="https://docs.npmjs.com/cli/v6/using-npm/semver/">semver</a> for
more information.</em></p>
<ul>
<li><strong>browser</strong>: Allow custom HTML path, respect plugins
<code>transformIndexHtml</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6725">vitest-dev/vitest#6725</a>
<a href="https://github.com/vitest-dev/vitest/commit/169028f0"><!-- raw
HTML omitted -->(16902)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>windows</strong>:
<ul>
<li>Don't normalize drive case letter in root  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6792">vitest-dev/vitest#6792</a>
<a href="https://github.com/vitest-dev/vitest/commit/b28cd2e3"><!-- raw
HTML omitted -->(b28cd)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix default browser port  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6700">vitest-dev/vitest#6700</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c518c14"><!-- raw
HTML omitted -->(9c518)<!-- raw HTML omitted --></a></li>
<li>Optimize expect-type  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6713">vitest-dev/vitest#6713</a>
<a href="https://github.com/vitest-dev/vitest/commit/07918538"><!-- raw
HTML omitted -->(07918)<!-- raw HTML omitted --></a></li>
<li>Don't polyfill process.env  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6718">vitest-dev/vitest#6718</a>
<a href="https://github.com/vitest-dev/vitest/commit/da6d2ea7"><!-- raw
HTML omitted -->(da6d2)<!-- raw HTML omitted --></a></li>
<li>Increment browser port automatically if there are several projects
with browser.enabled  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6717">vitest-dev/vitest#6717</a>
<a href="https://github.com/vitest-dev/vitest/commit/a939779f"><!-- raw
HTML omitted -->(a9397)<!-- raw HTML omitted --></a></li>
<li>Cleanup keyboard state  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6731">vitest-dev/vitest#6731</a>
<a href="https://github.com/vitest-dev/vitest/commit/19278f4c"><!-- raw
HTML omitted -->(19278)<!-- raw HTML omitted --></a></li>
<li>Don't add <code>v=</code> queries to setup files imports  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6759">vitest-dev/vitest#6759</a>
<a href="https://github.com/vitest-dev/vitest/commit/b82584c9"><!-- raw
HTML omitted -->(b8258)<!-- raw HTML omitted --></a></li>
<li>User event cleanup on retry  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6764">vitest-dev/vitest#6764</a>
<a href="https://github.com/vitest-dev/vitest/commit/bdd15dd1"><!-- raw
HTML omitted -->(bdd15)<!-- raw HTML omitted --></a></li>
<li>Ignore non mocked msw requests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6770">vitest-dev/vitest#6770</a>
<a href="https://github.com/vitest-dev/vitest/commit/9d9bad5b"><!-- raw
HTML omitted -->(9d9ba)<!-- raw HTML omitted --></a></li>
<li>Initiate MSW in the same frame as tests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6772">vitest-dev/vitest#6772</a>
<a href="https://github.com/vitest-dev/vitest/commit/2444ff22"><!-- raw
HTML omitted -->(2444f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update dependency sirv to v3  -  in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6701">vitest-dev/vitest#6701</a>
<a href="https://github.com/vitest-dev/vitest/commit/fde5d509"><!-- raw
HTML omitted -->(fde5d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Correct behavior of <code>toThrowError</code> with empty string
parameter  -  by <a
href="https://github.com/shulaoda"><code>@​shulaoda</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6710">vitest-dev/vitest#6710</a>
<a href="https://github.com/vitest-dev/vitest/commit/a61293e9"><!-- raw
HTML omitted -->(a6129)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Remove spy from peer dependencies  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6777">vitest-dev/vitest#6777</a>
<a href="https://github.com/vitest-dev/vitest/commit/3a8b56bf"><!-- raw
HTML omitted -->(3a8b5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Clarify slowTestThreshold, print slow tests in non-TTY mode  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6715">vitest-dev/vitest#6715</a>
<a href="https://github.com/vitest-dev/vitest/commit/2e6aa647"><!-- raw
HTML omitted -->(2e6aa)<!-- raw HTML omitted --></a></li>
<li>Print warnings form Vite plugins  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6724">vitest-dev/vitest#6724</a>
<a href="https://github.com/vitest-dev/vitest/commit/121b161f"><!-- raw
HTML omitted -->(121b1)<!-- raw HTML omitted --></a></li>
<li>Don't fail if the working directory starts with a lowercase drive
letter  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6779">vitest-dev/vitest#6779</a>
<a href="https://github.com/vitest-dev/vitest/commit/df6d750b"><!-- raw
HTML omitted -->(df6d7)<!-- raw HTML omitted --></a></li>
<li>Silence import analysis warning  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6785">vitest-dev/vitest#6785</a>
<a href="https://github.com/vitest-dev/vitest/commit/39041ee5"><!-- raw
HTML omitted -->(39041)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest,runner</strong>:
<ul>
<li>Simplify <code>test.extend</code> type exports  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6707">vitest-dev/vitest#6707</a>
<a href="https://github.com/vitest-dev/vitest/commit/e5c388f0"><!-- raw
HTML omitted -->(e5c38)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Use <code>hash</code> to replace <code>createHash</code>  -  by <a
href="https://github.com/btea"><code>@​btea</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6703">vitest-dev/vitest#6703</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d07bba6"><!-- raw
HTML omitted -->(5d07b)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.4">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0df44c0e7c"><code>0df44c0</code></a>
chore: release v2.1.4</li>
<li><a
href="de74785e05"><code>de74785</code></a>
chore(deps): update <code>@antfu/eslint-config</code> v3.8.0 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6751">#6751</a>)</li>
<li><a
href="d260cef634"><code>d260cef</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6360">#6360</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/coverage-istanbul">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint` from 9.13.0 to 9.14.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.14.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>)
(Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://redirect.github.com/eslint/eslint/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://redirect.github.com/eslint/eslint/issues/19035">#19035</a>)
(Livia Medeiros)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://redirect.github.com/eslint/eslint/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://redirect.github.com/eslint/eslint/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://redirect.github.com/eslint/eslint/issues/19065">#19065</a>)
(Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://redirect.github.com/eslint/eslint/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://redirect.github.com/eslint/eslint/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19036">#19036</a>)
(Livia Medeiros)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.14.0 - November 1, 2024</p>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>)
(Nitin Kumar)</li>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://redirect.github.com/eslint/eslint/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://redirect.github.com/eslint/eslint/issues/19065">#19065</a>)
(Francesco Trotta)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://redirect.github.com/eslint/eslint/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://redirect.github.com/eslint/eslint/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://redirect.github.com/eslint/eslint/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://redirect.github.com/eslint/eslint/issues/19035">#19035</a>)
(Livia Medeiros)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19036">#19036</a>)
(Livia Medeiros)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://redirect.github.com/eslint/eslint/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="db0b844a66"><code>db0b844</code></a>
9.14.0</li>
<li><a
href="20b0da1db5"><code>20b0da1</code></a>
Build: changelog update for 9.14.0</li>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>)</li>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>)</li>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `tslib` from 2.8.0 to 2.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/tslib/releases">tslib's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix publish workflow by <a
href="https://github.com/andrewbranch"><code>@​andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/271">microsoft/tslib#271</a></li>
<li>Include non-enumerable keys in __importStar helper by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/microsoft/tslib/pull/272">microsoft/tslib#272</a></li>
<li>Remove use of ES2015 syntax by <a
href="https://github.com/andrewbranch"><code>@​andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/275">microsoft/tslib#275</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1">https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d72d6f70b3"><code>d72d6f7</code></a>
2.8.1</li>
<li><a
href="11fa98227b"><code>11fa982</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/tslib/issues/275">#275</a>
from microsoft/bug/es5-compat</li>
<li><a
href="3c532ebb15"><code>3c532eb</code></a>
Remove use of ES2015 syntax</li>
<li><a
href="b0076c4070"><code>b0076c4</code></a>
Include non-enumerable keys in __importStar helper (<a
href="https://redirect.github.com/Microsoft/tslib/issues/272">#272</a>)</li>
<li><a
href="7c11588c36"><code>7c11588</code></a>
Add missing registry-url parameter</li>
<li><a
href="1fec6679a2"><code>1fec667</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/tslib/issues/271">#271</a>
from microsoft/fix-publish</li>
<li><a
href="097e99eae8"><code>097e99e</code></a>
Fix publish workflow</li>
<li>See full diff in <a
href="https://github.com/Microsoft/tslib/compare/v2.8.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `tsx` from 4.19.1 to 4.19.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/privatenumber/tsx/releases">tsx's
releases</a>.</em></p>
<blockquote>
<h2>v4.19.2</h2>
<h2><a
href="https://github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2">4.19.2</a>
(2024-10-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>generate sourcesContent when Node.js debugger is enabled (<a
href="https://redirect.github.com/privatenumber/tsx/issues/670">#670</a>)
(<a
href="7c47074652">7c47074</a>)</li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.19.2"><code>npm
package (@​latest dist-tag)</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7c47074652"><code>7c47074</code></a>
fix: generate sourcesContent when Node.js debugger is enabled (<a
href="https://redirect.github.com/privatenumber/tsx/issues/670">#670</a>)</li>
<li><a
href="315d5f44f3"><code>315d5f4</code></a>
docs(watch): document <code>--include</code> flag</li>
<li><a
href="375e39a2a6"><code>375e39a</code></a>
test: refactor enforce-timeout</li>
<li><a
href="524cb775b0"><code>524cb77</code></a>
docs(cjs): add compilation caveats</li>
<li><a
href="7f8a051947"><code>7f8a051</code></a>
chore(deps): update dependency node to v20.18.0 (<a
href="https://redirect.github.com/privatenumber/tsx/issues/660">#660</a>)</li>
<li><a
href="97e8de0625"><code>97e8de0</code></a>
chore: upgrade pnpm</li>
<li><a
href="95d2b0f74b"><code>95d2b0f</code></a>
chore: remove commit hooks</li>
<li><a
href="0161078994"><code>0161078</code></a>
docs: add prisma as a premium sponsor</li>
<li><a
href="09f953250a"><code>09f9532</code></a>
chore(docs): fix typo (<a
href="https://redirect.github.com/privatenumber/tsx/issues/655">#655</a>)</li>
<li>See full diff in <a
href="https://github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.11.0 to 8.13.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.13.0</h2>
<h2>8.13.0 (2024-11-04)</h2>
<h3>🚀 Features</h3>
<ul>
<li>add <code>options</code> property to <code>ImportExpression</code>
node (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li>
<li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code>
rule in <code>eslint-recommended</code> config (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add
option <code>ignoreBooleanCoercion</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li>
<li><strong>eslint-plugin:</strong> [only-throw-error] add allow option
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.12.1 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey
bigint should be falsey (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated
variables used inside dynamic imports (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report when exported
class implements/extends deprecated entity (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't
leave trailing parens when fixing type to interface (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add
support for covering a missing property with <code>undefined</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li>
<li><strong>types:</strong> parent property type annotation in the
ImportAttribute node (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li>
<li><strong>utils:</strong> allow an array for the values of
SharedConfig (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Mark de Dios <a
href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li>
<li>Ronen Amiel</li>
<li>Trygve Aaberge</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yosuke Ota <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.12.2</h2>
<h2>8.12.2 (2024-10-29)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert
<code>considerDefaultExhaustiveForUnions</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.12.1</h2>
<h2>8.12.1 (2024-10-28)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.13.0 (2024-11-04)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.12.2 (2024-10-29)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.12.1 (2024-10-28)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.12.0 (2024-10-28)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>typescript-eslint:</strong> improve undefined extension
handling (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10177">#10177</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Maxim Stykow <a
href="https://github.com/mstykow"><code>@​mstykow</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ac1f632508"><code>ac1f632</code></a>
chore(release): publish 8.13.0</li>
<li><a
href="3b97b550b5"><code>3b97b55</code></a>
chore: enable eslint-plugin-perfectionist on the rest of the repo (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10189">#10189</a>)</li>
<li><a
href="4af866a664"><code>4af866a</code></a>
chore(release): publish 8.12.2</li>
<li><a
href="1edec1d56c"><code>1edec1d</code></a>
chore(release): publish 8.12.1</li>
<li><a
href="3413a2d5bf"><code>3413a2d</code></a>
chore(release): publish 8.12.0</li>
<li><a
href="ad9d3bab05"><code>ad9d3ba</code></a>
feat(typescript-eslint): improve undefined extension handling (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10177">#10177</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="702e7569a7"><code>702e756</code></a>
4.3.0</li>
<li><a
href="b5b1afb8cc"><code>b5b1afb</code></a>
chore: update deps</li>
<li><a
href="4d515a3d57"><code>4d515a3</code></a>
feat: add desc to component type (<a
href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/120">#120</a>)</li>
<li><a
href="e4a770bb95"><code>e4a770b</code></a>
docs: add hint about vite-env.d.ts to README (<a
href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/124">#124</a>)</li>
<li><a
href="290715588e"><code>2907155</code></a>
style: format</li>
<li><a
href="bd06e4a571"><code>bd06e4a</code></a>
chore: update deps</li>
<li><a
href="1280569bba"><code>1280569</code></a>
chore: tweak vite peer version</li>
<li><a
href="3b7af19949"><code>3b7af19</code></a>
style: format</li>
<li><a
href="242e6a605f"><code>242e6a6</code></a>
chore: added codemods to migrate v3 -&gt; v4 (<a
href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/104">#104</a>)</li>
<li>See full diff in <a
href="https://github.com/pd4d10/vite-plugin-svgr/compare/v4.2.0...v4.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.0</h2>
<ul>
<li>Add <code>skip</code> option for adding additional directories to be
skipped when searching for tsconfig.json files (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li>
<li>Fix path resolution on Windows when other Vite plugins neglect to
normalize the <code>importer</code> path before calling
<code>this.resolve</code> in their <code>resolveId</code> hooks (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li>
<li>Allow both tsconfig.json and jsconfig.json in the same directory
(4124b091607503d44b876bb4edd726667b386660)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="77b95adaf1"><code>77b95ad</code></a>
5.1.0</li>
<li><a
href="4124b09160"><code>4124b09</code></a>
fix: allow both tsconfig/jsconfig in same directory</li>
<li><a
href="9983767511"><code>9983767</code></a>
chore: enable “format on save” in vscode</li>
<li><a
href="152687ab44"><code>152687a</code></a>
fix: tolerate <code>resolveId</code> calls with win32-style importer
path (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li>
<li><a
href="533590d73a"><code>533590d</code></a>
docs: mention allowJs and loose options earlier in readme (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/159">#159</a>)</li>
<li><a
href="fe5937f40e"><code>fe5937f</code></a>
feat: add <code>skip</code> option (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li>
<li><a
href="444ee7b0d0"><code>444ee7b</code></a>
chore: add SECURITY.md</li>
<li><a
href="5c9477078d"><code>5c94770</code></a>
chore: update readme</li>
<li><a
href="879586aef3"><code>879586a</code></a>
chore: remove broken test setup</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 2.1.3 to 2.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.4</h2>
<h3>   🚀 Features</h3>
<p><em>This patch release includes a non-breaking feature for the
experimental Browser Mode that doesn't follow SemVer. If you want to
avoid picking up releases like this, make sure to pin the Vitest version
in your <code>package.json</code>. See npm's documentation about <a
href="https://docs.npmjs.com/cli/v6/using-npm/semver/">semver</a> for
more information.</em></p>
<ul>
<li><strong>browser</strong>: Allow custom HTML path, respect plugins
<code>transformIndexHtml</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6725">vitest-dev/vitest#6725</a>
<a href="https://github.com/vitest-dev/vitest/commit/169028f0"><!-- raw
HTML omitted -->(16902)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>windows</strong>:
<ul>
<li>Don't normalize drive case letter in root  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6792">vitest-dev/vitest#6792</a>
<a href="https://github.com/vitest-dev/vitest/commit/b28cd2e3"><!-- raw
HTML omitted -->(b28cd)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix default browser port  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6700">vitest-dev/vitest#6700</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c518c14"><!-- raw
HTML omitted -->(9c518)<!-- raw HTML omitted --></a></li>
<li>Optimize expect-type  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6713">vitest-dev/vitest#6713</a>
<a href="https://github.com/vitest-dev/vitest/commit/07918538"><!-- raw
HTML omitted -->(07918)<!-- raw HTML omitted --></a></li>
<li>Don't polyfill process.env  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6718">vitest-dev/vitest#6718</a>
<a href="https://github.com/vitest-dev/vitest/commit/da6d2ea7"><!-- raw
HTML omitted -->(da6d2)<!-- raw HTML omitted --></a></li>
<li>Increment browser port automatically if there are several projects
with browser.enabled  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6717">vitest-dev/vitest#6717</a>
<a href="https://github.com/vitest-dev/vitest/commit/a939779f"><!-- raw
HTML omitted -->(a9397)<!-- raw HTML omitted --></a></li>
<li>Cleanup keyboard state  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6731">vitest-dev/vitest#6731</a>
<a href="https://github.com/vitest-dev/vitest/commit/19278f4c"><!-- raw
HTML omitted -->(19278)<!-- raw HTML omitted --></a></li>
<li>Don't add <code>v=</code> queries to setup files imports  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6759">vitest-dev/vitest#6759</a>
<a href="https://github.com/vitest-dev/vitest/commit/b82584c9"><!-- raw
HTML omitted -->(b8258)<!-- raw HTML omitted --></a></li>
<li>User event cleanup on retry  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6764">vitest-dev/vitest#6764</a>
<a href="https://github.com/vitest-dev/vitest/commit/bdd15dd1"><!-- raw
HTML omitted -->(bdd15)<!-- raw HTML omitted --></a></li>
<li>Ignore non mocked msw requests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6770">vitest-dev/vitest#6770</a>
<a href="https://github.com/vitest-dev/vitest/commit/9d9bad5b"><!-- raw
HTML omitted -->(9d9ba)<!-- raw HTML omitted --></a></li>
<li>Initiate MSW in the same frame as tests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6772">vitest-dev/vitest#6772</a>
<a href="https://github.com/vitest-dev/vitest/commit/2444ff22"><!-- raw
HTML omitted -->(2444f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update dependency sirv to v3  -  in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6701">vitest-dev/vitest#6701</a>
<a href="https://github.com/vitest-dev/vitest/commit/fde5d509"><!-- raw
HTML omitted -->(fde5d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Correct behavior of <code>toThrowError</code> with empty string
parameter  -  by <a
href="https://github.com/shulaoda"><code>@​shulaoda</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6710">vitest-dev/vitest#6710</a>
<a href="https://github.com/vitest-dev/vitest/commit/a61293e9"><!-- raw
HTML omitted -->(a6129)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Remove spy from peer dependencies  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6777">vitest-dev/vitest#6777</a>
<a href="https://github.com/vitest-dev/vitest/commit/3a8b56bf"><!-- raw
HTML omitted -->(3a8b5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Clarify slowTestThreshold, print slow tests in non-TTY mode  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6715">vitest-dev/vitest#6715</a>
<a href="https://github.com/vitest-dev/vitest/commit/2e6aa647"><!-- raw
HTML omitted -->(2e6aa)<!-- raw HTML omitted --></a></li>
<li>Print warnings form Vite plugins  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6724">vitest-dev/vitest#6724</a>
<a href="https://github.com/vitest-dev/vitest/commit/121b161f"><!-- raw
HTML omitted -->(121b1)<!-- raw HTML omitted --></a></li>
<li>Don't fail if the working directory starts with a lowercase drive
letter  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6779">vitest-dev/vitest#6779</a>
<a href="https://github.com/vitest-dev/vitest/commit/df6d750b"><!-- raw
HTML omitted -->(df6d7)<!-- raw HTML omitted --></a></li>
<li>Silence import analysis warning  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6785">vitest-dev/vitest#6785</a>
<a href="https://github.com/vitest-dev/vitest/commit/39041ee5"><!-- raw
HTML omitted -->(39041)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest,runner</strong>:
<ul>
<li>Simplify <code>test.extend</code> type exports  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6707">vitest-dev/vitest#6707</a>
<a href="https://github.com/vitest-dev/vitest/commit/e5c388f0"><!-- raw
HTML omitted -->(e5c38)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Use <code>hash</code> to replace <code>createHash</code>  -  by <a
href="https://github.com/btea"><code>@​btea</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6703">vitest-dev/vitest#6703</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d07bba6"><!-- raw
HTML omitted -->(5d07b)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.4">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0df44c0e7c"><code>0df44c0</code></a>
chore: release v2.1.4</li>
<li><a
href="2444ff225f"><code>2444ff2</code></a>
fix(browser): initiate MSW in the same frame as tests (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6772">#6772</a>)</li>
<li><a
href="39041ee55d"><code>39041ee</code></a>
fix(vitest): silence import analysis warning (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6785">#6785</a>)</li>
<li><a
href="b28cd2e396"><code>b28cd2e</code></a>
fix: don't normalize drive case letter in root (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6792">#6792</a>)</li>
<li><a
href="df6d750b79"><code>df6d750</code></a>
fix(vitest): don't fail if the working directory starts with a lowercase
driv...</li>
<li><a
href="169028f03a"><code>169028f</code></a>
feat(browser): allow custom HTML path, respect plugins
<code>transformIndexHtml</code> (...</li>
<li><a
href="5df7414bf6"><code>5df7414</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6750">#6750</a>)</li>
<li><a
href="de74785e05"><code>de74785</code></a>
chore(deps): update <code>@antfu/eslint-config</code> v3.8.0 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6751">#6751</a>)</li>
<li><a
href="121b161fa8"><code>121b161</code></a>
fix(vitest): print warnings form Vite plugins (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6724">#6724</a>)</li>
<li><a
href="a939779f1d"><code>a939779</code></a>
fix(browser): increment browser port automatically if there are several
proje...</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest">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 co...

_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-04 12:54:08 -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]
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
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
wave-builder[bot]
e7f906c5d1
chore: bump package version to 0.9.1-beta.2 2024-11-01 01:15:06 +00:00
wave-builder[bot]
694845066b
chore: bump package version to 0.9.1-beta.1 2024-10-31 21:36:53 +00:00
wave-builder[bot]
0f1d497287
chore: bump package version to 0.9.1-beta.0 2024-10-31 19:36:08 +00:00
wave-builder[bot]
b56d154c13
chore: bump package version to 0.9.0 2024-10-29 04:33:21 +00:00
wave-builder[bot]
ee348d9fad
chore: bump package version to 0.9.0-beta.6 2024-10-28 21:45:44 +00:00
wave-builder[bot]
fb750e53ba
chore: bump package version to 0.9.0-beta.5 2024-10-28 18:04:23 +00:00
wave-builder[bot]
4d013bd68f
chore: bump package version to 0.9.0-beta.4 2024-10-28 06:15:03 +00: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
wave-builder[bot]
e235f563f1
chore: bump package version to 0.9.0-beta.2 2024-10-26 19:19:35 +00:00
wave-builder[bot]
2d113a966c
chore: bump package version to 0.9.0-beta.1 2024-10-26 18:42:01 +00:00
wave-builder[bot]
0b74d72cfd
chore: bump package version to 0.9.0-beta.0 2024-10-26 01:50:08 +00:00
Evan Simkowitz
da57427e8c
Merge branch 'main' into dev-v0.9 2024-10-25 15:27:37 -07:00
Evan Simkowitz
ba3b87a2d3
Make @types/color a dev-dependency (#1142) 2024-10-25 10:28:28 -07:00
Evan Simkowitz
e9fcb9b145
Merge branch 'main' into dev-v0.9 2024-10-25 10:21:33 -07:00
dependabot[bot]
f903026637
Bump the prod-dependencies group with 2 updates (#1140) 2024-10-25 09:26:16 -07:00
dependabot[bot]
4ffc734747
Bump electron from 33.0.1 to 33.0.2 in the electron group (#1141) 2024-10-25 09:26:01 -07:00
dependabot[bot]
c010e859fe
Bump @chromatic-com/storybook from 2.0.2 to 3.1.0 in the storybook group (#1139) 2024-10-25 09:25:47 -07:00
dependabot[bot]
92546039a4
Bump the dev-dependencies group with 7 updates (#1138) 2024-10-25 09:23:50 -07:00
sawka
e1d538ed8b merge v0.8.13 changes 2024-10-24 17:02:35 -07:00
wave-builder[bot]
4bf0f725f7
chore: bump package version to 0.8.13 2024-10-24 23:59:06 +00:00
wave-builder[bot]
41583a3c3b
chore: bump package version to 0.8.13-beta.3 2024-10-24 23:09:11 +00:00
wave-builder[bot]
6377adae0f
chore: bump package version to 0.8.13-beta.2 2024-10-24 19:48:44 +00:00
wave-builder[bot]
6fa0170ebe
chore: bump package version to 0.8.13-beta.1 2024-10-24 19:04:27 +00:00
wave-builder[bot]
916f7ba15c
chore: bump package version to 0.8.13-beta.0 2024-10-24 18:11:38 +00:00
sawka
cf1b082c10 Merge remote-tracking branch 'origin/main' into dev-v0.9 2024-10-22 09:59:15 -07:00
Evan Simkowitz
33f05c6e0c
Update data and config paths to match platform defaults (#1047)
Going forward for new installations, config and data files will be
stored at the platform default paths, as defined by
[env-paths](https://www.npmjs.com/package/env-paths).

For backwards compatibility, if the `~/.waveterm` or `WAVETERM_HOME`
directory exists and contains valid data, it will be used. If this check
fails, then `WAVETERM_DATA_HOME` and `WAVETERM_CONFIG_HOME` will be
used. If these are not defined, then `XDG_DATA_HOME` and
`XDG_CONFIG_HOME` will be used. Finally, if none of these are defined,
the [env-paths](https://www.npmjs.com/package/env-paths) defaults will
be used.

As with the existing app, dev instances will write to `waveterm-dev`
directories, while all others will write to `waveterm`.
2024-10-22 09:26:58 -07:00
dependabot[bot]
d1018e852e
Bump the electron group with 2 updates (#1063)
Bumps the electron group with 2 updates:
[electron](https://github.com/electron/electron) and
[electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder).

Updates `electron` from 32.2.0 to 33.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v33.0.1</h2>
<h1>Release Notes for v33.0.1</h1>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 130.0.6723.59. <a
href="https://redirect.github.com/electron/electron/pull/44271">#44271</a></li>
</ul>
<h2>electron v33.0.0</h2>
<h1>Release Notes for 33.0.0</h1>
<h2>Stack Upgrades</h2>
<ul>
<li>Chromium <code>130.0.6723.44</code>
<ul>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-130/">New
in 130</a></li>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-129/">New
in 129</a></li>
</ul>
</li>
<li>Node <code>20.18.0</code>
<ul>
<li><a href="https://nodejs.org/en/blog/release/v20.18.0/">Node 20.18.0
blog post</a></li>
<li><a href="https://nodejs.org/en/blog/release/v20.17.0/">Node 20.17.0
blog post</a></li>
</ul>
</li>
<li>V8 <code>13.0</code></li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Deprecated usage of <code>textured</code> BrowserWindow
<code>type</code> option on macOS. <a
href="https://redirect.github.com/electron/electron/pull/43133">#43133</a></li>
<li>Custom protocol URLs that use Windows file paths will no longer work
correctly with the deprecated <code>protocol.registerFileProtocol</code>
and the <code>baseURLForDataURL</code> property on
<code>BrowserWindow.loadURL</code>, <code>WebContents.loadURL</code>,
and <code>&lt;webview&gt;.loadURL</code>. <a
href="https://redirect.github.com/electron/electron/pull/43977">#43977</a></li>
</ul>
<h2>Features</h2>
<h3>Additions</h3>
<ul>
<li>Added a handler,
<code>app.setClientCertRequestPasswordHandler(handler)</code>, to help
unlock cryptographic devices when a PIN is needed. <a
href="https://redirect.github.com/electron/electron/pull/41205">#41205</a></li>
<li>Added error event in utility process to support diagnostic reports
on V8 fatal errors. <a
href="https://redirect.github.com/electron/electron/pull/43997">#43997</a></li>
<li>Added <code>View.setBorderRadius(radius)</code> for customizing the
border radius of views—with compatibility for
<code>WebContentsView</code>. <a
href="https://redirect.github.com/electron/electron/pull/42320">#42320</a></li>
<li>Added Linux support for the Windows Control Overlay API. <a
href="https://redirect.github.com/electron/electron/pull/41769">#41769</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42683">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42682">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42681">32</a>)<!--
raw HTML omitted --></li>
<li>Added support for the macOS system picker in
<code>desktopCapturer</code> and
<code>setDisplayMediaRequestHandler</code>. <a
href="https://redirect.github.com/electron/electron/pull/43680">#43680</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43679">32</a>)<!--
raw HTML omitted --></li>
<li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>,
<code>DownloadItem.getPercentComplete()</code>,
<code>DownloadItem.getEndTime()</code>. <a
href="https://redirect.github.com/electron/electron/pull/42805">#42805</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42914">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42915">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42913">32</a>)<!--
raw HTML omitted --></li>
<li>Added a new property <code>prefersReducedTransparency</code> to
<code>nativeTheme</code>, which indicates whether the user has chosen to
reduce OS-level transparency via system accessibility settings. <a
href="https://redirect.github.com/electron/electron/pull/42862">#42862</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43138">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43137">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43024">32</a>)<!--
raw HTML omitted --></li>
<li>Added support for responding to auth requests initiated from utility
process via <code>app#login</code> event. <a
href="https://redirect.github.com/electron/electron/pull/42631">#42631</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43317">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Extended <code>navigationHistory</code> API with 2 new functions for
better history management. <a
href="https://redirect.github.com/electron/electron/pull/42014">#42014</a></li>
<li>Ensured that the <code>sender-id</code> hint is set when creating
desktop notifications on DBus. <a
href="https://redirect.github.com/electron/electron/pull/43949">#43949</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43951">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43950">32</a>)<!--
raw HTML omitted --></li>
<li>Aligned failure pathway in File System Access API with upstream when
attempting to open a file or directory in a blocked path. <a
href="https://redirect.github.com/electron/electron/pull/42561">#42561</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43162">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42994">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42993">32</a>)<!--
raw HTML omitted --></li>
<li>Enabled zstd compression in net http requests. <a
href="https://redirect.github.com/electron/electron/pull/43150">#43150</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43301">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43300">32</a>)<!--
raw HTML omitted --></li>
<li>Expose <code>systemPreferences</code> to
<code>utilityProcess</code>. <a
href="https://redirect.github.com/electron/electron/pull/42203">#42203</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42600">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42598">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42599">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed a build failure when the <code>enable_plugins</code> build
flag is false. <a
href="https://redirect.github.com/electron/electron/pull/44025">#44025</a></li>
<li>Fixed mouse cursor turning into loading spinner when starting
utility process on Windows. <a
href="https://redirect.github.com/electron/electron/pull/43731">#43731</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="11c2b61011"><code>11c2b61</code></a>
chore: bump chromium to 130.0.6723.59 (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44271">#44271</a>)</li>
<li><a
href="6b458c78b0"><code>6b458c7</code></a>
fix: -Wunsafe-buffer-usage warnings in TaskbarHost::SetThumbarButtons()
(<a
href="https://redirect.github.com/electron/electron/issues/44260">#44260</a>)</li>
<li><a
href="77324ff514"><code>77324ff</code></a>
build: update devcontainer sha (<a
href="https://redirect.github.com/electron/electron/issues/44245">#44245</a>)</li>
<li><a
href="63d1d9cb65"><code>63d1d9c</code></a>
fix: SCContentSharingPicker crash in iframes (<a
href="https://redirect.github.com/electron/electron/issues/44228">#44228</a>)</li>
<li><a
href="dd5bce17cb"><code>dd5bce1</code></a>
docs: update timelines for E34 (<a
href="https://redirect.github.com/electron/electron/issues/44225">#44225</a>)</li>
<li><a
href="258a4a76cf"><code>258a4a7</code></a>
fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (<a
href="https://redirect.github.com/electron/electron/issues/44223">#44223</a>)</li>
<li><a
href="f269ca1d93"><code>f269ca1</code></a>
test: fix visibility-state-spec.ts flaky test (<a
href="https://redirect.github.com/electron/electron/issues/44199">#44199</a>)</li>
<li><a
href="7887395e92"><code>7887395</code></a>
fix: -Wunsafe-buffer-usage warnings when read()ing and write()ing
integers (#...</li>
<li><a
href="9011532b2e"><code>9011532</code></a>
fix: clang variable configuration in generated node headers (<a
href="https://redirect.github.com/electron/electron/issues/44200">#44200</a>)</li>
<li><a
href="afce3ce7c7"><code>afce3ce</code></a>
docs: clarify interplay between utility process events (<a
href="https://redirect.github.com/electron/electron/issues/44203">#44203</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v32.2.0...v33.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `electron-builder` from 25.1.7 to 25.1.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/releases">electron-builder's
releases</a>.</em></p>
<blockquote>
<h2>v25.1.8</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: update test snapshot for latest 1.0.4 electron-builder-test
release by <a
href="https://github.com/mmaietta"><code>@​mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8555">electron-userland/electron-builder#8555</a></li>
<li>fix: Path does not end with the package name by <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8560">electron-userland/electron-builder#8560</a></li>
<li>chore(deploy): Release by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8561">electron-userland/electron-builder#8561</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/electron-userland/electron-builder/compare/electron-builder@25.1.7...electron-builder@25.1.8">https://github.com/electron-userland/electron-builder/compare/electron-builder@25.1.7...electron-builder@25.1.8</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md">electron-builder's
changelog</a>.</em></p>
<blockquote>
<h2>25.1.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="4ff778eefd"><code>4ff778eefd9089b3b38b67156eb39e8cf57fdd83</code></a>]:
<ul>
<li>app-builder-lib@25.1.8</li>
<li>dmg-builder@25.1.8</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1d61d6f590"><code>1d61d6f</code></a>
chore(deploy): Release v25.1.8 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8561">#8561</a>)</li>
<li>See full diff in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.8/packages/electron-builder">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-10-21 12:01:19 -07:00
Evan Simkowitz
26e389776b
Revert "Revert "Bump the prod-dependencies group with 2 updates"" (#1075)
Reverts wavetermdev/waveterm#1071
2024-10-18 15:31:23 -07:00
Evan Simkowitz
abb7c98d56
Revert "Revert "Bump the dev-dependencies group with 6 updates"" (#1076)
Reverts wavetermdev/waveterm#1070
2024-10-18 15:31:16 -07:00
wave-builder[bot]
98400fe6fc
chore: bump package version to 0.8.12 2024-10-18 21:01:00 +00:00
wave-builder[bot]
a2beb1e9ad
chore: bump package version to 0.8.12-beta.5 2024-10-18 19:55:27 +00:00
Evan Simkowitz
6045c1f428
Revert "Bump the dev-dependencies group with 6 updates" (#1070)
Reverts wavetermdev/waveterm#1060,

Will reapply after 0.8.12
2024-10-18 12:49:23 -07:00
Evan Simkowitz
205d33e7f5
Revert "Bump the prod-dependencies group with 2 updates" (#1071)
Reverts wavetermdev/waveterm#1062,

Will reapply after 0.8.12
2024-10-18 12:49:15 -07:00
dependabot[bot]
447e9b7370
Bump the prod-dependencies group with 2 updates (#1062)
Bumps the prod-dependencies group with 2 updates:
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
and [yaml](https://github.com/eemeli/yaml).

Updates `@floating-ui/react` from 0.26.24 to 0.26.25
<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.25</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): handle virtual nested Home/End key
press</li>
<li>fix(useHover): ignore insignificant movement when resetting
<code>restMs</code></li>
<li>fix(useListNavigation): ignore duplicate arrow navigation when
composing</li>
<li>feat(useDelayGroup): add <code>enabled</code> option</li>
<li>fix(useDismiss): handle IME keydown events on Escape</li>
<li>fix(inner): round <code>max-height</code> only if not
scrollable</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.25</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): handle virtual nested Home/End key
press</li>
<li>fix(useHover): ignore insignificant movement when resetting
<code>restMs</code></li>
<li>fix(useListNavigation): ignore duplicate arrow navigation when
composing</li>
<li>feat(useDelayGroup): add <code>enabled</code> option</li>
<li>fix(useDismiss): handle IME keydown events on Escape</li>
<li>fix(inner): round <code>max-height</code> only if not
scrollable</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1ed123b3a5"><code>1ed123b</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3074">#3074</a>)</li>
<li><a
href="4a0f925f3a"><code>4a0f925</code></a>
fix(inner): round only if not scrollable (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3081">#3081</a>)</li>
<li><a
href="c0c83b42e4"><code>c0c83b4</code></a>
feat(useDelayGroup): add <code>enabled</code> option (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3080">#3080</a>)</li>
<li><a
href="5f4d7fc02d"><code>5f4d7fc</code></a>
fix(useListNavigation): handle virtual nested Home/End key press (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3079">#3079</a>)</li>
<li><a
href="1d3c35714d"><code>1d3c357</code></a>
fix(useListNavigation): ignore duplicate arrow navigation when composing
(<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3078">#3078</a>)</li>
<li><a
href="da6583b496"><code>da6583b</code></a>
fix(useDismiss): handle IME keydown events on <code>Escape</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3075">#3075</a>)</li>
<li><a
href="98fd2032cf"><code>98fd203</code></a>
fix(useHover): ignore insignificant movement when resetting
<code>restMs</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3073">#3073</a>)</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.25/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `yaml` from 2.5.1 to 2.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.6.0</h2>
<ul>
<li>Use a proper tag for <code>!!merge &lt;&lt;</code> keys (<a
href="https://redirect.github.com/eemeli/yaml/issues/580">#580</a>)</li>
<li>Add <code>stringKeys</code> parse option (<a
href="https://redirect.github.com/eemeli/yaml/issues/581">#581</a>)</li>
<li>Stringify a Document as a Document (<a
href="https://redirect.github.com/eemeli/yaml/issues/576">#576</a>)</li>
<li>Add sponsorship by <a
href="https://manifest.build/">Manifest</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="808fba3cde"><code>808fba3</code></a>
2.6.0</li>
<li><a
href="438688f357"><code>438688f</code></a>
fix: Stringify a Document as a Document (fixes <a
href="https://redirect.github.com/eemeli/yaml/issues/576">#576</a>)</li>
<li><a
href="baaabd078a"><code>baaabd0</code></a>
feat: Add stringKeys parse option (<a
href="https://redirect.github.com/eemeli/yaml/issues/581">#581</a>)</li>
<li><a
href="f2fa108376"><code>f2fa108</code></a>
docs: Update Manifest logo (<a
href="https://redirect.github.com/eemeli/yaml/issues/582">#582</a>)</li>
<li><a
href="f088599a9c"><code>f088599</code></a>
docs: Align logos using the restricted styling available for GitHub
readmes</li>
<li><a
href="dbb8a42588"><code>dbb8a42</code></a>
docs: Fix manifest.png reference</li>
<li><a
href="28dc0a4688"><code>28dc0a4</code></a>
chore: Add sponsorship by Manifest</li>
<li><a
href="1491c20eb7"><code>1491c20</code></a>
chore: Refresh lockfile</li>
<li><a
href="7a434f0713"><code>7a434f0</code></a>
feat: Use a proper tag for !!merge &lt;&lt; keys (<a
href="https://redirect.github.com/eemeli/yaml/issues/580">#580</a>)</li>
<li>See full diff in <a
href="https://github.com/eemeli/yaml/compare/v2.5.1...v2.6.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-10-18 12:34:13 -07:00
dependabot[bot]
a02a63bd8f
Bump the dev-dependencies group with 6 updates (#1060)
Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.7.5` | `22.7.6` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `2.1.2` | `2.1.3` |
| [tslib](https://github.com/Microsoft/tslib) | `2.7.0` | `2.8.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.8.1` | `8.10.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.8` | `5.4.9` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `2.1.2` | `2.1.3` |

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

Updates `@vitest/coverage-istanbul` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Fix error diff of <code>toBeNaN, toBeUndefined, toBeNull,
toBeTruthy, toBeFalsy</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6697">vitest-dev/vitest#6697</a>
<a href="https://github.com/vitest-dev/vitest/commit/e002758c"><!-- raw
HTML omitted -->(e0027)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Provide aria role intellisense  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6629">vitest-dev/vitest#6629</a>
<a href="https://github.com/vitest-dev/vitest/commit/f36eac77"><!-- raw
HTML omitted -->(f36ea)<!-- raw HTML omitted --></a></li>
<li>Not.toBeInTheDocument works with locators API  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6634">vitest-dev/vitest#6634</a>
<a href="https://github.com/vitest-dev/vitest/commit/8bef5d2b"><!-- raw
HTML omitted -->(8bef5)<!-- raw HTML omitted --></a></li>
<li>Use <code>/mockServiceWorker.js</code> instead of
<code>/__vitest_msw__</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6687">vitest-dev/vitest#6687</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b2ce07f"><!-- raw
HTML omitted -->(4b2ce)<!-- raw HTML omitted --></a></li>
<li>Don't override the esbuild option in the browser mode  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6692">vitest-dev/vitest#6692</a>
<a href="https://github.com/vitest-dev/vitest/commit/d131fd64"><!-- raw
HTML omitted -->(d131f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Preserve prototype in <code>toMatchObject</code> diff  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6620">vitest-dev/vitest#6620</a>
<a href="https://github.com/vitest-dev/vitest/commit/d289e7eb"><!-- raw
HTML omitted -->(d289e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Specify correct spy dependency  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/7e9584aa"><!-- raw
HTML omitted -->(7e958)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Ensure sequential suite overrides sequence.concurrent  -  by <a
href="https://github.com/dsyddall"><code>@​dsyddall</code></a> and <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6653">vitest-dev/vitest#6653</a>
<a href="https://github.com/vitest-dev/vitest/commit/5e6de274"><!-- raw
HTML omitted -->(5e6de)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Deprecate UserConfig in favor of ViteUserConfig  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6626">vitest-dev/vitest#6626</a>
<a href="https://github.com/vitest-dev/vitest/commit/496bd251"><!-- raw
HTML omitted -->(496bd)<!-- raw HTML omitted --></a></li>
<li>Don't hang with maxConcurrency 0  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6627">vitest-dev/vitest#6627</a>
<a href="https://github.com/vitest-dev/vitest/commit/946d8bb1"><!-- raw
HTML omitted -->(946d8)<!-- raw HTML omitted --></a></li>
<li>Deprecate old task types and node-reliant types  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6632">vitest-dev/vitest#6632</a>
<a href="https://github.com/vitest-dev/vitest/commit/000459a9"><!-- raw
HTML omitted -->(00045)<!-- raw HTML omitted --></a></li>
<li>Fix <code>&lt;empty line&gt;</code> logs when interleaving
<code>console.log/error</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6644">vitest-dev/vitest#6644</a>
<a href="https://github.com/vitest-dev/vitest/commit/9ece3952"><!-- raw
HTML omitted -->(9ece3)<!-- raw HTML omitted --></a></li>
<li>Show rollup error details as test error  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6686">vitest-dev/vitest#6686</a>
<a href="https://github.com/vitest-dev/vitest/commit/47dde76f"><!-- raw
HTML omitted -->(47dde)<!-- raw HTML omitted --></a></li>
<li>Always inline setup files  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6689">vitest-dev/vitest#6689</a>
<a href="https://github.com/vitest-dev/vitest/commit/19d64e20"><!-- raw
HTML omitted -->(19d64)<!-- raw HTML omitted --></a></li>
<li>Use <code>fast-glob</code> instead of <code>tinyglobby</code> in
Vitest  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6688">vitest-dev/vitest#6688</a>
<a href="https://github.com/vitest-dev/vitest/commit/70baaaa9"><!-- raw
HTML omitted -->(70baa)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>web-worker</strong>:
<ul>
<li>Share mocker with main executor  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6623">vitest-dev/vitest#6623</a>
<a href="https://github.com/vitest-dev/vitest/commit/fe7b8aee"><!-- raw
HTML omitted -->(fe7b8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Reuse full name in reported tasks, update generator types  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6666">vitest-dev/vitest#6666</a>
<a href="https://github.com/vitest-dev/vitest/commit/7a0de0a7"><!-- raw
HTML omitted -->(7a0de)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4c03a0db53"><code>4c03a0d</code></a>
chore: release v2.1.3</li>
<li><a
href="7155cee210"><code>7155cee</code></a>
refactor(coverage): move re-usable parts to base provider (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6665">#6665</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/coverage-istanbul">compare
view</a></li>
</ul>
</details>
<br />

Updates `tslib` from 2.7.0 to 2.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/tslib/releases">tslib's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Validate export structure of every entrypoint by <a
href="https://github.com/andrewbranch"><code>@​andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/269">microsoft/tslib#269</a></li>
<li>Add rewriteRelativeImportExtension helper by <a
href="https://github.com/andrewbranch"><code>@​andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/270">microsoft/tslib#270</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0">https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca5f7fb791"><code>ca5f7fb</code></a>
2.8.0</li>
<li><a
href="2334267563"><code>2334267</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/tslib/issues/270">#270</a>
from microsoft/rewriteRelativeImportExtension</li>
<li><a
href="c4cde74589"><code>c4cde74</code></a>
Missed update</li>
<li><a
href="27b219209a"><code>27b2192</code></a>
Little optimizations</li>
<li><a
href="fece22a6b4"><code>fece22a</code></a>
Add URL-ish test</li>
<li><a
href="9c731e9f32"><code>9c731e9</code></a>
Combine tsx case into regex</li>
<li><a
href="1c03288ab2"><code>1c03288</code></a>
Test and fix invalid declaration-looking extensions</li>
<li><a
href="a55e9f7a80"><code>a55e9f7</code></a>
Do more with a regex</li>
<li><a
href="e828dac33c"><code>e828dac</code></a>
Shorten by one line</li>
<li><a
href="e7b6aa0a88"><code>e7b6aa0</code></a>
Case insensitivity, remove lookbehind</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.8.1 to 8.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.10.0</h2>
<h2>8.10.0 (2024-10-17)</h2>
<h3>🚀 Features</h3>
<ul>
<li>support TypeScript 5.6 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> propagate <code>name</code>
field to extended configs in <code>config</code> helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094">#10094</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg </li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.9.0</h2>
<h2>8.9.0 (2024-10-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>rule-tester:</strong> hooks for test cases (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10109">#10109</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
cannot assume variables are either type or value (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10093">#10093</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] sync the behavior
with await-thenable (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10069">#10069</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] report
a different error message when <code>allowBitwiseExpressions</code> is
enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10096">#10096</a>)</li>
<li><strong>eslint-plugin:</strong> [no-loop-func] sync from upstream
base rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10103">#10103</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] never report the
naming of an enum member (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10117">#10117</a>)</li>
<li><strong>eslint-plugin:</strong> correct use-at-your-own-risk type
definitions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10049">#10049</a>)</li>
<li><strong>eslint-plugin:</strong> handle unions in await...for (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10110">#10110</a>)</li>
<li><strong>rule-tester:</strong> merge provided
<code>linterOptions</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10131">#10131</a>)</li>
<li><strong>scope-manager:</strong> [no-use-before-define] do not treat
nested namespace aliases as variable references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10095">#10095</a>)</li>
<li><strong>typescript-estree:</strong> improve project service error
message when file extension missing from extraFileExtensions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10076">#10076</a>)</li>
<li><strong>visitor-keys:</strong> reorder
<code>TSSatisfiesExpression</code> and <code>TSTypeAssertion</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10139">#10139</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Anna Bocharova <a
href="https://github.com/RobinTail"><code>@​RobinTail</code></a></li>
<li>Arya Emami <a
href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a></li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Joshua Chen</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Lotfi Meklati <a
href="https://github.com/lotmek"><code>@​lotmek</code></a></li>
<li>mdm317</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.10.0 (2024-10-17)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> propagate <code>name</code>
field to extended configs in <code>config</code> helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094">#10094</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.9.0 (2024-10-14)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7effdea430"><code>7effdea</code></a>
chore(release): publish 8.10.0</li>
<li><a
href="be5bc0fb48"><code>be5bc0f</code></a>
fix(typescript-eslint): propagate <code>name</code> field to extended
configs in `config...</li>
<li><a
href="4666ed4e0c"><code>4666ed4</code></a>
chore(release): publish 8.9.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.4.8 to 5.4.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.9</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.9 (2024-10-14)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: bump launch-editor-middleware to v2.9.1 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18348">#18348</a>)
(<a
href="508d9ab834">508d9ab</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18348">#18348</a></li>
<li>fix(css): fix lightningcss dep url resolution with custom root (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18125">#18125</a>)
(<a
href="eae00b561e">eae00b5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18125">#18125</a></li>
<li>fix(data-uri): only match ids starting with <code>data:</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18241">#18241</a>)
(<a
href="96084d6e75">96084d6</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18241">#18241</a></li>
<li>fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18322">#18322</a>)
(<a
href="dc5434ce87">dc5434c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18322">#18322</a></li>
<li>fix(hmr): don't try to rewrite imports for direct CSS soft
invalidation (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18252">#18252</a>)
(<a
href="851b258c34">851b258</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18252">#18252</a></li>
<li>fix(ssr): (backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18150">#18150</a>)
fix source map remapping with multiple sources (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18204">#18204</a>)
(<a
href="262a8796d4">262a879</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18204">#18204</a></li>
<li>chore: update all url references of vitejs.dev to vite.dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18276">#18276</a>)
(<a
href="c23558a7af">c23558a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18276">#18276</a></li>
<li>chore: update license copyright (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18278">#18278</a>)
(<a
href="1864eb17b2">1864eb1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18278">#18278</a></li>
<li>docs: update homepage (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18274">#18274</a>)
(<a
href="ae4416349e">ae44163</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18274">#18274</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="898d61f94b"><code>898d61f</code></a>
release: v5.4.9</li>
<li><a
href="508d9ab834"><code>508d9ab</code></a>
fix: bump launch-editor-middleware to v2.9.1 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18348">#18348</a>)</li>
<li><a
href="dc5434ce87"><code>dc5434c</code></a>
fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18322">#18322</a>)</li>
<li><a
href="851b258c34"><code>851b258</code></a>
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18252">#18252</a>)</li>
<li><a
href="96084d6e75"><code>96084d6</code></a>
fix(data-uri): only match ids starting with <code>data:</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18241">#18241</a>)</li>
<li><a
href="eae00b561e"><code>eae00b5</code></a>
fix(css): fix lightningcss dep url resolution with custom root (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18125">#18125</a>)</li>
<li><a
href="c23558a7af"><code>c23558a</code></a>
chore: update all url references of vitejs.dev to vite.dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18276">#18276</a>)</li>
<li><a
href="1864eb17b2"><code>1864eb1</code></a>
chore: update license copyright (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18278">#18278</a>)</li>
<li><a
href="ae4416349e"><code>ae44163</code></a>
docs: update homepage (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18274">#18274</a>)</li>
<li><a
href="262a8796d4"><code>262a879</code></a>
fix(ssr): (backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18150">#18150</a>)
fix source map remapping with multiple sources (#...</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.9/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Fix error diff of <code>toBeNaN, toBeUndefined, toBeNull,
toBeTruthy, toBeFalsy</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6697">vitest-dev/vitest#6697</a>
<a href="https://github.com/vitest-dev/vitest/commit/e002758c"><!-- raw
HTML omitted -->(e0027)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Provide aria role intellisense  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6629">vitest-dev/vitest#6629</a>
<a href="https://github.com/vitest-dev/vitest/commit/f36eac77"><!-- raw
HTML omitted -->(f36ea)<!-- raw HTML omitted --></a></li>
<li>Not.toBeInTheDocument works with locators API  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6634">vitest-dev/vitest#6634</a>
<a href="https://github.com/vitest-dev/vitest/commit/8bef5d2b"><!-- raw
HTML omitted -->(8bef5)<!-- raw HTML omitted --></a></li>
<li>Use <code>/mockServiceWorker.js</code> instead of
<code>/__vitest_msw__</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6687">vitest-dev/vitest#6687</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b2ce07f"><!-- raw
HTML omitted -->(4b2ce)<!-- raw HTML omitted --></a></li>
<li>Don't override the esbuild option in the browser mode  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6692">vitest-dev/vitest#6692</a>
<a href="https://github.com/vitest-dev/vitest/commit/d131fd64"><!-- raw
HTML omitted -->(d131f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Preserve prototype in <code>toMatchObject</code> diff  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6620">vitest-dev/vitest#6620</a>
<a href="https://github.com/vitest-dev/vitest/commit/d289e7eb"><!-- raw
HTML omitted -->(d289e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Specify correct spy dependency  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/7e9584aa"><!-- raw
HTML omitted -->(7e958)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Ensure sequential suite overrides sequence.concurrent  -  by <a
href="https://github.com/dsyddall"><code>@​dsyddall</code></a> and <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6653">vitest-dev/vitest#6653</a>
<a href="https://github.com/vitest-dev/vitest/commit/5e6de274"><!-- raw
HTML omitted -->(5e6de)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Deprecate UserConfig in favor of ViteUserConfig  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6626">vitest-dev/vitest#6626</a>
<a href="https://github.com/vitest-dev/vitest/commit/496bd251"><!-- raw
HTML omitted -->(496bd)<!-- raw HTML omitted --></a></li>
<li>Don't hang with maxConcurrency 0  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6627">vitest-dev/vitest#6627</a>
<a href="https://github.com/vitest-dev/vitest/commit/946d8bb1"><!-- raw
HTML omitted -->(946d8)<!-- raw HTML omitted --></a></li>
<li>Deprecate old task types and node-reliant types  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6632">vitest-dev/vitest#6632</a>
<a href="https://github.com/vitest-dev/vitest/commit/000459a9"><!-- raw
HTML omitted -->(00045)<!-- raw HTML omitted --></a></li>
<li>Fix <code>&lt;empty line&gt;</code> logs when interleaving
<code>console.log/error</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6644">vitest-dev/vitest#6644</a>
<a href="https://github.com/vitest-dev/vitest/commit/9ece3952"><!-- raw
HTML omitted -->(9ece3)<!-- raw HTML omitted --></a></li>
<li>Show rollup error details as test error  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6686">vitest-dev/vitest#6686</a>
<a href="https://github.com/vitest-dev/vitest/commit/47dde76f"><!-- raw
HTML omitted -->(47dde)<!-- raw HTML omitted --></a></li>
<li>Always inline setup files  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6689">vitest-dev/vitest#6689</a>
<a href="https://github.com/vitest-dev/vitest/commit/19d64e20"><!-- raw
HTML omitted -->(19d64)<!-- raw HTML omitted --></a></li>
<li>Use <code>fast-glob</code> instead of <code>tinyglobby</code> in
Vitest  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6688">vitest-dev/vitest#6688</a>
<a href="https://github.com/vitest-dev/vitest/commit/70baaaa9"><!-- raw
HTML omitted -->(70baa)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>web-worker</strong>:
<ul>
<li>Share mocker with main executor  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6623">vitest-dev/vitest#6623</a>
<a href="https://github.com/vitest-dev/vitest/commit/fe7b8aee"><!-- raw
HTML omitted -->(fe7b8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Reuse full name in reported tasks, update generator types  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6666">vitest-dev/vitest#6666</a>
<a href="https://github.com/vitest-dev/vitest/commit/7a0de0a7"><!-- raw
HTML omitted -->(7a0de)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4c03a0db53"><code>4c03a0d</code></a>
chore: release v2.1.3</li>
<li><a
href="70baaaa9f6"><code>70baaaa</code></a>
fix(vitest): use <code>fast-glob</code> instead of
<code>tinyglobby</code> in Vitest (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6688">#6688</a>)</li>
<li><a
href="19d64e20ef"><code>19d64e2</code></a>
fix(vitest): always inline setup files (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6689">#6689</a>)</li>
<li><a
href="47dde76f31"><code>47dde76</code></a>
fix(vitest): show rollup error details as test error (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6686">#6686</a>)</li>
<li><a
href="7155cee210"><code>7155cee</code></a>
refactor(coverage): move re-usable parts to base provider (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6665">#6665</a>)</li>
<li><a
href="7a0de0a7c2"><code>7a0de0a</code></a>
perf: reuse full name in reported tasks, update generator types (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6666">#6666</a>)</li>
<li><a
href="8bef5d2b99"><code>8bef5d2</code></a>
fix(browser): not.toBeInTheDocument works with locators API (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6634">#6634</a>)</li>
<li><a
href="9ece395264"><code>9ece395</code></a>
fix(vitest): fix <code>\&lt;empty line&gt;</code> logs when interleaving
<code>console.log/error</code> (#...</li>
<li><a
href="000459a9ae"><code>000459a</code></a>
fix(vitest): deprecate old task types and node-reliant types (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6632">#6632</a>)</li>
<li><a
href="946d8bb165"><code>946d8bb</code></a>
fix(vitest): don't hang with maxConcurrency 0 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6627">#6627</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest">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-10-18 12:33:45 -07:00