Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump glob from 10.4.2 to 11.0.0 (#1095)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 11.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-glob/blob/main/changelog.md">glob's changelog</a>.</em></p> <blockquote> <h1>changeglob</h1> <h2>11.0</h2> <ul> <li>Drop support for node before v20</li> </ul> <h2>10.4</h2> <ul> <li>Add <code>includeChildMatches: false</code> option</li> <li>Export the <code>Ignore</code> class</li> </ul> <h2>10.3</h2> <ul> <li>Add <code>--default -p</code> flag to provide a default pattern</li> <li>exclude symbolic links to directories when <code>follow</code> and <code>nodir</code> are both set</li> </ul> <h2>10.2</h2> <ul> <li>Add glob cli</li> </ul> <h2>10.1</h2> <ul> <li>Return <code>'.'</code> instead of the empty string <code>''</code> when the current working directory is returned as a match.</li> <li>Add <code>posix: true</code> option to return <code>/</code> delimited paths, even on Windows.</li> </ul> <h2>10.0.0</h2> <ul> <li>No default exports, only named exports</li> </ul> <h2>9.3.3</h2> <ul> <li>Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.</li> </ul> <h2>9.3</h2> <ul> <li>Add aliases for methods. <code>glob.sync</code>, <code>glob.stream</code>, <code>glob.stream.sync</code>, etc.</li> </ul> <h2>9.2</h2> <ul> <li>Support using a custom fs object, which is passed to PathScurry</li> <li>add maxDepth option</li> <li>add stat option</li> <li>add custom Ignore support</li> </ul> <h2>9.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/561601d9d14935970ea78b0c1ca3a25addbf5379"><code>561601d</code></a> 11.0.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/57226aa85e7e68dc0468ff0483832ae0478db7de"><code>57226aa</code></a> drop node before 20</li> <li><a href="https://github.com/isaacs/node-glob/commit/78275168e1bbc7a61e372af1ba58307c27faf0cb"><code>7827516</code></a> 10.4.4</li> <li><a href="https://github.com/isaacs/node-glob/commit/d06c8f8c8288c89a4892f4ebcc23ca21840aa4a1"><code>d06c8f8</code></a> restore support for node 14.latest and 16.latest</li> <li><a href="https://github.com/isaacs/node-glob/commit/c14b787771f269651f27f6207aaf410fe171f0b6"><code>c14b787</code></a> 10.4.3</li> <li><a href="https://github.com/isaacs/node-glob/commit/8a69def3cad0de9ba26ca831065ffe448d153de3"><code>8a69def</code></a> node 14 no longer supported</li> <li>See full diff in <a href="https://github.com/isaacs/node-glob/compare/v10.4.2...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=10.4.2&new-version=11.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information