Copilot commented on code in PR #3317:
URL: https://github.com/apache/apisix-dashboard/pull/3317#discussion_r2931221839
##########
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": "3.1.0"
},
Review Comment:
`pnpm.overrides` pins `@iconify/utils` to `3.1.0`, but the lockfile override
is `2.1.33` (and the resolved package version is `2.1.33`). This mismatch will
cause lockfile churn / non-reproducible installs. Update `package.json` to
match the intended pinned version (or regenerate the lockfile after changing
the override).
--
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]