update-deps
Update Metalsmith plugin dependencies using npm-check-updates. Configure major version updates, dry run, or interactive mode.
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) | |
| dryRun | No | Show what would be updated without making changes | |
| interactive | No | Run in interactive mode |