mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 21:51:02 +00:00
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.0.4 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@5.1.0</h2> <h3>Add <code>@vitejs/plugin-react/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/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>Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/930">#930</a>)</h3> <p>Rolldown 1.0.0-beta.44+ removed the top-level <code>jsx</code> option in favor of <code>transform.jsx</code>. This plugin now uses the <code>transform.jsx</code> option to support Rolldown 1.0.0-beta.44+.</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/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>5.1.0 (2025-10-24)</h2> <h3>Add <code>@vitejs/plugin-react/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/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>Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/930">#930</a>)</h3> <p>Rolldown 1.0.0-beta.44+ removed the top-level <code>jsx</code> option in favor of <code>transform.jsx</code>. This plugin now uses the <code>transform.jsx</code> option to support Rolldown 1.0.0-beta.44+.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3e5a3742e9"><code>3e5a374</code></a> release: plugin-react@5.1.0</li> <li><a href="44cbed4d00"><code>44cbed4</code></a> fix(react): compat with newer rolldown (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/930">#930</a>)</li> <li><a href="c54d3c6998"><code>c54d3c6</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/926">#926</a>)</li> <li><a href="a2d76d9476"><code>a2d76d9</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/918">#918</a>)</li> <li><a href="fffb7eb7a4"><code>fffb7eb</code></a> feat(react): expose virtual module to simplify hmr preamble setup on ssr (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/890">#890</a>)</li> <li><a href="b79592a72a"><code>b79592a</code></a> fix(deps): update react-related dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/901">#901</a>)</li> <li><a href="2d239fc8de"><code>2d239fc</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/896">#896</a>)</li> <li><a href="73be2f0bbf"><code>73be2f0</code></a> chore(deps): fix vitest > rolldown-vite dependency (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/889">#889</a>)</li> <li><a href="407795dbd0"><code>407795d</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/887">#887</a>)</li> <li><a href="47db4734d5"><code>47db473</code></a> chore(react): fix ecosystem-ci failure (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/888">#888</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.0/packages/plugin-react">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>