update-deps
SolidUpdate project dependencies incrementally with testing between categories. Framework-agnostic.
AI & Automation 416 stars
49 forks Updated yesterday MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Update Dependencies
Update project dependencies safely with testing between updates and documentation of breaking changes.
## Command Options
- `--dry-run`: Show what would be updated without making changes
- `--major`: Include major version updates (default: minor/patch only)
- `--package <name>`: Update specific package only
- `--skip-tests`: Skip running tests between updates
## Your task
1. **Detect package manager**:
- Check for `package.json` (npm/yarn/pnpm)
- Check for `Gemfile` (bundler)
- Check for `requirements.txt` or `pyproject.toml` (pip/poetry)
- Check for `Cargo.toml` (cargo)
- Check for `go.mod` (go modules)
2. **Analyze current dependencies**:
- List outdated packages with current and available versions
- Categorize updates: patch, minor, major
- Identify security-related updates (high priority)
3. **Plan update strategy**:
- Security updates first (always include)
- Patch updates (safe, low risk)
- Minor updates (moderate risk, new features)
- Major updates (high risk, breaking changes) - only if `--major` flag
4. **Execute updates incrementally**:
- Update one category at a time
- Run tests after each category
- **If `--skip-tests` provided**: Skip test execution
- Create separate commits for each category
- Stop and report if tests fail
5. **Document changes**:
- Note any breaking changes in commit messages
- List significant new features or deprecations
- Record any configuration chang...
Details
- Author
- joshukraine
- Repository
- joshukraine/dotfiles
- Created
- 11 years ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
dependency-updater
Smart dependency update checker with changelog summaries and breaking change detection.
335 Updated today
aiskillstore AI & Automation Solid
dependency-updater
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
27,681 Updated today
davila7 AI & Automation Solid
dependency-updater
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
1,924 Updated 2 months ago
softaworks AI & Automation Listed
dependency-update
Survey and apply dependency updates safely
1 Updated 4 days ago
bakw00ds AI & Automation Solid
dependency-updater
Automated dependency update execution with breaking change detection and rollback capability
1,034 Updated today
a5c-ai