Skip to content

chore(deps): update dependency @vitejs/plugin-react to v6 - #210

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 5.2.0 → 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.

v6.0.3

Compare Source

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • 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.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 4 times, most recently from 4b486b5 to b4f800d Compare August 7, 2026 04:43
@timoa

timoa commented Aug 11, 2026

Copy link
Copy Markdown
Owner

🛑 DevSecOps Renovate sweep (TIM-117) — CI gate

Required check Lint, Test, Build & Security is failing on this PR, so the autopilot is skipping it. The CI gate requires a fully green rollup before auto-merge.

Please investigate the failing check (or re-run it after fixes) and re-trigger the sweep if appropriate.

🤖 Automated by DevSecOps autopilot

@timoa

timoa commented Aug 12, 2026

Copy link
Copy Markdown
Owner

DevSecOps autopilot (TIM-119) — skipped: Lint, Test, Build & Security check failed. @vitejs/plugin-react 5.2.0 → 6.0.4 is a minor bump (and v6 is a major-line shift in plugin-react). CI gate red blocks auto-merge. Flagging for human review/approval.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 5 times, most recently from 4e27a5a to 1196de7 Compare August 12, 2026 07:15
@timoa

timoa commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Skipping — CI is red on this PR (🚫 Lint, Test, Build & Security). This is a major version bump (@vitejs/plugin-react 5.2.0 → 6.0.4) so a human needs to triage the lint failure before merge in any case. Not auto-merged.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 1196de7 to 143bade Compare August 13, 2026 10:36
@timoa

timoa commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Renovate PR — DevSecOps sweep (2026-08-14).

CI gate failure blocks auto-merge. Failed check(s):

  • Lint, Test, Build & Security

This is a major version bump (@vitejs/plugin-react 5.2.0 → 6.0.5). Please fix the failing checks before merging. The next sweep will re-evaluate once CI is green.

@timoa

timoa commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Renovate sweep — skipped, blocked. MAJOR bump (@vitejs/plugin-react 5.2.0 → 6.0.5) and CI gate failure: Lint, Test, Build & Security is FAILING. Major version with breaking changes requires human review and likely code adaptation. Please investigate the failing CI (likely a v6 breaking change) and either fix and merge, or close.

@timoa

timoa commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Autopilot: @vitejs/plugin-react 5.2.0 → 6.0.5 (major v5 → v6). CI blocked: Lint, Test, Build & Security = FAILURE; E2E Tests = SKIPPED (cascaded skip). The dependency-review and CodeQL checks passed. Please investigate the Lint/Test/Build failure (likely v6 breaking changes around the React Compiler preset filter) and re-run CI before merging.

@timoa

timoa commented Aug 17, 2026

Copy link
Copy Markdown
Owner

DevSecOps sweep: skipping — required check 'Lint, Test, Build & Security' is FAILING. This is a MAJOR bump (@vitejs/plugin-react 5.2.0 → 6.0.5), so the failure may be related to breaking changes in the v6 line. Please triage the CI failure and rerun, or close and rebase after fixes.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 143bade to d02272c Compare August 17, 2026 00:03

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renovate daily sweep (DevSecOps autopilot, 2026-08-18): this PR bumps @vitejs/plugin-react 5.2.0 → 6.0.5 (MAJOR delta, major version line per branch name renovate/vitejs-plugin-react-6.x). Per the autopilot risk-tier policy, major bumps require human approval. CI is also failing on Lint, Test, Build & Security (other checks green). Upstream changelog for v6 contains notable changes including react-compiler preset filter and NODE_ENV=production fixes. Skipping auto-merge — please review and address both blockers (human approval + Lint failure) manually.

@timoa

timoa commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Daily Renovate sweep: blocked. @vitejs/plugin-react 5.2.0 → 6.0.5 is a major bump, and the Lint, Test, Build & Security check failed on this PR. Also a major-version bump requires human approval per policy. Please review the breaking changes in the v6 release notes and re-run CI before merging.

@timoa

