Skip to content

Commit b2ff602

Browse files
Bump @vitejs/plugin-react from 4.3.4 to 4.5.1 in /src/vscode-bicep-ui (#17321)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.4 to 4.5.1. <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@4.5.1</h2> <h3>Add explicit semicolon in preambleCode <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/485">#485</a></h3> <p>This fixes an edge case when using HTML minifiers that strips line breaks aggressively.</p> <h2>plugin-react@4.5.0</h2> <h3>Add <code>filter</code> for rolldown-vite <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/470">#470</a></h3> <p>Added <code>filter</code> so that it is more performant when running this plugin with rolldown-powered version of Vite.</p> <h3>Skip HMR for JSX files with hooks <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/480">#480</a></h3> <p>This removes the HMR warning for hooks with JSX.</p> <h2>plugin-react@4.4.1</h2> <p>Fix type issue when using <code>moduleResolution: &quot;node&quot;</code> in tsconfig <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/462">#462</a></p> <h2>plugin-react@4.4.0</h2> <h3>Make compatible with rolldown-vite</h3> <p>This plugin is now compatible with rolldown-powered version of Vite. Note that currently the <code>__source</code> property value position might be incorrect. This will be fixed in the near future.</p> <h2>plugin-react@4.4.0-beta.2</h2> <h3>Add <code>reactRefreshHost</code> option</h3> <p>Add <code>reactRefreshHost</code> option to set a React Fast Refresh runtime URL prefix. This is useful in a module federation context to enable HMR by specifying the host application URL in the Vite config of a remote application. See full discussion here: <a href="https://redirect.github.com/module-federation/vite/issues/183#issuecomment-2751825367">module-federation/vite#183</a></p> <pre lang="ts"><code>export default defineConfig({ plugins: [react({ reactRefreshHost: 'http://localhost:3000' })], }) </code></pre> <h2>plugin-react@4.4.0-beta.1</h2> <p>No release notes provided.</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>4.5.1 (2025-06-03)</h2> <h3>Add explicit semicolon in preambleCode <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/485">#485</a></h3> <p>This fixes an edge case when using HTML minifiers that strips line breaks aggressively.</p> <h2>4.5.0 (2025-05-23)</h2> <h3>Add <code>filter</code> for rolldown-vite <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/470">#470</a></h3> <p>Added <code>filter</code> so that it is more performant when running this plugin with rolldown-powered version of Vite.</p> <h3>Skip HMR for JSX files with hooks <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/480">#480</a></h3> <p>This removes the HMR warning for hooks with JSX.</p> <h2>4.4.1 (2025-04-19)</h2> <p>Fix type issue when using <code>moduleResolution: &quot;node&quot;</code> in tsconfig <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/462">#462</a></p> <h2>4.4.0 (2025-04-15)</h2> <h3>Make compatible with rolldown-vite</h3> <p>This plugin is now compatible with rolldown-powered version of Vite. Note that currently the <code>__source</code> property value position might be incorrect. This will be fixed in the near future.</p> <h2>4.4.0-beta.2 (2025-04-15)</h2> <h3>Add <code>reactRefreshHost</code> option</h3> <p>Add <code>reactRefreshHost</code> option to set a React Fast Refresh runtime URL prefix. This is useful in a module federation context to enable HMR by specifying the host application URL in the Vite config of a remote application. See full discussion here: <a href="https://redirect.github.com/module-federation/vite/issues/183#issuecomment-2751825367">module-federation/vite#183</a></p> <pre lang="ts"><code>export default defineConfig({ plugins: [react({ reactRefreshHost: 'http://localhost:3000' })], }) </code></pre> <h2>4.4.0-beta.1 (2025-04-09)</h2> <h2>4.4.0-beta.0 (2025-04-09)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/2f3205265904ff7770021700689a0d6fe17b1f03"><code>2f32052</code></a> release: plugin-react@4.5.1</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/88585dbd60f8ec40b31bed8994ac3a73fc0f1bac"><code>88585db</code></a> fix: add explicit semicolon in preambleCode (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/485">#485</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/476e705375ef618458918580beb63f43799d12e4"><code>476e705</code></a> release: plugin-react@4.5.0</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/02b1ede45dd88c9a81b4509235efe5a1c01fea20"><code>02b1ede</code></a> fix(hmr): skip HMR for JSX files with hooks (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/480">#480</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/5a94bd799f69aee468c6b5b081dd3b4620f49db7"><code>5a94bd7</code></a> feat: add filter (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/470">#470</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/7517103485081b26004e79f169efdd2d12a60946"><code>7517103</code></a> fix(react): inject <code>__self</code> and <code>__source</code> by babel for rolldown-vite (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/467">#467</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/ec1dfb3c453aefc09a2a1d12f9c518460c300b32"><code>ec1dfb3</code></a> chore: fix link in changelog (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/463">#463</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/57cc39869c319b842dac348b62c882a7bb963f7b"><code>57cc398</code></a> release: plugin-react@4.4.1</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/a62bdd6977cb4c2b098c929cc2b01952ae16366e"><code>a62bdd6</code></a> fix(react): fix package.json <code>types</code> (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/462">#462</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/8beda4f36fe4ca8c0f795619988deb0849054f8c"><code>8beda4f</code></a> release: plugin-react@4.4.0</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.1/packages/plugin-react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-react&package-manager=npm_and_yarn&previous-version=4.3.4&new-version=4.5.1)](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> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/17321) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cda6c1 commit b2ff602

File tree

3 files changed

+114
-106
lines changed

3 files changed

+114
-106
lines changed

src/vscode-bicep-ui/apps/deploy-pane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@testing-library/user-event": "^14.6.1",
1919
"@types/react": "^18.3.5",
2020
"@types/react-dom": "^18.3.0",
21-
"@vitejs/plugin-react": "^4.3.4",
21+
"@vitejs/plugin-react": "^4.5.1",
2222
"@vitest/coverage-v8": "^3.1.2",
2323
"@vscode-elements/webview-playground": "^1.6.0",
2424
"element-internals-polyfill": "^1.3.12",

0 commit comments

Comments
 (0)