Skip to content

Commit 164b6fc

Browse files
authored
Downgrade ReactRefreshWebpackPlugin to 0.5.15 (#103817)
* Downgrade ReactRefreshWebpackPlugin to 0.5.15 See: pmmmwh/react-refresh-webpack-plugin#916 * Exempt @pmmmwh/react-refresh-webpack-plugin from Renovate upgrades
1 parent 30c43d9 commit 164b6fc

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"@babel/eslint-parser": "^7.27.1",
247247
"@babel/register": "^7.27.1",
248248
"@babel/runtime": "^7.27.1",
249-
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
249+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
250250
"@signal-noise/stylelint-scales": "^2.0.3",
251251
"@storybook/react": "^8.6.12",
252252
"@tanstack/eslint-plugin-query": "^5.14.6",

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
// of nullish unhandled rejected promise values.
8585
// See: https://github.com/csnover/TraceKit/issues/86
8686
'tracekit',
87+
88+
// The current latest version of `@pmmmwh/react-refresh-webpack-plugin` is incompatible with
89+
// one of our other dependencies, causing the application to fail to boot.
90+
// See: https://github.com/pmmmwh/react-refresh-webpack-plugin/issues/916
91+
'@pmmmwh/react-refresh-webpack-plugin',
8792
],
8893
regexManagers: [
8994
// Update the renovate-version in the action itself.

yarn.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7213,25 +7213,26 @@ __metadata:
72137213
languageName: node
72147214
linkType: hard
72157215

7216-
"@pmmmwh/react-refresh-webpack-plugin@npm:^0.6.0":
7217-
version: 0.6.0
7218-
resolution: "@pmmmwh/react-refresh-webpack-plugin@npm:0.6.0"
7216+
"@pmmmwh/react-refresh-webpack-plugin@npm:0.5.15":
7217+
version: 0.5.15
7218+
resolution: "@pmmmwh/react-refresh-webpack-plugin@npm:0.5.15"
72197219
dependencies:
7220-
anser: "npm:^2.1.1"
7220+
ansi-html: "npm:^0.0.9"
72217221
core-js-pure: "npm:^3.23.3"
72227222
error-stack-parser: "npm:^2.0.6"
72237223
html-entities: "npm:^2.1.0"
7224+
loader-utils: "npm:^2.0.4"
72247225
schema-utils: "npm:^4.2.0"
72257226
source-map: "npm:^0.7.3"
72267227
peerDependencies:
7227-
"@types/webpack": 5.x
7228+
"@types/webpack": 4.x || 5.x
72287229
react-refresh: ">=0.10.0 <1.0.0"
72297230
sockjs-client: ^1.4.0
72307231
type-fest: ">=0.17.0 <5.0.0"
7231-
webpack: ^5.0.0
7232-
webpack-dev-server: ^4.8.0 || 5.x
7232+
webpack: ">=4.43.0 <6.0.0"
7233+
webpack-dev-server: 3.x || 4.x || 5.x
72337234
webpack-hot-middleware: 2.x
7234-
webpack-plugin-serve: 1.x
7235+
webpack-plugin-serve: 0.x || 1.x
72357236
peerDependenciesMeta:
72367237
"@types/webpack":
72377238
optional: true
@@ -7245,7 +7246,7 @@ __metadata:
72457246
optional: true
72467247
webpack-plugin-serve:
72477248
optional: true
7248-
checksum: 30b07073a47a912264161aeb7dc3ea309d44706405f4e763bb39ad177661762d175b9a11f849cbf25f9a6f9867329d0676a5605ed62afdf2b39768aca74328ee
7249+
checksum: ba310aa4d53070f59c8a374d1d256c5965c044c0c3fb1ff6b55353fb5e86de08a490a7bd59a31f0d4951f8f29f81864c7df224fe1342543a95d048b7413ff171
72497250
languageName: node
72507251
linkType: hard
72517252

@@ -13029,13 +13030,6 @@ __metadata:
1302913030
languageName: node
1303013031
linkType: hard
1303113032

13032-
"anser@npm:^2.1.1":
13033-
version: 2.3.2
13034-
resolution: "anser@npm:2.3.2"
13035-
checksum: e7cebc020d406cd14f004e1a70f45e05b66f3d14146d709f52a9c335ff1e2bbcdf389cd1b63d6444a7c679946ff1722d1c8e3f97f3dcd264e091f59e66e5c471
13036-
languageName: node
13037-
linkType: hard
13038-
1303913033
"ansi-align@npm:^3.0.0, ansi-align@npm:^3.0.1":
1304013034
version: 3.0.1
1304113035
resolution: "ansi-align@npm:3.0.1"
@@ -13070,6 +13064,15 @@ __metadata:
1307013064
languageName: node
1307113065
linkType: hard
1307213066

13067+
"ansi-html@npm:^0.0.9":
13068+
version: 0.0.9
13069+
resolution: "ansi-html@npm:0.0.9"
13070+
bin:
13071+
ansi-html: bin/ansi-html
13072+
checksum: 4a5de9802fb50193e32b51a9ea48dc0d7e4436b860cb819d7110c62f2bfb1410288e1a2f9a848269f5eab8f903797a7f0309fe4c552f92a92b61a5b759ed52bd
13073+
languageName: node
13074+
linkType: hard
13075+
1307313076
"ansi-regex@npm:^2.0.0":
1307413077
version: 2.1.1
1307513078
resolution: "ansi-regex@npm:2.1.1"
@@ -24408,7 +24411,7 @@ __metadata:
2440824411
languageName: node
2440924412
linkType: hard
2441024413

24411-
"loader-utils@npm:^2.0.0":
24414+
"loader-utils@npm:^2.0.0, loader-utils@npm:^2.0.4":
2441224415
version: 2.0.4
2441324416
resolution: "loader-utils@npm:2.0.4"
2441424417
dependencies:
@@ -37215,7 +37218,7 @@ __metadata:
3721537218
"@babel/runtime": "npm:^7.27.1"
3721637219
"@gravatar-com/quick-editor": "npm:^0.8.0"
3721737220
"@paypal/react-paypal-js": "npm:^8.7.0"
37218-
"@pmmmwh/react-refresh-webpack-plugin": "npm:^0.6.0"
37221+
"@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.15"
3721937222
"@signal-noise/stylelint-scales": "npm:^2.0.3"
3722037223
"@storybook/react": "npm:^8.6.12"
3722137224
"@tanstack/eslint-plugin-query": "npm:^5.14.6"

0 commit comments

Comments
 (0)