marchaos/jest-mock-extended (jest-mock-extended)
### [`v3.0.7`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.7)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/77a64ae8328904bcc614ead4ba8d0d9e8a658136...3.0.7)
Bumped ts-essentials
### [`v3.0.6`](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.5...77a64ae8328904bcc614ead4ba8d0d9e8a658136)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.5...77a64ae8328904bcc614ead4ba8d0d9e8a658136)
### [`v3.0.5`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.5)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.4...3.0.5)
Fixed Deep Mock perf issue with [https://github.com/marchaos/jest-mock-extended/pull/123](https://redirect.github.com/marchaos/jest-mock-extended/pull/123)
### [`v3.0.4`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.4)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.3...3.0.4)
- Updated jest dependencies
- Updated typescript peerDependencies to allow for typescript 5.\*
### [`v3.0.3`](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.2...3.0.3)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.2...3.0.3)
### [`v3.0.2`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.2)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.1...3.0.2)
Added [https://github.com/marchaos/jest-mock-extended/pull/110](https://redirect.github.com/marchaos/jest-mock-extended/pull/110)
### [`v3.0.1`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.1)
[Compare Source](https://redirect.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](https://redirect.github.com/marchaos/jest-mock-extended/pull/96)
### [`v3.0.0`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.0)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3602a65e38b6b458ad51f1629841e0b0e38127e9...3.0.0)
- Fixed performance issue for [https://github.com/marchaos/jest-mock-extended/issues/97](https://redirect.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://redirect.github.com/marchaos/jest-mock-extended/compare/c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6...3602a65e38b6b458ad51f1629841e0b0e38127e9)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6...3602a65e38b6b458ad51f1629841e0b0e38127e9)
### [`v2.0.8`](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.7...c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.7...c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6)
### [`v2.0.7`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/2.0.7)
[Compare Source](https://redirect.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](https://redirect.github.com/marchaos/jest-mock-extended/pull/95)
### [`v2.0.6`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/2.0.6)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.5...2.0.6)
Support for Jest 28
### [`v2.0.5`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/2.0.5)
[Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.4...2.0.5)
Fixes:
- Explicitly Show DeepMockProxy In Readme Example - [https://github.com/marchaos/jest-mock-extended/pull/86](https://redirect.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](https://redirect.github.com/marchaos/jest-mock-extended/pull/83)
- Fix TypeError thrown in mockReset/mockClear - [https://github.com/marchaos/jest-mock-extended/pull/81](https://redirect.github.com/marchaos/jest-mock-extended/pull/81)
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 contains the following updates:
2.0.4
->3.0.7
Release Notes
marchaos/jest-mock-extended (jest-mock-extended)
### [`v3.0.7`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.7) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/77a64ae8328904bcc614ead4ba8d0d9e8a658136...3.0.7) Bumped ts-essentials ### [`v3.0.6`](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.5...77a64ae8328904bcc614ead4ba8d0d9e8a658136) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.5...77a64ae8328904bcc614ead4ba8d0d9e8a658136) ### [`v3.0.5`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.5) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.4...3.0.5) Fixed Deep Mock perf issue with [https://github.com/marchaos/jest-mock-extended/pull/123](https://redirect.github.com/marchaos/jest-mock-extended/pull/123) ### [`v3.0.4`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.4) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.3...3.0.4) - Updated jest dependencies - Updated typescript peerDependencies to allow for typescript 5.\* ### [`v3.0.3`](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.2...3.0.3) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.2...3.0.3) ### [`v3.0.2`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.2) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3.0.1...3.0.2) Added [https://github.com/marchaos/jest-mock-extended/pull/110](https://redirect.github.com/marchaos/jest-mock-extended/pull/110) ### [`v3.0.1`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.1) [Compare Source](https://redirect.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](https://redirect.github.com/marchaos/jest-mock-extended/pull/96) ### [`v3.0.0`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/3.0.0) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/3602a65e38b6b458ad51f1629841e0b0e38127e9...3.0.0) - Fixed performance issue for [https://github.com/marchaos/jest-mock-extended/issues/97](https://redirect.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://redirect.github.com/marchaos/jest-mock-extended/compare/c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6...3602a65e38b6b458ad51f1629841e0b0e38127e9) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6...3602a65e38b6b458ad51f1629841e0b0e38127e9) ### [`v2.0.8`](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.7...c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.7...c6fdf334e9cb396e9ff9e2fdfaa79a5514eafcf6) ### [`v2.0.7`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/2.0.7) [Compare Source](https://redirect.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](https://redirect.github.com/marchaos/jest-mock-extended/pull/95) ### [`v2.0.6`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/2.0.6) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.5...2.0.6) Support for Jest 28 ### [`v2.0.5`](https://redirect.github.com/marchaos/jest-mock-extended/releases/tag/2.0.5) [Compare Source](https://redirect.github.com/marchaos/jest-mock-extended/compare/2.0.4...2.0.5) Fixes: - Explicitly Show DeepMockProxyConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.