mb-userscripts
mb-userscripts copied to clipboard
build(deps): update dependency jest-extended to v3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
jest-extended | 2.0.0 -> 3.0.2 |
Release Notes
jest-community/jest-extended
v3.0.2
What's Changed
- Fix typings of
toThrowWithMessage
, support unconstructable errors by @GerkinDev in https://github.com/jest-community/jest-extended/pull/475 - Fix toHaveBeenCalledBefore/toHaveBeenCalledAfter type definition by @aheuermann in https://github.com/jest-community/jest-extended/pull/292
- Declare matchers for use with expect.not.MATCHER (#385) by @dharkness in https://github.com/jest-community/jest-extended/pull/386
- Change any to unknown by @keeganwitt in https://github.com/jest-community/jest-extended/pull/477
New Contributors
- @aheuermann made their first contribution in https://github.com/jest-community/jest-extended/pull/292
Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.0.1...v3.0.2
v3.0.1
What's Changed
- fix: use
readonly
array types in matchers by @ilyub in https://github.com/jest-community/jest-extended/pull/465 - fix(types): optional
failIfNoSecondInvocation
parameter by @j-waaang in https://github.com/jest-community/jest-extended/pull/468
New Contributors
- @ilyub made their first contribution in https://github.com/jest-community/jest-extended/pull/465
- @j-waaang made their first contribution in https://github.com/jest-community/jest-extended/pull/468
Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.0.0...v3.0.1
v3.0.0
This is the same as https://github.com/jest-community/jest-extended/releases/tag/v2.1.0, but properly released as a major
v2.1.0
⚠️ This should have been released as a major as it dropped Node 12 and 17 ⚠️
What's Changed
- Restructure project by @mattphillips in https://github.com/jest-community/jest-extended/pull/410
- Fix broken link in example by @mattalexx in https://github.com/jest-community/jest-extended/pull/422
- Update toHaveBeenCalledAfter to fail if second mock is never called by @theryansmee in https://github.com/jest-community/jest-extended/pull/420
- Remove unsupported Node versions by @keeganwitt in https://github.com/jest-community/jest-extended/pull/450
- chore(deps): lock file maintenance by @renovate in https://github.com/jest-community/jest-extended/pull/453
- chore(deps): lock file maintenance by @renovate in https://github.com/jest-community/jest-extended/pull/454
- Fix typos in matcherName in matcherHints by @keeganwitt in https://github.com/jest-community/jest-extended/pull/457
- feat: upgrade to jest v28 by @G-Rath in https://github.com/jest-community/jest-extended/pull/463
New Contributors
- @mattalexx made their first contribution in https://github.com/jest-community/jest-extended/pull/422
- @theryansmee made their first contribution in https://github.com/jest-community/jest-extended/pull/420
- @G-Rath made their first contribution in https://github.com/jest-community/jest-extended/pull/463
Full Changelog: https://github.com/jest-community/jest-extended/compare/v2.0.0...v2.1.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #536 (fe28e3c) into main (0b30cae) will not change coverage. The diff coverage is
n/a
.
:exclamation: Current head fe28e3c differs from pull request most recent head 50b52d7. Consider uploading reports for the commit 50b52d7 to get more accurate results
@@ Coverage Diff @@
## main #536 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 57 57
Lines 1341 1341
Branches 212 212
=======================================
Hits 1330 1330
Misses 8 8
Partials 3 3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
#519 Need to wait until 3.0.2/3.1.0, but closing this will make renovate ignore all 3.y.z releases.