Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"peerDependencies": {
"hugo-extended": "0.160.0",
"netlify-cli": "^23.13.4 || ^24.0.0",
"netlify-cli": "^23.13.4 || ^24.0.0 || ^25.0.0",
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

netlify-cli v25 includes breaking changes (notably the removal of logs:function, logs:deploy, and logs:edge-functions). If this repo’s docs/CI scripts invoke those commands, allowing v25 as a peer dependency can break users after upgrading. Consider either (a) keeping the peer range capped at <25 until the scripts/docs are updated, or (b) updating any referenced CLI commands (e.g., switch to the unified netlify logs) and documenting the minimum supported CLI version.

Suggested change
"netlify-cli": "^23.13.4 || ^24.0.0 || ^25.0.0",
"netlify-cli": "^23.13.4 || ^24.0.0",

Copilot uses AI. Check for mistakes.
"npm-check-updates": "^19.3.1 || ^20.0.0"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
Expand Down