Copilot commented on code in PR #1375:
URL: https://github.com/apache/mahout/pull/1375#discussion_r3363644760


##########
website/package.json:
##########
@@ -18,25 +18,32 @@
     "version": "docusaurus docs:version"
   },
   "dependencies": {
-    "@docusaurus/core": "3.9.2",
-    "@docusaurus/preset-classic": "3.9.2",
-    "@docusaurus/plugin-client-redirects": "3.9.2",
+    "@docusaurus/core": "3.10.1",
+    "@docusaurus/faster": "^3.10.1",

Review Comment:
   `@docusaurus/faster` is the only Docusaurus package using a semver range 
(`^3.10.1`) while the rest are pinned to `3.10.1`. This can lead to accidental 
version skew (e.g., `@docusaurus/faster` updating to 3.10.x/3.11.x while core 
stays at 3.10.1), which is a common source of hard-to-debug bundler/tooling 
issues. Pin it to the same exact version as the other `@docusaurus/*` packages.



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