fix(deps): update dependency fast-glob to v3.3.1#1104
Merged
thomasrockhu-codecov merged 1 commit intomainfrom Aug 1, 2023
Merged
fix(deps): update dependency fast-glob to v3.3.1#1104thomasrockhu-codecov merged 1 commit intomainfrom
thomasrockhu-codecov merged 1 commit intomainfrom
Conversation
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. |
thomasrockhu-codecov
approved these changes
Aug 1, 2023
4a11369 to
86987e0
Compare
86987e0 to
01dbe2b
Compare
Merged
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.12->3.3.1Release Notes
mrmlnc/fast-glob (fast-glob)
v3.3.1Compare Source
This release fixes a regression for cases where the
ignoreoption is used with a string (#403, #404).The public interface of this package does not support a string as the value for the
ignoreoption since 2018 year (release).So, in the next major release, we will reintroduce method implementations that do not involve strings in the
ignoreoption.v3.3.0Compare Source
🚀 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, anasyncalias 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
baseNameMatchoption was enabled, which went against the documented behavior. (#312)micromatchpackage does not correctly generate a regular expression (#365).dotoption enabled when matching paths. Previously, the!**/*patterns did not exclude hidden files (start with a dot). (#343)['./file.md', 'file.md', '*']will now only includefile.mdonce in the results. (#190)📖 Documentation
A clarifying note has been added for the
concurrencyoption, which provides more detailed information about the Thread Pool utilization.⚙️ Infrastructure
🥇 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.
This PR has been generated by Mend Renovate. View repository job log here.