Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dependencies healthNew to Visual Studio Code? Get it now.
Dependencies health

Dependencies health

YMAG

|
383 installs
| (1) | Free
Check status of yarn dependencies
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Introduction

Dependencies health daily check the health status of yarn dependencies. It shows in the status bar if any package are outdated or have any security advisory. Plus this extension have a report page that display all the details and for praticity, the package.json can be updated with the latest versions.

Features

Check dependencies

Check dependencies is automated when opening a workspace, but if you want manually run a check, you can use the following command : Dependencies health: check dependencies.

Open a report

Click on the status bar item or use the command : Dependencies health: show report.

Update package.json

Open a report, select dependencies to update and click on Update package.json button.

Requirements

This extension depends on yarn, it doesn't works with npm. Also the yarn's plugin outdated is required.

Known Issues

Your yarn.lock need to be in phase with your package.json, if not execute yarn before using this extension.

Release Notes

1.1.4

Handle more recent version of yarn (currently 4) with the manual installation of yarn's plugin outdated.

1.1.3

Handle invalid audit JSON.

1.1.2

Ignore package with exotic version.

1.1.1

Better error handling (example when yarn.lock is outdated).

1.1.0

Add the "Select all the packages" checkbox.

1.0.0

Initial release of Dependencies health.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft