Update dependency jest-mock-extended to v3 #242

Merged
Vylpes merged 2 commits from renovate/jest-mock-extended-3.x into develop 2023-01-23 19:49:08 +00:00
Member

This PR contains the following updates:

Package Type Update Change
jest-mock-extended dependencies major ^2.0.4 -> ^3.0.0

Release Notes

marchaos/jest-mock-extended

v3.0.1

Compare Source

Allow overriding calledWithFn - see https://github.com/marchaos/jest-mock-extended/pull/96

v3.0.0

Compare Source

mockDeep({ funcPropSupport: true });

however this comes with a recursive performance cost. We hope to address this in the future.

v2.0.9

Compare Source

v2.0.8

Compare Source

v2.0.7

Compare Source

Fixes

v2.0.6

Compare Source

Support for Jest 28

v2.0.5

Compare Source

Fixes:


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 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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) | dependencies | major | [`^2.0.4` -> `^3.0.0`](https://renovatebot.com/diffs/npm/jest-mock-extended/2.0.4/3.0.1) | --- ### Release Notes <details> <summary>marchaos/jest-mock-extended</summary> ### [`v3.0.1`](https://github.com/marchaos/jest-mock-extended/releases/tag/3.0.1) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/3.0.0...3.0.1) Allow overriding calledWithFn - see https://github.com/marchaos/jest-mock-extended/pull/96 ### [`v3.0.0`](https://github.com/marchaos/jest-mock-extended/releases/tag/3.0.0) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/3602a65e38b6b458ad51f1629841e0b0e38127e9...3.0.0) - Fixed performance issue for https://github.com/marchaos/jest-mock-extended/issues/97. This required a small API change, hence the major version bump. Deep mocking functions with properties is still possible using ```typescript mockDeep({ funcPropSupport: true }); ``` however this comes with a recursive performance cost. We hope to address this in the future. ### [`v2.0.9`](https://github.com/marchaos/jest-mock-extended/compare/c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6...3602a65e38b6b458ad51f1629841e0b0e38127e9) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6...3602a65e38b6b458ad51f1629841e0b0e38127e9) ### [`v2.0.8`](https://github.com/marchaos/jest-mock-extended/compare/2.0.7...c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/2.0.7...c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6) ### [`v2.0.7`](https://github.com/marchaos/jest-mock-extended/releases/tag/2.0.7) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/2.0.6...2.0.7) ### Fixes - Fix DeepMockProxy type error for objects which are functions and have fields at the same time - https://github.com/marchaos/jest-mock-extended/pull/95 ### [`v2.0.6`](https://github.com/marchaos/jest-mock-extended/releases/tag/2.0.6) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/2.0.5...2.0.6) Support for Jest 28 ### [`v2.0.5`](https://github.com/marchaos/jest-mock-extended/releases/tag/2.0.5) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/2.0.4...2.0.5) Fixes: - Explicitly Show DeepMockProxy<T> In Readme Example - https://github.com/marchaos/jest-mock-extended/pull/86 - Fix ESM support by avoiding export default as syntax - https://github.com/marchaos/jest-mock-extended/pull/83 - Fix TypeError thrown in mockReset/mockClear - https://github.com/marchaos/jest-mock-extended/pull/81 </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
RenovateBot added 1 commit 2022-12-28 18:52:24 +00:00
Vylpes added the
type
dependencies
label 2023-01-23 19:37:05 +00:00
Vylpes added this to the 3.1 milestone 2023-01-23 19:37:11 +00:00
Vylpes self-assigned this 2023-01-23 19:37:18 +00:00
Vylpes added 1 commit 2023-01-23 19:47:30 +00:00
Vylpes approved these changes 2023-01-23 19:49:04 +00:00
Vylpes merged commit fdcedbd640 into develop 2023-01-23 19:49:08 +00:00
Vylpes deleted branch renovate/jest-mock-extended-3.x 2023-01-23 19:49:08 +00:00
Vylpes added spent time 2023-01-23 19:57:19 +00:00
5 minutes
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 5 minutes
Vylpes
5 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#242
No description provided.