You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…g(s)
This commit updates the following dependencies to the latest patch
version that contains backwards compatible bug fixes:
- filehound: from 1.17.5 to 1.17.6
- @types/lodash.keyby: from 4.6.6 to 4.6.7
- @types/lodash.keys: from 4.2.6 to 4.2.7
Bug fix details:
- Fix issue in filehound that contained broken TypeScript
definitions in 'addFilter' [1].
- Fix issue in filehound that caused compilation errors in
TypeScript when attempting to pass string[] to paths() [2].
Link: nspragg/filehound#90 [1]
Link: nspragg/filehound#91 [2]
Signed-off-by: Stefan Kühnel <[email protected]>
The definition for
addFilter
in:https://github.com/nspragg/filehound/blob/master/index.d.ts
is:
but this gives me a compile error:
I believe the definition should be changed to?
The text was updated successfully, but these errors were encountered: