Skip to content
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

chore(deps): update glob and remove @types/glob #262

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

yoshinorin
Copy link
Contributor

@yoshinorin yoshinorin commented Mar 20, 2024

Changes

  • update glob version
  • remove @types/glob

Why

The current glob library used in the test code has been updated to use promise instead of callback starting from version v9.0.0. But example code are using v7.x.x. It is little bit old and may confusing new developer.

And, the glob 9+ supports TypeScript, there is no need to install TypeDefinition dependencies. So, we can remove @types/glob.

Please see: https://github.com/isaacs/node-glob/blob/v9/changelog.md#90

Others

refs: microsoft/vscode-docs#7125


Thank you :)

- the glob 9+ use promise instead of callback
- the glob 9+ supports typescript, there is no need to install typedefinition dependencies
@yoshinorin
Copy link
Contributor Author

@microsoft-github-policy-service agree

@connor4312 connor4312 enabled auto-merge (squash) March 20, 2024 15:24
@vscodenpa vscodenpa added this to the March 2024 milestone Mar 20, 2024
@connor4312 connor4312 merged commit 1305af5 into microsoft:main Mar 20, 2024
2 checks passed
@yoshinorin yoshinorin deleted the chore/update-glob branch March 22, 2024 12:38
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 this pull request may close these issues.

4 participants