Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump minipass from 4.2.7 to 5.0.0 (#96)
Bumps [minipass](https://github.com/isaacs/minipass) from 4.2.7 to 5.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/minipass/blob/main/CHANGELOG.md">minipass's changelog</a>.</em></p> <blockquote> <h1>chernge lerg</h1> <h2>5.0</h2> <ul> <li>No default export, only a named export</li> </ul> <h2>4.2</h2> <ul> <li>add AbortSignal support</li> <li>allow falsey values to be emitted in <code>objectMode</code></li> </ul> <h2>4.1</h2> <ul> <li>hybrid module</li> </ul> <h2>4.0</h2> <ul> <li>make <code>.buffer</code> and <code>.pipes</code> private</li> </ul> <h2>3.3</h2> <ul> <li>add type definitions</li> <li>add <code>pipe(dest, { proxyErrors: true })</code></li> <li>add <code>unpipe(dest)</code> method</li> </ul> <h2>3.2</h2> <ul> <li>add <code>{async: true}</code> option for async opt-in</li> <li><code>'readable'</code> event emitted immediately when listened for</li> <li>use regular array instead of yallist</li> </ul> <h2>3.1</h2> <ul> <li>re-emit 'error' event if missed and new listener added</li> <li>handle missing <code>process</code> object</li> <li>extend Stream instead of EventEmitter</li> </ul> <h2>3.0</h2> <ul> <li>update yallist, drop safe-buffer</li> </ul> <h2>2.9</h2> <ul> <li>treat ArrayBuffers and TypedArrays the same as Buffers</li> </ul> <h2>2.8</h2> <ul> <li>remove undocumented 'ended' getter</li> <li>support setting objectMode implicitly or explicitly</li> <li>add several getters to mirror API of node core streams better</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minipass/commit/3066600b811753bd9c85831a8ecd5c6ca248f2aa"><code>3066600</code></a> 5.0.0</li> <li><a href="https://github.com/isaacs/minipass/commit/252523f4f7c74b476b95419920bb44b125e4bcaa"><code>252523f</code></a> No default export, only named</li> <li>See full diff in <a href="https://github.com/isaacs/minipass/compare/v4.2.7...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minipass&package-manager=npm_and_yarn&previous-version=4.2.7&new-version=5.0.0)](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 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nlf <quitlahok@gmail.com>
- Loading branch information