-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove mock-fs, query-string, @types/query-string if they are not used #17297
Remove mock-fs, query-string, @types/query-string if they are not used #17297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍🙏🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@@ -469,7 +469,7 @@ packages: | |||
integrity: sha512-CxaMaEjwtsmIhWtjHyGimKO7RmES0YxPqGQ9+jKqGygNlhG5NYHktDaiQu6w7k3g+I51VaLXtVSt+BVFd6VWfQ== | |||
/@azure/identity/[email protected]: | |||
dependencies: | |||
'@azure/core-http': 1.2.6 | |||
'@azure/core-http': 1.2.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what a rollercoaster 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
We found that we were depending on older versions of
mock-fs
,query-string
and@types/query-string
packages in #17069Found that these were not really used in the packages where they were added as a dependency.
So, removing them.
This fixes #17107
The fix is partial for #17099 as mock-fs still needs to be updated in test-recorder