-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @vitejs/plugin-react to ^4.3.3 #5183
chore(deps): update dependency @vitejs/plugin-react to ^4.3.3 #5183
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
|
bf12512
to
54e1adc
Compare
* chore(deps): update dependency chromatic to ^11.12.6 * chore(deps): update dependency playwright to ^1.48.1 * chore(deps): update dependency vite to ^5.4.9 * chore(deps): update dependency vitest to ^2.1.3 * fix(deps): update rollup * chore(deps): update dependency rollup to ^4.24.1 * chore(deps): update dependency rollup to ^4.24.2 * chore(deps): update dependency vite to ^5.4.10 (#5205) * chore(deps): update dependency @vitejs/plugin-react to ^4.3.3 (#5183) * chore(deps): update dependency @types/react to ^18.3.12 (#5199) * chore(deps): update eslint dependencies to ^8.11.0 (#5191) * chore(deps): update dependency eslint-plugin-jsx-a11y to ^6.10.2 (#5200) * chore(deps): update dependency @testing-library/jest-dom to ^6.6.2 (#5185) * chore(deps): update dependency @types/node to ^20.16.2 (#5186) * chore(deps): update dependency @tanstack/react-query to ^5.59.16 (#5180) * chore(deps): update dependency playwright to ^1.48.2 (#5202) * chore(deps): update dependency turbo to ^2.2.3 (#5189) * chore(deps): update dependency eslint-plugin-react to ^7.37.2 (#5201) * chore(deps): update dependency eslint-plugin-storybook to ^0.10.1 (#5209) * chore(deps): update storybook monorepo to ^8.3.6 (#5184) * chore(deps): update storybook monorepo to ^8.3.6 --------- Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
^4.3.2
->^4.3.3
Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.