envelope-zero / frontend

Official frontend for Envelope Zero
Other
6 stars 2 forks source link

chore(deps): update dependency @vitejs/plugin-react to v4.3.0 #1724

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0) ##### Fix support for React compiler Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like: ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', {}]] if (command === 'serve') { babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ``` ##### Support HMR for class components This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

Configuration

📅 Schedule: 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.



This PR has been generated by Mend Renovate. View repository job log here.

cypress[bot] commented 1 month ago

Passing run #1447 ↗︎

0 32 0 0 Flakiness 0

Details:

Merge 8399381b4f3862e9d301a0f1b885e51b325ecb4a into e7c2d34a29a34e8f39655b1ebeab...
Project: frontend Commit: 856c999005 ℹ️
Status: Passed Duration: 01:38 💡
Started: May 22, 2024 9:57 PM Ended: May 22, 2024 9:59 PM

Review all test suite changes for PR #1724 ↗︎

cypress[bot] commented 1 month ago

Passing run #1448 ↗︎

0 32 0 0 Flakiness 0

Details:

chore(deps): update dependency @vitejs/plugin-react to v4.3.0
Project: frontend Commit: 9350958dde
Status: Passed Duration: 01:38 💡
Started: May 22, 2024 10:08 PM Ended: May 22, 2024 10:09 PM

Review all test suite changes for PR #1724 ↗︎