Update dependency netlify-cli to v25#1082
Update dependency netlify-cli to v25#1082renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the repository’s peer dependency range for netlify-cli to include the newly released major version v25.
Changes:
- Expand
netlify-clipeer dependency semver range to allow^25.0.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "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", |
There was a problem hiding this comment.
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.
| "netlify-cli": "^23.13.4 || ^24.0.0 || ^25.0.0", | |
| "netlify-cli": "^23.13.4 || ^24.0.0", |
Signed-off-by: Mend Renovate <bot@renovateapp.com>
0736e7d to
3138297
Compare
This PR contains the following updates:
^23.13.4 || ^24.0.0→^23.13.4 || ^24.0.0 || ^25.0.0Release Notes
netlify/cli (netlify-cli)
v25.6.1Compare Source
Bug Fixes
v25.6.0Compare Source
Features
database init(#8204) (768a7a8)Bug Fixes
v25.5.0Compare Source
Features
Bug Fixes
v25.4.0Compare Source
Features
database status(#8187) (a378a02)databasecommands (#8200) (2947a99)Bug Fixes
v25.3.0Compare Source
Features
Bug Fixes
v25.2.0Compare Source
Features
Bug Fixes
v25.1.1Compare Source
Bug Fixes
v25.1.0Compare Source
Features
db migrations resetcommand (#8177) (3dd0f38)db statuscommand (#8173) (9bccaf9)NETLIFY_DB_BRANCHenv var indb statuscommand (#8174) (5647420)v25.0.1Compare Source
Bug Fixes
v25.0.0Compare Source
⚠ BREAKING CHANGES
npm-shrinkwrap.json(#8163)logs:function,logs:deploy, andlogs:edge-functionscommands in favor of a new unifiedlogscommand (#8158)functions:createcommand (#7957)Features
logscommand (#8158) (28c958f)npm-shrinkwrap.json(#8163) (0f444ae), closes #6731Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.