{"id":22210402,"url":"https://github.com/warningimhack3r/npm-update-dependencies","last_synced_at":"2026-01-03T19:20:14.235Z","repository":{"id":115410800,"uuid":"602437425","full_name":"WarningImHack3r/npm-update-dependencies","owner":"WarningImHack3r","description":"Update NPM dependencies from your IDE","archived":false,"fork":false,"pushed_at":"2024-11-30T19:10:04.000Z","size":5579,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-30T19:33:17.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/21105-npm-update-dependencies","language":"Kotlin","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/WarningImHack3r.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-02-16T07:55:06.000Z","updated_at":"2024-11-30T19:10:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"da2dc6e5-c659-44c1-abe7-52ffdc266d2d","html_url":"https://github.com/WarningImHack3r/npm-update-dependencies","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2Fnpm-update-dependencies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2Fnpm-update-dependencies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2Fnpm-update-dependencies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2Fnpm-update-dependencies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WarningImHack3r","download_url":"https://codeload.github.com/WarningImHack3r/npm-update-dependencies/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227795403,"owners_count":17821007,"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":[],"created_at":"2024-12-02T20:12:17.856Z","updated_at":"2026-01-03T19:20:14.184Z","avatar_url":"https://github.com/WarningImHack3r.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npm-update-dependencies\n\n![Build](https://github.com/WarningImHack3r/npm-update-dependencies/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.warningimhack3r.npmupdatedependencies.svg)](https://plugins.jetbrains.com/plugin/com.github.warningimhack3r.npmupdatedependencies)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.warningimhack3r.npmupdatedependencies.svg)](https://plugins.jetbrains.com/plugin/com.github.warningimhack3r.npmupdatedependencies)\n\n## Description\n\n\u003c!-- Plugin description --\u003e\nUpdate your npm dependencies with a single click.\n\nThis plugin will update all the dependencies in your `package.json` file to the latest version, or the satisfying\nversion depending on your choice.\n\n## Features\n\n- Update a dependency to the latest or satisfying version\n- Keep comparators (e.g. `^`, `~`, `\u003e`, `\u003c`, `\u003e=`, `\u003c=`) when replacing versions\n- Get notified of deprecated dependencies with a banner\n- Detect and replace/remove deprecated dependencies\n- Configure and spot dependencies that are likely unmaintained\n- Batch update all dependencies (latest or satisfying) and/or all deprecated dependencies\n- Support for custom registries and private packages\n- Support of the `packageManager` field\n- See your outdated dependencies at a glance in the status bar\n- Exclude dependencies or versions from the scan\n- Configure everything in the settings\n- Manually invalidate the cache in case of issues\n- …and more!\n\n## Usage\n\nThere are 3 ways to invoke the extension menus:\n\n- Hover over an annotated dependency and click the action you want to perform\n- Right click in the `package.json` file and select the extension from the context menu\n- Use the \u003ckbd\u003eTools\u003c/kbd\u003e menu\n\nConfiguration options are available in the settings.\n\n\u003e Works by fetching [registry.npmjs.org](https://registry.npmjs.org).  \n\u003e Rewrite of the existing [npm-dependency-checker](https://github.com/unger1984/npm-dependency-checker) plugin.\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using the IDE built-in plugin system:\n\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eSearch for \"npm-update-dependencies\"\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n- Manually:\n\n  1. Either:\n     - Download the [latest release](https://github.com/WarningImHack3r/npm-update-dependencies/releases/latest)\n     - Build it manually by installing Java 17+ and running `./gradlew buildPlugin`:\n       the output zip is available at `build/distributions/npm-update-dependencies-X.X.X.zip`\n  2. Install it manually using\n     \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall Plugin from Disk…\u003c/kbd\u003e\n\n---\n\u003e Plugin based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarningimhack3r%2Fnpm-update-dependencies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarningimhack3r%2Fnpm-update-dependencies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarningimhack3r%2Fnpm-update-dependencies/lists"}