← 返回
未分类 中文

Skylv Package Updater

Auto-checks and updates outdated dependencies. Shows changelogs and breaking changes before updating. Triggers: update dependencies, upgrade packages, check...
自动检查并更新过时的依赖项,更新前显示变更日志和破坏性变更。触发:更新依赖、升级包、检查...
sky-lv sky-lv 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 272
下载
💾 1
安装
1
版本
#latest

概述

Dependency Updater

Overview

Scans project dependencies and checks for updates, shows changelogs, identifies breaking changes.

When to Use

  • User asks to "update dependencies" or "check for updates"
  • Regular maintenance

How It Works

Step 1: Detect package manager

package.json -> npm

pyproject.toml -> pip

Cargo.toml -> cargo

go.mod -> go

Step 2: Check outdated

npm: npm outdated --json

pip: pip list --outdated --format=json

cargo: cargo outdated

Step 3: Risk assessment

Patch (1.2.3 -> 1.2.4): Low risk - auto-update

Minor (1.2.3 -> 1.3.0): Medium - show changelog

Major (1.2.3 -> 2.0.0): High - show breaking changes

Output Format

Major Updates: express 4.17.1 -> 5.0.0 [BREAKING changes]

Minor Updates: axios 0.21.1 -> 0.21.4 [Bug fixes]

Patch Updates: debug 4.3.1 -> 4.3.4 [Security patch]

Update Strategy

  1. Show report first - never update blindly
  2. Update in stages: patches -> minors -> majors
  3. Run tests after each update
  4. Commit each update separately

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,592
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,915
professional

Neodata Financial Search

sky-lv
自然语言金融数据搜索服务,支持查询股票、基金、指数、板块、宏观经济、外汇、大宗商品等全品类数据,涵盖行情、财务报表、资金流向、研报评级、事件公告。
★ 3 📥 6,755