microsoft / process-migrator

Process migrator node.js utility for VSTS inherited process
MIT License
97 stars 53 forks source link

Warnings are created when installing the process-migrator due to deprecated package #95

Open mattcorr opened 8 months ago

mattcorr commented 8 months ago

Hey there,

When installing the process-migrator, we are now getting a warning about the vss-web-extension-sdk package.

❯ npm install process-migrator -g
npm WARN deprecated vss-web-extension-sdk@5.141.0: Package no longer supported. Please use https://www.npmjs.com/package/azure-devops-extension-sdk instead.

changed 34 packages in 6s

11 packages are looking for funding
  run `npm fund` for details

The application should be updated to use the azure-devops-extension-sdk which is under more active development.

MOlausson commented 8 months ago

Hi @mattcorr, thanks for pointing this out. We plan to move to the new SDK but our priority is to keep up-to-date with security so still a bit lower on the backlog.