Copilot commented on code in PR #3317:
URL: https://github.com/apache/apisix-dashboard/pull/3317#discussion_r2931165060
##########
package.json:
##########
@@ -106,11 +106,12 @@
"rollup": ">=4.59.0",
"simple-git": ">=3.32.3",
"diff": ">=8.0.3",
- "@swc/core": "1.10.0"
+ "@swc/core": "1.10.0",
+ "@iconify/utils": "2.1.33"
Review Comment:
This override forces `@iconify/utils` to `2.1.33`, but the lockfile shows
`[email protected]` depends on `@iconify/[email protected]`. Forcing a different
major than the consumer requests can cause subtle build/runtime breakage;
consider aligning versions (upgrade/downgrade `unplugin-icons` accordingly) or
add a short comment in `package.json` explaining why this override is required
and how compatibility is ensured.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]