mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
Bumps the dev-dependencies-minor group with 3 updates in the / directory: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc), [node-abi](https://github.com/electron/node-abi) and [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc). Updates `@vitejs/plugin-react-swc` from 4.1.0 to 4.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react-swc</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.2.0</h2> <h3>Update peer dependency range to target Vite 5</h3> <p>There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.</p> <h3>Align jsx runtime for optimized dependencies</h3> <p>This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have <code>React</code> in the scope.</p> <p>Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.</p> <h2>plugin-react-swc@4.2.0</h2> <h3>Add <code>@vitejs/plugin-react-swc/preamble</code> virtual module for SSR HMR (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/890">#890</a>)</h3> <p>SSR applications can now initialize HMR runtime by importing <code>@vitejs/plugin-react-swc/preamble</code> at the top of their client entry instead of manually calling <code>transformIndexHtml</code>. This simplifies SSR setup for applications that don't use the <code>transformIndexHtml</code> API.</p> <h3>Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/951">#951</a>)</h3> <p>Previously, this plugin did not use SWC if plugins were not provided even if <code>useAtYourOwnRisk_mutateSwcOptions</code> was provided. This is now fixed.</p> <h2>plugin-react@4.1.1</h2> <ul> <li>Enable retainLines to get correct line numbers for jsxDev (fix <a href="https://redirect.github.com/vitejs/vite-plugin-react/issues/235">#235</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md"><code>@vitejs/plugin-react-swc</code>'s changelog</a>.</em></p> <blockquote> <h2>4.2.0 (2025-10-24)</h2> <h3>Add <code>@vitejs/plugin-react-swc/preamble</code> virtual module for SSR HMR (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/890">#890</a>)</h3> <p>SSR applications can now initialize HMR runtime by importing <code>@vitejs/plugin-react-swc/preamble</code> at the top of their client entry instead of manually calling <code>transformIndexHtml</code>. This simplifies SSR setup for applications that don't use the <code>transformIndexHtml</code> API.</p> <h3>Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/951">#951</a>)</h3> <p>Previously, this plugin did not use SWC if plugins were not provided even if <code>useAtYourOwnRisk_mutateSwcOptions</code> was provided. This is now fixed.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/v4.2.0/packages/plugin-react-swc">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@vitejs/plugin-react-swc</code> since your current version.</p> </details> <br /> Updates `node-abi` from 4.14.0 to 4.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/node-abi/releases">node-abi's releases</a>.</em></p> <blockquote> <h2>v4.17.0</h2> <h1><a href="https://github.com/electron/node-abi/compare/v4.16.0...v4.17.0">4.17.0</a> (2025-10-30)</h1> <h3>Features</h3> <ul> <li>update ABI registry (<a href="https://redirect.github.com/electron/node-abi/issues/243">#243</a>) (<a href=" |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| static | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierignore | ||
| .remarkrc | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| eslint.config.js | ||
| package.json | ||
| prettier.config.cjs | ||
| README.md | ||
| tsconfig.json | ||
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.
Local Development
task docsite
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
task docsite:build:<embedded,public>
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