{"id":19398962,"url":"https://github.com/tj-actions/depcheck","last_synced_at":"2025-04-24T06:31:37.860Z","repository":{"id":37858604,"uuid":"285458572","full_name":"tj-actions/depcheck","owner":"tj-actions","description":":octocat: Github action to validate unused node project dependencies.","archived":false,"fork":false,"pushed_at":"2025-03-23T12:11:32.000Z","size":459,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T03:23:00.362Z","etag":null,"topics":["actions","depcheck","dependencies","dependency-analysis","github-actions","npm-dependencies","npm-package"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tj-actions.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["jackton1"],"patreon":null,"open_collective":"tj-actions","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":[]}},"created_at":"2020-08-06T02:58:54.000Z","updated_at":"2025-03-23T12:11:36.000Z","dependencies_parsed_at":"2024-03-15T03:46:30.630Z","dependency_job_id":"882ed2b8-7f25-42f1-b332-9a28d85ae885","html_url":"https://github.com/tj-actions/depcheck","commit_stats":{"total_commits":314,"total_committers":12,"mean_commits":"26.166666666666668","dds":0.5987261146496815,"last_synced_commit":"84d815967e2b7093e26716be777f64e94131ab84"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fdepcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fdepcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fdepcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fdepcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj-actions","download_url":"https://codeload.github.com/tj-actions/depcheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249968624,"owners_count":21353389,"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":["actions","depcheck","dependencies","dependency-analysis","github-actions","npm-dependencies","npm-package"],"created_at":"2024-11-10T11:07:46.158Z","updated_at":"2025-04-24T06:31:37.841Z","avatar_url":"https://github.com/tj-actions.png","language":"Shell","funding_links":["https://github.com/sponsors/jackton1","https://opencollective.com/tj-actions","https://www.buymeacoffee.com/jackton1"],"categories":[],"sub_categories":[],"readme":"[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d1e91469175347b8afc72617f17efd9e)](https://app.codacy.com/gh/tj-actions/depcheck/dashboard?utm_source=gh\\\u0026utm_medium=referral\\\u0026utm_content=\\\u0026utm_campaign=Badge_grade)\n[![CI](https://github.com/tj-actions/depcheck/workflows/CI/badge.svg)](https://github.com/tj-actions/depcheck/actions?query=workflow%3ACI)\n[![Update release version.](https://github.com/tj-actions/depcheck/actions/workflows/sync-release-version.yml/badge.svg)](https://github.com/tj-actions/depcheck/actions/workflows/sync-release-version.yml)\n[![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dtj-actions%2Fdepcheck%26badge%3Dtrue)](https://github.com/search?o=desc\\\u0026q=tj-actions+depcheck+path%3A.github%2Fworkflows+language%3AYAML\\\u0026s=\\\u0026type=Code)\n\n[![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?logo=ubuntu\\\u0026logoColor=white)](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)\n[![Mac OS](https://img.shields.io/badge/mac%20os-000000?logo=macos\\\u0026logoColor=F0F0F0)](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)\n[![Windows](https://img.shields.io/badge/Windows-0078D6?logo=windows\\\u0026logoColor=white)](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n## depcheck\n\nAnalyze node project dependencies using [depcheck](https://github.com/depcheck/depcheck).\n\n![sample](https://user-images.githubusercontent.com/17484350/153099924-30a3945a-4094-4a2d-a00e-4dc104644ef2.png)\n\n## Usage\n\n```yaml\n...\n    steps:\n      - uses: actions/checkout@v4\n      - name: depcheck\n        uses: tj-actions/depcheck@v9\n        with:\n          ignores: 'eslint,babel-*'\n```\n\n*   Free software: [MIT license](LICENSE)\n\nIf you feel generous and want to show some extra appreciation:\n\n[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]\n\n[buymeacoffee]: https://www.buymeacoffee.com/jackton1\n\n[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\n\n## Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|                         INPUT                         |  TYPE  | REQUIRED |  DEFAULT  |                                 DESCRIPTION                                  |\n|-------------------------------------------------------|--------|----------|-----------|------------------------------------------------------------------------------|\n|       \u003ca name=\"input_dir\"\u003e\u003c/a\u003e[dir](#input_dir)       | string |  false   |   `\".\"`   | The directory to run [depcheck](https://github.com/depcheck/depcheck#readme) |\n| \u003ca name=\"input_ignores\"\u003e\u003c/a\u003e[ignores](#input_ignores) | string |  false   |           |               Comma separated list of packages \u003cbr\u003eto ignore                 |\n| \u003ca name=\"input_version\"\u003e\u003c/a\u003e[version](#input_version) | string |  false   | `\"1.4.7\"` |       Version of [depcheck](https://github.com/depcheck/depcheck/tags)       |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n\n## Outputs\n\n\u003c!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --\u003e\n\n|                            OUTPUT                             |  TYPE  |    DESCRIPTION     |\n|---------------------------------------------------------------|--------|--------------------|\n| \u003ca name=\"output_exit_code\"\u003e\u003c/a\u003e[exit\\_code](#output_exit_code) | string | depcheck exit code |\n\n\u003c!-- AUTO-DOC-OUTPUT:END --\u003e\n\n## Features\n\n*   Runs dependency checks using a specified location.\n*   Ignores specific packages.\n\n## Credits\n\nThis package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).\n\n## Report Bugs\n\nReport bugs at https://github.com/tj-actions/depcheck/issues.\n\nIf you are reporting a bug, please include:\n\n*   Your operating system name and version.\n*   Any details about your workflow that might be helpful in troubleshooting.\n*   Detailed steps to reproduce the bug.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n\n\u003c!-- markdownlint-disable --\u003e\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://home.boidol.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/652404?v=4?s=100\" width=\"100px;\" alt=\"Raphael Boidol\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRaphael Boidol\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tj-actions/depcheck/commits?author=boidolr\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/daveisfera\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1686193?v=4?s=100\" width=\"100px;\" alt=\"Dave Johansen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDave Johansen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tj-actions/depcheck/commits?author=daveisfera\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/tj-actions/depcheck/commits?author=daveisfera\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/tj-actions/depcheck/pulls?q=is%3Apr+reviewed-by%3Adaveisfera\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj-actions%2Fdepcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftj-actions%2Fdepcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj-actions%2Fdepcheck/lists"}