An open-source, cross-platform terminal for seamless workflows
Go to file
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
.github Update our build workflows to use NodeJS 22 (#1285) 2024-11-13 21:06:48 -08:00
.storybook Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -08:00
.vscode fix cname formatting exclusion (#888) 2024-09-26 20:11:23 -07:00
assets Make Linux icon match Windows (#1127) 2024-10-24 15:39:45 -07:00
build another try at audio permissions (and more) for #1086 (#1192) 2024-11-01 12:17:19 -07:00
cmd wsh ai file attachments -- renderer in waveai (#1281) 2024-11-14 16:20:33 -08:00
db vdom 4 (#1110) 2024-10-23 22:47:29 -07:00
docs Bump the dev-dependencies group with 7 updates (#1293) 2024-11-15 09:55:36 -08:00
emain rename actual size to reset zoom (#1264) 2024-11-11 13:10:38 -08:00
frontend wsh ai file attachments -- renderer in waveai (#1281) 2024-11-14 16:20:33 -08:00
pkg wsh ai file attachments -- renderer in waveai (#1281) 2024-11-14 16:20:33 -08:00
public Move xterm.css to resolve Vite warning (#309) 2024-09-03 18:11:28 -07:00
testdriver TestDriver v4 (#865) 2024-10-17 19:09:41 -05:00
.editorconfig fix cname formatting exclusion (#888) 2024-09-26 20:11:23 -07:00
.gitattributes WSL Integration (#1031) 2024-10-23 22:43:17 -07:00
.gitignore Fix docsite path error in docsite.go (#1272) 2024-11-12 12:30:37 -08:00
.prettierignore Add filewatcher for config files (#63) 2024-06-19 23:59:41 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
ACKNOWLEDGEMENTS.md Add back the acknowledgements readme, update about modal link (#818) 2024-09-24 16:58:18 -07:00
BUILD.md Update our build workflows to use NodeJS 22 (#1285) 2024-11-13 21:06:48 -08:00
CNAME Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
CODE_OF_CONDUCT.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
CONTRIBUTING.md Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -08:00
electron-builder.config.cjs another try at audio permissions (and more) for #1086 (#1192) 2024-11-01 12:17:19 -07:00
electron.vite.config.ts right click save image in webview (#962) 2024-10-04 16:34:05 -07:00
eslint.config.js Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
go.mod Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#1239) 2024-11-08 10:26:14 -08:00
go.sum Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#1239) 2024-11-08 10:26:14 -08:00
index.html browser view (#1005) 2024-10-17 14:34:02 -07:00
LICENSE Setup the Build Helper pipeline (#116) 2024-07-17 22:39:22 -07:00
NOTICE update copyright 2024-09-18 12:05:08 -07:00
package.json Bump the dev-dependencies group with 7 updates (#1293) 2024-11-15 09:55:36 -08:00
prettier.config.cjs Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
README.md Update Readme to reflect that electron no longer supports macOS 10.15 (#1284) 2024-11-13 20:58:30 -08:00
RELEASES.md update 2024-09-19 17:06:31 -07:00
SECURITY.md Add markdown alert parsing, fix buffer issue when switching files (#988) 2024-10-08 09:25:41 -07:00
Taskfile.yml Fix electron:start task not having wcloud env vars (#1261) 2024-11-11 10:46:58 -08:00
tsconfig.json thenextwave cleanups 2024-09-19 14:04:47 -07:00
version.cjs If prerelease is false and action is none, remove the prerelease version string (#395) 2024-09-18 13:12:34 -07:00
vitest.config.ts Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
yarn.lock Bump the dev-dependencies group with 7 updates (#1293) 2024-11-15 09:55:36 -08:00

Wave Terminal Logo

Wave Terminal

FOSSA Status

Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.

Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.

WaveTerm Screenshot

Installation

Wave Terminal works on macOS, Linux, and Windows.

Install Wave Terminal from: www.waveterm.dev/download

Also available as a Homebrew Cask for macOS:

brew install --cask wave

Also available as a Snap on Linux:

sudo snap install waveterm --classic

Also available via the Windows Package Manager:

winget install CommandLine.Wave

Minimum requirements

Wave Terminal and WSH run on the following platforms:

  • macOS 11 or later (arm64, x64)
  • Windows 10 1809 or later (x64)
  • Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64)

Building from Source

See Building Wave Terminal.

Contributing

Wave uses GitHub Issues for issue tracking.

Find more information in our Contributions Guide, which includes:

Activity

Alt

License

Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.