Skip to content

fix(deps): update dependency fast-glob to v3.3.1#1104

Merged
thomasrockhu-codecov merged 1 commit intomainfrom
renovate/fast-glob-3.x
Aug 1, 2023
Merged

fix(deps): update dependency fast-glob to v3.3.1#1104
thomasrockhu-codecov merged 1 commit intomainfrom
renovate/fast-glob-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-glob 3.2.12 -> 3.3.1 age adoption passing confidence

Release Notes

mrmlnc/fast-glob (fast-glob)

v3.3.1

Compare Source

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

This release fixes a regression for cases where the ignore option is used with a string (#​403, #​404).

The public interface of this package does not support a string as the value for the ignore option since 2018 year (release).

So, in the next major release, we will reintroduce method implementations that do not involve strings in the ignore option.

v3.3.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 1, 2023 16:07
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 1, 2023

Codecov Report

Merging #1104 (01dbe2b) into main (77bd2cf) will increase coverage by 92.47%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           main    #1104       +/-   ##
=========================================
+ Coverage      0   92.47%   +92.47%     
=========================================
  Files         0       36       +36     
  Lines         0     1342     +1342     
  Branches      0      272      +272     
=========================================
+ Hits          0     1241     +1241     
- Misses        0       69       +69     
- Partials      0       32       +32     
Flag Coverage Δ
aarch64 92.39% <ø> (?)
aarch64-without-git 92.39% <ø> (?)
alpine 92.39% <ø> (?)
alpine-proxy 92.39% <ø> (?)
alpine-without-git 92.39% <ø> (?)
linux 92.39% <ø> (?)
linux-without-git 92.39% <ø> (?)
macos 92.39% <ø> (?)
macos-without-git 92.39% <ø> (?)
windows 91.80% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 36 files with indirect coverage changes

@thomasrockhu-codecov thomasrockhu-codecov enabled auto-merge (squash) August 1, 2023 16:37
@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch 3 times, most recently from 4a11369 to 86987e0 Compare August 1, 2023 16:54
@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch from 86987e0 to 01dbe2b Compare August 1, 2023 17:01
@thomasrockhu-codecov thomasrockhu-codecov merged commit e151a79 into main Aug 1, 2023
@thomasrockhu-codecov thomasrockhu-codecov deleted the renovate/fast-glob-3.x branch August 1, 2023 17:09
@drazisil-codecov drazisil-codecov mentioned this pull request Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant