fix(deps): update dependency fast-glob to v3.2.12#880
Merged
drazisil-codecov merged 1 commit intomainfrom Sep 26, 2022
Merged
Conversation
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. |
bb94ea5 to
f09a72d
Compare
318d8df to
f9680b7
Compare
drazisil-codecov
approved these changes
Sep 26, 2022
f9680b7 to
7dfa591
Compare
7dfa591 to
b4b8ac7
Compare
Merged
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.11->3.2.12Release Notes
mrmlnc/fast-glob
v3.2.12Compare Source
🐛 Bug fixes
Fixed an issue introduced in
3.2.7related to incorrect application of patterns to entries with a trailing slash when the entry is not a directory.Before changes:
After fix:
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:
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.
This PR has been generated by Mend Renovate. View repository job log here.