Skip to content

Conversation

@jsfix-ci
Copy link

@jsfix-ci jsfix-ci commented Sep 19, 2022

This pull request was created by barslev using the JSFIX tool (https://jsfix.live) by Coana.tech (https://coana.tech).
It upgrades glob to version 8.0.3.

The JSFIX tool used advanced program analysis to determine how glob is used by vscode-codeql and how it is affected by breaking changes in glob version 8.0.3 (see details below). JSFIX checked for the 2 breaking changes affecting glob version 8.0.3 and found 2 occurrences in vscode-codeql. 1 of the occurrences must be manually audited. 1 of the occurrences are unlikely to affect your code, but we recommend manually reviewing them (see details below).

Install the JSFIX GitHub app to receive other package upgrades from JSFIX.


Breaking change details

🚧 - Not automatically fixed breaking changes (please check before merging)
Affects all applications (not related to specific API usages in your code).
  • Only support node v12 and higher
Unlikely breaking changes (Your code is probably not affected, but JSFIX is uncertain).
  • Glob pattern paths must use forward-slashes as path separators, since \ is an escape character to match literal glob pattern characters.
    • Hint for the match below: Though windows uses either / or \ as its path separator, only / characters are used by this glob implementation. You must use forward-slashes only in glob expressions. Back-slashes will always be interpreted as escape characters, not path separators.

Visit https://jsfix.live/about-jsfix to learn more about how JSFIX works.

If you would like to provide feedback to the JSFIX developers, then please leave a comment on this pull request.

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.

1 participant