{"id":16125533,"url":"https://github.com/semibran/pkg-bump","last_synced_at":"2025-03-18T13:30:50.561Z","repository":{"id":57325260,"uuid":"124506897","full_name":"semibran/pkg-bump","owner":"semibran","description":":package::arrow_up: tiny package.json dependency version bumper","archived":false,"fork":false,"pushed_at":"2022-10-23T18:51:00.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-20T13:42:32.850Z","etag":null,"topics":["npm","package","pkg","version","version-bump"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/semibran.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}},"created_at":"2018-03-09T07:51:29.000Z","updated_at":"2022-10-24T08:31:24.000Z","dependencies_parsed_at":"2022-09-18T23:01:14.878Z","dependency_job_id":null,"html_url":"https://github.com/semibran/pkg-bump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semibran%2Fpkg-bump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semibran%2Fpkg-bump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semibran%2Fpkg-bump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semibran%2Fpkg-bump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semibran","download_url":"https://codeload.github.com/semibran/pkg-bump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221711878,"owners_count":16868047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["npm","package","pkg","version","version-bump"],"created_at":"2024-10-09T21:29:55.834Z","updated_at":"2024-10-27T17:39:37.716Z","avatar_url":"https://github.com/semibran.png","language":"JavaScript","readme":"# pkg-bump\n\u003e tiny package.json dependency version bumper\n\nThis tool updates all dependencies in your `package.json` (including `devDependencies`, `peerDependencies`, and `optionalDependencies`) to their latest versions, disregarding semver. This makes it useful when reviving old projects or starting new ones from a template, where you would typically want to use the latest versions of each package.\n\n**NOTE:** For flexibility's sake, the `pkg-bump` command does not install new versions of dependencies. Use in tandem with the package manager of your choice, e.g. `pkg-bump \u0026\u0026 npm i`.\n\n```sh\n$ cat package.json\n{\n  \"name\": \"example\",\n  \"version\": \"0.0.0\",\n  \"description\": \"an example package\",\n  \"devDependencies\": {\n    \"@rollup/plugin-node-resolve\": \"^2.1.1\",\n    \"rollup\": \"^0.55.5\",\n  }\n}\n\n$ pkg-bump\ndevDependencies:\n* @rollup/plugin-node-resolve   ^2.1.1 -\u003e ^9.0.0\n* rollup                        ^0.55.5 -\u003e ^2.32.1\n\n$ npm i\n$ git init\n```\n\nInstall globally using npm:\n```sh\nnpm i -g pkg-bump\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemibran%2Fpkg-bump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemibran%2Fpkg-bump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemibran%2Fpkg-bump/lists"}