up-deps
Update Dependencies Workflow
Complete workflow for updating project dependencies using taze, a modern CLI tool that keeps your dependencies fresh.
Quick Start
By default, taze safely updates versions within the ranges specified in package.json (same behavior as npm install).
npx taze
For monorepos, use recursive mode:
npx taze -r
Update Levels
More from curev/skills
prepare-pull-request
Prepares pull request branches by analyzing existing changes before stashing, using human-readable stash messages, syncing/merging main, deciding branch strategy when not on main, then reviewing changes, running quality checks on modified files, generating conventional commit messages, and pushing. Use when preparing a PR, creating a branch for pull request, or committing changes following conventional commits.
12vue-jsx-best-practices
Exclusive style guide for writing Vue 3 JSX using SFC with <script lang="tsx">, defineComponent, and render functions. Use when working with Vue 3 JSX/TSX components.
2