Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.6.1 #10
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:
^0.4.1
->^0.6.0
0.4.2
->0.6.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pmmmwh/react-refresh-webpack-plugin (@pmmmwh/react-refresh-webpack-plugin)
v0.6.1
Compare Source
Fixes
this
propagates into module factory properly(#921)
v0.6.0
Compare Source
BREAKING
Minimum required Node.js version has been bumped to
18.12.0
.Minimum required
webpack
version has been bumped to5.2.0
.Minimum supported
webpack-dev-server
version has been bumped to4.8.0
.Minimum supported
webpack-plugin-serve
version has been bumped to1.0.0
.overlay.sockHost
,overlay.sockPath
,overlay.sockPort
,overlay.sockProtocol
andoverlay.useURLPolyfill
have all been removed.(#850)
It was necessary to support WDS below
4.8.0
(published in April 2022).It is no-longer necessary as a direct integration with WDS is now possible.
Features
(#852)
Fixes
(#900)
Internal
Dropped support for Webpack 4 / WDS 3
(#850,
#904)
Migrated from
ansi-html
toanser
in error overlay(#854)
Bumped all development dependencies
(#905)
v0.5.17
Compare Source
Fixes
this
propagates into module factory properly(#922)
v0.5.16
Compare Source
Fixes
(#898)
v0.5.15
Compare Source
Fixes
ansi-html
(#853)
v0.5.14
Compare Source
Fixes
ansi-html
v0.0.9
andschema-utils
v4.x
(#848)
Internal
Run tests on latest versions of Node.js 18, 20 and 22
(#848)
Bumped
jest
to v29 and some other development dependencies(#848)
Removed
yalc
(#849)
v0.5.13
Compare Source
Fixes
(#771)
v0.5.12
Compare Source
Fixes
Fixed incorrect
sockProtocol
override(#835)
Relaxed peer dependency requirement on
webpack-dev-server
to allow v5.x(#837)
v0.5.11
Compare Source
Features
(#769)
Fixes
Fixed unnecessary memory leaks due to
prevExports
(#766)
Relaxed peer dependency requirement on
type-fest
to allow v4.x(#767)
Fixed module type resolution when there is difference across contexts
(#768)
v0.5.10
Compare Source
Fixes
loader-utils
to fix security vulnerability(#700)
v0.5.9
Compare Source
Fixes
loader-utils
to fix security vulnerability(#685)
v0.5.8
Compare Source
Fixes
Fixed performance issue regarding
require.resolve
in loader injection(#669)
Bumped
core-js-pure
to not depend on deprecated versions(#674)
v0.5.7
Compare Source
Fixes
console.log
statement(#631)
Internal
(#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
ReactDOM.createRoot
API in examples(#626)
v0.5.5
Compare Source
Fixes
Handle unknown
moduleId
for dynamically generated modules(#547)
Handle WDS
auto
value onport
(#574)
Fixed
react-refresh@0.12.0
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
A couple documentation changes in README
(#575,
8c39623,
#597)
Bumped dependencies for testing infrastructure
(#526,
#564,
#567,
#581,
#588,
#591,
#594,
#616)
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
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
this
propagates into module factory properly(#922)
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 but0.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 to2.x
.(#321)
react-refresh
have been bumped to0.10.0
.(#353)
Features
Added WDS v4 support with new socket defaults through Webpack config
(#241,
#286,
#392,
#413,
#479)
Added the
overlay.sockProtocol
option(#242)
Added monorepo compatibility via the the
library
option(#273)
Rewritten URL handling using WHATWG
URL
APIs with automatic pony-filling(#278,
#332,
#378)
Rewritten Webpack 5 compatibility using new APIs and hooks
(#319,
#372,
#434,
#483)
Rewritten refresh runtime to be fully module system aware
(#337,
#461,
#482,
#492)
Rewritten Webpack 4 and 5 checks using feature detection on compiler
(#415)
Added support for
experiments.topLevelAwait
(#435,
#447,
#493)
Added retry logic when socket initialisation fails
(#446)
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
toansi-html-community
to fix ReDoS vulnerability(#501)
Internal
More stable testing infrastructure
(#234)
Run tests by default on Webpack 5
(#440)
Rewrite documentation and fix outstanding issues
(#283,
#291,
#311,
#376,
#480,
#497,
#499)
Added documentation on community plugins:
react-refresh-typescript
andswc
(#248,
fbe1f27,
#450)
v0.4.3
Compare Source
Fixes
Fixed Yarn 2 PnP compatibility with absolute
react-refresh/runtime
imports(#230)
Fixed Webpack 5 compatibility by requiring
__webpack_require__
(#233)
Fixed IE 11 compatibility in socket code
(4033e6af)
Relaxed peer dependency requirement for
react-refresh
to allow0.9.x
(747c19ba)
v0.4.2
Compare Source
Fixes
Patched loader to use with Node.js global
fetch
polyfills(#193)
Patched default
include
andexclude
options to be case-insensitive(#194)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.