dependabot[bot] opened a new pull request, #46281: URL: https://github.com/apache/arrow/pull/46281
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.1 to 11.0.2. <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/fd61f2410b4356f202f645661cfa175152702ae6"><code>fd61f24</code></a> 11.0.2</li> <li><a href="https://github.com/isaacs/node-glob/commit/2ffd918cb551c8e682626e868a80fe24a9ab9542"><code>2ffd918</code></a> add --version -V to show version</li> <li><a href="https://github.com/isaacs/node-glob/commit/148ef611eec9454201b1f2e81721e6fa00582043"><code>148ef61</code></a> 11.0.1</li> <li><a href="https://github.com/isaacs/node-glob/commit/41c81e40468cac38a5795d98e9d64d0760c82299"><code>41c81e4</code></a> fix audit warning</li> <li><a href="https://github.com/isaacs/node-glob/commit/08958fa38ac1a59f82b0cf912208ec9548fb28cc"><code>08958fa</code></a> docs: correct ignore method names</li> <li><a href="https://github.com/isaacs/node-glob/commit/feaf0a85c1d1bcc7c992f45edf51aaab8ed729ac"><code>feaf0a8</code></a> ci: drop 18</li> <li><a href="https://github.com/isaacs/node-glob/commit/9fe7d3ac5bf1f96116b4e9f83fb124bfe1648585"><code>9fe7d3a</code></a> benchmark: test fs.glob, if available</li> <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>Additional commits viewable in <a href="https://github.com/isaacs/node-glob/compare/v10.4.1...v11.0.2">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org