update-deps
Update dependencies in Metalsmith plugins to their latest compatible versions, with options for major updates, interactive mode, or dry run.
Instructions
Update dependencies in Metalsmith plugin(s) using npm-check-updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Plugin directory or parent containing plugins | . |
| major | No | Include major version updates (default: minor/patch only) | |
| interactive | No | Run in interactive mode | |
| dryRun | No | Show what would be updated without making changes |