Bump the dev-webpack group across 1 directory with 5 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(9 months ago)
(8 months ago)
(8 months ago)
dependencies javascript
Bumps the dev-webpack group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| @pmmmwh/react-refresh-webpack-plugin | 0.5.15 |
0.6.1 |
| copy-webpack-plugin | 13.0.0 |
13.0.1 |
| react-refresh | 0.14.0 |
0.18.0 |
| terser-webpack-plugin | 5.3.12 |
5.3.14 |
| webpack | 5.98.0 |
5.102.1 |
Updates @pmmmwh/react-refresh-webpack-plugin from 0.5.15 to 0.6.1
Release notes
Sourced from @pmmmwh/react-refresh-webpack-plugin's releases.
v0.6.1
0.6.1 (26 Jun 2025)
Fixes
- Ensure
thispropagates into module factory properly (#921)v0.6.0
0.6.0 (28 Apr 2025)
BREAKING
- Minimum required Node.js version has been bumped to
18.12.0.- Minimum required
webpackversion has been bumped to5.2.0.- Minimum supported
webpack-dev-serverversion has been bumped to4.8.0.- Minimum supported
webpack-plugin-serveversion has been bumped to1.0.0.overlay.sockHost,overlay.sockPath,overlay.sockPort,overlay.sockProtocolandoverlay.useURLPolyfillhave all been removed (#850). It was necessary to support WDS below4.8.0(published in April 2022). It is no-longer necessary as a direct integration with WDS is now possible.Features
- Added helper script to better support use cases where React and/or React-DOM are externalized (#852)
Fixes
- Ensure plugin injected entries are no-op in production (#900)
Internal
- Dropped support for Webpack 4 / WDS 3 (#850, #904)
- Migrated from
ansi-htmltoanserin error overlay (#854)- Bumped all development dependencies (#905)
v0.5.17
0.5.17 (26 Jun 2025)
Fixes
- Ensure
thispropagates into module factory properly (#922)v0.5.16
0.5.16 (31 Mar 2025)
Fixes
- Fixed out of order cleanup when using top-level await (#898)
Changelog
Sourced from @pmmmwh/react-refresh-webpack-plugin's changelog.
0.6.1 (26 Jun 2025)
Fixes
- Ensure
thispropagates into module factory properly (#921)0.6.0 (28 Apr 2025)
BREAKING
Minimum required Node.js version has been bumped to
18.12.0.Minimum required
webpackversion has been bumped to5.2.0.Minimum supported
webpack-dev-serverversion has been bumped to4.8.0.Minimum supported
webpack-plugin-serveversion has been bumped to1.0.0.
overlay.sockHost,overlay.sockPath,overlay.sockPort,overlay.sockProtocolandoverlay.useURLPolyfillhave 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
- Added helper script to better support use cases where React and/or React-DOM are externalized (#852)
Fixes
- Ensure plugin injected entries are no-op in production (#900)
Internal
0.5.17 (26 Jun 2025)
... (truncated)
Commits
aff7545chore: release v0.6.1 (#923)b863d17fix: ensurethispropagates through module execution interceptor (#921)c40ad99doc: fix typo in README.md (#919)fa7e630chore(deps): bump tar-fs from 3.0.8 to 3.0.9 (#917)46b5f94chore: bump examples to v0.6.0 (#914)dd3fd5fchore(deps): bump http-proxy-middleware in /examples/flow-with-babel (#913)1825e25chore(deps): bump http-proxy-middleware in /examples/typescript-with-swc (#912)6353490chore: release v0.6.0 (#911)14dbcabchore(deps): bump koa from 2.16.0 to 2.16.1 (#909)5bc73b0chore: bump examples (#908)- Additional commits viewable in compare view
Updates copy-webpack-plugin from 13.0.0 to 13.0.1
Commits
73a30bcchore(release): 13.0.1a527c89fix: better handling globs for watching (#808)10d5972refactor: code1ba5030chore(deps): resolve (#805)e9216efchore: upgrade eslint from v8 to v9 (#804)1561c30chore: update jest from v29 to v30 (#803)dc2c67edocs: improving typos in ISSUE_TEMPLATE files (#802)6a855e2docs: fix typos and improve clarity in README.md (#801)0cae504docs: fix typo errors (#800)e4fd967docs: fix typos and improve clarity in contribution guidelines (#799)- Additional commits viewable in compare view
Updates react-refresh from 0.14.0 to 0.18.0
Release notes
Sourced from react-refresh's releases.
0.14.10 (October 14, 2020)
React
- Backport support for the new JSX transform to 0.14.x. (
@lunaruanin #18299 and@gaearonin #20024)v0.14.8
React
- Fixed memory leak when rendering on the server
v0.14.7
React
- Fixed bug with
<option>tags when usingdangerouslySetInnerHTML- Fixed memory leak in synthetic event system
React TestUtils Add-on
- Fixed bug with calling
setStateincomponentWillMountwhen using shallow renderingv0.14.6
React
- Updated
fbjsdependency to pick up change affecting handling of undefined document.v0.14.5
React
- More minor internal changes for better compatibility with React Native
v0.14.4
React
- Minor internal changes for better compatibility with React Native
React DOM
- The
autoCapitalizeandautoCorrectprops are now set as attributes in the DOM instead of properties to improve cross-browser compatibility- Fixed bug with controlled
<select>elements not handling updates properlyReact Perf Add-on
- Some DOM operation names have been updated for clarity in the output of
.printDOM()v0.14.3
React DOM
- Added support for
nonceattribute for<script>and<style>elements- Added support for
reversedattribute for<ol>elementsReact TestUtils Add-on
- Fixed bug with shallow rendering and function refs
React CSSTransitionGroup Add-on
- Fixed bug resulting in timeouts firing incorrectly when mounting and unmounting rapidly
React on Bower
- Added
react-dom-server.jsto exposerenderToStringandrenderToStaticMarkupfor usage in the browser
... (truncated)
Changelog
Sourced from react-refresh's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-refresh since your current version.
Updates terser-webpack-plugin from 5.3.12 to 5.3.14
Release notes
Sourced from terser-webpack-plugin's releases.
v5.3.14
5.3.14 (2025-03-06)
Bug Fixes
- types (#622) (84bb19b)
- use
os.availableParallelism()for parallelism when it is available (#623) (1357994)v5.3.13
5.3.13 (2025-03-05)
Bug Fixes
Changelog
Sourced from terser-webpack-plugin's changelog.
5.3.14 (2025-03-06)
Bug Fixes
- types (#622) (84bb19b)
- use
os.availableParallelism()for parallelism when it is available (#623) (1357994)5.3.13 (2025-03-05)
Bug Fixes
Commits
Updates webpack from 5.98.0 to 5.102.1
Release notes
Sourced from webpack's releases.
v5.102.1
Fixes
- Supported
extendswithenvforbrowserslist- Supported
JSONPfragment format for web workers.- Fixed dynamic import support in workers using
browserslist.- Fixed default defer import mangling.
- Fixed default import of
commonjsexternals forSystemJSformat.- Fixed context modules to the same file with different import attributes.
- Fixed typescript types.
- Improved
import.metawarning messages to be more clear when used directly.- [CSS] Fixed CC_UPPER_U parsing (E -> U) in tokenizer.
v5.102.0
Features
- Added static analyze for dynamic imports
- Added support for
import file from "./file.ext" with { type: "bytes" }to get the content asUint8Array(look at example)- Added support for
import file from "./file.ext" with { type: "text" }to get the content as text (look at example)- Added the
snapshot.contextModuleto configure snapshots options for context modules- Added the
extractSourceMapoption to implement the capabilities of loading source maps by comment, you don't needsource-map-loader(look at example)- The
topLevelAwaitexperiment is now stable (you can removeexperiments.topLevelAwaitfrom yourwebpack.config.js)- The
layersexperiment is now stable (you can removeexperiments.layersfrom yourwebpack.config.js)- Added function matcher support in rule options
Fixes
- Fixed conflicts caused by multiple concatenate modules
- Ignore import failure during HMR update with ES modules output
- Keep render module order consistent
- Prevent inlining modules that have
thisexports- Removed unused
timeoutattribute of script tag- Supported UMD chunk format to work in web workers
- Improved CommonJs bundle to ES module library
- Use
es-lexerformjsfiles for build dependencies- Fixed support
__non_webpack_require__for ES modules- Properly handle external modules for CSS
- AssetsByChunkName included assets from
chunk.auxiliaryFiles- Use
createRequireonly when output is ES module and target is node- Typescript types
Performance Improvements
- Avoid extra calls for snapshot
- A avoid extra jobs for build dependencies
- Move import attributes to own dependencies
v5.101.3
... (truncated)
Commits
c7ebdbdchore(release): 5.102.1b7530c2fix(css): correct CC_UPPER_U typo (E -> U) (#19989)f3ef142fix: defer import mangling (#19988)d32f171fix: hash options types (#19987)436fc7dchore(deps): bump CodSpeedHQ/action from 4.1.0 to 4.1.1 (#19986)c7dd066fix: context modules with import attributes (#19984)85bacbdfix: default import of commonjs externals for SystemJS format7634cd2docs: update examples (#19982)9f98d80fix: javascript parser options types (#19980)8804459chore(deps): bump CodSpeedHQ/action from 4.0.1 to 4.1.0 (#19977)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
@pmmmwh/react-refresh-webpack-plugin
npm
0.5.15 → 0.6.1
Minor
Technical Details
| ID: | 11390567 |
| UUID: | 3535457828 |
| Node ID: | PR_kwDOGcsm9c6uyVvI |
| Host: | GitHub |
| Repository: | soderlind/wordpress-develop |