{"id":16150402,"url":"https://github.com/thomasevano/yarn-bump","last_synced_at":"2026-04-17T07:31:48.910Z","repository":{"id":126443557,"uuid":"349428398","full_name":"Thomasevano/yarn-bump","owner":"Thomasevano","description":"Bash script to bump packages with yarn","archived":false,"fork":false,"pushed_at":"2021-11-12T20:09:29.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:29:58.035Z","etag":null,"topics":["bash","bash-script","brew","bump","bumpversion","homebrew","update","yarn"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Thomasevano.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}},"created_at":"2021-03-19T13:14:42.000Z","updated_at":"2021-11-12T20:09:32.000Z","dependencies_parsed_at":"2023-06-16T20:14:34.412Z","dependency_job_id":null,"html_url":"https://github.com/Thomasevano/yarn-bump","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Thomasevano/yarn-bump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomasevano%2Fyarn-bump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomasevano%2Fyarn-bump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomasevano%2Fyarn-bump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomasevano%2Fyarn-bump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thomasevano","download_url":"https://codeload.github.com/Thomasevano/yarn-bump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomasevano%2Fyarn-bump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31919907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["bash","bash-script","brew","bump","bumpversion","homebrew","update","yarn"],"created_at":"2024-10-10T00:49:13.092Z","updated_at":"2026-04-17T07:31:48.883Z","avatar_url":"https://github.com/Thomasevano.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YARN-BUMP\n\nThis is a fork of [npm-bump](https://github.com/vincenthardouin/npm-bump). I find it very useful so as a yarn user on some project i wanted to have the same tool.\n\nyarn-bump is a Bash Script to bump package version with [yarn version 1](https://github.com/yarnpkg/yarn).\n\nIt exists because task of update packages are frequent and boring.\nThis script bump versions of packages that have no tests issues.\n\n## Installation\n\n### With [Homebrew](https://brew.sh/)\nOn Mas OS, you can install yarn-bump via [Homebrew](https://brew.sh/):\n```bash \nbrew tap thomasevano/yarn-bump\nbrew install yarn-bump\n```\n\n### With make\n\n```bash\nmake install\n```\n\n### Classic method\n\n1. Clone repository\n\n```bash\ngit clone https://github.com/Thomasevano/yarn-bump.git\n```\n\n2. Go in directory\n\n```bash\ncd yarn-bump\n```\n\n3. Add permission\n\n```bash\nchmod 777 yarn-bump\n```\n\n4. Create symlink\n\n```bash\nln -sf ${PWD}/yarn-bump /usr/local/bin\n```\n\n## Usage\n\nOn directory where you have `package.json` and `yarn.lock`\nRun :\n\n```bash\nyarn-bump\n```\n\n:warning: If you use Jest put `--watchAll=false` a the end of test script line in `package.json`, so it doesn't enter in interactive mode\n\nAnd wait :hourglass: with :coffee:\n\n### Optional arguments\n\n```bash\n  -h, --help                show this help message and exit\n  -m, --markdown            display updated packages in markdown table\n  -e, --exclude             exclude package name seprated by a comma (e.g -e lodash,mocha)\n  -nt, --no-test            does not run test command when update package\n``` \n```\n\n## Features\n\n- Script available globally\n- Verify outdated package\n- Use `yarn add` instead of `yarn upgrade`\n- Try to install latest version of each package\n- Run `yarn test` after each `yarn add` to verify exit code\n- Create bump commit for each package\n- Show updated packages and packages not updated at the end\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasevano%2Fyarn-bump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasevano%2Fyarn-bump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasevano%2Fyarn-bump/lists"}