Commit Graph

1630 Commits

Author SHA1 Message Date
Evan Simkowitz
9bbe87f617
Update release notes (#1333) 2024-11-21 10:40:57 -08:00
Evan Simkowitz
11b257d7a3
Simplify app transparency and background color handling (#1331) 2024-11-21 10:30:02 -08:00
Mike Sawka
d41d96c621
docs updates (and other misc items) for v0.9.3 (#1330) 2024-11-20 22:17:57 -08:00
wave-builder[bot]
1d127ea2b9
chore: bump package version to 0.9.3-beta.1 2024-11-21 03:01:35 +00:00
Mike Sawka
3136291140
temp oid in client (can use with wavefile) (#1329) 2024-11-20 18:48:46 -08:00
Sylvie Crowe
c003ddff83
Quick Ssh Fix/Logging (#1328)
This adds two things:
- prints a log error if the user isn't parsed properly in ssh
- ensures that a host isn't reused when sending to the conn list
2024-11-20 18:11:47 -08:00
Mike Sawka
360964d4ba
panic handlers everywhere (#1327) 2024-11-20 18:05:13 -08:00
Mike Sawka
812732673c
wsh docs for getvar/setvar and all the file commands (#1326) 2024-11-20 11:48:39 -08:00
wave-builder[bot]
ba98b35d84
chore: bump package version to 0.9.3-beta.0 2024-11-20 03:46:16 +00:00
Mike Sawka
24807cfd34
add display resolutions to activity updates, update docs (#1323) 2024-11-19 19:41:53 -08:00
Sylvie Crowe
958a5ece10
Documentation Pictures (#1324)
Adds pictures and videos to documentation for clarity
2024-11-19 19:34:50 -08:00
Mike Sawka
271d8e2e9c
wsh getva, setvar, and file commands (#1317) 2024-11-19 17:20:47 -08:00
Evan Simkowitz
0acad2fbe2
Fix reading presets dir on Windows (#1322)
Nested directories in the embedded FS always expect a `/`, even on
Windows. This adds a fallback in `readConfigFileFS` to try swapping the
path separators if we get an "invalid argument" error from `Read`
2024-11-19 15:21:23 -08:00
Evan Simkowitz
7c6fa91016
Fix copyfiles for docsite (#1321) 2024-11-19 14:15:11 -08:00
Evan Simkowitz
7734d5dd30
Make Control key on Windows/Linux docs Ctrl rather than ^ (#1320)
`^` is a mac concept, not generic
2024-11-19 13:10:05 -08:00
Evan Simkowitz
416ba8d5da
Add settings to control the size of the magnified/ephemeral nodes and their blur (#1319) 2024-11-18 14:41:09 -08:00
Evan Simkowitz
c7d7c0aa98
Add tasks to clear the waveterm-dev config and data dirs (#1318) 2024-11-18 14:08:25 -08:00
Mike Sawka
784bc89588
allow resolving 'ws' and 'client' as blockids (#1316) 2024-11-18 10:27:23 -08:00
Evan Simkowitz
0a4673fe42
Add links to the Windows packages (#1315) 2024-11-16 15:45:19 -08:00
Evan Simkowitz
31975983c3
Fix macOS detect for docsite (#1314) 2024-11-16 15:40:01 -08:00
Evan Simkowitz
79f516d473
Add getting started link to readme (#1313) 2024-11-16 15:33:16 -08:00
Evan Simkowitz
dfddf80578
Adding install instructions to the docsite (#1312)
This updates the platform toggle to include Windows as well and to use
the UAParser library to extract the OS from the UserAgent. This also
improves the legibility of the platform selector pill and adds a new
PlatformItem component that can be used to specify platform-specific
content.

This also adds a new Getting Started document with installation
instructions and links to the different package manager listings.
2024-11-16 15:29:33 -08:00
Evan Simkowitz
e3dad36e5e
Remove badges from top (#1311) 2024-11-16 14:18:29 -08:00
Evan Simkowitz
9aa5ec4f2c
Add new package manager instructions and badges (#1310) 2024-11-16 14:15:35 -08:00
Red J Adaya
55558d441e
fix buttons (#1308) 2024-11-15 21:26:48 -08:00
Red J Adaya
f64863c52a
notification (#1207) 2024-11-15 21:26:16 -08:00
Evan Simkowitz
159c10ee9b
Run deploy-docsite check when Taskfile is modified (#1307)
Now that deploy-docsite depends on the Taskfile, we need to gate
Taskfile changes on it.
2024-11-15 16:16:12 -08:00
Evan Simkowitz
5e534f5cda
Reduce rebuilding in Taskfile (#1306)
Moves around where `sources` and `generates` are defined for different
tasks to reduce unnecessary rebuilds.
2024-11-15 16:12:21 -08:00
Mike Sawka
1210313d2b
activity updates (#1302) 2024-11-15 16:09:26 -08:00
Evan Simkowitz
48e3003f98
Fix magnified node not showing on startup (#1305) 2024-11-15 15:56:11 -08:00
dependabot[bot]
42f0b6a36d
Bump cross-spawn from 7.0.3 to 7.0.5 (#1304)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from
7.0.3 to 7.0.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md">cross-spawn's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.4...v7.0.5">7.0.5</a>
(2024-11-07)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix escaping bug introduced by backtracking (<a
href="640d391fde">640d391</a>)</li>
</ul>
<h3><a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.4">7.0.4</a>
(2024-11-07)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>disable regexp backtracking (<a
href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/160">#160</a>)
(<a
href="5ff3a07d9a">5ff3a07</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="085268352d"><code>0852683</code></a>
chore(release): 7.0.5</li>
<li><a
href="640d391fde"><code>640d391</code></a>
fix: fix escaping bug introduced by backtracking</li>
<li><a
href="bff0c87c8b"><code>bff0c87</code></a>
chore: remove codecov</li>
<li><a
href="a7c6abc6fe"><code>a7c6abc</code></a>
chore: replace travis with github workflows</li>
<li><a
href="9b9246e096"><code>9b9246e</code></a>
chore(release): 7.0.4</li>
<li><a
href="5ff3a07d9a"><code>5ff3a07</code></a>
fix: disable regexp backtracking (<a
href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/160">#160</a>)</li>
<li><a
href="9521e2da94"><code>9521e2d</code></a>
chore: fix tests in recent node js versions</li>
<li><a
href="97ded399e9"><code>97ded39</code></a>
chore: convert package lock</li>
<li><a
href="d52b6b9da4"><code>d52b6b9</code></a>
chore: remove unused argument (<a
href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/156">#156</a>)</li>
<li><a
href="5d843849e1"><code>5d84384</code></a>
chore: add travis jobs on ppc64le (<a
href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/142">#142</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5">compare
view</a></li>
</ul>
</details>
<br />


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

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 15:11:24 -08:00
Evan Simkowitz
6325db04d4
Ignore broken anchors warning (#1303)
Ignore annoying warning about broken anchors in Docusaurus
2024-11-15 15:10:42 -08:00
dependabot[bot]
4a0a4a8547
Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#1300)
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.2
to 0.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/rewrite/releases"><code>@​eslint/plugin-kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2>plugin-kit: v0.2.3</h2>
<h2><a
href="https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3">0.2.3</a>
(2024-11-14)</h2>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>devDependencies
<ul>
<li><code>@​eslint/core</code> bumped from ^0.8.0 to ^0.9.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a957ee351c"><code>a957ee3</code></a>
chore: release main (<a
href="https://redirect.github.com/eslint/rewrite/issues/130">#130</a>)</li>
<li><a
href="3591a7805a"><code>3591a78</code></a>
feat: Add Language#normalizeLanguageOptions() (<a
href="https://redirect.github.com/eslint/rewrite/issues/131">#131</a>)</li>
<li><a
href="2fa68b7150"><code>2fa68b7</code></a>
chore: fix formatting error (<a
href="https://redirect.github.com/eslint/rewrite/issues/133">#133</a>)</li>
<li><a
href="071be842f0"><code>071be84</code></a>
Merge commit from fork</li>
<li><a
href="e73b1dc40f"><code>e73b1dc</code></a>
docs: Update README sponsors</li>
<li><a
href="d0b2e705c4"><code>d0b2e70</code></a>
fix: non-optional properties in generic interfaces (<a
href="https://redirect.github.com/eslint/rewrite/issues/132">#132</a>)</li>
<li><a
href="3a87bbb7f0"><code>3a87bbb</code></a>
fix: Support legacy <code>schema</code> properties (<a
href="https://redirect.github.com/eslint/rewrite/issues/128">#128</a>)</li>
<li><a
href="c24083b7ef"><code>c24083b</code></a>
docs: Update README sponsors</li>
<li>See full diff in <a
href="https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3">compare
view</a></li>
</ul>
</details>
<br />


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

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 15:09:25 -08:00
Mike Sawka
e6d7f74964
working on a buffered log viewer class (#1301) 2024-11-15 14:02:33 -08:00
Evan Simkowitz
4a330a4842
Fix copyfiles step so storybook serves correctly (#1299)
confirmed this still works on Windows
2024-11-15 13:19:20 -08:00
Evan Simkowitz
3b117805fe
Move docsite build scripts to Taskfile, make the electron tasks depend on them (#1298)
This adds the new tasks `docsite:start`, `docsite:build:public`,
`docsite:build:embedded`, `storybook:build`, and `copyfiles:*:*` to
Taskfile.

It also updates the "Build Helper" and "Docsite and Storybook CI/CD"
workflows to use these new tasks.

It also makes the docsite embedded build a dependency of the electron
tasks, ensuring that the embedded docsite is included when building
locally.

Tested and confirms this works on Windows
2024-11-15 12:19:31 -08:00
dependabot[bot]
546a59aa54
Bump the prod-dependencies group with 2 updates (#1295)
Bumps the prod-dependencies group with 2 updates:
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
and [winston](https://github.com/winstonjs/winston).

Updates `@floating-ui/react` from 0.26.27 to 0.26.28
<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.28</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(Composite): change focus to be sync</li>
<li>fix(useClick): improve consistency when combining with
<code>useHover()</code></li>
<li>feat(useClick): add <code>stickIfOpen</code> prop to determine
whether to remain open upon first click when first opened by another
event</li>
<li>feat(Composite): add RTL support</li>
<li>fix(FloatingFocusManager): ensure <code>returnFocus</code> is
ignored correctly when using <code>disabled</code> prop</li>
<li>fix(useListNavigation): incorrect behaviour with RTL grid</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.28</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(Composite): change focus to be sync</li>
<li>fix(useClick): improve consistency when combining with
<code>useHover()</code></li>
<li>feat(useClick): add <code>stickIfOpen</code> prop to determine
whether to remain open upon first click when first opened by another
event</li>
<li>feat(Composite): add RTL support</li>
<li>fix(FloatingFocusManager): ensure <code>returnFocus</code> is
ignored correctly when using <code>disabled</code> prop</li>
<li>fix(useListNavigation): incorrect behaviour with RTL grid</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ba32495e65"><code>ba32495</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3118">#3118</a>)</li>
<li><a
href="b45eeb336e"><code>b45eeb3</code></a>
fix(Composite): change focus to be sync (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3120">#3120</a>)</li>
<li><a
href="0fe5b2001a"><code>0fe5b20</code></a>
fix(FloatingFocusManager): reset prevent return focus flag in microtask
after...</li>
<li><a
href="42f5b5cd8e"><code>42f5b5c</code></a>
fix(useClick, useHover): improve consistency when combining hooks (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3113">#3113</a>)</li>
<li><a
href="cedff0eed2"><code>cedff0e</code></a>
feat(Composite): add RTL support (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3119">#3119</a>)</li>
<li><a
href="976ba7c62a"><code>976ba7c</code></a>
fix(useListNavigation): incorrect behaviour with RTL grid (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3117">#3117</a>)</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.28/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.16.0 to 3.17.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.17.0</h2>
<ul>
<li>Try winston-transport 4.9.0  3e87128</li>
<li>Revert &quot;Try bumping winston-transport to 4.8.0&quot;
69625fc</li>
<li>Revert &quot;Try bumping winston-transport to 4.8.0&quot;
876ef7a</li>
<li>Try bumping winston-transport to 4.8.0  7ef2c1d</li>
<li>Try bumping winston-transport to 4.8.0  fe4b64e</li>
<li>Bump logform  c9fd9a4</li>
<li>Revert &quot;Update logform and winston-transport&quot; 14fef0f</li>
<li>Merge branch &amp;<a
href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;master&amp;<a
href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;
of github.com:winstonjs/winston 545b683</li>
<li>Update logform and winston-transport  cceb265</li>
<li>Bump mocha from 10.7.3 to 10.8.2 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2523">#2523</a>)
bb529b6</li>
<li>Bump async from 3.2.5 to 3.2.6 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2516">#2516</a>)
ae847ab</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0">https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1b9cef8c7d"><code>1b9cef8</code></a>
3.17.0</li>
<li><a
href="3e87128a68"><code>3e87128</code></a>
Try winston-transport 4.9.0</li>
<li><a
href="69625fc351"><code>69625fc</code></a>
Revert &quot;Try bumping winston-transport to 4.8.0&quot;</li>
<li><a
href="876ef7a702"><code>876ef7a</code></a>
Revert &quot;Try bumping winston-transport to 4.8.0&quot;</li>
<li><a
href="7ef2c1db28"><code>7ef2c1d</code></a>
Try bumping winston-transport to 4.8.0</li>
<li><a
href="fe4b64e9d0"><code>fe4b64e</code></a>
Try bumping winston-transport to 4.8.0</li>
<li><a
href="c9fd9a4bec"><code>c9fd9a4</code></a>
Bump logform</li>
<li><a
href="14fef0fe74"><code>14fef0f</code></a>
Revert &quot;Update logform and winston-transport&quot;</li>
<li><a
href="545b68381d"><code>545b683</code></a>
Merge branch 'master' of github.com:winstonjs/winston</li>
<li><a
href="cceb265215"><code>cceb265</code></a>
Update logform and winston-transport</li>
<li>Additional commits viewable in <a
href="https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.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-15 10:40:28 -08:00
Mike Sawka
9c6eed1ab4
add globaleventtype to globalkeys (#1296) 2024-11-15 09:56:54 -08:00
dependabot[bot]
f8e9db1d0f
Bump the dev-dependencies group with 7 updates (#1293)
Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.14.0` | `9.15.0` |
|
[@types/css-tree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/css-tree)
| `2.3.8` | `2.3.9` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `2.1.4` | `2.1.5` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.13.0` | `8.14.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.10` | `5.4.11` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.1.0` | `5.1.2` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `2.1.4` | `2.1.5` |

Updates `@eslint/js` from 9.14.0 to 9.15.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/HEAD/packages/js">compare
view</a></li>
</ul>
</details>
<br />

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

Updates `@vitest/coverage-istanbul` from 2.1.4 to 2.1.5
<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.5</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><code>dangerouslyIgnoreUnhandledErrors</code> without base reporter
 -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6808">vitest-dev/vitest#6808</a>
<a href="https://github.com/vitest-dev/vitest/commit/0bf0ab00"><!-- raw
HTML omitted -->(0bf0a)<!-- raw HTML omitted --></a></li>
<li>Capture <code>unhandledRejection</code> even when base reporter is
not used  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6812">vitest-dev/vitest#6812</a>
<a href="https://github.com/vitest-dev/vitest/commit/8878b04d"><!-- raw
HTML omitted -->(8878b)<!-- raw HTML omitted --></a></li>
<li>Don't change the working directory when loading workspace projects
 -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6811">vitest-dev/vitest#6811</a>
<a href="https://github.com/vitest-dev/vitest/commit/f0aeaca8"><!-- raw
HTML omitted -->(f0aea)<!-- raw HTML omitted --></a></li>
<li>Remove <code>sequence.concurrent</code> from the
<code>RuntimeConfig</code> 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/6880">vitest-dev/vitest#6880</a>
<a href="https://github.com/vitest-dev/vitest/commit/6af73d93"><!-- raw
HTML omitted -->(6af73)<!-- raw HTML omitted --></a></li>
<li>Stop the runner before restarting, restart on workspace config
change  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6859">vitest-dev/vitest#6859</a>
<a href="https://github.com/vitest-dev/vitest/commit/b01df47d"><!-- raw
HTML omitted -->(b01df)<!-- raw HTML omitted --></a></li>
<li>Don't rerun on Esc or Ctrl-C during watch filter  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6895">vitest-dev/vitest#6895</a>
<a href="https://github.com/vitest-dev/vitest/commit/98f76ea7"><!-- raw
HTML omitted -->(98f76)<!-- raw HTML omitted --></a></li>
<li>Print ssrTransform 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/6885">vitest-dev/vitest#6885</a>
<a href="https://github.com/vitest-dev/vitest/commit/4c96cce7"><!-- raw
HTML omitted -->(4c96c)<!-- raw HTML omitted --></a></li>
<li>Throw an error and a warning if <code>.poll</code>,
<code>.element</code>, <code>.rejects</code>/<code>.resolves</code>, and
<code>locator.*</code> weren't awaited  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6877">vitest-dev/vitest#6877</a>
<a href="https://github.com/vitest-dev/vitest/commit/93b67c24"><!-- raw
HTML omitted -->(93b67)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Don't process the default css styles  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6861">vitest-dev/vitest#6861</a>
<a href="https://github.com/vitest-dev/vitest/commit/0d67f04b"><!-- raw
HTML omitted -->(0d67f)<!-- raw HTML omitted --></a></li>
<li>Support non US key input  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6873">vitest-dev/vitest#6873</a>
<a href="https://github.com/vitest-dev/vitest/commit/5969d8da"><!-- raw
HTML omitted -->(5969d)<!-- raw HTML omitted --></a></li>
<li>Stop the browser rpc when the pool is closed  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6858">vitest-dev/vitest#6858</a>
<a href="https://github.com/vitest-dev/vitest/commit/9a0c93d7"><!-- raw
HTML omitted -->(9a0c9)<!-- raw HTML omitted --></a></li>
<li>Init browsers eagerly when tests are running  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6876">vitest-dev/vitest#6876</a>
<a href="https://github.com/vitest-dev/vitest/commit/417bdb42"><!-- raw
HTML omitted -->(417bd)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Report uncovered files when re-run by <code>enter</code> or
<code>'a'</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6848">vitest-dev/vitest#6848</a>
<a href="https://github.com/vitest-dev/vitest/commit/487c80ae"><!-- raw
HTML omitted -->(487c8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Remove crossorigin attributes for same origin assets  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6883">vitest-dev/vitest#6883</a>
<a href="https://github.com/vitest-dev/vitest/commit/6e793c64"><!-- raw
HTML omitted -->(6e793)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Improve esm check to decide external  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6816">vitest-dev/vitest#6816</a>
<a href="https://github.com/vitest-dev/vitest/commit/7e1faf3d"><!-- raw
HTML omitted -->(7e1fa)<!-- raw HTML omitted --></a></li>
<li>Top-level throw in module is not reported properly  -  by <a
href="https://github.com/vanaigr"><code>@​vanaigr</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/6840">vitest-dev/vitest#6840</a>
<a href="https://github.com/vitest-dev/vitest/commit/cf0cbf6a"><!-- raw
HTML omitted -->(cf0cb)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Use fetch() implementation from happy-dom  -  by <a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6879">vitest-dev/vitest#6879</a>
<a href="https://github.com/vitest-dev/vitest/commit/3c56feb4"><!-- raw
HTML omitted -->(3c56f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Limit workspace project concurrency to available cores  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6869">vitest-dev/vitest#6869</a>
<a href="https://github.com/vitest-dev/vitest/commit/f4c04ab6"><!-- raw
HTML omitted -->(f4c04)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="32f23b98b4"><code>32f23b9</code></a>
chore: release v2.1.5</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-istanbul">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.13.0 to 8.14.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.14.0</h2>
<h2>8.14.0 (2024-11-11)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-confusing-void-expression] add
an option to ignore void<!-- raw HTML omitted -->void (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10067">#10067</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] report unnecessary
<code>await using</code> statements (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10209">#10209</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency eslint to v9.14.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10309">#10309</a>)</li>
<li><strong>deps:</strong> update docusaurus monorepo to v3.6.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10319">#10319</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] improve
error message for literal comparisons (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10194">#10194</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] improve report
loc for methods (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10216">#10216</a>)</li>
<li><strong>scope-manager:</strong> fix asserted increments not being
marked as write references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10271">#10271</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Gyumong <a
href="https://github.com/Gyumong"><code>@​Gyumong</code></a></li>
<li>Jan Ochwat <a
href="https://github.com/janek515"><code>@​janek515</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</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>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.14.0 (2024-11-11)</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="16fba0aff8"><code>16fba0a</code></a>
chore(release): publish 8.14.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.4.10 to 5.4.11
<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.11</h2>
<p>Please refer to <a
href="ecd2375460/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.11/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.11 (2024-11-11)<!-- raw HTML omitted
--></h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c54c860f9d"><code>c54c860</code></a>
release: v5.4.11</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.11/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.1.0 to 5.1.2
<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.2</h2>
<ul>
<li>fix Windows regression introduced in v5.1.1 (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/162">#162</a>)</li>
</ul>
<h2>v5.1.1</h2>
<ul>
<li>support <code>${configDir}</code> syntax in include/exclude (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/156">#156</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1ffb9f5aaf"><code>1ffb9f5</code></a>
5.1.2</li>
<li><a
href="0fe07cdf1c"><code>0fe07cd</code></a>
fix: avoid path.relative on already-relative paths</li>
<li><a
href="92a7741877"><code>92a7741</code></a>
5.1.1</li>
<li><a
href="8c40fee68e"><code>8c40fee</code></a>
fix: ${configDir} syntax in include/exclude</li>
<li><a
href="a47142339f"><code>a471423</code></a>
chore: update lockfile</li>
<li><a
href="1cfbe4df05"><code>1cfbe4d</code></a>
chore: setup vitest</li>
<li><a
href="b803215de0"><code>b803215</code></a>
docs: fix PR links</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.0...v5.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 2.1.4 to 2.1.5
<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.5</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><code>dangerouslyIgnoreUnhandledErrors</code> without base reporter
 -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6808">vitest-dev/vitest#6808</a>
<a href="https://github.com/vitest-dev/vitest/commit/0bf0ab00"><!-- raw
HTML omitted -->(0bf0a)<!-- raw HTML omitted --></a></li>
<li>Capture <code>unhandledRejection</code> even when base reporter is
not used  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6812">vitest-dev/vitest#6812</a>
<a href="https://github.com/vitest-dev/vitest/commit/8878b04d"><!-- raw
HTML omitted -->(8878b)<!-- raw HTML omitted --></a></li>
<li>Don't change the working directory when loading workspace projects
 -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6811">vitest-dev/vitest#6811</a>
<a href="https://github.com/vitest-dev/vitest/commit/f0aeaca8"><!-- raw
HTML omitted -->(f0aea)<!-- raw HTML omitted --></a></li>
<li>Remove <code>sequence.concurrent</code> from the
<code>RuntimeConfig</code> 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/6880">vitest-dev/vitest#6880</a>
<a href="https://github.com/vitest-dev/vitest/commit/6af73d93"><!-- raw
HTML omitted -->(6af73)<!-- raw HTML omitted --></a></li>
<li>Stop the runner before restarting, restart on workspace config
change  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6859">vitest-dev/vitest#6859</a>
<a href="https://github.com/vitest-dev/vitest/commit/b01df47d"><!-- raw
HTML omitted -->(b01df)<!-- raw HTML omitted --></a></li>
<li>Don't rerun on Esc or Ctrl-C during watch filter  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6895">vitest-dev/vitest#6895</a>
<a href="https://github.com/vitest-dev/vitest/commit/98f76ea7"><!-- raw
HTML omitted -->(98f76)<!-- raw HTML omitted --></a></li>
<li>Print ssrTransform 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/6885">vitest-dev/vitest#6885</a>
<a href="https://github.com/vitest-dev/vitest/commit/4c96cce7"><!-- raw
HTML omitted -->(4c96c)<!-- raw HTML omitted --></a></li>
<li>Throw an error and a warning if <code>.poll</code>,
<code>.element</code>, <code>.rejects</code>/<code>.resolves</code>, and
<code>locator.*</code> weren't awaited  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6877">vitest-dev/vitest#6877</a>
<a href="https://github.com/vitest-dev/vitest/commit/93b67c24"><!-- raw
HTML omitted -->(93b67)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Don't process the default css styles  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6861">vitest-dev/vitest#6861</a>
<a href="https://github.com/vitest-dev/vitest/commit/0d67f04b"><!-- raw
HTML omitted -->(0d67f)<!-- raw HTML omitted --></a></li>
<li>Support non US key input  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6873">vitest-dev/vitest#6873</a>
<a href="https://github.com/vitest-dev/vitest/commit/5969d8da"><!-- raw
HTML omitted -->(5969d)<!-- raw HTML omitted --></a></li>
<li>Stop the browser rpc when the pool is closed  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6858">vitest-dev/vitest#6858</a>
<a href="https://github.com/vitest-dev/vitest/commit/9a0c93d7"><!-- raw
HTML omitted -->(9a0c9)<!-- raw HTML omitted --></a></li>
<li>Init browsers eagerly when tests are running  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6876">vitest-dev/vitest#6876</a>
<a href="https://github.com/vitest-dev/vitest/commit/417bdb42"><!-- raw
HTML omitted -->(417bd)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Report uncovered files when re-run by <code>enter</code> or
<code>'a'</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6848">vitest-dev/vitest#6848</a>
<a href="https://github.com/vitest-dev/vitest/commit/487c80ae"><!-- raw
HTML omitted -->(487c8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Remove crossorigin attributes for same origin assets  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6883">vitest-dev/vitest#6883</a>
<a href="https://github.com/vitest-dev/vitest/commit/6e793c64"><!-- raw
HTML omitted -->(6e793)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Improve esm check to decide external  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6816">vitest-dev/vitest#6816</a>
<a href="https://github.com/vitest-dev/vitest/commit/7e1faf3d"><!-- raw
HTML omitted -->(7e1fa)<!-- raw HTML omitted --></a></li>
<li>Top-level throw in module is not reported properly  -  by <a
href="https://github.com/vanaigr"><code>@​vanaigr</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/6840">vitest-dev/vitest#6840</a>
<a href="https://github.com/vitest-dev/vitest/commit/cf0cbf6a"><!-- raw
HTML omitted -->(cf0cb)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Use fetch() implementation from happy-dom  -  by <a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6879">vitest-dev/vitest#6879</a>
<a href="https://github.com/vitest-dev/vitest/commit/3c56feb4"><!-- raw
HTML omitted -->(3c56f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Limit workspace project concurrency to available cores  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6869">vitest-dev/vitest#6869</a>
<a href="https://github.com/vitest-dev/vitest/commit/f4c04ab6"><!-- raw
HTML omitted -->(f4c04)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="32f23b98b4"><code>32f23b9</code></a>
chore: release v2.1.5</li>
<li><a
href="417bdb423d"><code>417bdb4</code></a>
fix(browser): init browsers eagerly when tests are running (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6876">#6876</a>)</li>
<li><a
href="93b67c24b1"><code>93b67c2</code></a>
fix: throw an error and a warning if <code>.poll</code>,
<code>.element</code>, <code>.rejects</code>/`.resolv...</li>
<li><a
href="9a0c93d787"><code>9a0c93d</code></a>
fix(browser): stop the browser rpc when the pool is closed (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6858">#6858</a>)</li>
<li><a
href="251893b41c"><code>251893b</code></a>
chore: set <code>resolve.mainFields</code> and
<code>resolve.conditions</code> for SSR environment ...</li>
<li><a
href="0ad2cdcaae"><code>0ad2cdc</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6890">#6890</a>)</li>
<li><a
href="4c96cce707"><code>4c96cce</code></a>
fix: print ssrTransform error (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6885">#6885</a>)</li>
<li><a
href="98f76ea75f"><code>98f76ea</code></a>
fix: don't rerun on Esc or Ctrl-C during watch filter (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6895">#6895</a>)</li>
<li><a
href="00ebea6414"><code>00ebea6</code></a>
refactor(reporters): base reporter readability improvements (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6889">#6889</a>)</li>
<li><a
href="9b3c3de27b"><code>9b3c3de</code></a>
chore: add JSDoc to Jest assertions and asymmetric matchers (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6822">#6822</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.5/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-11-15 09:55:36 -08:00
dependabot[bot]
130398b8b8
Bump the storybook group with 9 updates (#1294)
Bumps the storybook group with 9 updates:

| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
| `8.4.2` | `8.4.4` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.4.2` | `8.4.4` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `8.4.2` | `8.4.4` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)
| `8.4.2` | `8.4.4` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.4.2` | `8.4.4` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.4.2` | `8.4.4` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.4.2` | `8.4.4` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming)
| `8.4.2` | `8.4.4` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.4.2` | `8.4.4` |

Updates `@storybook/addon-essentials` from 8.4.2 to 8.4.4
<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.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.4.2 to 8.4.4
<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.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.4.2 to 8.4.4
<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.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.4.2 to 8.4.4
<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.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/blocks</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/lib/blocks">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react` from 8.4.2 to 8.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react-vite` from 8.4.2 to 8.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/frameworks/react-vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/test` from 8.4.2 to 8.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/lib/test">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/theming` from 8.4.2 to 8.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/theming</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/lib/theming">compare
view</a></li>
</ul>
</details>
<br />

Updates `storybook` from 8.4.2 to 8.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>v8.4.3</h2>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.4.4</h2>
<ul>
<li>Addon Test: Only optimize react deps if applicable in vitest-plugin
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29617">#29617</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
<h2>8.4.3</h2>
<ul>
<li>Addon Test: Optimize internal dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29595">#29595</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Next.js: Add support for Next 15 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29587">#29587</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca016ae04e"><code>ca016ae</code></a>
Bump version from &quot;8.4.3&quot; to &quot;8.4.4&quot; [skip ci]</li>
<li><a
href="750930f5ab"><code>750930f</code></a>
Bump version from &quot;8.4.2&quot; to &quot;8.4.3&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.4/code/lib/cli">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-15 09:55:14 -08:00
Mike Sawka
c4d7779003
wsh ai file attachments -- renderer in waveai (#1281) 2024-11-14 16:20:33 -08:00
Mike Sawka
631fad23d8
add new vdom.H() func and Filter/FilterIdx (#1291) 2024-11-14 16:19:21 -08:00
Mike Sawka
8b672211a9
move vdomclient to waveapp (#1290) 2024-11-14 13:32:58 -08:00
Evan Simkowitz
2dfdf66169
Opening HelpView pages in external browser uses the public docsite equivalent (#1289)
Before, when you clicked the "Open in External Browser" button from the
`HelpView`, the browser would attempt to open the embedded url, which
may or may not still exist, depending on whether the content was cached
from the last time the app was opened (since the embedded docsite uses a
random port). Now, we'll swap the embedded url for the public docsite
equivalent when you open in an external browser.
2024-11-14 11:03:10 -08:00
Evan Simkowitz
eb00716e00
Don't drag for ephemeral blocks (#1288) 2024-11-14 10:16:08 -08:00
Evan Simkowitz
ced3d73111
Update to Yarn 4.5.1 (#1286) 2024-11-13 21:11:00 -08:00
Evan Simkowitz
e5f98c6475
Update our build workflows to use NodeJS 22 (#1285)
NodeJS 20 is almost EOL so I'm updating our workflows to use NodeJS 22.
This does not change anything about our app, which will still use NodeJS
20 until Electron shifts away from it. NodeJS 22 is fully
backwards-compatible with NodeJS 20 so there's no issue from a testing
standpoint.
2024-11-13 21:06:48 -08:00
Evan Simkowitz
f4439ebc6c
Update Readme to reflect that electron no longer supports macOS 10.15 (#1284) 2024-11-13 20:58:30 -08:00
Evan Simkowitz
255cb51944
Fix window opacity bug (#1283)
With the tab refactor, we introduced a regression that prevented window
transparency from working. Rather than applying overrides of the app
background color (where we record window opacity) to the body of the
document, we were applying it to the main div. This meant that while the
main div was transparent, the body was not (since the default background
color we set for the body is opaque). With this change, we update the
body background directly.
2024-11-13 20:48:02 -08:00
Evan Simkowitz
14249b33b2
Remove the debounce when setting the backdrop for the ephemeral nodes (#1280)
I added this debounce to delay the blurring of the background nodes when
a node was magnified to account for the animation, but it looks weird
for the ephemeral nodes since there's no animation when first showing
them. When we work on node creation animations maybe I'll add back this
delay
2024-11-13 18:49:03 -08:00