stencila / dockta

🐳 A Docker image builder for researchers
https://stencila.github.io/dockta/
Apache License 2.0
121 stars 12 forks source link

fix(dependencies): update dependency fast-glob to v3.3.0 #279

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-glob 3.2.12 -> 3.3.0 age adoption passing confidence

Release Notes

mrmlnc/fast-glob (fast-glob) ### [`v3.3.0`](https://togithub.com/mrmlnc/fast-glob/releases/tag/3.3.0) [Compare Source](https://togithub.com/mrmlnc/fast-glob/compare/3.2.12...3.3.0) > **Full Changelog**: https://github.com/mrmlnc/fast-glob/compare/3.2.12...3.3.0 ##### 🚀 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, an `async` alias 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](https://togithub.com/mrmlnc/fast-glob/pull/392). ##### 🐛 Bug fixes - In the past, we mishandled patterns that contained slashes when the `baseNameMatch` option was enabled, which went against the documented behavior. ([#​312](https://togithub.com/mrmlnc/fast-glob/issues/312)) - Several problems with matching patterns that contain brace expansion have been resolved. The primary issue solved is when the pattern has duplicate slashes after it is expanded ([#​394](https://togithub.com/mrmlnc/fast-glob/issues/394)), or the `micromatch` package does not correctly generate a regular expression ([#​365](https://togithub.com/mrmlnc/fast-glob/issues/365)). - All negative patterns will now have the `dot` option enabled when matching paths. Previously, the `!**/*` patterns did not exclude hidden files (start with a dot). ([#​343](https://togithub.com/mrmlnc/fast-glob/issues/343)) - The issue that led to duplicates in the results when overlapping or duplicate patterns were present among the patterns has been fixed. At the moment, we are only talking about leading dot. Other cases are not included. For example, running with the patterns `['./file.md', 'file.md', '*']` will now only include `file.md` once in the results. ([#​190](https://togithub.com/mrmlnc/fast-glob/issues/190)) ##### 📖 Documentation A [clarifying note](https://togithub.com/mrmlnc/fast-glob/blob/master/README.md#concurrency) has been added for the `concurrency` option, which provides more detailed information about the Thread Pool utilization. ##### ⚙️ Infrastructure - The benchmark in CI is now running on Node.js 20. - The benchmark now uses the public package [bencho](https://togithub.com/mrmlnc/bencho) instead of an in-house implementation. You may want to try this solution for your packages and provide feedback. ##### 🥇 New Contributors - [@​josh-hemphill](https://togithub.com/josh-hemphill) made their first contribution in [https://github.com/mrmlnc/fast-glob/pull/383](https://togithub.com/mrmlnc/fast-glob/pull/383) - [@​mairaw](https://togithub.com/mairaw) made their first contribution in [https://github.com/mrmlnc/fast-glob/pull/401](https://togithub.com/mrmlnc/fast-glob/pull/401)

Configuration

📅 Schedule: Branch creation - "before 12pm on Wednesday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (30b09ba) 78.89% compared to head (d2017c9) 78.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #279 +/- ## ======================================= Coverage 78.89% 78.89% ======================================= Files 22 22 Lines 1047 1047 Branches 240 240 ======================================= Hits 826 826 Misses 220 220 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

stencila-ci commented 1 year ago

:tada: This PR is included in version 0.25.20 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: