dependency-upgrade

Solid

Use when a dependency is outdated or has a known vulnerability and you need to upgrade it safely with the right changelog and migration notes.

AI & Automation 1 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
37
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Dependency Upgrade ## When to use Use this skill when `npm audit`, `pip-audit`, or a version check flags an outdated or vulnerable dependency. ## Steps 1. Identify the current and latest versions and whether the bump is major. 2. Read the release notes / changelog for breaking changes between the two. 3. Check the project's lockfile and peer/version constraints. 4. Apply the upgrade, then run the test suite and the build. 5. Summarize the changes, risks, and any code edits the migration requires. ## Examples - "Upgrade requests to the latest secure version" - "Is this major bump of react safe?" ## References Prefer minimal, reviewed bumps; for majors, isolate the upgrade in its own PR so regressions are easy to bisect.

Details

Author
NSBen
Repository
NSBen/skillfoundry
Created
4 days ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category