update-deps

Assess and upgrade dependencies across Bun packages, Rust crates, and Docker base images.

163|43|Updated May 3, 2026
One-click install
npx skills add https://github.com/stella/stella --skill update-deps-stella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-deps
Source: https://github.com/stella/stella/tree/main/.agents/skills/update-deps
Command: npx skills add https://github.com/stella/stella --skill update-deps-stella

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review and upgrade third-party dependencies across Bun packages, Rust crates, and Docker base images to keep projects secure and up-to-date.

Core Features & Use Cases

  • Inventory outdated candidates across ecosystems, plan coherent upgrade batches, and apply changes with risk-aware guidance.
  • Classify upgrade risk (patch, minor, major) and leverage existing Stella controls to guard license and security constraints.
  • Validate changes by regenerating SBOMs, auditing licenses, and aligning with CI workflows before committing.

Quick Start

Establish the version source of truth, identify outdated candidates, and plan the full upgrade sweep in coherent batches.

Frequently Asked Questions about update-deps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely upgrade dependencies across Bun, Rust, and Docker?

To safely upgrade dependencies, you inventory outdated candidates, classify risk by patch, minor, or major versions, and apply changes in coherent batches with security and license checks before committing.

What is the best way to automate security and license checks during dependency upgrades?

Automating security and license checks involves applying risk-aware batch upgrades, auditing licenses, and regenerating SBOMs to validate changes before integrating them into CI workflows.

How do I assess breaking changes before updating Rust crates and Bun packages?

Assess breaking changes by classifying upgrade risk across major, minor, and patch versions, then verifying constraints through SBOM regeneration and license audits before applying changes.

Can I integrate dependency upgrades into my existing CI automation and release pipelines?

Yes, you can integrate dependency upgrades into CI automation and release pipelines by validating changes through SBOM regeneration and aligning with existing workflows before committing.

What do I need to establish before planning a dependency upgrade sweep?

Before planning a dependency upgrade sweep, you must establish the version source of truth to identify outdated candidates and guide coherent batch upgrades across your project ecosystems.