microsoft / microsoft/vscode-test-cli
C8 needs upgrade to 10.0+ to address unsupported glob
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 16
- Avg merge
- 10h 57m
- Merged PRs (30d)
- 2
Description
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
Comes from current c8 using test-exclude v6.
v10.0+ uses test-exclude v7 which has the supported glob included.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dependency declaration for c8 and checking its test-exclude version; the issue does not name a file or test. Done means upgrading c8 to 10.0+ and verifying that the deprecated glob warning is no longer produced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100