Skip to content

Commit ac92ee2

Browse files
Bump the dev-dependencies-patch group with 2 updates (#2558)
Bumps the dev-dependencies-patch group with 2 updates: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@vitejs/plugin-react-swc` from 4.2.1 to 4.2.2 <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>[email protected]</h2> <h3>Update code to support newer <code>rolldown-vite</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/978">#978</a>)</h3> <p><code>rolldown-vite</code> will remove <code>optimizeDeps.rollupOptions</code> in favor of <code>optimizeDeps.rolldownOptions</code> soon. This plugin now uses <code>optimizeDeps.rolldownOptions</code> to support newer <code>rolldown-vite</code>. Please update <code>rolldown-vite</code> to the latest version if you are using an older version.</p> </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.2 (2025-11-12)</h2> <h3>Update code to support newer <code>rolldown-vite</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/978">#978</a>)</h3> <p><code>rolldown-vite</code> will remove <code>optimizeDeps.rollupOptions</code> in favor of <code>optimizeDeps.rolldownOptions</code> soon. This plugin now uses <code>optimizeDeps.rolldownOptions</code> to support newer <code>rolldown-vite</code>. Please update <code>rolldown-vite</code> to the latest version if you are using an older version.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/5e600a31ec27fae54df58a46ef1fffa80238042e"><code>5e600a3</code></a> release: [email protected]</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/bcc7db076ec038ab0152fd00a712913569c901a4"><code>bcc7db0</code></a> chore: add changelog for <a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/976">#976</a> and <a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/978">#978</a></li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/17fdcc8b5b70bedfd34fe2dafcd60b95437b73d8"><code>17fdcc8</code></a> fix(react-swc,react-oxc): use rolldownOptions instead of deprecated rollupOpt...</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/fc76c72e42b4a9ce16e3ac844fdc1039838820e2"><code>fc76c72</code></a> chore(deps): update dependency <code>@​types/node</code> to v24 (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/970">#970</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/41cb8237bfb902fe1873c55de0780f0ca2cf3640"><code>41cb823</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/968">#968</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/51160f3873a96cdbb56ecf7c98ece60e84500273"><code>51160f3</code></a> release: [email protected]</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/0f5c8b4bc983c3e9084d754f6115eb7366d1136d"><code>0f5c8b4</code></a> chore(react-swc): add changelog (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/963">#963</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/897a3bead901f5f4a6cf7ba4ff3f1ed67c7e539e"><code>897a3be</code></a> fix(react-swc): fix <code>@vitejs/plugin-react-swc/preamble</code> on build (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/962">#962</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/9cabe2720f571338cc319c957f285e6f787f23fa"><code>9cabe27</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/960">#960</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/b5f471f3a3b25bc73e0d80fe1cd12a71101b87d5"><code>b5f471f</code></a> chore(deps): update swc monorepo (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/954">#954</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react-swc">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.46.3 to 8.46.4 <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.46.4</h2> <h2>8.46.4 (2025-11-10)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] fix double-report on computed literal identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11006">#11006</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/10958">#10958</a>)</li> <li><strong>eslint-plugin:</strong> handle override modifier in promise-function-async fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11730">#11730</a>)</li> <li><strong>parser:</strong> error when both <code>projectService</code> and <code>project</code> are set (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11333">#11333</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Evgeny Stepanovych <a href="https://github.com/undsoft"><code>@​undsoft</code></a></li> <li>Kentaro Suzuki <a href="https://github.com/sushichan044"><code>@​sushichan044</code></a></li> <li>Maria Solano <a href="https://github.com/MariaSolOs"><code>@​MariaSolOs</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/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.46.4 (2025-11-10)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/843f144797c0a94272cdb002c00c5639cf0797c6"><code>843f144</code></a> chore(release): publish 8.46.4</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7c6944e74b29a3310515a9de9333e20116165b58"><code>7c6944e</code></a> chore: fix typos (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11744">#11744</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/typescript-eslint">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16a2c89 commit ac92ee2

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"remark-preset-lint-consistent": "^6.0.1",
5757
"remark-preset-lint-recommended": "^7.0.1",
5858
"typescript": "^5.9.3",
59-
"typescript-eslint": "^8.46.3"
59+
"typescript-eslint": "^8.46.4"
6060
},
6161
"resolutions": {
6262
"path-to-regexp@npm:2.2.1": "^3",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/tinycolor2": "^1",
6060
"@types/uuid": "^10.0.0",
6161
"@types/ws": "^8",
62-
"@vitejs/plugin-react-swc": "4.2.1",
62+
"@vitejs/plugin-react-swc": "4.2.2",
6363
"@vitest/coverage-istanbul": "^3.0.9",
6464
"electron": "^38.5.0",
6565
"electron-builder": "^26.0",
@@ -80,7 +80,7 @@
8080
"tslib": "^2.8.1",
8181
"tsx": "^4.20.6",
8282
"typescript": "^5.9.3",
83-
"typescript-eslint": "^8.46.3",
83+
"typescript-eslint": "^8.46.4",
8484
"vite": "^6.4.1",
8585
"vite-plugin-image-optimizer": "^2.0.3",
8686
"vite-plugin-static-copy": "^3.1.4",

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.17",
3232
"@types/react": "^19",
3333
"@types/react-dom": "^19",
34-
"@vitejs/plugin-react-swc": "^4.2.1",
34+
"@vitejs/plugin-react-swc": "^4.2.2",
3535
"tailwindcss": "^4.1.17",
3636
"typescript": "^5.9.3",
3737
"vite": "^6.4.1"

0 commit comments

Comments
 (0)