Skip to content

Commit 3b42c62

Browse files
committed
fix: pin html-webpack-plugin-5 alias to 5.6.4 in lockfile
The yarn alias html-webpack-plugin-5@npm:html-webpack-plugin@^5 resolved to 5.6.6 in the lockfile. The dependency-age-check tool looks up html-webpack-plugin-5@5.6.6 on npm, which returns unusual registry metadata that the tool cannot parse, causing the cooldown CI job to fail deterministically. Adds html-webpack-plugin-5 to resolutions to prevent future re-upgrades, and pins the lockfile entry to 5.6.4 (matching the existing html-webpack-plugin pin added for the same reason). TICKET: VL-5111
1 parent f0c483f commit 3b42c62

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"memfs": "4.46.0",
121121
"// html-webpack-plugin": "cooldown check fails for yarn alias html-webpack-plugin-5 on npm due to unpublished package format; pin to previous version",
122122
"html-webpack-plugin": "5.6.4",
123+
"html-webpack-plugin-5": "npm:html-webpack-plugin@5.6.4",
123124
"// @iota/iota-sdk": "1.11.0 raised engines to >=24; pin to 1.10.1 until CI baseline moves to Node 24",
124125
"@iota/iota-sdk": "1.10.1",
125126
"**/iota-sdk/**/valibot": "1.2.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12373,9 +12373,9 @@ html-minifier-terser@^6.0.2:
1237312373
util.promisify "1.0.0"
1237412374

1237512375
"html-webpack-plugin-5@npm:html-webpack-plugin@^5":
12376-
version "5.6.6"
12377-
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz"
12378-
integrity sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==
12376+
version "5.6.4"
12377+
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz#d8cb0f7edff7745ae7d6cccb0bff592e9f7f7959"
12378+
integrity sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==
1237912379
dependencies:
1238012380
"@types/html-minifier-terser" "^6.0.0"
1238112381
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)