taze
« Back to VersTracker
Description:
Modern cli tool that keeps your deps fresh
Type: Formula  |  Latest Version: 19.9.2@0  |  Tracked Since: Dec 24, 2025
Links: Homepage  |  GitHub  |  formulae.brew.sh
Stars: 3,922  |  Forks: 123  |  Language: TypeScript  |  Category: Developer tools
Tags: dependencies cli nodejs typescript developer-tools
Install: brew install taze
About:
Taze is a command-line tool designed to help developers keep their project dependencies up-to-date. It scans package.json files, checks for newer versions of dependencies, and provides an interactive interface to review and apply updates. Its main value is automating dependency management to reduce security risks and technical debt.
Key Features:
  • Interactive CLI for reviewing dependency updates
  • Supports major, minor, and patch version filtering
  • Works with npm, yarn, pnpm, and bun package managers
  • Can generate changelog summaries for updates
  • Configurable via a configuration file (taze.config.js)
Use Cases:
  • Regularly checking and updating dependencies in a Node.js/TypeScript project
  • Auditing project dependencies for security vulnerabilities via updates
Alternatives:
  • npm-check-updates – Similar core function, but Taze offers a more modern, interactive CLI and additional filtering options.
  • Dependabot – Dependabot is GitHub-native and automated, while Taze is a manual, configurable CLI tool for local use.
Version History
Detected Version Rev Change Commit
Dec 24, 2025 9:55pm 19.9.2 0 VERSION_BUMP 3142c38d
Oct 19, 2025 11:30pm 0 VERSION_BUMP e09fda21