waveterm/docs
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
..
docs docs: update releasenotes.mdx (#1518) 2024-12-14 19:01:27 -08:00
src Final workspace doc icon fix, use inline custom icon (#1485) 2024-12-11 10:08:04 -08:00
static Workspace doc, moving around images (#1479) 2024-12-10 17:43:56 -08:00
.editorconfig Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
.gitignore Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
.prettierignore Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
.remarkrc Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
.yarnrc.yml Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
babel.config.js Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
docusaurus.config.ts Ignore broken anchors warning (#1303) 2024-11-15 15:10:42 -08:00
eslint.config.js Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08: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 Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
README.md Add href to wave logo in readme (#1447) 2024-12-09 18:07:34 -08:00
tsconfig.json Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00

Wave Terminal Documentation

This is the home for Wave Terminal's documentation site. This README is specifically about building and contributing to the docs site. If you are looking for the actual hosted docs, go here -- https://docs.waveterm.dev

Installation

Our docs are built using Docusaurus, a modern static website generator.

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Deployments are handled automatically by the Docsite and Storybook CI/CD workflow