[PR #120] Update dependency readdirp to v5 #121

Open
opened 2026-02-27 14:57:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/webapp/pull/120
Author: @renovate[bot]
Created: 11/26/2025
Status: 🔄 Open

Base: masterHead: renovate/readdirp-5.x


📝 Commits (1)

  • 804d856 Update dependency readdirp to v5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
readdirp 3.6.05.0.0 age confidence

Release Notes

paulmillr/readdirp (readdirp)

v5.0.0

Compare Source

  • Make the package ESM-only. Reduces on-disk package size.
  • Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs
  • Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of jsbt
  • Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs

New Contributors

Full Changelog: https://github.com/paulmillr/readdirp/compare/4.1.2...5.0.0

v4.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/paulmillr/readdirp/compare/4.1.1...4.1.2

v4.1.1

Compare Source

Fix invalid "type": "module" in package.json. Closes gh-203

Full Changelog: https://github.com/paulmillr/readdirp/compare/4.1.0...4.1.1

v4.1.0

Compare Source

New Contributors

Full Changelog: https://github.com/paulmillr/readdirp/compare/4.0.2...4.1.0

v4.0.2

Compare Source

  • 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 in #​198
  • improve typing for readdirpPromise by @​yuheiy in #​199

New Contributors

Full Changelog: https://github.com/paulmillr/readdirp/compare/4.0.1...4.0.2

v4.0.1

Compare Source

Quick fix for invalid esm imports.

Full Changelog: https://github.com/paulmillr/readdirp/compare/4.0.0...4.0.1

v4.0.0

Compare Source

  • 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 was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/webapp/pull/120 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/26/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `renovate/readdirp-5.x` --- ### 📝 Commits (1) - [`804d856`](https://github.com/netbootxyz/webapp/commit/804d856cecd5095d2bedccb9d13079a8834611f7) Update dependency readdirp to v5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [readdirp](https://redirect.github.com/paulmillr/readdirp) | [`3.6.0` → `5.0.0`](https://renovatebot.com/diffs/npm/readdirp/3.6.0/5.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/readdirp/5.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/readdirp/3.6.0/5.0.0?slim=true) | --- ### Release Notes <details> <summary>paulmillr/readdirp (readdirp)</summary> ### [`v5.0.0`](https://redirect.github.com/paulmillr/readdirp/releases/tag/5.0.0) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.1.2...5.0.0) - Make the package ESM-only. Reduces on-disk package size. - Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs - Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of [jsbt](https://redirect.github.com/paulmillr/jsbt) - Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs #### New Contributors - [@&#8203;ExplodingCabbage](https://redirect.github.com/ExplodingCabbage) made their first contribution in [#&#8203;206](https://redirect.github.com/paulmillr/readdirp/pull/206) **Full Changelog**: <https://github.com/paulmillr/readdirp/compare/4.1.2...5.0.0> ### [`v4.1.2`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.1.2) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.1.1...4.1.2) #### What's Changed - Fix broken stream on normal flow error by [@&#8203;Chocobozzz](https://redirect.github.com/Chocobozzz) in [#&#8203;205](https://redirect.github.com/paulmillr/readdirp/pull/205) #### New Contributors - [@&#8203;Chocobozzz](https://redirect.github.com/Chocobozzz) made their first contribution in [#&#8203;205](https://redirect.github.com/paulmillr/readdirp/pull/205) **Full Changelog**: <https://github.com/paulmillr/readdirp/compare/4.1.1...4.1.2> ### [`v4.1.1`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.1.1) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.1.0...4.1.1) Fix invalid `"type": "module"` in package.json. Closes [gh-203](https://redirect.github.com/paulmillr/readdirp/issues/203) **Full Changelog**: <https://github.com/paulmillr/readdirp/compare/4.1.0...4.1.1> ### [`v4.1.0`](https://redirect.github.com/paulmillr/readdirp/releases/tag/4.1.0) [Compare Source](https://redirect.github.com/paulmillr/readdirp/compare/4.0.2...4.1.0) - Add Deno and Bun support - Publish to JSR - Bump min. nodejs version from 14.16 to 14.18 - fix([#&#8203;201](https://redirect.github.com/paulmillr/readdirp/issues/201)): typings by [@&#8203;KillerCodeMonkey](https://redirect.github.com/KillerCodeMonkey) in [#&#8203;202](https://redirect.github.com/paulmillr/readdirp/pull/202) #### New Contributors - [@&#8203;KillerCodeMonkey](https://redirect.github.com/KillerCodeMonkey) made their first contribution in [#&#8203;202](https://redirect.github.com/paulmillr/readdirp/pull/202) **Full Changelog**: <https://github.com/paulmillr/readdirp/compare/4.0.2...4.1.0> ### [`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 [@&#8203;karlhorky](https://redirect.github.com/karlhorky) in [#&#8203;198](https://redirect.github.com/paulmillr/readdirp/pull/198) - improve typing for `readdirpPromise` by [@&#8203;yuheiy](https://redirect.github.com/yuheiy) in [#&#8203;199](https://redirect.github.com/paulmillr/readdirp/pull/199) #### New Contributors - [@&#8203;karlhorky](https://redirect.github.com/karlhorky) made their first contribution in [#&#8203;198](https://redirect.github.com/paulmillr/readdirp/pull/198) - [@&#8203;yuheiy](https://redirect.github.com/yuheiy) made their first contribution in [#&#8203;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> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/netbootxyz/webapp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webapp#121
No description provided.