absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
421 stars 40 forks source link

chore(deps): update dependency mock-fs to v5 #15

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mock-fs ^4.13.0 -> ^5.0.0 age adoption passing confidence

Release Notes

tschaub/mock-fs ### [`v5.1.2`](https://togithub.com/tschaub/mock-fs/blob/HEAD/changelog.md#​512) [Compare Source](https://togithub.com/tschaub/mock-fs/compare/v5.1.1...v5.1.2) - Avoid open `FSREQCALLBACK` file handles (thanks [@​jloleysens](https://togithub.com/jloleysens), see \[[#​342](https://togithub.com/tschaub/mock-fs/issues/342)]\[[#​342](https://togithub.com/tschaub/mock-fs/issues/342)]) ### [`v5.1.1`](https://togithub.com/tschaub/mock-fs/blob/HEAD/changelog.md#​511) [Compare Source](https://togithub.com/tschaub/mock-fs/compare/v5.1.0...v5.1.1) - Added `engines` to `package.json` to clarify that Node >= 12 is required (thanks [@​tillig](https://togithub.com/tillig), see \[[#​337](https://togithub.com/tschaub/mock-fs/issues/337)]\[[#​337](https://togithub.com/tschaub/mock-fs/issues/337)]) ### [`v5.1.0`](https://togithub.com/tschaub/mock-fs/blob/HEAD/changelog.md#​510) [Compare Source](https://togithub.com/tschaub/mock-fs/compare/v5.0.0...v5.1.0) - Added support for Node >= 16.3 (thanks [@​Rugvip](https://togithub.com/Rugvip), see \[[#​335](https://togithub.com/tschaub/mock-fs/issues/335)]\[[#​335](https://togithub.com/tschaub/mock-fs/issues/335)]) ### [`v5.0.0`](https://togithub.com/tschaub/mock-fs/blob/HEAD/changelog.md#​500) [Compare Source](https://togithub.com/tschaub/mock-fs/compare/v4.14.0...v5.0.0) Breaking change: - Remove support for Node < 12. If you want to use mock-fs to test on Node 10 or lower, stick with mock-fs@4. New features: - Support for BigInt file stats - required for Node 15+ (thanks [@​3cp](https://togithub.com/3cp), see \[[#​325](https://togithub.com/tschaub/mock-fs/issues/325)]\[[#​325](https://togithub.com/tschaub/mock-fs/issues/325)])

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, 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 WhiteSource Renovate. View repository job log here.

codecov-commenter commented 2 years ago

Codecov Report

Merging #15 (c83e36f) into master (9c5d33d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   97.62%   97.62%           
=======================================
  Files          26       26           
  Lines        1177     1177           
=======================================
  Hits         1149     1149           
  Misses         28       28           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more