istanbuljs / test-exclude

test for inclusion or exclusion of paths using globs
ISC License
8 stars 12 forks source link

Update glob, tap and minimatch packages #54

Closed w3nl closed 4 months ago

w3nl commented 9 months ago

@coreyfarrell / @bcoe Updated the glob package, so we don't depend anymore on inflight. (CWE 772: https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116) Dependency of a dependency: test-exclude@6.0.0 › glob@7.2.3 › inflight@1.0.6

Set the minimum Node version to 16, because Glob has 16 also set a a minimum. And test the package on the latest 3 stable Node versions. (https://github.com/nodejs/Release/blob/main/README.md)

Closes #53 #50

vphilot commented 5 months ago

thanks for doing the hard work - has this lib been abandoned? This is causing me all sorts of issues using Vitest

w3nl commented 5 months ago

Still hoping @coreyfarrell / @bcoe will check this PR

bcoe commented 4 months ago

@w3nl thank you for the contribution, I used this as a starting point and went a step further here:

https://github.com/istanbuljs/test-exclude/pull/56

Updating the various dev tooling I use.