An open-source, cross-platform terminal for seamless workflows
Go to file
dependabot[bot] eb4fb891a8
Bump the dev-dependencies group across 1 directory with 6 updates (#1515)
Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.10.1` | `22.10.2` |
|
[@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types)
| `15.7.13` | `15.7.14` |
| [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.17.0` | `8.18.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`6.0.2` | `6.0.3` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.1.3` | `5.1.4` |


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

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

Updates `sass` from 1.82.0 to 1.83.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.83.0</h2>
<p>To install Sass 1.83.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.83.0</h2>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38dbb00db"><code>f38dbb0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a>
from sass/rest-param-comma</li>
<li><a
href="0230ccf851"><code>0230ccf</code></a>
Update pkg/sass_api/CHANGELOG.md</li>
<li><a
href="dd9b106e7e"><code>dd9b106</code></a>
Rename ArgumentInvocation and ArgumentDeclaration</li>
<li><a
href="c45bc70b39"><code>c45bc70</code></a>
Allow a trailing comma after rest parameters and arguments</li>
<li><a
href="219fe67817"><code>219fe67</code></a>
Fix static analysis issues for dart 3.6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li>
<li><a
href="f9eef8105c"><code>f9eef81</code></a>
Fix links to importers in the internal documentation (<a
href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li>
<li><a
href="1b3c7de8d3"><code>1b3c7de</code></a>
Represent rest parameters as properties on Parameter (<a
href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li>
<li><a
href="7a6722cf29"><code>7a6722c</code></a>
Fix the declaration of ReturnRule._returnExpression (<a
href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li>
<li><a
href="1536dc0146"><code>1536dc0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a>
from sass/return</li>
<li><a
href="a74f9c301b"><code>a74f9c3</code></a>
Enable useDefineForClassFields and fix affected TS files. (<a
href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.82.0...1.83.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.17.0 to 8.18.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.18.0</h2>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on super call
of deprecated constructor (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add
support for &quot;no default&quot; comment (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
<li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX
attribute is deprecated (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] handle more
robustly when multiple <code>toString()</code> declarations are present
for a type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li>
<li><strong>eslint-plugin:</strong>
[use-unknown-in-catch-callback-variable] only flag function literals (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>mdm317</li>
<li>rtritto</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.18.0 (2024-12-09)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c60dbabd8a"><code>c60dbab</code></a>
chore(release): publish 8.18.0</li>
<li><a
href="4cb2cf86c3"><code>4cb2cf8</code></a>
fix: typescript peer dependency (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 6.0.2 to 6.0.3
<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>v6.0.3</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.3/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/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)
(<a
href="d5fb653c15">d5fb653</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18886">#18886</a></li>
<li>fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)
(<a
href="a1dd396da8">a1dd396</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18876">#18876</a></li>
<li>fix: make result interfaces for
<code>ModuleRunnerTransport#invoke</code> more explicit (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>)
(<a
href="a75fc3193d">a75fc31</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18851">#18851</a></li>
<li>fix: merge <code>environments.ssr.resolve</code> with root
<code>ssr</code> config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>)
(<a
href="310433106e">3104331</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18857">#18857</a></li>
<li>fix: no permission to create vite config file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>)
(<a
href="ff47778004">ff47778</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18844">#18844</a></li>
<li>fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)
(<a
href="690a36ffdb">690a36f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18885">#18885</a></li>
<li>fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)
(<a
href="2b5926a0e7">2b5926a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18887">#18887</a></li>
<li>fix(config): make stacktrace path correct when sourcemap is enabled
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)
(<a
href="20fdf210ee">20fdf21</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18833">#18833</a></li>
<li>fix(css): rewrite url when image-set and url exist at the same time
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)
(<a
href="d59efd8dfd">d59efd8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18868">#18868</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>)
(<a
href="5c0223636f">5c02236</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18853">#18853</a></li>
<li>fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)
(<a
href="1b54e506a4">1b54e50</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18852">#18852</a></li>
<li>fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)
(<a
href="88e49aa041">88e49aa</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18837">#18837</a></li>
<li>refactor: fix logic errors found by no-unnecessary-condition rule
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)
(<a
href="ea802f8f8b">ea802f8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18891">#18891</a></li>
<li>chore: fix duplicate attributes issue number in comment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>)
(<a
href="ffee61893c">ffee618</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18860">#18860</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7a0758cbbc"><code>7a0758c</code></a>
release: v6.0.3</li>
<li><a
href="a1dd396da8"><code>a1dd396</code></a>
fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li>
<li><a
href="ea802f8f8b"><code>ea802f8</code></a>
refactor: fix logic errors found by no-unnecessary-condition rule (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li>
<li><a
href="690a36ffdb"><code>690a36f</code></a>
fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li>
<li><a
href="d5fb653c15"><code>d5fb653</code></a>
fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li>
<li><a
href="2b5926a0e7"><code>2b5926a</code></a>
fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li>
<li><a
href="1b54e506a4"><code>1b54e50</code></a>
fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li>
<li><a
href="d59efd8dfd"><code>d59efd8</code></a>
fix(css): rewrite url when image-set and url exist at the same time (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li>
<li><a
href="20fdf210ee"><code>20fdf21</code></a>
fix(config): make stacktrace path correct when sourcemap is enabled (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li>
<li><a
href="88e49aa041"><code>88e49aa</code></a>
fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.1.3 to 5.1.4
<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.4</h2>
<ul>
<li><strong>fix:</strong> correctly infer the <code>paths</code> root
dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/150">#150</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f58afbc7ec"><code>f58afbc</code></a>
5.1.4</li>
<li><a
href="ece58bf988"><code>ece58bf</code></a>
chore: upgrade typescript</li>
<li><a
href="593a611dce"><code>593a611</code></a>
fix: ensure <code>parseNative</code> result is correctly handled</li>
<li><a
href="eea1c17d0f"><code>eea1c17</code></a>
fix: correctly infer the <code>paths</code> root dir</li>
<li><a
href="34cb651fab"><code>34cb651</code></a>
test: add case for resolving <code>paths</code> from an extended
tsconfig (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/166">#166</a>)</li>
<li><a
href="2d187b9a45"><code>2d187b9</code></a>
chore: upgrade vite &amp; vitest</li>
<li><a
href="a5bb13e9e2"><code>a5bb13e</code></a>
chore: stop using yarn in package.json scripts</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.3...v5.1.4">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-12-16 13:27:58 -08:00
.github Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
.storybook Make default workspace icon the Wave logo (#1470) 2024-12-10 13:54:11 -08:00
.vscode docs updates (and other misc items) for v0.9.3 (#1330) 2024-11-20 22:17:57 -08:00
assets Make the Wave logo icons slightly smaller (#1500) 2024-12-11 13:24:12 -08:00
build Squash some leftover bugs (#1495) 2024-12-11 12:52:15 -08:00
cmd minor docs fixups (consistency) (#1480) 2024-12-10 18:03:48 -08:00
db Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00
docs Bump the dev-dependencies group across 1 directory with 6 updates (#1515) 2024-12-16 13:27:58 -08:00
emain Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
frontend Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
pkg Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
public Make the Wave logo icons slightly smaller (#1500) 2024-12-11 13:24:12 -08:00
testdriver touch up final test condition (#1338) 2024-11-22 17:16:04 -08:00
.editorconfig Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08: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 Fix copyfiles for docsite (#1321) 2024-11-19 14:15:11 -08:00
electron.vite.config.ts Remove another instance of redundant Vite Sass config (#1391) 2024-12-04 17:35:05 -08: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.29.0 to 0.31.0 (#1503) 2024-12-12 09:59:58 -08:00
go.sum Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1503) 2024-12-12 09:59:58 -08:00
index.html Make default workspace icon the Wave logo (#1470) 2024-12-10 13:54:11 -08: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 across 1 directory with 6 updates (#1515) 2024-12-16 13:27:58 -08:00
prettier.config.cjs Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
README.md Docs Updates (#1469) 2024-12-10 14:41:35 -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 environment variable access for winget script (#1506) 2024-12-12 12:15:03 -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 across 1 directory with 6 updates (#1515) 2024-12-16 13:27:58 -08:00

Wave Terminal Logo

Wave Terminal

FOSSA Status waveterm

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.

Platform-specific installation instructions can be found here.

You can also install Wave Terminal directly from: www.waveterm.dev/download.

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.