dependabot[bot] opened a new pull request, #189:
URL: https://github.com/apache/daffodil-vscode/pull/189

   Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.6 to 8.0.3.
   <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>
   <h2>8.0</h2>
   <ul>
   <li>Only support node v12 and higher</li>
   <li><code>\</code> is now <strong>only</strong> used as an escape character, 
and never as a
   path separator in glob patterns, so that Windows users have a
   way to match against filenames containing literal glob pattern
   characters.</li>
   <li>Glob pattern paths <strong>must</strong> use forward-slashes as path
   separators, since <code>\</code> is an escape character to match literal
   glob pattern characters.</li>
   <li>(8.0.2) <code>cwd</code> and <code>root</code> will always be 
automatically coerced
   to use <code>/</code> as path separators on Windows, as they cannot
   contain glob patterns anyway, and are often supplied by
   <code>path.resolve()</code> and other methods that will use <code>\</code> 
path
   separators by default.</li>
   </ul>
   <h2>7.2</h2>
   <ul>
   <li>Add fs option to allow passing virtual filesystem</li>
   </ul>
   <h2>7.1</h2>
   <ul>
   <li>Ignore stat errors that are not <code>ENOENT</code> to work around 
Windows issues.</li>
   <li>Support using root and absolute options together</li>
   <li>Bring back lumpy space princess</li>
   <li>force 'en' locale in string sorting</li>
   </ul>
   <h2>7.0</h2>
   <ul>
   <li>Raise error if <code>options.cwd</code> is specified, and not a 
directory</li>
   </ul>
   <h2>6.0</h2>
   <ul>
   <li>Remove comment and negation pattern support</li>
   <li>Ignore patterns are always in <code>dot:true</code> mode</li>
   </ul>
   <h2>5.0</h2>
   <ul>
   <li>Deprecate comment and negation patterns</li>
   <li>Fix regression in <code>mark</code> and <code>nodir</code> options from 
making all cache
   keys absolute path.</li>
   <li>Abort if <code>fs.readdir</code> returns an error that's unexpected</li>
   <li>Don't emit <code>match</code> events for ignored items</li>
   <li>Treat ENOTSUP like ENOTDIR in readdir</li>
   </ul>
   <h2>4.5</h2>
   <ul>
   <li>Add <code>options.follow</code> to always follow directory symlinks in 
globstar</li>
   <li>Add <code>options.realpath</code> to call <code>fs.realpath</code> on 
all results</li>
   <li>Always cache based on absolute path</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/d844b2c1debfb7a408a8a219aea6cd5c66cfdea4";><code>d844b2c</code></a>
 8.0.3</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/fc717ba2d4c511c16a96a8d0ca32563eed68bf73";><code>fc717ba</code></a>
 [Refactor] use more explicit <code>assert.ok</code></li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/d13cb0692910fa2b9b16a1c8393cb9d687c83722";><code>d13cb06</code></a>
 8.0.2</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/af4207ba7325203b12b9009d6c0b18ed34f49f20";><code>af4207b</code></a>
 changelog updates re path separator handling</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/0049e9a1df29ccbed7df7eab0e196666aee0a686";><code>0049e9a</code></a>
 always coerce cwd, root to '/' separated paths</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/a8a3682527640e5356e0448330c5955081efa85f";><code>a8a3682</code></a>
 remove path-is-absolute</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/563019768fe6de7b3240dd8fcdf8db4d7990680a";><code>5630197</code></a>
 ci: test on node 18</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/7eab927fb4fce8870dd8871cde9dc0aaf5409fbf";><code>7eab927</code></a>
 changelog updates</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/55ebc0b473f250f698156060277390dbdb103e62";><code>55ebc0b</code></a>
 8.0.1</li>
   <li><a 
href="https://github.com/isaacs/node-glob/commit/af3eb8a13fffee7f166562a2de99d4a9ed786c96";><code>af3eb8a</code></a>
 update tap to pull in fixed minimist</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-glob/compare/v7.1.6...v8.0.3";>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=7.1.6&new-version=8.0.3)](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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to