-
Couldn't load subscription status.
- Fork 1
Update fast-glob to the latest version 🚀 #18
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
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 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.
The dependency fast-glob was updated from
2.2.7to3.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
withFileTypesoption in thefs.readdirmethod.📑 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@2is ending.README.mdfile.nobrace,noglobstar,noext,nocase,transform.extension→extglobfollowSymlinkedDirectories→followSymbolicLinkscase→caseSensitiveMatchbrace→braceExpansionmatchBase→baseNameMatchdeepoption now accepts onlynumbertype and default value now isInfinityinstead oftrue.asyncmethod was removed. Usefg(/* … */)instead.statsoption is enabled is completely changed.🐛 Bug fixes
micromatch@3tomicromatch@4:baseNameMatchoption never worked (#199).🚀 Improvements
💬 Common
2.47MB→0.42MB.requiretime 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.mdfile.⚙️ Flexibility
Also in this release we have worked on simplifying some scenarios.
concurrencyfssuppressErrorsthrowErrorOnBrokenSymbolicLinkobjectMode🤕 Known issues in this update
Commits
The new version differs by 114 commits ahead by 114, behind by 6.
03201edfix(settings): set theconcurrencyoption to count of CPUsd777111build(package): drop unused dependenciese62d2d1build(package): bump version to 3.0.0caeeda9Merge pull request #203 from mrmlnc/ISSUE-155_update_documentation27ae4b2docs(settings): update description of options1f853bcdocs(readme): update documentation0ba6dc0refactor(benchmark): update suitesc1d686crefactor(index): export some userful typesd64c24fbuild(benchmark): add suite for stream API40a1096Merge pull request #202 from mrmlnc/ISSUE-181_async_method_as_default_methodccde25erefactor: set async method as default method87ed886Merge pull request #201 from mrmlnc/issue-199_match_base_fix68133f8fix: thebaseNameMatchoption now workf4c443arefactor:matchBase→baseNameMatchc58ba78test(smoke): add some smoke testsThere 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 🌴