Skip to content

Commit cd5bc16

Browse files
Bump the dev-dependencies-minor group across 1 directory with 3 updates (#2499)
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 &amp; 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="https://github.com/electron/node-abi/commit/e1fbdddb1c11caacb5766b808505ac3b86063fe0">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="https://github.com/electron/node-abi/commit/4614b6b4679401208fddb2230d3ece765b27d861">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="https://github.com/electron/node-abi/commit/a0b95e07afab629a359f2ff8d68b71b27a9a18ac">a0b95e0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/node-abi/commit/e1fbdddb1c11caacb5766b808505ac3b86063fe0"><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="https://github.com/electron/node-abi/commit/5e7b041ed82cd8660c92d3391056840b779d83f3"><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="https://github.com/electron/node-abi/commit/a0eb6a1b646d1933128dd9f907ce94e524e7f27f"><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="https://github.com/electron/node-abi/commit/4614b6b4679401208fddb2230d3ece765b27d861"><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="https://github.com/electron/node-abi/commit/91c9478e5c299cfa725da32849a070999f66c5f0"><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="https://github.com/electron/node-abi/commit/7b12648e7c734eaba7222ff3e6b77555f29a461e"><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="https://github.com/electron/node-abi/commit/2e3692472817b648baf6ec332bdb08506d3abd41"><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="https://github.com/electron/node-abi/commit/e0c3ff071d3b87b113eee9394de141fb7e374b7e"><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="https://github.com/electron/node-abi/commit/a0b95e07afab629a359f2ff8d68b71b27a9a18ac"><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="https://github.com/electron/node-abi/commit/0683be1d61041622fe6d8bd6f2fba561e4cd70bd"><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="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/ab5c488b2d92d9706c01aaca08f410b16cd6a7da">ab5c488</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/0260abfd71dc818d10a69e6fd1bbea3f0be38faf"><code>0260abf</code></a> v1.5.0</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/4887997f865b2708ef9834992b3b31da7223d6fe"><code>4887997</code></a> chore(release): 1.4.0</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/ab5c488b2d92d9706c01aaca08f410b16cd6a7da"><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="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/2c6d363f7fb0cdb0271d8ff7239238e79583cb8a"><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>
1 parent 88d6772 commit cd5bc16

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-config-prettier": "^10.1.8",
5050
"eslint-plugin-mdx": "^3.6.2",
5151
"prettier": "^3.6.2",
52-
"prettier-plugin-jsdoc": "^1.3.2",
52+
"prettier-plugin-jsdoc": "^1.5.0",
5353
"prettier-plugin-organize-imports": "^4.3.0",
5454
"remark-cli": "^12.0.1",
5555
"remark-frontmatter": "^5.0.0",

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@
5959
"@types/tinycolor2": "^1",
6060
"@types/uuid": "^10.0.0",
6161
"@types/ws": "^8",
62-
"@vitejs/plugin-react-swc": "4.1.0",
62+
"@vitejs/plugin-react-swc": "4.2.0",
6363
"@vitest/coverage-istanbul": "^3.0.9",
6464
"electron": "^38.1.2",
6565
"electron-builder": "^26.0",
6666
"electron-vite": "^4.0.1",
6767
"eslint": "^8.57.0",
6868
"eslint-config-prettier": "^10.1.8",
69-
"node-abi": "^4.14.0",
69+
"node-abi": "^4.17.0",
7070
"postcss": "^8.5.6",
7171
"prettier": "^3.6.2",
72-
"prettier-plugin-jsdoc": "^1.3.3",
72+
"prettier-plugin-jsdoc": "^1.5.0",
7373
"prettier-plugin-organize-imports": "^4.3.0",
7474
"sass": "1.91.0",
7575
"storybook": "^8.6.14",

tsunami/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@tailwindcss/vite": "^4.1.16",
3232
"@types/react": "^19",
3333
"@types/react-dom": "^19",
34-
"@vitejs/plugin-react-swc": "^4.1.0",
34+
"@vitejs/plugin-react-swc": "^4.2.0",
3535
"tailwindcss": "^4.1.16",
3636
"typescript": "^5.9.3",
3737
"vite": "^6.4.1"

0 commit comments

Comments
 (0)