Skip to content

Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.7

Created by: renovate[bot]

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pmmmwh/react-refresh-webpack-plugin 0.5.0-rc.1 -> 0.5.7 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.

Test plan: CI should pass with updated dependencies.


Release Notes

pmmmwh/react-refresh-webpack-plugin

v0.5.7

Compare Source

Fixes
  • Removed debug console.log statement (#​631)
Internal
  • Run tests on Node.js 18 (#​631)

v0.5.6

Compare Source

Fixes
  • Fixed faulty this type import in loader (#​624)
  • Made current script detection more robust for edge cases (#​630)
Internal
  • Swapped to new ReactDOM.createRoot API in examples (#​626)

v0.5.5

Compare Source

Fixes
  • Handle unknown moduleId for dynamically generated modules (#​547)
  • Handle WDS auto value on port (#​574)
  • Fixed [email protected] compatibility (#​576)
  • Fixed crash when parsing compile errors in overlay (#​577)
  • Respect virtual modules when injecting loader (#​593)
  • Allow port to be missing for WDS, also some general refactoring (#​623)
Internal

v0.5.4

Compare Source

Fixes
  • Skip loader injection for files referenced as assets (#​545)
  • Changed failures of exports capturing to warn instead of throw (#​546)

v0.5.3

Compare Source

Fixes
  • Updated overlay for unsafe area in Safari (#​528)
  • Fixed performance in large projects due to memory leak in loader (#​537)

v0.5.2

Compare Source

Features
  • Added support for WDS v4 client.webSocketURL (#​529)
Fixes
  • Fixed lost module context due to interceptor by always using regular functions (#​531)
  • Relaxed peer dependency requirement on react-refresh (#​534)

v0.5.1

Compare Source

Fixes
  • Relaxed peer dependency requirement on type-fest to allow v2.x (#​507, #​508)
Internal

v0.5.0

Compare Source

BREAKING
  • While most of the public API did not change, we've re-written a large chunk of the runtime code to support a wider range of use cases. This is likely to provide more stability, but if 0.4.x works in your setup but 0.5.x doesn't, please file us an issue - we would love to address it!
  • The disableRefreshCheck option have been removed (#​285). It has long been effect-less and deprecated since 0.3.x.
  • The overlay.useLegacyWDSSockets have been removed (#​498). It is aimed to support WDS below 3.6.0 (published in June 2019), but looking at current usage and download stats, we've decided it is best to drop support for the old socket format moving forward.
  • Handling of port 0 have been removed (#​337).
  • html-entities have been bumped to 2.x (#​321).
  • react-refresh have been bumped to 0.10.0 (#​353).
Features
Fixes
  • Relaxed peer dependency requirement on type-fest (#​257, c02018a, #​484)
  • Relaxed requirement on the overlay option to accept relative paths (#​284)
  • Patched unstable initialisation of global scope across module boundaries (#​290, #​369, #​464, #​505)
  • Patched quote escaping in injected runtime code (#​306)
  • Invalidate updates outside of Refresh boundary for consistency (#​307)
  • Properly throw when an ambiguous entrypoint is received while using Webpack 4 (#​320)
  • Fixed overlay script source detection for WDS when no src is found (#​331)
  • Fixed possible Stack Overflow through self-referencing (#​370, #​380)
  • Relaxed errors on HMR not found to not crash JS parsing (#​371)
  • Ensure overlay code won't run if disabled (#​374)
  • Relaxed peer dependency requirement on @types/webpack (#​414)
  • Fixed compiler error overlay crashes when messages are empty (#​462)
  • Swapped ansi-html to ansi-html-community to fix ReDoS vulnerability (#​501)
Internal

v0.5.0-rc.4

Compare Source

v0.5.0-rc.3

Compare Source

v0.5.0-rc.2

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

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

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading