Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react-swc (source) 3.10.2 -> 3.11.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v3.11.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()
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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 requested a review from a team as a code owner July 19, 2025 15:32
@renovate renovate bot requested review from Fluf22 and shortcuts and removed request for a team July 19, 2025 15:32
@algolia-bot
Copy link
Collaborator

algolia-bot commented Jul 19, 2025

✔️ Code generated!

Name Link
🪓 Triggered by 7749568a536e4642df10c624ac2b85970d4d1bf8
🍃 Generated commit ad9a2a0ef7f43ca2adcbd20d79cdb0b871fa0413
🌲 Generated branch generated/renovate/vitejs-plugin-react-swc-3.x
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
go 1754
javascript 1597
php 1538
csharp 1324
java 1101
python 1094
ruby 809
swift 746
scala 23

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch 8 times, most recently from be2143b to 2b09a35 Compare July 19, 2025 17:57
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 2b09a35 to c03e4ab Compare July 19, 2025 18:18
@renovate renovate bot merged commit 7fe14e6 into chore/renovateBaseBranch Jul 19, 2025
29 checks passed
@renovate renovate bot deleted the renovate/vitejs-plugin-react-swc-3.x branch July 19, 2025 18:35
algolia-bot added a commit that referenced this pull request Jul 19, 2025
…5140) (generated)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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