You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/01 00:58:54 UTC

[GitHub] [daffodil-vscode] dependabot[bot] opened a new pull request, #556: Bump glob from 8.0.3 to 9.3.2

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

   Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 9.3.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>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 &quot;magic&quot;
   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>
   <h2>9.0</h2>
   <p>This is a full rewrite, with significant API and algorithm
   changes.</p>
   <h3>High-Level Feature and API Surface Changes</h3>
   <ul>
   <li>Only support node 16 and higher.</li>
   <li>Promise API instead of callbacks.</li>
   <li>Exported function names have changed, as have the methods on
   the Glob class. See API documentation for details.</li>
   <li>Accept pattern as string or array of strings.</li>
   <li>Hybrid module distribution.</li>
   <li>Full TypeScript support.</li>
   <li>Exported <code>Glob</code> class is no longer an event emitter.</li>
   <li>Exported <code>Glob</code> class has <code>walk()</code>, <code>walkSync()</code>, <code>stream()</code>,
   <code>streamSync()</code>, <code>iterate()</code>, <code>iterateSync()</code> methods, and is
   both an async and sync Generator.</li>
   <li>First class support for UNC paths and drive letters on Windows.
   Note that <em>glob patterns</em> must still use <code>/</code> as a path
   separator, unless the <code>windowsPathsNoEscape</code> option is set, in
   which case glob patterns cannot be escaped with <code>\</code>.</li>
   <li>Paths are returned in the canonical formatting for the platform</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/3426f33533ed4c4a262a093009ce55e69491fd6b"><code>3426f33</code></a> 9.3.2</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/bbba601d9c69f8e5e0cfd7422dbf3e1e71b726e6"><code>bbba601</code></a> add inlineSources</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/2054644b0682bc029616afd537718ea2aa765aac"><code>2054644</code></a> even more comprehensive tests for <a href="https://redirect.github.com/isaacs/node-glob/issues/515">#515</a></li>
   <li><a href="https://github.com/isaacs/node-glob/commit/672c944fe7ff155e6fe682921ffdbf3219c78e9d"><code>672c944</code></a> skip memfs test on windows</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/65b9b4745bac495a5f72bcd66f7ccee24cd2f4c2"><code>65b9b47</code></a> chore: remove eslint-config-prettier devDep</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/609d247a40f6f898df1b3ea668fb209064640c5d"><code>609d247</code></a> chore: use setup-node caching with npm ci</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/facdded226e924bdf778f02e71796e6dea06402b"><code>facdded</code></a> 9.3.1</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/273deedb110b86f30be517e5f7e252b4b9ea4b10"><code>273deed</code></a> Move cwd ENOENT test to where it matters</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/c6a862a7e982bdf9ace8324d8118eb25d1700d4a"><code>c6a862a</code></a> little readme tweaks</li>
   <li><a href="https://github.com/isaacs/node-glob/commit/db4504c01be525adda213ece56c0e12db1042e1f"><code>db4504c</code></a> 9.3.0</li>
   <li>Additional commits viewable in <a href="https://github.com/isaacs/node-glob/compare/v8.0.3...v9.3.2">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=8.0.3&new-version=9.3.2)](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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] dependabot[bot] commented on pull request #556: Bump glob from 8.0.3 to 9.3.2

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #556:
URL: https://github.com/apache/daffodil-vscode/pull/556#issuecomment-1501888694

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate commented on pull request #556: Bump glob from 8.0.3 to 9.3.2

Posted by "scholarsmate (via GitHub)" <gi...@apache.org>.
scholarsmate commented on PR #556:
URL: https://github.com/apache/daffodil-vscode/pull/556#issuecomment-1501888544

   We plan on removing our dependency on `glob` since Node's built-in `fs` module is sufficient for our needs.


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate closed pull request #556: Bump glob from 8.0.3 to 9.3.2

Posted by "scholarsmate (via GitHub)" <gi...@apache.org>.
scholarsmate closed pull request #556: Bump glob from 8.0.3 to 9.3.2
URL: https://github.com/apache/daffodil-vscode/pull/556


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org