microsoft / microsoft/process-migrator
Warnings are created when installing the process-migrator due to deprecated package
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 113
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the package dependency declarations and imports for vss-web-extension-sdk, then compare the replacement SDK's usage requirements. Install the package and run the existing checks before and after the migration. Done means process-migrator no longer installs the deprecated package and its current behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli, devtools
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100