Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react-swc 3.7.2 -> 3.8.0 age adoption passing confidence

Warning

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


Release Notes

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

v3.8.0

Compare Source

Add useAtYourOwnRisk_mutateSwcOptions option

The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later.
Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name useAtYourOwnRisk.

react({
  useAtYourOwnRisk_mutateSwcOptions(options) {
    options.jsc.parser.decorators = true;
    options.jsAc.transform.decoratorVersion = "2022-03";
  },
});

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 February 10, 2025 02:07
@renovate renovate bot requested review from millotp and shortcuts and removed request for a team February 10, 2025 02:07
@algolia-bot
Copy link
Collaborator

algolia-bot commented Feb 10, 2025

✔️ Code generated!

Name Link
🪓 Triggered by 3fe65874825f0abe02048c1613d887be01603f6f
🍃 Generated commit 005ad8612564b3ca6e20ad8324919f1590155cd1
🌲 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
javascript 1657
go 1615
php 1516
csharp 1434
python 1089
java 1078
ruby 849
swift 760

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 8b3ec86 to 21d7355 Compare February 10, 2025 02:29
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 21d7355 to 3a242ff Compare February 10, 2025 02:51
@renovate renovate bot merged commit d143f94 into chore/renovateBaseBranch Feb 10, 2025
28 checks passed
@renovate renovate bot deleted the renovate/vitejs-plugin-react-swc-3.x branch February 10, 2025 03:12
algolia-bot added a commit that referenced this pull request Feb 10, 2025
) (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.

2 participants