Skip to content

fix(deps): update dependency fast-glob to v3.2.12#880

Merged
drazisil-codecov merged 1 commit intomainfrom
renovate/fast-glob-3.x
Sep 26, 2022
Merged

fix(deps): update dependency fast-glob to v3.2.12#880
drazisil-codecov merged 1 commit intomainfrom
renovate/fast-glob-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 9, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

mrmlnc/fast-glob

v3.2.12

Compare Source

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

🐛 Bug fixes

Fixed an issue introduced in 3.2.7 related to incorrect application of patterns to entries with a trailing slash when the entry is not a directory.

Before changes:

fg.sync('**/!(*.md)')
// ['file.md', 'a/file.md', 'a/file.txt']

After fix:

fg.sync('**/!(*.md)')
// ['a/file.txt']

Thanks @​AgentEnder for the issue (#​357).

🚀 Improvements

This release includes performance improvements for the asynchronous method. For this method we now use an asynchronous directory traversal interface instead of using a streaming interface. This gives up to 15% acceleration for medium and large directories. The result depends a lot on hardware.

You can find the benchmark results for this release in CI here.

Here are a few of measurements on my laptop:

===> Benchmark pattern "*" with 100 launches (regression, async)
===> Max stdev: 7 | Retries: 3 | Options: {}

Name                   Time, ms  Time stdev, %  Memory, MB  Memory stdev, %  Entries  Errors  Retries
---------------------  --------  -------------  ----------  ---------------  -------  ------  -------
fast-glob-current.js   4.390     0.252          6.253       0.015            4        0       1
fast-glob-previous.js  5.653     0.633          6.051       0.056            4        0       1

===> Benchmark pattern "**" with 100 launches (regression, async)
===> Max stdev: 7 | Retries: 3 | Options: {}

Name                   Time, ms  Time stdev, %  Memory, MB  Memory stdev, %  Entries  Errors  Retries
---------------------  --------  -------------  ----------  ---------------  -------  ------  -------
fast-glob-current.js   34.587    1.287          10.654      0.607            11835    0       1
fast-glob-previous.js  41.972    2.086          10.236      1.224            11835    0       1

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, click this checkbox.

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 September 9, 2022 07:34
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 9, 2022

Codecov Report

Merging #880 (b4b8ac7) into main (e45f22e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #880   +/-   ##
=======================================
  Coverage   92.24%   92.24%           
=======================================
  Files          35       35           
  Lines        1225     1225           
  Branches      249      249           
=======================================
  Hits         1130     1130           
  Misses         63       63           
  Partials       32       32           
Flag Coverage Δ
alpine 92.16% <ø> (ø)
alpine-proxy 92.16% <ø> (ø)
alpine-without-git 92.16% <ø> (ø)
linux 92.16% <ø> (ø)
linux-without-git 92.16% <ø> (ø)
macos 92.16% <ø> (ø)
macos-without-git 92.16% <ø> (ø)
windows 91.51% <ø> (ø)
windows-without-git 91.51% <ø> (ø)

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

@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch 5 times, most recently from bb94ea5 to f09a72d Compare September 19, 2022 18:14
@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch 3 times, most recently from 318d8df to f9680b7 Compare September 26, 2022 15:21
@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch from f9680b7 to 7dfa591 Compare September 26, 2022 15:35
@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch from 7dfa591 to b4b8ac7 Compare September 26, 2022 15:46
@drazisil-codecov drazisil-codecov merged commit 40ff003 into main Sep 26, 2022
@drazisil-codecov drazisil-codecov deleted the renovate/fast-glob-3.x branch September 26, 2022 15:55
@drazisil-codecov drazisil-codecov mentioned this pull request Feb 9, 2023
thomasrockhu-codecov pushed a commit that referenced this pull request Feb 13, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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