Skip to content

upgrade deprecated dependencies #2167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jeremymeng opened this issue Dec 14, 2023 · 4 comments
Open

upgrade deprecated dependencies #2167

jeremymeng opened this issue Dec 14, 2023 · 4 comments
Assignees

Comments

@jeremymeng
Copy link
Member

currently rush is complaining about the following

../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]
../../packages/autorest.typescript |  WARN  deprecated [email protected]

@MaryGao
Copy link
Member

MaryGao commented Dec 18, 2023

@kazrael2119 Could you take a look at this?

@kazrael2119
Copy link
Contributor

The packages "request", "request protocol native", "abab", and "har validator" are all deprecated, rather than the version being deprecated.

@kazrael2119
Copy link
Contributor

kazrael2119 commented Dec 22, 2023

For sinon, directory-tree, and puppeteer , here is the pr #2172 to update the version sinon, directory-tree puppeteer
For request and request protoco nativel, these two packages are the dependencies of @microsoft.azure/autorest.testserver . But this package is currently not being maintained by anyone
and both of these two packages are deprecated.
For uuid, it is the dependency of request, so I can't update.
For har-validator, it is the dependency of request, and it is deprecated
For abab, it is the dependency of source-map-loader, and there is a issue to track this webpack-contrib/source-map-loader#225

@jeremymeng
Copy link
Member Author

I opened a PR to remove request from testserver Azure/autorest.testserver#422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants