Yarn update deps

September 18, 2025 ยท View on GitHub

VS Code extension

Commands:

This extension contributes the following commands to the Command palette.

  • Yarn: Update Deps: runs yarn upgrade-interactive --latest for yarn v1, yarn upgrade-interactive for yarn v2.
  • Yarn: Update Yarn: runs yarn set version stable for yarn v2+. Not supported on yarn v1.
  • Yarn: Dedupe: runs yarn dedupe for yarn v2+. Not supported on yarn v1.
  • Yarn: Migrate Yarn Version to Berry: runs yarn set version berry for yarn v1.