Skip to content
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 🚀 #249

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 27, 2019

The dependency fast-glob was updated from 2.2.7 to 3.0.3.

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.3

💬

  • Correct method for the Stream API in the documentation (#217, thanks @bluelovers)
  • We have divided the benchmark into two types:
    • The product benchmark is a comparison of performance relative to competitors.
    • The regression benchmark is a comparison of performance relative to the previous version.
  • We added a launch of both types of benchmark in CI. Automatically starts only when the master branch is built.
  • Now the smoke tests are run for all API's (sync, async, stream).

🐛 Bug fixes

  • Non-existing directories in the globbing pattern throw an error with the asynchronous API (#211)
  • The markDirectories option adds extra slashes for every directory in the path with the asynchronous API (#214)
Commits

The new version differs by 143 commits ahead by 143, behind by 6.

  • 57bb5da build(package): bump version to 3.0.3
  • 44012d0 Merge pull request #217 from bluelovers/patch-2
  • 8b0bd5d Merge pull request #218 from mrmlnc/ISSUE-216_split_benchmark_suites
  • 57697ce build(ci): the ability to customize benchmark steps
  • d1367df refactor(benchmark): show more information about launch
  • dc22b01 feat(benchmark): the ability to pass options to regression suite
  • 899b184 refactor(benchmark): split suites into product and regression
  • 12fa552 refactor(benchmark): type → mode
  • a2c13cc Update README.md
  • 8405384 Merge pull request #215 from mrmlnc/ISSUE-212_refactor_smoke_tests
  • 6f13838 build(ci): refactor CI jobs & add benchmark job
  • fc1f7be fix(transformers): do not mutate the entry in the transformer
  • 272aa74 test(smoke): support sync, async and stream smoke tests
  • 174849a build: bump fast-glob dependency version
  • 436933f Merge pull request #213 from mrmlnc/ISSUE-211_enoent

There are 143 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 🌴


This change is Reviewable

greenkeeper bot added a commit that referenced this pull request Jul 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2019

  • The dependency fast-glob was updated from 2.2.7 to 3.0.4.

Update to this version instead 🚀

Release Notes for 3.0.4

This is a maintenance release.

💬 Common

  • Set correct default value for the onlyFiles option in the documentation (thanks, @garyking)
  • Disable the strictSlashes option (internal) for the micromatch package. Related to micromatch/picomatch#21.
Commits

The new version differs by 5 commits.

  • 78269e0 build(package): bump version to 3.0.4
  • 121dc38 Merge pull request #220 from mrmlnc/PICOMATCH-21_disable_strict_slashes
  • 8ada141 refactor(provider): preparing for a new version of micromatch
  • 26063a4 Merge pull request #219 from garyking/patch-1
  • 2566485 Fix onlyFiles

See the full diff

@kucherenko kucherenko closed this Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant