Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump glob from 8.1.0 to 9.3.4 #572

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2023

Bumps glob from 8.1.0 to 9.3.4.

Changelog

Sourced from glob's changelog.

changeglob

9.3.3

  • Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.

9.3

  • Add aliases for methods. glob.sync, glob.stream, glob.stream.sync, etc.

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.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 2, 2023
@dependabot dependabot bot requested a review from davidlday April 2, 2023 19:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from 8cfac49 to 5f583e0 Compare April 2, 2023 23:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from 5f583e0 to fa64a85 Compare April 2, 2023 23:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from fa64a85 to 28341e2 Compare April 2, 2023 23:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from 28341e2 to 9fddb4c Compare April 2, 2023 23:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from 9fddb4c to b11866b Compare April 3, 2023 00:03
@davidlday davidlday closed this Apr 5, 2023
@davidlday davidlday deleted the dependabot/npm_and_yarn/glob-9.3.4 branch April 5, 2023 09:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2023

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 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.

@davidlday
Copy link
Owner

@dependabot reopen

@dependabot dependabot bot reopened this Feb 26, 2024
@dependabot dependabot bot restored the dependabot/npm_and_yarn/glob-9.3.4 branch February 26, 2024 00:16
@davidlday
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from b11866b to 52ef82f Compare February 26, 2024 00:32
@davidlday
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from 52ef82f to 39a46db Compare February 26, 2024 01:29
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.3.4.
- [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.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-9.3.4 branch from 39a46db to dd4d5da Compare February 26, 2024 01:37
@davidlday
Copy link
Owner

superceded by #637

@davidlday davidlday closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/glob-9.3.4 branch February 26, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot-batched dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant