Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2023

Bumps glob from 8.1.0 to 9.2.1.

Changelog

Sourced from glob's changelog.

cganhe glo

9.2

  • Support using a custom fs object, which is passed to PathScurry
  • add maxDepth option
  • add stat option
  • add custom Ignore support

9.1

  • Bring back the root option, albeit with slightly different semantics than in v8 and before.
  • Support { absolute:false } option to explicitly always return relative paths. An unset absolute setting will still return absolute or relative paths based on whether the pattern is absolute.
  • Add magicalBraces option to treat brace expansion as "magic" in the hasMagic function.
  • Add dotRelative option
  • Add escape() and unescape() methods

9.0

This is a full rewrite, with significant API and algorithm changes.

High-Level Feature and API Surface Changes

  • Only support node 16 and higher.
  • Promise API instead of callbacks.
  • Exported function names have changed, as have the methods on the Glob class. See API documentation for details.
  • Accept pattern as string or array of strings.
  • Hybrid module distribution.
  • Full TypeScript support.
  • Exported Glob class is no longer an event emitter.
  • Exported Glob class has walk(), walkSync(), stream(), streamSync(), iterate(), iterateSync() methods, and is both an async and sync Generator.
  • First class support for UNC paths and drive letters on Windows. Note that glob patterns must still use / as a path separator, unless the windowsPathsNoEscape option is set, in which case glob patterns cannot be escaped with \.
  • Paths are returned in the canonical formatting for the platform in question.
  • The hasMagic method will return false for patterns that only contain brace expansion, but no other "magic" glob characters.
  • Patterns ending in / will still be restricted to matching directories, but will not have a / appended in the results.

... (truncated)

Commits

Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @typestack-ci.


Dependabot commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2023
typestack-ci
typestack-ci previously approved these changes Mar 3, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 086f074 to 0e66a82 Compare March 3, 2023 09:58
typestack-ci
typestack-ci previously approved these changes Mar 3, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 0e66a82 to 39912a2 Compare March 3, 2023 10:05
typestack-ci
typestack-ci previously approved these changes Mar 3, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 39912a2 to b74bf6d Compare March 6, 2023 10:15
typestack-ci
typestack-ci previously approved these changes Mar 6, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from b74bf6d to ee510ee Compare March 6, 2023 10:23
typestack-ci
typestack-ci previously approved these changes Mar 6, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from ee510ee to 15b9609 Compare March 6, 2023 10:26
typestack-ci
typestack-ci previously approved these changes Mar 6, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 15b9609 to a7c0adb Compare March 7, 2023 10:11
typestack-ci
typestack-ci previously approved these changes Mar 7, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from ce259ae to 87fba16 Compare March 13, 2023 10:22
typestack-ci
typestack-ci previously approved these changes Mar 13, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 87fba16 to 4cd6192 Compare March 14, 2023 09:59
typestack-ci
typestack-ci previously approved these changes Mar 14, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 4cd6192 to ae1a3a7 Compare March 14, 2023 10:03
typestack-ci
typestack-ci previously approved these changes Mar 14, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from ae1a3a7 to 340a5a4 Compare March 14, 2023 10:09
typestack-ci
typestack-ci previously approved these changes Mar 14, 2023
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 340a5a4 to 37a5f16 Compare March 14, 2023 10:09
typestack-ci
typestack-ci previously approved these changes Mar 14, 2023
@typestack-ci
Copy link

@dependabot squash and merge

Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v8.1.0...v9.2.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.2.1 branch from 37a5f16 to 56b4028 Compare March 14, 2023 10:13
@typestack-ci
Copy link

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2023

Superseded by #605.

@dependabot dependabot bot closed this Mar 15, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/glob-9.2.1 branch March 15, 2023 09:56
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

2 participants