Commits
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=96&d=mm)

dependabot[bot] authored and GitHub committed c7e621ec58c
MINOR: [JS] Bump glob from 10.2.7 to 10.3.10 in /js (#39110) [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.7 to 10.3.10. <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>10.3.0</h2> <ul> <li>Add <code>--default -p</code> flag to provide a default pattern</li> </ul> <h2>10.2.0</h2> <ul> <li>Add glob cli</li> </ul> <h2>10.1.0</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> <ul> <li>Bring back the <code>root</code> option, albeit with slightly different semantics than in v8 and before.</li> <li>Support <code>{ absolute:false }</code> option to explicitly always return relative paths. An unset <code>absolute</code> setting will still return absolute or relative paths based on whether the pattern is absolute.</li> <li>Add <code>magicalBraces</code> option to treat brace expansion as "magic" in the <code>hasMagic</code> function.</li> <li>Add <code>dotRelative</code> option</li> <li>Add <code>escape()</code> and <code>unescape()</code> methods</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/4f18d23772133e11b1ccc4b8d7f729dddca206e3"><code>4f18d23</code></a> 10.3.10</li> <li><a href="https://github.com/isaacs/node-glob/commit/58a3b2568e1be84313f18621e4445813b8b9f332"><code>58a3b25</code></a> Restore top level main, types</li> <li><a href="https://github.com/isaacs/node-glob/commit/e57c2e1cc0761c4e0afccbf477cf577fa5fd0032"><code>e57c2e1</code></a> tshy@ 1.2.2</li> <li><a href="https://github.com/isaacs/node-glob/commit/b35083a9375824b2110a9ff36e2f0c75d6f64cdb"><code>b35083a</code></a> 10.3.9</li> <li><a href="https://github.com/isaacs/node-glob/commit/00b5ca27aab133372fdadc66e859dd170e3949e9"><code>00b5ca2</code></a> Revert "bring back main/types for ancient outdated node versions"</li> <li><a href="https://github.com/isaacs/node-glob/commit/a6372733753d5b61f2a3136c321fb69063ef82fa"><code>a637273</code></a> 10.3.8</li> <li><a href="https://github.com/isaacs/node-glob/commit/7d7b1157f93e439ffe7862307725813d7ff33525"><code>7d7b115</code></a> bring back main/types for ancient outdated node versions</li> <li><a href="https://github.com/isaacs/node-glob/commit/13a4ef03895eb03fa52473946c6daea01bcffeee"><code>13a4ef0</code></a> update jackspeak dep</li> <li><a href="https://github.com/isaacs/node-glob/commit/5f571bf7e4a7abb3f0720d27e9e2654d818dd76e"><code>5f571bf</code></a> ci: fix arguments to npm test, add node 20</li> <li><a href="https://github.com/isaacs/node-glob/commit/1d3fdd22d4f398abe32d344a69fce27207d59cab"><code>1d3fdd2</code></a> 10.3.7</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-glob/compare/v10.2.7...v10.3.10">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> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>