{"id":13495985,"url":"https://github.com/antfu-collective/taze","last_synced_at":"2026-05-15T04:01:51.188Z","repository":{"id":38329802,"uuid":"281586897","full_name":"antfu-collective/taze","owner":"antfu-collective","description":"🥦 A modern cli tool that keeps your deps fresh","archived":false,"fork":false,"pushed_at":"2026-05-15T02:09:29.000Z","size":3222,"stargazers_count":4168,"open_issues_count":43,"forks_count":140,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-05-15T03:37:18.327Z","etag":null,"topics":["cli-tool","dependencies","updates"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antfu-collective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["antfu"]}},"created_at":"2020-07-22T05:48:15.000Z","updated_at":"2026-05-15T02:09:31.000Z","dependencies_parsed_at":"2025-11-29T10:03:00.828Z","dependency_job_id":null,"html_url":"https://github.com/antfu-collective/taze","commit_stats":{"total_commits":302,"total_committers":45,"mean_commits":6.711111111111111,"dds":"0.36423841059602646","last_synced_commit":"7e2209020ad04d9b8f13cd3807dec2144a17a704"},"previous_names":["antfu-collective/taze"],"tags_count":96,"template":false,"template_full_name":null,"purl":"pkg:github/antfu-collective/taze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu-collective%2Ftaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu-collective%2Ftaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu-collective%2Ftaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu-collective%2Ftaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antfu-collective","download_url":"https://codeload.github.com/antfu-collective/taze/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu-collective%2Ftaze/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-tool","dependencies","updates"],"created_at":"2024-07-31T19:01:40.411Z","updated_at":"2026-05-15T04:01:51.180Z","avatar_url":"https://github.com/antfu-collective.png","language":"TypeScript","funding_links":["https://github.com/sponsors/antfu"],"categories":["TypeScript","Utilities","others"],"sub_categories":["Project Tools"],"readme":"\u003ch1 align=\"center\"\u003e🥦 Taze\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003csup\u003e(/ta:zei/, \u003cem\u003efresh\u003c/em\u003e in Persian)\u003c/sup\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eA modern cli tool that keeps your deps fresh\u003c/p\u003e\n\n\u003cpre align=\"center\"\u003enpx \u003cb\u003etaze\u003c/b\u003e\u003c/pre\u003e\n\n\u003cp align=\"center\"\u003eor recursively for \u003cb\u003emonorepos\u003c/b\u003e\u003c/p\u003e\n\n\u003cpre align=\"center\"\u003enpx taze \u003cb\u003e-r\u003c/b\u003e\u003c/pre\u003e\n\n\u003cp align='center'\u003e\n\u003cimg src='./screenshots/r-major.png' width='600' alt='Recursive mode' /\u003e\n\u003c/p\u003e\n\n## Features\n\n- Built-in support for monorepos\n- No installation required — `npx taze`\n- Safe by default — updates in the version range you are allowed\n\n## Usage\n\nBy default, `taze` will only bump versions in the ranges you specified in `package.json` *(which is safe and the default behavior of `npm install`)*\n\n\u003cp align='center'\u003e\n\u003cimg src='./screenshots/default.png' width='600' alt='Default mode' /\u003e\n\u003c/p\u003e\n\nTo ignore the ranges, explicitly set the maximum allowed version change.\n\nFor example `taze major` will check all changes and bump to the latest stable changes including majors (breaking changes), or `taze minor` that bump to latest minor changes within the same major version.\n\n\u003cbr\u003e\n\u003cp align='center'\u003e\nCheck for \u003cb\u003emajor\u003c/b\u003e updates\n\u003cbr\u003e\n\u003cimg src='./screenshots/major.png' width='600' alt='Major mode' /\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\nCheck up to \u003cb\u003eminor\u003c/b\u003e updates\n\u003cbr\u003e\n\u003cimg src='./screenshots/minor.png' width='600' alt='Minor mode' /\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\nCheck up to \u003cb\u003epatch\u003c/b\u003e updates\n\u003cbr\u003e\n\u003cimg src='./screenshots/patch.png' width='600' alt='Patch mode' /\u003e\n\u003c/p\u003e\n\n### Monorepo\n\n`taze` has the built-in first-class monorepo support. Simply adding `-r` will scan the subdirectories that contain `package.json` and update them together. It will handle local private packages automatically.\n\n\u003cp align='center'\u003e\n\u003cimg src='./screenshots/r-default.png' width='600' alt='Recursive mode default' /\u003e\n\u003c/p\u003e\n\n## Configuration\n\nSee `taze --help` for more details\n\n### Filters\n\nYou can filter out packages you want to check for upgrades by `--include` or `--exclude`; they accept string and regex, separated by commas (,).\n\n```bash\ntaze --include lodash,webpack\ntaze --include /react/ --exclude react-dom # regex is also supported\n```\n\n### Locked Versions\n\nLocked (fixed version without `^` or `~`) packages are skipped by default, use `taze --include-locked` or `taze -l` to show them.\n\n### Peer Dependencies\n\nBumping version in `peerDependencies` is not enabled by default. Pass `--peer` option to include them in the update process.\n\n```bash\ntaze --peer\n```\n\n### Maturity Period\n\nBy default the most recent version of a dependency is used. You may choose to filter to versions that have been out longer by passing `--maturity-period`.\n\n```bash\ntaze --maturity-period\n```\n\nThe filter when using the maturity-period flag is 7 days. You may also want to pass a day value to have a longer or shorter number of days.\n\n```bash\ntaze --maturity-period 14\n```\n\nIf you want stable releases only while still honoring the maturity period, use `stable` mode.\n\n```bash\ntaze stable --maturity-period 14\n```\n\n\u003e [!NOTE]\n\u003e This kind of filtering is sometimes called `cooldown` or `minimumReleaseAge` by other tools.\n\n### Config file\n\nWith `taze.config.js` file, you can configure the same options the command has.\n\n```js\nimport { defineConfig } from 'taze'\n\nexport default defineConfig({\n  // ignore packages from bumping\n  exclude: [\n    'webpack'\n  ],\n  // fetch latest package info from registry without cache\n  force: true,\n  // write to package.json\n  write: true,\n  // run `npm install` or `yarn install` right after bumping\n  install: true,\n  // ignore paths for looking for package.json in monorepo\n  ignorePaths: [\n    '**/node_modules/**',\n    '**/test/**',\n  ],\n  // ignore package.json that in other workspaces (with their own .git,pnpm-workspace.yaml,etc.)\n  ignoreOtherWorkspaces: true,\n  // override with different bumping mode for each package\n  packageMode: {\n    'typescript': 'major',\n    'unocss': 'ignore',\n    // regex starts and ends with '/'\n    '/vue/': 'latest'\n  },\n  // disable checking for \"overrides\" package.json field\n  depFields: {\n    overrides: false\n  }\n})\n```\n\n## Alternatives\n\n`taze` is inspired by the following tools.\n\n- [npm-check-updates](https://github.com/raineorshine/npm-check-updates)\n- [npm-check](https://github.com/dylang/npm-check)\n\nThey work well but have different focuses and feature sets, try them out as well :)\n\n## Thanks\n\nGreat thanks to [@sinoon](https://github.com/sinoon) who helped a lot with idea brainstorming and feedback discussion.\n\n## License\n\nMIT License © 2020 [Anthony Fu](https://github.com/antfu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantfu-collective%2Ftaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantfu-collective%2Ftaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantfu-collective%2Ftaze/lists"}