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
385 stars 36 forks source link

chore(deps): update dependency std-mocks to v2 #104

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
std-mocks ^1.0.1 -> ^2.0.0 age adoption passing confidence

Release Notes

gregberge/react-merge-refs (std-mocks) ### [`v2.0.0`](https://togithub.com/gregberge/react-merge-refs/blob/HEAD/CHANGELOG.md#200-2022-06-19) [Compare Source](https://togithub.com/gregberge/react-merge-refs/compare/d7e4e310c2e24e1835b5c408eec70009c9c3a1a6...v2.0.0) ##### ⚠ BREAKING CHANGES - The package now exports ESM only and a named export. **Before:** ```js import mergeRefs from "react-merge-refs"; ``` **After:** ```js import { mergeRefs } from "react-merge-refs"; ``` ##### Features - ESM only & named export ([a928d61](https://togithub.com/gregberge/react-merge-refs/commit/a928d615336db847d90dbc303371ece8a2fb37f6)) ##### Bug Fixes - fix incorrect CJS / ESM distribution ([#​17](https://togithub.com/gregberge/react-merge-refs/issues/17)) ([048c4ea](https://togithub.com/gregberge/react-merge-refs/commit/048c4eaee5dd2b9d3b0d63a2c86cb5145ec81349))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

codecov-commenter commented 11 months ago

Codecov Report

Merging #104 (4ea66fe) into master (625d69d) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          32       32           
  Lines        1334     1334           
=======================================
  Hits         1303     1303           
  Misses         31       31           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more