Copilot commented on code in PR #3317:
URL: https://github.com/apache/apisix-dashboard/pull/3317#discussion_r2931108162


##########
pnpm-lock.yaml:
##########
@@ -933,6 +940,10 @@ packages:
   '@floating-ui/[email protected]':
     resolution: {integrity: 
sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==}
 
+  '@floating-ui/[email protected]':
+    resolution: {integrity: 
sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
+
+
   '@floating-ui/[email protected]':
     resolution: {integrity: 
sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
 

Review Comment:
   `pnpm-lock.yaml` contains a duplicated mapping key for the same package 
(`'@floating-ui/[email protected]'` appears twice). Duplicate keys can make the 
lockfile invalid/ambiguous depending on the YAML parser and may break pnpm. 
Regenerate the lockfile (recommended) or remove the duplicate entry so each 
package key is unique.



-- 
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]

Reply via email to