netbootxyz / webapp

NodeJS helper Application for managing local deployments of netboot.xyz
https://netboot.xyz/docs/docker
Apache License 2.0
57 stars 13 forks source link

Update dependency readdirp to v4 #74

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
readdirp 3.6.0 -> 4.0.2 age adoption passing confidence

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.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.



This PR was generated by Mend Renovate. View the repository job log.