chore(deps): update dependency @vitejs/plugin-react to v4.7.0 (main)#40
Open
anaconda-renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @vitejs/plugin-react to v4.7.0 (main)#40anaconda-renovate[bot] wants to merge 1 commit intomainfrom
anaconda-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
e03c9c0 to
2437a6b
Compare
eab9db4 to
49bf5e0
Compare
822dff9 to
e4b5b96
Compare
e4b5b96 to
08c4618
Compare
08c4618 to
bbcc4a3
Compare
bbcc4a3 to
e6e0a42
Compare
e6e0a42 to
bf4c9b5
Compare
bf4c9b5 to
a62dddc
Compare
9976033 to
0b1cfc6
Compare
0b1cfc6 to
e9a46aa
Compare
e9a46aa to
dce5ad1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.0→4.7.0Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.7.0Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]instead ofPluginOption[](#537)The return type has changed from
react(): PluginOption[]to more specialized typereact(): Plugin[]. This allows for type-safe manipulation of plugins, for example: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 Renovate Bot.