Skip to content
This repository was archived by the owner on Sep 7, 2019. It is now read-only.

chore(deps): bump fast-glob from 2.2.7 to 3.0.3 #35

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fast-glob from 2.2.7 to 3.0.3.

Release notes

Sourced from fast-glob's releases.

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)

3.0.2

The fast-glob3.0.0 was released with one known bug. This release fixes it.

🐛 Bug fixes

High memory usage for very big directories (#204)

Highlights

  • Entries: 4 000 000
  • Before: 4.1GB of RAM (37s)
  • After: 0.8GB of RAM (25s)

Explanation

In short, we called 2x replace and startsWith on every entry. Together, that's 12 million calls.

3.0.1

💬 Common

3.0.0

🌮 Thanks

📑 Summary

This release aims to fix architectural issues, increase performance and reduce size of package.

... (truncated)
Commits
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 2.2.7 to 3.0.3.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@2.2.7...3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 28, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #39.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/dev/fast-glob-3.0.3 branch July 8, 2019 06:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants