{"id":42923223,"url":"https://github.com/donfear/inup","last_synced_at":"2026-04-15T08:05:11.716Z","repository":{"id":334909116,"uuid":"1143297735","full_name":"donfear/inup","owner":"donfear","description":"Interactive CLI to upgrade dependencies for npm, yarn, pnpm \u0026 bun – monorepo-ready, auto-detects package manager","archived":false,"fork":false,"pushed_at":"2026-01-27T20:38:09.000Z","size":2726,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-28T00:44:48.776Z","etag":null,"topics":["batch-update","bun","cli","dependency-management","dependency-upgrader","interactive-cli","monorepo","npm","package-manager","pnpm","typescript","workspace","yarn"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donfear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2026-01-27T12:08:31.000Z","updated_at":"2026-01-27T19:25:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/donfear/inup","commit_stats":null,"previous_names":["donfear/inup"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/donfear/inup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfear%2Finup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfear%2Finup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfear%2Finup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfear%2Finup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donfear","download_url":"https://codeload.github.com/donfear/inup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donfear%2Finup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["batch-update","bun","cli","dependency-management","dependency-upgrader","interactive-cli","monorepo","npm","package-manager","pnpm","typescript","workspace","yarn"],"created_at":"2026-01-30T18:00:41.997Z","updated_at":"2026-04-15T08:05:11.703Z","avatar_url":"https://github.com/donfear.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inup — Interactive Dependency Upgrader\n\n[![npm version](https://img.shields.io/npm/v/inup?logo=npm\u0026logoColor=%23CB3837\u0026style=for-the-badge\u0026color=crimson)](https://www.npmjs.com/package/inup)\n[![Downloads](https://img.shields.io/npm/dm/inup?style=for-the-badge\u0026color=646CFF\u0026logoColor=white)](https://www.npmjs.com/package/inup)\n[![Total downloads](https://img.shields.io/npm/dt/inup?style=for-the-badge\u0026color=informational)](https://www.npmjs.com/package/inup)\n[![CI](https://img.shields.io/github/actions/workflow/status/donfear/inup/ci.yml?branch=main\u0026style=for-the-badge\u0026label=CI)](https://github.com/donfear/inup/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://github.com/donfear/inup/blob/main/LICENSE)\n\nInteractively upgrade outdated dependencies across npm, yarn, pnpm, and bun. Auto-detects your package manager, works in monorepos and workspaces, and requires zero configuration.\n\n![Interactive Upgrade Demo](docs/demo/interactive-upgrade.gif)\n\n## Quick Start\n\n```bash\nnpx inup\n```\n\nOr install globally with your preferred package manager:\n\n```bash\nnpm install -g inup\npnpm add -g inup\nyarn global add inup\nbun add -g inup\n```\n\nRun `inup` in any project — it scans for outdated packages and lets you pick what to upgrade.\n\n## Why inup?\n\n- **All Dependencies at Once** — Dev, peer, and optional dependencies load automatically. No more re-running with `--peer` or `--dev` flags.\n- **Live Toggles** — Filter dependency types (`d`, `p`, `o`) on the fly without restarting.\n- **Zero Config** — Auto-detects npm, yarn, pnpm, or bun from your lockfile.\n- **Monorepo Ready** — Discovers and upgrades across workspaces seamlessly.\n- **Vulnerability Audit** — Flags known security vulnerabilities right in the package list so you know what's risky before upgrading.\n- **Changelog Viewer** — Read release notes and changelogs inline without leaving the terminal.\n- **Built-in Search** — Press `/` to filter packages instantly.\n- **Package Details** — Press `i` to view package info, download stats, and more.\n- **Themes** — Press `t` to switch between color themes.\n\n## Options\n\n```bash\ninup [options]\n\n-d, --dir \u003cpath\u003e              Run in specific directory\n-e, --exclude \u003cpatterns\u003e      Skip directories (comma-separated regex)\n-i, --ignore \u003cpackages\u003e       Ignore packages (comma-separated, glob supported)\n--max-depth \u003cnumber\u003e          Maximum scan depth for package discovery (default: 10)\n--package-manager \u003cname\u003e      Force package manager (npm, yarn, pnpm, bun)\n--debug                       Write verbose debug logs\n```\n\n## Keyboard Shortcuts\n\n| Key | Action |\n|-----|--------|\n| `↑` `↓` | Navigate packages |\n| `←` `→` | Select version (current, patch, minor, major) |\n| `Space` | Toggle selection |\n| `m` | Select all minor updates |\n| `l` | Select all latest updates |\n| `u` | Unselect all |\n| `/` | Search packages |\n| `i` | View package info |\n| `t` | Change theme |\n| `Enter` | Confirm and upgrade |\n\n## Privacy\n\nNo tracking, no telemetry, no data collection. Package metadata is fetched directly from the npm registry. Download counts come from the npm downloads API. When needed for exact-version manifests, inup may fetch a pinned `package.json` from jsDelivr.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonfear%2Finup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonfear%2Finup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonfear%2Finup/lists"}