deps-check

Generate a daily dependency update report for npm and Cargo packages.

19|3|Updated Jul 19, 2024
One-click install
npx skills add https://github.com/danielterra/FOUNDATION --skill deps-check-danielterra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deps-check
Source: https://github.com/danielterra/FOUNDATION/tree/main/.claude/skills/deps-check
Command: npx skills add https://github.com/danielterra/FOUNDATION --skill deps-check-danielterra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Este Skill oferece um relatório das atualizações disponíveis das dependências do FOUNDATION, ajudando a manter dependências de frontend e backend atualizadas.

Core Features & Use Cases

  • Automatiza o relatório diário de atualizações para dependências npm (frontend) e Cargo (backend).
  • Aborda casos de uso comuns como revisão de atualizações de bibliotecas e validação de compatibilidade sem aplicar mudanças automaticamente.
  • Inclui instruções claras para executar o binário Rust e interpretar o relatório.

Quick Start

Execute o binário Rust com --force para gerar o relatório diário de dependências.

Frequently Asked Questions about deps-check

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

FAQPage Schema
How do I check available updates for npm and Cargo dependencies?▼

To check available updates for npm and Cargo dependencies, you can use a tool that scans package.json and Cargo.toml to generate a concise report of outdated libraries without applying changes automatically.

What is the best way to automate a daily dependency update report?▼

Automating a daily dependency update report involves running a script that targets both frontend npm packages and backend Rust crates, producing a summary of available updates for common development scenarios.

Does this dependency check automatically apply updates to package.json and Cargo.toml?▼

No, this dependency check does not automatically apply updates. It only generates a report of available updates for your package.json and Cargo.toml files, ensuring you validate compatibility before modifying your project.

How do I generate a Rust dependency update report for my project?▼

You generate a Rust dependency update report by executing the Rust deps-check binary with the --force flag, which scans your Cargo.toml and presents the available dependency updates.

Can I review frontend npm and backend Rust library updates in a single report?▼

Yes, you can review both frontend npm and backend Rust library updates in a single report. The tool targets both package.json and Cargo.toml to provide a unified view of available dependency updates.