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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fast-glob from 3.2.12 to 3.3.0 #100

Merged
merged 1 commit into from
Jul 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps fast-glob from 3.2.12 to 3.3.0.

Release notes

Sourced from fast-glob's releases.

3.3.0

Full Changelog: mrmlnc/fast-glob@3.2.12...3.3.0

馃殌 Improvements

Method aliases

New methods (glob, globSync, globStream) have been added in addition to the current methods (default import, sync, stream), which eliminate the need to rename the method when importing. In addition, an async alias has been added for the default import, which makes it possible to use this packet with ESM.

Method to convert paths to globs

A new method (convertPathToPattern) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages.

See more details in the pull request.

馃悰 Bug fixes

  • In the past, we mishandled patterns that contained slashes when the baseNameMatch option was enabled, which went against the documented behavior. (#312)
  • Several problems with matching patterns that contain brace expansion have been resolved. The primary issue solved is when the pattern has duplicate slashes after it is expanded (#394), or the micromatch package does not correctly generate a regular expression (#365).
  • All negative patterns will now have the dot option enabled when matching paths. Previously, the !**/* patterns did not exclude hidden files (start with a dot). (#343)
  • The issue that led to duplicates in the results when overlapping or duplicate patterns were present among the patterns has been fixed. At the moment, we are only talking about leading dot. Other cases are not included. For example, running with the patterns ['./file.md', 'file.md', '*'] will now only include file.md once in the results. (#190)

馃摉 Documentation

A clarifying note has been added for the concurrency option, which provides more detailed information about the Thread Pool utilization.

鈿欙笍 Infrastructure

  • The benchmark in CI is now running on Node.js 20.
  • The benchmark now uses the public package bencho instead of an in-house implementation. You may want to try this solution for your packages and provide feedback.

馃 New Contributors

Commits
  • af2e35d 3.3.0
  • c8f0a60 chore: disable concurrency for benchmarks
  • 6bfb5f4 Merge pull request #402 from mrmlnc/ISSUE-190_duplicates
  • 18aefc1 fix: fix duplicate results for overlapping patterns due to a leading dot
  • 53cd80f Merge pull request #401 from mairaw/patch-1
  • 980a0c3 Update docs URL
  • 1d9d3ce Merge pull request #392 from mrmlnc/ISSUE-240_p2p
  • 1fed462 feat: introduce .convertPathToPattern method
  • 5f52943 feat: escape special characters in the path depending on the platform
  • 4c60799 Merge pull request #400 from mrmlnc/ISSUE-394_additional_fix
  • Additional commits viewable in compare view

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

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.0.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2023

Dependabot tried to add @Orbi-bot as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Blockception/MB-Action-Create-MCWorld/pulls/100/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Blockception/MB-Action-Create-MCWorld repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@github-actions github-actions bot merged commit 1fac3d6 into main Jul 1, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-glob-3.3.0 branch July 1, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

0 participants