kaoto-ui
kaoto-ui copied to clipboard
chore(deps): update dependency @vitejs/plugin-react to v4.2.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@vitejs/plugin-react (source) | 4.1.0 -> 4.2.0 |
Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.2.0
Update peer dependency range to target Vite 5
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
Align jsx runtime for optimized dependencies
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React
in the scope.
Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.
v4.1.1
- Enable retainLines to get correct line numbers for jsxDev (fix #235)
Configuration
📅 Schedule: Branch creation - "before 6am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
287c216
) 72.64% compared to head (b06e8ed
) 72.64%. Report is 2 commits behind head on main.
:exclamation: Current head b06e8ed differs from pull request most recent head 85496e0. Consider uploading reports for the commit 85496e0 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #2368 +/- ##
=======================================
Coverage 72.64% 72.64%
=======================================
Files 88 88
Lines 2968 2968
Branches 696 696
=======================================
Hits 2156 2156
Misses 776 776
Partials 36 36
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.