@jonz94/dependency-updater
v0.9.3
Published
A CLI tool to bump package version
Readme
@jonz94/dependency-updater
A CLI tool to update Node.js dependencies automatically

Features/TODOs
- ✅ Support multiple package manager
- ✅ npm
- ✅ pnpm
- ✅ yarn
- ✅ bun
- 🚧 Choose which packages to update
- ✅ Update all outdated packages in single run
- 🚧 Update only some of packages
- 🚧 Git integrations
- ✅ Add corresponding git commit messages automatically
- 🚧 Customize git commit message format
- 🚧 If repository is not clean, do not automatically add git commits right away
- 🚧 Support workspaces/monorepo
- 🚧 npm 7+
- 🚧 pnpm
- 🚧 yarn
- 🚧 bun
Installation
npm i -g @jonz94/dependency-updaterUsage
- Execute
dependency-updatercommand inside the project root directory
dependency-updater- If you don't want to install the package globally, you can use following command:
npx @jonz94/dependency-updater@latest