paulmillr/readdirp (readdirp)
### [`v4.0.2`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.0.2)
[Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.0.1...4.0.2)
- Improve compatibility with graceful-fs and reduce amount of EMFILE errors by switching to async stat methods
- Remove fileFilter "array of strings" from readme by [@karlhorky](https://redirect.github.com/karlhorky) in [https://github.com/paulmillr/readdirp/pull/198](https://redirect.github.com/paulmillr/readdirp/pull/198)
- improve typing for `readdirpPromise` by [@yuheiy](https://redirect.github.com/yuheiy) in [https://github.com/paulmillr/readdirp/pull/199](https://redirect.github.com/paulmillr/readdirp/pull/199)
#### New Contributors
- [@karlhorky](https://redirect.github.com/karlhorky) made their first contribution in [https://github.com/paulmillr/readdirp/pull/198](https://redirect.github.com/paulmillr/readdirp/pull/198)
- [@yuheiy](https://redirect.github.com/yuheiy) made their first contribution in [https://github.com/paulmillr/readdirp/pull/199](https://redirect.github.com/paulmillr/readdirp/pull/199)
**Full Changelog**: https://github.com/paulmillr/readdirp/compare/4.0.1...4.0.2
### [`v4.0.1`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.0.1)
[Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.0.0...4.0.1)
Quick fix for invalid esm imports.
**Full Changelog**: https://github.com/paulmillr/readdirp/compare/4.0.0...4.0.1
### [`v4.0.0`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.0.0)
[Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/3.6.0...4.0.0)
- Rewrite in typescript
- Support hybrid common.js / esm modules
- Remove glob support and all dependencies
- Increase minimum node.js from v8 to v14
- Make sure you're using `let {readdirp} = require('readdirp')` in common.js
**Full Changelog**: https://github.com/paulmillr/readdirp/compare/3.6.0...4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.6.0
->4.0.2
Release Notes
paulmillr/readdirp (readdirp)
### [`v4.0.2`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.0.2) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.0.1...4.0.2) - Improve compatibility with graceful-fs and reduce amount of EMFILE errors by switching to async stat methods - Remove fileFilter "array of strings" from readme by [@karlhorky](https://redirect.github.com/karlhorky) in [https://github.com/paulmillr/readdirp/pull/198](https://redirect.github.com/paulmillr/readdirp/pull/198) - improve typing for `readdirpPromise` by [@yuheiy](https://redirect.github.com/yuheiy) in [https://github.com/paulmillr/readdirp/pull/199](https://redirect.github.com/paulmillr/readdirp/pull/199) #### New Contributors - [@karlhorky](https://redirect.github.com/karlhorky) made their first contribution in [https://github.com/paulmillr/readdirp/pull/198](https://redirect.github.com/paulmillr/readdirp/pull/198) - [@yuheiy](https://redirect.github.com/yuheiy) made their first contribution in [https://github.com/paulmillr/readdirp/pull/199](https://redirect.github.com/paulmillr/readdirp/pull/199) **Full Changelog**: https://github.com/paulmillr/readdirp/compare/4.0.1...4.0.2 ### [`v4.0.1`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.0.1) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.0.0...4.0.1) Quick fix for invalid esm imports. **Full Changelog**: https://github.com/paulmillr/readdirp/compare/4.0.0...4.0.1 ### [`v4.0.0`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/3.6.0...4.0.0) - Rewrite in typescript - Support hybrid common.js / esm modules - Remove glob support and all dependencies - Increase minimum node.js from v8 to v14 - Make sure you're using `let {readdirp} = require('readdirp')` in common.js **Full Changelog**: https://github.com/paulmillr/readdirp/compare/3.6.0...4.0.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.