-
Notifications
You must be signed in to change notification settings - Fork 1
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fast-glob to the latest version 🚀 #18
Open
greenkeeper
wants to merge
2
commits into
master
Choose a base branch
from
greenkeeper/fast-glob-3.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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.
The dependency fast-glob was updated from
2.2.7
to3.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for 3.0.0
🌮 Thanks
withFileTypes
option in thefs.readdir
method.📑 Summary
This release aims to fix architectural issues, increase performance and reduce size of package.
💣 Breaking changes
Since this is a major release, we are introducing a few breaking changes:
fast-glob@2
is ending.README.md
file.nobrace
,noglobstar
,noext
,nocase
,transform
.extension
→extglob
followSymlinkedDirectories
→followSymbolicLinks
case
→caseSensitiveMatch
brace
→braceExpansion
matchBase
→baseNameMatch
deep
option now accepts onlynumber
type and default value now isInfinity
instead oftrue
.async
method was removed. Usefg(/* … */)
instead.stats
option is enabled is completely changed.🐛 Bug fixes
micromatch@3
tomicromatch@4
:baseNameMatch
option never worked (#199).🚀 Improvements
💬 Common
2.47MB
→0.42MB
.require
time decreased:534ms
→78ms
.🌪 Speed
Wow! The new version is very fast. At least twice as fast as the previous version. Probably this is the fastest solution in the Node.js world. And that's not all! We will work on performance issues in the future 🐢.
Look at the benchmarks section in the
README.md
file.⚙️ Flexibility
Also in this release we have worked on simplifying some scenarios.
concurrency
fs
suppressErrors
throwErrorOnBrokenSymbolicLink
objectMode
🤕 Known issues in this update
Commits
The new version differs by 114 commits ahead by 114, behind by 6.
03201ed
fix(settings): set the
concurrency
option to count of CPUsd777111
build(package): drop unused dependencies
e62d2d1
build(package): bump version to 3.0.0
caeeda9
Merge pull request #203 from mrmlnc/ISSUE-155_update_documentation
27ae4b2
docs(settings): update description of options
1f853bc
docs(readme): update documentation
0ba6dc0
refactor(benchmark): update suites
c1d686c
refactor(index): export some userful types
d64c24f
build(benchmark): add suite for stream API
40a1096
Merge pull request #202 from mrmlnc/ISSUE-181_async_method_as_default_method
ccde25e
refactor: set async method as default method
87ed886
Merge pull request #201 from mrmlnc/issue-199_match_base_fix
68133f8
fix: the
baseNameMatch
option now workf4c443a
refactor:
matchBase
→baseNameMatch
c58ba78
test(smoke): add some smoke tests
There are 114 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