Skip to content

chore(deps): update vite and plugins#103

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vite-and-plugins
Open

chore(deps): update vite and plugins#103
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vite-and-plugins

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@nx/vite (source) 20.8.220.8.4 age confidence
@vitejs/plugin-react (source) ^4.5.2^4.7.0 age confidence
vite (source) ^6.3.5^6.4.2 age confidence

Release Notes

nrwl/nx (@​nx/vite)

v20.8.4

Compare Source

20.8.4 (2026-01-12)

🩹 Fixes
  • linter: handle variable references in replaceOverride (#​34026)
❤️ Thank You

v20.8.3

Compare Source

20.8.3 (2025-11-21)
🩹 Fixes
  • linter: handle various flat config override structures (#​33548)
❤️ Thank You
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

vitejs/vite (vite)

v6.4.2

Compare Source

Please refer to CHANGELOG.md for details.

v6.4.1

Compare Source

Please refer to CHANGELOG.md for details.

v6.4.0

Compare Source

Please refer to CHANGELOG.md for details.

v6.3.7

Compare Source

Please refer to CHANGELOG.md for details.

v6.3.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/vite-and-plugins branch from b13a4d5 to b7d2157 Compare June 25, 2025 17:08
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch 3 times, most recently from 2be68ef to 050cdf2 Compare July 16, 2025 12:20
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to ^4.6.0 chore(deps): update dependency @vitejs/plugin-react to ^4.7.0 Jul 18, 2025
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 050cdf2 to acfaaae Compare July 18, 2025 05:26
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch 2 times, most recently from 6bc12c1 to 2e2e847 Compare August 13, 2025 16:48
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 2e2e847 to 75ee5af Compare August 19, 2025 13:16
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 75ee5af to 1c17fef Compare September 8, 2025 10:53
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to ^4.7.0 chore(deps): update vite and plugins Sep 8, 2025
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 1c17fef to 553e0c8 Compare September 25, 2025 16:46
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch 3 times, most recently from f872e77 to ecb3552 Compare October 20, 2025 05:36
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from ecb3552 to 93183ce Compare November 10, 2025 20:32
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 93183ce to 1d06a69 Compare November 21, 2025 16:59
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 1d06a69 to e75d8fa Compare January 12, 2026 18:16
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from e75d8fa to 28211ff Compare February 2, 2026 14:58
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 28211ff to f8482b0 Compare February 12, 2026 10:14
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch 2 times, most recently from b158520 to 00e9beb Compare April 6, 2026 12:52
@renovate renovate Bot force-pushed the renovate/vite-and-plugins branch from 00e9beb to ce94266 Compare May 12, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants