Skip to content

deps: Update dependency @vitejs/plugin-react to v6.0.2 - #401

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

deps: Update dependency @vitejs/plugin-react to v6.0.2#401
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 6.0.16.0.2 age confidence

Release Notes

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

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.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Jun 24, 2026
@renovate
renovate Bot enabled auto-merge (squash) June 24, 2026 07:31
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2026
@renovate

renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: services/qyl.dashboard/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: qyl-dashboard@0.1.0
npm error Found: @babel/core@7.29.7
npm error node_modules/@babel/core
npm error   peer @babel/core@"^7.0.0" from @babel/helper-create-class-features-plugin@7.29.7
npm error   node_modules/@babel/helper-create-class-features-plugin
npm error     @babel/helper-create-class-features-plugin@"^7.29.7" from @babel/plugin-transform-typescript@7.29.7
npm error     node_modules/@babel/plugin-transform-typescript
npm error       @babel/plugin-transform-typescript@"^7.29.7" from @babel/preset-typescript@7.29.7
npm error       node_modules/@babel/preset-typescript
npm error         @babel/preset-typescript@"^7.27.1" from shadcn@4.11.0
npm error         node_modules/shadcn
npm error       1 more (shadcn)
npm error   peer @babel/core@"^7.0.0" from @babel/helper-module-transforms@7.29.7
npm error   node_modules/@babel/helper-module-transforms
npm error     @babel/helper-module-transforms@"^7.29.7" from @babel/core@7.29.7
npm error     @babel/helper-module-transforms@"^7.29.7" from @babel/plugin-transform-modules-commonjs@7.29.7
npm error     node_modules/@babel/plugin-transform-modules-commonjs
npm error       @babel/plugin-transform-modules-commonjs@"^7.29.7" from @babel/preset-typescript@7.29.7
npm error       node_modules/@babel/preset-typescript
npm error         @babel/preset-typescript@"^7.27.1" from shadcn@4.11.0
npm error         node_modules/shadcn
npm error   7 more (@babel/helper-replace-supers, ...)
npm error
npm error Could not resolve dependency:
npm error dev @vitejs/plugin-react@"6.0.2" from the root project
npm error
npm error Conflicting peer dependency: @babel/core@8.0.1
npm error node_modules/@babel/core
npm error   peer @babel/core@"^8.0.0" from @babel/plugin-transform-runtime@8.0.1
npm error   node_modules/@babel/plugin-transform-runtime
npm error     peerOptional @babel/plugin-transform-runtime@"^7.29.0 || ^8.0.0-rc.1" from @rolldown/plugin-babel@0.2.3
npm error     node_modules/@rolldown/plugin-babel
npm error       peerOptional @rolldown/plugin-babel@"^0.1.7 || ^0.2.0" from @vitejs/plugin-react@6.0.2
npm error       node_modules/@vitejs/plugin-react
npm error         dev @vitejs/plugin-react@"6.0.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-26T00_52_12_522Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-26T00_52_12_522Z-debug-0.log

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 12 times, most recently from b6eb3e1 to c77fca5 Compare June 25, 2026 21:57
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from c77fca5 to 5969f75 Compare June 26, 2026 00:52
ANcpLua added a commit that referenced this pull request Jun 26, 2026
plugin-react 6.0.2 makes npm try to install its OPTIONAL @rolldown/plugin-babel
peer, whose @babel/plugin-transform-runtime@8 -> @babel/core@^8 chain conflicts
with the project's @babel/core@7 (required by plugin-react's own babel-7 path),
causing an ERESOLVE. The dashboard does not use rolldown's babel transform, so
pin the optional tooling to babel 7 via an override; npm then skips the babel-8
chain and resolves cleanly. Verified locally: npm ci, build, and 18/18 tests pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ANcpLua

ANcpLua commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Superseded by #406, which now carries the @vitejs/plugin-react 6.0.2 bump together with the dashboard audit fixes. The ERESOLVE here was an optional @rolldown/plugin-babel peer dragging in babel 8 against the project's babel 7; #406 resolves it cleanly by pinning the optional babel tooling to v7 via an npm overrides entry (verified: npm ci + build + tests green). Closing to keep the queue clean — renovate will see 6.0.2 on main once #406 merges.

@renovate

renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (6.0.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/vitejs-plugin-react-6.x branch June 26, 2026 01:03
ANcpLua added a commit that referenced this pull request Jun 26, 2026
…2.0) + @vitejs/plugin-react 6.0.2 (#406)

* deps: clear dashboard npm audit advisories (vite 8.1.0, js-yaml >=4.2.0)

Resolves 1 high + 2 moderate advisories surfaced after the Renovate
lock-file maintenance:

- vite 8.0.11 -> 8.1.0 (high): GHSA-fx2h-pf6j-xcff (server.fs.deny bypass)
  and GHSA-v6wh-96g9-6wx3 (launch-editor NTLMv2 hash disclosure). Minor
  bump within the 8.x major; both CVEs are Windows dev-server only.
- js-yaml override ^4.2.0 (2x moderate): GHSA-h67p-54hq-rp68 quadratic-DoS
  in <=4.1.1, pulled in transitively by @redocly/openapi-core (via
  openapi-typescript) and cosmiconfig (via shadcn) — both dev-only tools.
  4.2.0 is a backward-compatible minor; staying in 4.x avoids the ESM-only
  5.x break for those CJS consumers.

Verified: npm audit clean, vite build, vitest 18/18, eslint, tsc,
and generate:ts produces identical src/types/api.ts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* deps: bump @vitejs/plugin-react to 6.0.2 (supersedes #401)

plugin-react 6.0.2 makes npm try to install its OPTIONAL @rolldown/plugin-babel
peer, whose @babel/plugin-transform-runtime@8 -> @babel/core@^8 chain conflicts
with the project's @babel/core@7 (required by plugin-react's own babel-7 path),
causing an ERESOLVE. The dashboard does not use rolldown's babel transform, so
pin the optional tooling to babel 7 via an override; npm then skips the babel-8
chain and resolves cleanly. Verified locally: npm ci, build, and 18/18 tests pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant