istanbuljs / istanbuljs/test-exclude
Glob dependency is outdated
Open
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Problem: test-exclude (used by babel-plugin-istanbul for Jest coverage) expects glob to export a function, but glob v11 exports an object. This breaks coverage collection.
The latest possible version of glob that can be installed is 10.3.3.
The earliest fixed version is 10.5.0.
Version in package.json here specified as ^10.4.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.