timoa commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Skipping — CI gate failure: Lint, Test, Build & Security failed on this PR (E2E Tests skipped). PR bumps @vitejs/plugin-react v5.2.0 → v6.0.5 (major, includes behavioural changes per the release notes). Please triage the failing checks before merging.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DevSecOps daily sweep: classifying as major (@vitejs/plugin-react 5.2.0 → 6.0.5) and CI is failing — Lint, Test, Build & Security returned FAILURE on the latest run. Major bumps + failing CI = skip and request human review. Please rebase, fix the lint/test failures, then re-request review.

@timoa

timoa commented Aug 22, 2026

Copy link
Copy Markdown
Owner

DevSecOps sweep TIM-173: skipped — failing CI. Lint, Test, Build & Security check failed; CI gate blocks auto-merge. Bumping @vitejs/plugin-react 5→6 (major). Please fix CI and re-run, or merge manually once green.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from d02272c to 903b8d9 Compare August 22, 2026 00:03
@timoa

timoa commented Aug 23, 2026

Copy link
Copy Markdown
Owner

DevSecOps auto-merge is blocked: Lint, Test, Build & Security check failed on the latest run (FAILURE). PR: @vitejs/plugin-react v5.2.0 → v6.0.5 (major version). Major bumps commonly require code adaptation in this repo. Please inspect the failing job, fix or rerun CI, then re-trigger the sweep.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is auto-flagged for human review.

PR #210 bumps @vitejs/plugin-react from 5.2.0 to 6.0.5 — a major version bump. Per the autopilot's risk policy, major bumps require human approval.

Additionally, Lint, Test, Build & Security is currently FAILING. The bump and the lint failure are likely related (v6 has API changes); please confirm the lint failures are expected post-upgrade and merge if so.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DevSecOps autopilot: skipped — MAJOR bump (@vitejs/plugin-react 5.2.0 → 6.0.5) and CI failing (Lint, Test, Build & Security = FAILURE). Major version bumps need human approval; please also verify the new release notes don't break the existing build.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 903b8d9 to e6063f5 Compare August 26, 2026 00:06
@timoa

timoa commented Aug 29, 2026

Copy link
Copy Markdown
Owner

DevSecOps autopilot sweep (2026-08-29). CI failed (Lint, Test, Build & Security) — skipping. Please rebase and re-run; once green this will be re-evaluated on the next daily sweep.

@timoa

timoa commented Aug 30, 2026

Copy link
Copy Markdown
Owner

🤖 Renovate autopilot (DevSecOps, daily sweep @ 2026-08-30):

Skipped — CI gate failure (and major version bump). Required check Lint, Test, Build & Security is FAILING.

This PR bumps @vitejs/plugin-react 5.2.0 → 6.0.5 (MAJOR). Major-version dependency updates require human approval even when CI is green.

Action needed: Investigate the Lint/Test/Build failure. If the major bump is the cause, the test suite or build config likely needs updates. Once CI is green, this PR still needs human review before merge — the autopilot will not auto-merge major version bumps.

@timoa

timoa commented Sep 1, 2026

Copy link
Copy Markdown
Owner

DevSecOps autopilot (daily Renovate sweep). Not merging — CI gate failure. Lint, Test, Build & Security failed on the latest run (2026-08-26). This is a major bump of @vitejs/plugin-react from 5.2.0 to 6.0.5 (v6 has breaking changes — see the v6.0.0 notes). Please investigate the failing Lint/Test/Build job, fix the breakage, and re-run CI; once it is green I will pick it up on the next sweep.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from e6063f5 to fce02e7 Compare September 1, 2026 00:03
@timoa

timoa commented Sep 2, 2026

Copy link
Copy Markdown
Owner

🤖 Renovate autopilot skipping this PR — required CI check failed.

Reason: Lint, Test, Build & Security check failed. Also flagged as MAJOR version bump (@vitejs/plugin-react 5.x → 6.x), which is outside autopilot auto-merge scope.

Please investigate the failing check before merging.

@timoa

timoa commented Sep 3, 2026

Copy link
Copy Markdown
Owner

