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="e1fbdddb1c">e1fbddd</a>)</li> </ul> <h2>v4.16.0</h2> <h1><a href="https://github.com/electron/node-abi/compare/v4.15.0...v4.16.0">4.16.0</a> (2025-10-28)</h1> <h3>Features</h3> <ul> <li>update ABI registry (<a href="https://redirect.github.com/electron/node-abi/issues/233">#233</a>) (<a href="4614b6b467">4614b6b</a>)</li> </ul> <h2>v4.15.0</h2> <h1><a href="https://github.com/electron/node-abi/compare/v4.14.0...v4.15.0">4.15.0</a> (2025-10-23)</h1> <h3>Features</h3> <ul> <li>update ABI registry (<a href="https://redirect.github.com/electron/node-abi/issues/227">#227</a>) (<a href="a0b95e07af">a0b95e0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e1fbdddb1c"><code>e1fbddd</code></a> feat: update ABI registry (<a href="https://redirect.github.com/electron/node-abi/issues/243">#243</a>)</li> <li><a href="5e7b041ed8"><code>5e7b041</code></a> ci: quick sleep before waiting on automated PR checks (<a href="https://redirect.github.com/electron/node-abi/issues/240">#240</a>)</li> <li><a href="a0eb6a1b64"><code>a0eb6a1</code></a> ci: tweak automated docs PR merging (<a href="https://redirect.github.com/electron/node-abi/issues/239">#239</a>)</li> <li><a href="4614b6b467"><code>4614b6b</code></a> feat: update ABI registry (<a href="https://redirect.github.com/electron/node-abi/issues/233">#233</a>)</li> <li><a href="91c9478e5c"><code>91c9478</code></a> ci: fix outputs syntax in release workflow (<a href="https://redirect.github.com/electron/node-abi/issues/237">#237</a>)</li> <li><a href="7b12648e7c"><code>7b12648</code></a> ci: update release environment name (<a href="https://redirect.github.com/electron/node-abi/issues/236">#236</a>)</li> <li><a href="2e36924728"><code>2e36924</code></a> ci: use new electron/secret-service-action (<a href="https://redirect.github.com/electron/node-abi/issues/235">#235</a>)</li> <li><a href="e0c3ff071d"><code>e0c3ff0</code></a> ci: use electron/secret-service action (<a href="https://redirect.github.com/electron/node-abi/issues/234">#234</a>)</li> <li><a href="a0b95e07af"><code>a0b95e0</code></a> feat: update ABI registry (<a href="https://redirect.github.com/electron/node-abi/issues/227">#227</a>)</li> <li><a href="0683be1d61"><code>0683be1</code></a> ci: bump electron/semantic-trusted-release to v1.0.1 (<a href="https://redirect.github.com/electron/node-abi/issues/230">#230</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/node-abi/compare/v4.14.0...v4.17.0">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-jsdoc` from 1.3.3 to 1.5.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md">prettier-plugin-jsdoc's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> <h2><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.3...v1.4.0">1.4.0</a> (2025-10-29)</h2> <h3>Features</h3> <ul> <li>add support for import tags (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/252">#252</a>) (<a href="ab5c488b2d">ab5c488</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0260abfd71"><code>0260abf</code></a> v1.5.0</li> <li><a href="4887997f86"><code>4887997</code></a> chore(release): 1.4.0</li> <li><a href="ab5c488b2d"><code>ab5c488</code></a> feat: add support for import tags (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/252">#252</a>)</li> <li><a href="2c6d363f7f"><code>2c6d363</code></a> test: prettier version bump into 3.6 (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/248">#248</a>)</li> <li>See full diff in <a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.3...v1.5.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>
81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"name": "waveterm-docs",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"build-embedded": "npm run build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.7.0",
|
|
"@docusaurus/plugin-content-docs": "^3.7.0",
|
|
"@docusaurus/plugin-debug": "^3.7.0",
|
|
"@docusaurus/plugin-ideal-image": "^3.7.0",
|
|
"@docusaurus/plugin-sitemap": "^3.7.0",
|
|
"@docusaurus/plugin-svgr": "^3.7.0",
|
|
"@docusaurus/theme-classic": "^3.7.0",
|
|
"@docusaurus/theme-search-algolia": "^3.7.0",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@waveterm/docusaurus-og": "https://codeload.github.com/wavetermdev/docusaurus-og/tar.gz/2156619012b8970d922c1ef47789d2f14e47e283",
|
|
"clsx": "^2.1.1",
|
|
"docusaurus-plugin-sass": "^0.2.6",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-typescript-code-import": "^1.0.1",
|
|
"sass": "^1.93.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.7.0",
|
|
"@docusaurus/tsconfig": "3.7.0",
|
|
"@docusaurus/types": "3.7.0",
|
|
"@eslint/js": "^8.57.0",
|
|
"@mdx-js/typescript-plugin": "^0.1.3",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-mdx": "^3.6.2",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-jsdoc": "^1.5.0",
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
"remark-cli": "^12.0.1",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-mdx": "^3.1.0",
|
|
"remark-preset-lint-consistent": "^6.0.1",
|
|
"remark-preset-lint-recommended": "^7.0.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.2"
|
|
},
|
|
"resolutions": {
|
|
"path-to-regexp@npm:2.2.1": "^3",
|
|
"cookie@0.6.0": "^0.7.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 3 chrome version",
|
|
"last 3 firefox version",
|
|
"last 5 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|