-
Notifications
You must be signed in to change notification settings - Fork 54
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
glob 7.2.3 is deprecated #974
Comments
These warnings are not totally under our control since they get reported even when installing dependencies of our dependencies. For instance we depend on |
Currently we are referencing "glob": "~7.2.3" in the devDependencies, maybe we should remove it if we aren't using it. It looks like the test code reliant on it has been removed |
Here are a few issues in dependencies we're using that track glob deprecation: vscode-test-cli also uses an outdated |
Warning from
npm install
We didn't allow major updates on glob because it broke the tests. Looks like we can remove this dependency now though
The text was updated successfully, but these errors were encountered: