{"id":15390612,"url":"https://github.com/solidzoro/updd","last_synced_at":"2026-04-18T00:01:51.585Z","repository":{"id":57387186,"uuid":"431015741","full_name":"SolidZORO/updd","owner":"SolidZORO","description":"🚀 Update package.json dependencies \u0026 devDependencies to latest version","archived":false,"fork":false,"pushed_at":"2022-02-14T09:30:11.000Z","size":224,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-16T02:59:52.017Z","etag":null,"topics":["cli","interactive","npm","update","upgrade","upgrade-interactive","yarn"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SolidZORO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-23T08:17:03.000Z","updated_at":"2021-11-24T09:51:22.000Z","dependencies_parsed_at":"2022-09-10T22:20:36.136Z","dependency_job_id":null,"html_url":"https://github.com/SolidZORO/updd","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/SolidZORO/updd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidZORO%2Fupdd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidZORO%2Fupdd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidZORO%2Fupdd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidZORO%2Fupdd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolidZORO","download_url":"https://codeload.github.com/SolidZORO/updd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidZORO%2Fupdd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cli","interactive","npm","update","upgrade","upgrade-interactive","yarn"],"created_at":"2024-10-01T15:07:12.749Z","updated_at":"2026-04-18T00:01:51.548Z","avatar_url":"https://github.com/SolidZORO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# updd\n\n[![VERSION][version-badge-svg]][version-badge-url] [![LICENSE][license-badge-svg]](./LICENSE)\n\nUpdate package.json dependencies \u0026 devDependencies to latest version.\n\n![updd-demo](./__tset__/updd-demo.png)\n\n\n## Installation\n\n```bash\nyarn add -D updd\n```\n\nor Global\n\n```bash\nnpm i -g updd\n```\n\n\n## Usage\n\nin the `package.json` file directory.\n\n```bash\nupdd\n```\n\n## Config\n\nin `package.json`, `updd` key:\n\nclient: `yarn` | `npm`, (defalut: `yarn`)\n\nignore: `['any', 'package-name']`, (defalut: `[]`)\n\ne.g.:\n\n```json\n{\n  \"name\": \"updd\",\n  \"updd\": {\n    \"client\": \"yarn\",\n    \"ignore\": [\n      \"https://github.com/SolidZORO/updd\",\n      \"react\"\n    ],\n    \"lockDeps\": {\n      \"chalk\": \"4.1.2\"\n    },\n    \"lockDevDeps\": {\n    }\n  },\n  \"dependencies\": {\n  },\n  \"devDependencies\": {\n  }\n}\n```\n\n\n## Principle\n\nCollect all `dependencies` and `devDependencies`, install, it will automatically update to the latest version.\n\nCan be used instead of `yarn upgrade-interactive` to solve the non-update problem.\n\n\n## License\n\nMIT © 2021\n\n\u003c!-- link --\u003e\n\n[license-badge-svg]: https://img.shields.io/badge/License-MIT-green.svg\n\n[version-badge-svg]: https://badge.fury.io/js/updd.svg\n\n[version-badge-url]: https://badge.fury.io/js/updd\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidzoro%2Fupdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidzoro%2Fupdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidzoro%2Fupdd/lists"}