Update dependency @rspack/plugin-react-refresh to v2#9604
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
fe8f2f0 to
449f94b
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:
1.5.3→2.0.2Release Notes
rstackjs/rspack-plugin-react-refresh (@rspack/plugin-react-refresh)
v2.0.2Compare Source
What's Changed
Full Changelog: rstackjs/rspack-plugin-react-refresh@v2.0.1...v2.0.2
v2.0.1Compare Source
What's Changed
48b55a0by @renovate[bot] in #110Full Changelog: rstackjs/rspack-plugin-react-refresh@v2.0.0...v2.0.1
v2.0.0Compare Source
Upgrade Guide
Pure ESM package
@rspack/plugin-react-refreshis now pure ESM (the same as Rspack 2.0).Default export removed
The plugin now provides a named export only.
overlayoption removedThe
overlayoption has been removed. Rspack dev server and Rsbuild dev server already provide built-in error overlays, so this package no longer ships its own overlay integration.Default option changes
The default extension filter has moved from
includetotest.Before:
test:undefinedinclude:/\.([cm]js|[jt]sx?|flow)$/iNow:
test:/\.(?:js|jsx|mjs|cjs|ts|tsx|mts|cts)$/include:undefinedThis makes custom
includesafer: whenincludepoints to a directory, the plugin still only applies to supported JS/TS module extensions by default.What's Changed
Breaking Changes
Others
Full Changelog: rstackjs/rspack-plugin-react-refresh@v1.6.2...v2.0.0-beta.0
v1.6.2Compare Source
What's Changed
Full Changelog: rstackjs/rspack-plugin-react-refresh@v1.6.1...v1.6.2
v1.6.1Compare Source
What's Changed
New Contributors
Full Changelog: rstackjs/rspack-plugin-react-refresh@v1.6.0...v1.6.1
v1.6.0Compare Source
What's Changed
New Contributors
Full Changelog: rstackjs/rspack-plugin-react-refresh@v1.5.3...v1.6.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.