microsoft / vscode-test

Testing utility for VS Code extensions
MIT License
246 stars 59 forks source link

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

Closed yoshinorin closed 8 months ago

yoshinorin commented 8 months ago

Changes

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: https://github.com/microsoft/vscode-docs/pull/7125


Thank you :)

yoshinorin commented 8 months ago

@microsoft-github-policy-service agree