DevSecOps Renovate sweep 2026-09-03: CI is not fully green — the 'Lint, Test, Build & Security' check failed on this branch. The 'CodeQL-Build', 'dependency-review', 'React Doctor', and CodeQL checks passed. Skipping auto-merge per the CI gate. Please investigate the failing Lint/Test/Build or rebase once main is green.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from fce02e7 to c4ad0b4 Compare September 3, 2026 04:06
@timoa

timoa commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Daily Renovate sweep (DevSecOps autopilot, 2026-09-04): skipping — CI failure on Lint, Test, Build & Security. This is also a major bump (@vitejs/plugin-react 5.2.0 → 6.1.0), so it would have been human-required even with green CI. Please investigate the test/lint failure before merging.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renovate sweep — not auto-merged. Major bump (@vitejs/plugin-react v5 → v6) and the Lint, Test, Build & Security check is failing. Majors are outside the auto-merge tier regardless of CI, and the failing build needs triage before this is mergeable. Human review required.

@timoa

timoa commented Sep 6, 2026

Copy link
Copy Markdown
Owner

🤖 Skipping — CI failure. The Lint, Test, Build & Security check is FAILING on this Renovate PR (@vitejs/plugin-react major bump 5.2.0 → 6.1.0). The autopilot will not merge PRs whose required status checks are not fully green. Please fix the failing job (see run details at https://github.com/timoa/workflow-editor/actions/runs/33713824934/job/100518738551) and re-trigger, or merge manually once CI is green.

@timoa

timoa commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Holding (DevSecOps autopilot). CI gate failure on the Lint, Test, Build & Security check (and E2E tests skipped because of the upstream failure). This is also a major-version bump of @vitejs/plugin-react (5.2.0 → 6.1.0; introduces experimental React Compiler support). The major bump alone would already require human approval; combined with the failing CI, this PR is not auto-mergeable. Please rebase once the CI failure is fixed and review the v6 breaking changes manually.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 DevSecOps autopilot (TIM-258) — flagging for human approval.

This is a MAJOR version bump (@vitejs/plugin-react 5.2.0 → 6.1.0). Major bumps require human approval per autopilot policy. Additionally, the Lint, Test, Build & Security check is FAILING on this PR — please verify the v6 breaking changes (new peer-dep ranges, experimental React Compiler support) are compatible before merging.

Not approving. Please review and merge manually if appropriate.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-merge blocked: this is a major dependency bump (@vitejs/plugin-react v5 -> v6) and CI is also failing (Lint/Test/Build/Security). Major version bumps are not auto-merged by the autopilot; the CI failure needs investigation. Please review the changelog, confirm compatibility, and merge manually once CI is green.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awaiting human approval. This is a MAJOR version bump: @vitejs/plugin-react 5.2.0 → 6.1.0. v6 adds experimental React Compiler support and changes peer dependency ranges; please verify React/Vite compatibility and CI is green before merging (Lint, Test, Build & Security failed on the latest run). (DevSecOps daily sweep)

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flagging for human approval (devsecops sweep, 2026-09-11).

Major bump: @vitejs/plugin-react 5.2.0 → 6.1.0. v6 adds experimental native React Compiler support (oxc-transform-react) — a behaviour change that warrants a manual smoke test, not an unattended auto-merge.

CI also has Lint, Test, Build & Security FAILURE on the latest run.

Please review the breaking-change notes and merge manually when ready.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from c4ad0b4 to c7a569d Compare September 11, 2026 06:43
@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: d55de133-d542-48a0-912a-091ee846a623

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@timoa

timoa commented Sep 12, 2026

Copy link
Copy Markdown
Owner

Renovate sweep (TIM-298): flagged skipped-blocked.

  • @vitejs/plugin-react 5.2.0 → 6.1.1 is a major version bump (also flagged because no patch/security label exists).
  • Lint, Test, Build & Security check failed on this PR.

Action: human approval required after CI is green. Major-version plugin bumps should be evaluated for breaking changes (React Compiler presets, sourcemap handling).

@timoa

timoa commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Skipping auto-merge: CI gate failing. The Lint, Test, Build & Security check is FAILURE on the latest run; dependency-review, Detect-changes and React Doctor are green. Per policy, we don't merge while any required check is failing. This is a major bump (@vitejs/plugin-react 5.2.0 → 6.1.1) that adds experimental React Compiler support — please investigate CI failure, confirm the major is intentional, and merge manually once green.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awaiting human review: @vitejs/plugin-react is a major bump (5.x → 6.x). The Lint, Test, Build & Security check has been failing across the recent Renovate PR batch — likely the lint/test pipeline needs a sync against the current dependency versions — so this PR cannot auto-merge. Major-version bump also warrants a human eye on React Compiler / Vite config impact before merge.

@timoa

timoa commented Sep 16, 2026

Copy link
Copy Markdown
Owner

Renovate daily sweep: blocking. Required check 'Lint, Test, Build & Security' is FAILURE. @vitejs/plugin-react MAJOR bump (5.2.0→6.1.1) — major versions carry breaking-change risk and the test pipeline is failing on this bump. Auto-merge blocked; please triage.

@timoa

timoa commented Sep 17, 2026

Copy link
Copy Markdown
Owner

DevSecOps sweep: skipped auto-merge. Blocking: Lint, Test, Build & Security check failed (2026-09-11). PR is a MAJOR bump (@vitejs/plugin-react 5 → 6) — also requires human approval, but the red CI gate blocks even that path until fixed.

@timoa

timoa commented Sep 18, 2026

Copy link
Copy Markdown
Owner

Renovate daily sweep — DevSecOps autopilot (TIM-353).

CI gate fail: Lint, Test, Build & Security check is FAILURE. Required status check not green, so auto-merge is blocked.

Action: skipped-blocked. Please fix the failing check (likely the @vitejs/plugin-react v6 major upgrade) and re-run, or merge manually once green.

---🤖 Generated by Renovate sweep autopilot at 2026-09-18T00:00:00Z

@timoa

timoa commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Renovate daily sweep (TIM-356). Skipped: required check 'Lint, Test, Build & Security' is FAILING. Major bump of @vitejs/plugin-react 5.2.0 to 6.1.1 (adds React Compiler support, sourcemap fix). Human review needed.

@timoa

timoa commented Sep 20, 2026

Copy link
Copy Markdown
Owner

Renovate sweep: skipping. CI gate blocked — Lint, Test, Build & Security FAILURE on 2026-09-11 (@vitejs/plugin-react 5.2.0 → 6.1.1, major). The version jump appears to break the lint pipeline. Flagging for human triage of the lint pipeline drift before re-running.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DevSecOps sweep (TIM-360): auto-merge skipped. Major semver bump (@vitejs/plugin-react 5.2.0 → 6.1.1) AND Lint, Test, Build & Security FAILURE. Major bumps require explicit human review of breaking changes. Required: human review and approval.

@timoa

timoa commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Renovate autopilot: skipped — CI gate failed and major version bump. Required check 'Lint, Test, Build & Security' reported FAILURE on 2026-09-11. Major bump @vitejs/plugin-react 5.2.0→6.1.1 (package.json + lockfile). Plugin v6 includes breaking React Compiler changes; recommend human review before retry.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version bump: @vitejs/plugin-react 5.2.0 → 6.1.1. Major dependency changes are above the auto-merge threshold for this autopilot. The Lint, Test, Build & Security check is also failing. Please review the migration notes (notable breaking change in v6: native React Compiler support now opt-in via oxc-transform-react) and merge manually.

@timoa

timoa commented Sep 24, 2026

Copy link
Copy Markdown
Owner

DevSecOps daily sweep (2026-09-24): major bump (@vitejs/plugin-react v5→v6) and Lint, Test, Build & Security FAILURE. Skipping. Requires human approval.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DevSecOps daily sweep flagged this PR as awaiting-human review.

Reason: major version bump. Even with green CI, major bumps can introduce breaking API changes, behavior shifts, or require code edits downstream of the lockfile. No autopilot approve or merge.

Please review the release notes and changelog before merging.

@timoa

timoa commented Sep 26, 2026

Copy link
Copy Markdown
Owner

CI gate failure: Lint, Test, Build & Security check FAILURE on this branch. Not eligible for auto-merge until CI is green. (autopilot TIM-376)

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