Skip to content

Update dependency @vitejs/plugin-react to v6.1.1 - #492

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/vitejs-plugin-react-6.x-lockfile
Open

renovate[bot] wants to merge 2 commits into
mainfrom
renovate/vitejs-plugin-react-6.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 6.0.3 → 6.1.1 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.1.1

Compare Source

Add compiler.logDiagnostics option

Recoverable React Compiler diagnostics are no longer logged by default. Set compiler.logDiagnostics to true to log them through Vite. Fatal diagnostics are always logged and fail the transform.

Respect environment sourcemap option for React Compiler transform when builder.sharedPlugins is enabled (#​1439)

The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental builder.sharedPlugins was enabled.

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})

v6.0.5

Compare Source

Fixed the react compiler preset filter to be linear (#​1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#​1349). The filter was changed to be linear to avoid that.

v6.0.4

Compare Source

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined.
This error is now fixed.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dokploy-2025-09-04-9e6xob

Copy link
Copy Markdown

🚨 Preview Deployment Blocked - Security Protection

Your pull request was blocked from triggering preview deployments

Why was this blocked?

  • User: renovate[bot]
  • Repository: sparked-next
  • Permission Level: none
  • Required Level: write, maintain, or admin

How to resolve this:

Option 1: Get Collaborator Access (Recommended)
Ask a repository maintainer to invite you as a collaborator with write permissions or higher.

Option 2: Request Permission Override
Ask a repository administrator to disable security validation for this specific application if appropriate.

For Repository Administrators:

To disable this security check (⚠️ not recommended for public repositories):
Enter to preview settings and disable the security check.


This security measure protects against malicious code execution in preview deployments. Only trusted collaborators should have the ability to trigger deployments.

🛡️ Learn more about this security feature

This protection prevents unauthorized users from:

  • Executing malicious code on the deployment server
  • Accessing environment variables and secrets
  • Potentially compromising the infrastructure

Preview deployments are powerful but require trust. Only users with repository write access can trigger them.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 2f49d81 to e615336 Compare August 8, 2026 20:11
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from e615336 to e3e4251 Compare August 12, 2026 04:08
@renovate renovate Bot changed the title Update dependency @vitejs/plugin-react to v6.0.5 Update dependency @vitejs/plugin-react to v6.1.0 Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from e3e4251 to 41b24c3 Compare August 20, 2026 04:29
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 41b24c3 to d2acb3f Compare August 26, 2026 18:36
@renovate renovate Bot changed the title Update dependency @vitejs/plugin-react to v6.1.0 Update dependency @vitejs/plugin-react to v6.1.1 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from d2acb3f to ad4c614 Compare August 28, 2026 05:38
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from ad4c614 to 6ef1348 Compare September 3, 2026 11:31
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 6ef1348 to b1ef0ae Compare September 3, 2026 21:59
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from b1ef0ae to 1b8b662 Compare September 10, 2026 21:38
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 1b8b662 to 5531d9e Compare September 15, 2026 15:36
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 5531d9e to 89935af Compare September 24, 2026 14:19
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 89935af to 01799a6 Compare September 24, 2026 15:29
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from 01799a6 to d31903c Compare September 24, 2026 15:42
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch 2 times, most recently from e7271be to e11812f Compare September 24, 2026 15:59
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch 5 times, most recently from c4c6ea1 to e2ec8f9 Compare September 25, 2026 08:08
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x-lockfile branch from e2ec8f9 to 0de336c Compare September 25, 2026 08:11
@renovate

renovate Bot commented Sep 25, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

This branch had an error being deployed

1 failed (outdated) deployment
renovate/vitejs-plugin-react-6.x-lockfile - sparked-app PR #492 — d31903c0 Deployed Sep 24, 2026 by OlivierJM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant