Bump readdirp from 3.6.0 to 4.0.2 #14

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/readdirp-4.0.2 into main 2024-12-09 21:17:48 +00:00
dependabot[bot] commented 2024-12-09 19:16:31 +00:00 (Migrated from github.com)

Bumps readdirp from 3.6.0 to 4.0.2.

Release notes

Sourced from readdirp's releases.

4.0.2

New Contributors

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

4.0.1

Quick fix for invalid esm imports.

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

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

Commits
  • 367f35f Release 4.0.2.
  • 3003b56 Switch back to async stat / lstat
  • 61e05b0 tsc: disable source maps
  • 24cdcdb Merge pull request #199 from yuheiy/fix-promise-typing
  • ff98f4a improve typing for readdirpPromise
  • c62879e Merge pull request #198 from karlhorky/patch-1
  • c084525 Remove fileFilter "array of strings" from readme
  • c6dec75 Remove nodejs v14 from ci, macos-arm does not have it
  • f0265a8 Fix ci
  • d13bd48 readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [readdirp](https://github.com/paulmillr/readdirp) from 3.6.0 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/paulmillr/readdirp/releases">readdirp's releases</a>.</em></p> <blockquote> <h2>4.0.2</h2> <ul> <li>Improve compatibility with graceful-fs and reduce amount of EMFILE errors by switching to async stat methods</li> <li>Remove fileFilter &quot;array of strings&quot; from readme by <a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> in <a href="https://redirect.github.com/paulmillr/readdirp/pull/198">paulmillr/readdirp#198</a></li> <li>improve typing for <code>readdirpPromise</code> by <a href="https://github.com/yuheiy"><code>@​yuheiy</code></a> in <a href="https://redirect.github.com/paulmillr/readdirp/pull/199">paulmillr/readdirp#199</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> made their first contribution in <a href="https://redirect.github.com/paulmillr/readdirp/pull/198">paulmillr/readdirp#198</a></li> <li><a href="https://github.com/yuheiy"><code>@​yuheiy</code></a> made their first contribution in <a href="https://redirect.github.com/paulmillr/readdirp/pull/199">paulmillr/readdirp#199</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/paulmillr/readdirp/compare/4.0.1...4.0.2">https://github.com/paulmillr/readdirp/compare/4.0.1...4.0.2</a></p> <h2>4.0.1</h2> <p>Quick fix for invalid esm imports.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/paulmillr/readdirp/compare/4.0.0...4.0.1">https://github.com/paulmillr/readdirp/compare/4.0.0...4.0.1</a></p> <h2>4.0.0</h2> <ul> <li>Rewrite in typescript</li> <li>Support hybrid common.js / esm modules</li> <li>Remove glob support and all dependencies</li> <li>Increase minimum node.js from v8 to v14</li> <li>Make sure you're using <code>let {readdirp} = require('readdirp')</code> in common.js</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/paulmillr/readdirp/compare/3.6.0...4.0.0">https://github.com/paulmillr/readdirp/compare/3.6.0...4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/paulmillr/readdirp/commit/367f35f961436e6fd9df18f2c0066ced03b11f8a"><code>367f35f</code></a> Release 4.0.2.</li> <li><a href="https://github.com/paulmillr/readdirp/commit/3003b5631c640eb4f061e939fa98150a9b6f34c3"><code>3003b56</code></a> Switch back to async stat / lstat</li> <li><a href="https://github.com/paulmillr/readdirp/commit/61e05b04ee9993eaf2156f261b27b5e36b1534e7"><code>61e05b0</code></a> tsc: disable source maps</li> <li><a href="https://github.com/paulmillr/readdirp/commit/24cdcdb7429e102477effc94b65bacb05761246c"><code>24cdcdb</code></a> Merge pull request <a href="https://redirect.github.com/paulmillr/readdirp/issues/199">#199</a> from yuheiy/fix-promise-typing</li> <li><a href="https://github.com/paulmillr/readdirp/commit/ff98f4a5c8bd21e41b5ab17ae90591f23a56f874"><code>ff98f4a</code></a> improve typing for readdirpPromise</li> <li><a href="https://github.com/paulmillr/readdirp/commit/c62879e52bc6ae296bb6198596822d63aadcdd3f"><code>c62879e</code></a> Merge pull request <a href="https://redirect.github.com/paulmillr/readdirp/issues/198">#198</a> from karlhorky/patch-1</li> <li><a href="https://github.com/paulmillr/readdirp/commit/c0845254b3b2369e10b9f8c78b104c43ea845c37"><code>c084525</code></a> Remove fileFilter &quot;array of strings&quot; from readme</li> <li><a href="https://github.com/paulmillr/readdirp/commit/c6dec75e7fccf2ff409e943611f010be352cee72"><code>c6dec75</code></a> Remove nodejs v14 from ci, macos-arm does not have it</li> <li><a href="https://github.com/paulmillr/readdirp/commit/f0265a8de629e5f0cb61fa1dd091420b7c3d50c1"><code>f0265a8</code></a> Fix ci</li> <li><a href="https://github.com/paulmillr/readdirp/commit/d13bd48226f96793df4e54c0c3db9c72f7b314c7"><code>d13bd48</code></a> readme</li> <li>Additional commits viewable in <a href="https://github.com/paulmillr/readdirp/compare/3.6.0...4.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=readdirp&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.