Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
1.98k stars 1.15k forks source link

@azure/identity-vscode outdated, pointing to identity 1.x which is out of LTS #29941

Open pelikhan opened 3 weeks ago

pelikhan commented 3 weeks ago

Describe the bug

The @azure/identity-vscode release 3 years old and binds to the 1.x @azure/identity package. This packages has a node.js engine requirement <= 18. However, node.js LTS is now 20.

To Reproduce Steps to reproduce the behavior:

nvm use 20
npm install @azure/identity-vscode

Expected behavior Supports node LTS

github-actions[bot] commented 3 weeks ago

@KarishmaGhiya @maorleger