chore(deps): update dependency @rspack/plugin-react-refresh to v2#1479
chore(deps): update dependency @rspack/plugin-react-refresh to v2#1479renovate[bot] wants to merge 2 commits intodevfrom
Conversation
|
|
Claude finished @junghyeonsu's task in 2m 36s —— View job 🤖 Renovate 의존성 분석 완료🛡️ 공급망 보안 분석Install Scripts 검사
분석: 패키지 신뢰도
분석: rstackjs 조직에서 관리하는 공식 Rspack 플러그인입니다. Star 수는 적지만, Rspack 생태계 내 공식 플러그인으로 신뢰할 수 있습니다. 저장소가 활발히 유지보수되고 있으며, v2.0.0 릴리스가 최근(2026-04-08) 이루어졌습니다. npm audit 결과✅ 취약점 없음 (사전 검사 결과) 📦 업데이트 요약
🔍 상세 분석@rspack/plugin-react-refresh
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^1.4.1→^2.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rstackjs/rspack-plugin-react-refresh (@rspack/plugin-react-refresh)
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
Configuration
📅 Schedule: (UTC)
🚦 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.