Loading...
Loading...
Compare original and translation side by side
undefinedundefined
| Lockfile | Ecosystem | Reference |
|----------|-----------|-----------|
| `bun.lock` / `bun.lockb` | npm (bun) | [npm.md](references/ecosystems/npm.md) |
| `pnpm-lock.yaml` | npm (pnpm) | [npm.md](references/ecosystems/npm.md) |
| `package-lock.json` | npm | [npm.md](references/ecosystems/npm.md) |
| `uv.lock` | Python (uv) | [python.md](references/ecosystems/python.md) |
| `poetry.lock` | Python (poetry) | [python.md](references/ecosystems/python.md) |
| `Cargo.lock` | Rust | [cargo.md](references/ecosystems/cargo.md) |
Load the appropriate ecosystem reference for detailed commands.
---
| 锁文件 | 生态系统 | 参考文档 |
|----------|-----------|-----------|
| `bun.lock` / `bun.lockb` | npm(bun) | [npm.md](references/ecosystems/npm.md) |
| `pnpm-lock.yaml` | npm(pnpm) | [npm.md](references/ecosystems/npm.md) |
| `package-lock.json` | npm | [npm.md](references/ecosystems/npm.md) |
| `uv.lock` | Python(uv) | [python.md](references/ecosystems/python.md) |
| `poetry.lock` | Python(poetry) | [python.md](references/ecosystems/python.md) |
| `Cargo.lock` | Rust | [cargo.md](references/ecosystems/cargo.md) |
加载对应生态系统的参考文档以获取详细命令。
---grep "<package-name>" ~/.claude/skills/update-dependencies/data/outcomes.jsonlgrep "<package-name>" ~/.claude/skills/update-dependencies/data/outcomes.jsonldeps/<group-name>-$(date +%Y%m%d)deps/<group-name>-$(date +%Y%m%d)git add <lockfile> <manifest>
git commit -m "deps: <type> update <group-name>"
git push -u origin HEAD
gh pr create --title "deps: <type> update <group-name>" --body-file -git add <lockfile> <manifest>
git commit -m "deps: <type> update <group-name>"
git push -u origin HEAD
gh pr create --title "deps: <type> update <group-name>" --body-file -bun ~/.claude/skills/update-dependencies/scripts/log-outcome.ts~/.claude/skills/update-dependencies/data/outcomes.jsonlbun ~/.claude/skills/update-dependencies/scripts/log-outcome.ts~/.claude/skills/update-dependencies/data/outcomes.jsonl/update-dependencies| Option | Effect |
|---|---|
| Only fix security vulnerabilities |
| Enter plan mode - analyze and design update strategy for approval |
| Include major version updates |
| Update specific ecosystem group |
| Show past outcomes for packages being updated |
/update-dependencies| 选项 | 作用 |
|---|---|
| 仅修复安全漏洞 |
| 进入规划模式 - 分析并设计更新策略,待审批后执行 |
| 包含主版本更新 |
| 更新指定的生态系统分组 |
| 显示待更新包的历史处理结果 |
undefinedundefined
---
---git push -u origin HEADgh pr create ...git push -u origin HEADgh pr create ...