goodeggs / fake-eggs

create all sorts of Good Eggs style fake data!
1 stars 1 forks source link

chore(deps): update dependency jest-extended to v4 #355

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-extended ^0.11.5 -> ^4.0.2 age adoption passing confidence

Release Notes

jest-community/jest-extended (jest-extended) ### [`v4.0.2`](https://togithub.com/jest-community/jest-extended/blob/HEAD/CHANGELOG.md#402) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v4.0.1...v4.0.2) ##### Patch Changes - [`1f88101`](https://togithub.com/jest-community/jest-extended/commit/1f88101): Mark 2nd param of toHaveBeenCalledBefore and toHaveBeenCalledAfter optional ### [`v4.0.1`](https://togithub.com/jest-community/jest-extended/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v4.0.0...v4.0.1) ##### Patch Changes - [`bad7056`](https://togithub.com/jest-community/jest-extended/commit/bad7056): Fix `toHaveBeenCalledExactlyOnceWith` typings - [`1609897`](https://togithub.com/jest-community/jest-extended/commit/1609897): Remove problematic Vitest types ### [`v4.0.0`](https://togithub.com/jest-community/jest-extended/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.2.4...v4.0.0) ##### Major Changes - [`ab20845`](https://togithub.com/jest-community/jest-extended/commit/ab20845): Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWith ##### Minor Changes - [`5b80ca8`](https://togithub.com/jest-community/jest-extended/commit/5b80ca8): support vitest 0.31.0 ##### Patch Changes - [`ab20845`](https://togithub.com/jest-community/jest-extended/commit/ab20845): Make CustomMatchers extend Record to fix a TypeScript error - [`ab20845`](https://togithub.com/jest-community/jest-extended/commit/ab20845): Fix toHaveBeenCalledOnceWith messages - [`ab20845`](https://togithub.com/jest-community/jest-extended/commit/ab20845): Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfter ### [`v3.2.4`](https://togithub.com/jest-community/jest-extended/blob/HEAD/CHANGELOG.md#324) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.2.3...v3.2.4) ##### Patch Changes - [`0b07513`](https://togithub.com/jest-community/jest-extended/commit/0b07513): Support varargs in toHaveBeenCalledOnceWith ([#​557](https://togithub.com/jest-community/jest-extended/issues/557)) ### [`v3.2.3`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.2.3) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.2.2...v3.2.3) #### What's Changed - fix(types): fix jest AsymmetricMatcher type by [@​rluvaton](https://togithub.com/rluvaton) in [https://github.com/jest-community/jest-extended/pull/551](https://togithub.com/jest-community/jest-extended/pull/551) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v3.2.2...v3.2.3 ### [`v3.2.2`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.2.2) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.2.1...v3.2.2) #### What's Changed - fix(types): add vitest support for AsymmetricMatchers by [@​rluvaton](https://togithub.com/rluvaton) in [https://github.com/jest-community/jest-extended/pull/549](https://togithub.com/jest-community/jest-extended/pull/549) #### New Contributors - [@​rluvaton](https://togithub.com/rluvaton) made their first contribution in [https://github.com/jest-community/jest-extended/pull/549](https://togithub.com/jest-community/jest-extended/pull/549) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v3.2.1...v3.2.2 ### [`v3.2.1`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.2.1) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.2.0...v3.2.1) #### What's Changed - Change return type in Expect interface to void by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/535](https://togithub.com/jest-community/jest-extended/pull/535) - Create pass/fail error messages only if required by [@​overlookmotel](https://togithub.com/overlookmotel) in [https://github.com/jest-community/jest-extended/pull/545](https://togithub.com/jest-community/jest-extended/pull/545) #### New Contributors - [@​verdecchia](https://togithub.com/verdecchia) made their first contribution in [https://github.com/jest-community/jest-extended/pull/541](https://togithub.com/jest-community/jest-extended/pull/541) - [@​Unclemortuary](https://togithub.com/Unclemortuary) made their first contribution in [https://github.com/jest-community/jest-extended/pull/540](https://togithub.com/jest-community/jest-extended/pull/540) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.2.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.1.0...v3.2.0) #### What's Changed - Change return type in Expect interface from `Result` to `any` (closes [#​484](https://togithub.com/jest-community/jest-extended/issues/484)) by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/492](https://togithub.com/jest-community/jest-extended/pull/492) - Fix `toHaveBeenCalledOnceWith` typing by [@​akoreh](https://togithub.com/akoreh) in [https://github.com/jest-community/jest-extended/pull/507](https://togithub.com/jest-community/jest-extended/pull/507) - Add `vitest` info to docs by [@​silverwind](https://togithub.com/silverwind) in [https://github.com/jest-community/jest-extended/pull/515](https://togithub.com/jest-community/jest-extended/pull/515) - Mark `jest` peerDependency as optional by [@​silverwind](https://togithub.com/silverwind) in [https://github.com/jest-community/jest-extended/pull/520](https://togithub.com/jest-community/jest-extended/pull/520) - `expect`: Add matcher `toBeInRange()` to validate if array elements are within the specified range by [@​mayankshukla94](https://togithub.com/mayankshukla94) in [https://github.com/jest-community/jest-extended/pull/461](https://togithub.com/jest-community/jest-extended/pull/461) - Fix `toHaveBeenCalledOnceWith` type definition (closes [#​518](https://togithub.com/jest-community/jest-extended/issues/518)) by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/523](https://togithub.com/jest-community/jest-extended/pull/523) #### New Contributors - [@​akoreh](https://togithub.com/akoreh) made their first contribution in [https://github.com/jest-community/jest-extended/pull/507](https://togithub.com/jest-community/jest-extended/pull/507) - [@​silverwind](https://togithub.com/silverwind) made their first contribution in [https://github.com/jest-community/jest-extended/pull/515](https://togithub.com/jest-community/jest-extended/pull/515) - [@​mayankshukla94](https://togithub.com/mayankshukla94) made their first contribution in [https://github.com/jest-community/jest-extended/pull/461](https://togithub.com/jest-community/jest-extended/pull/461) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v3.1.0...v3.2.0 ### [`v3.1.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.1.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.0.2...v3.1.0) #### What's Changed - Add toHaveBeenCalledOnceWith matcher by [@​thibautsabot](https://togithub.com/thibautsabot) in [https://github.com/jest-community/jest-extended/pull/430](https://togithub.com/jest-community/jest-extended/pull/430) - docs: mention `eslint-plugin-jest-extended` in README by [@​G-Rath](https://togithub.com/G-Rath) in [https://github.com/jest-community/jest-extended/pull/493](https://togithub.com/jest-community/jest-extended/pull/493) - Update jest monorepo to v29 (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/jest-community/jest-extended/pull/495](https://togithub.com/jest-community/jest-extended/pull/495) #### New Contributors - [@​thibautsabot](https://togithub.com/thibautsabot) made their first contribution in [https://github.com/jest-community/jest-extended/pull/430](https://togithub.com/jest-community/jest-extended/pull/430) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v3.0.2...v3.1.0 ### [`v3.0.2`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.0.2) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.0.1...v3.0.2) #### What's Changed - Fix typings of `toThrowWithMessage`, support unconstructable errors by [@​GerkinDev](https://togithub.com/GerkinDev) in [https://github.com/jest-community/jest-extended/pull/475](https://togithub.com/jest-community/jest-extended/pull/475) - Fix toHaveBeenCalledBefore/toHaveBeenCalledAfter type definition by [@​aheuermann](https://togithub.com/aheuermann) in [https://github.com/jest-community/jest-extended/pull/292](https://togithub.com/jest-community/jest-extended/pull/292) - Declare matchers for use with expect.not.MATCHER ([#​385](https://togithub.com/jest-community/jest-extended/issues/385)) by [@​dharkness](https://togithub.com/dharkness) in [https://github.com/jest-community/jest-extended/pull/386](https://togithub.com/jest-community/jest-extended/pull/386) - Change any to unknown by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/477](https://togithub.com/jest-community/jest-extended/pull/477) #### New Contributors - [@​aheuermann](https://togithub.com/aheuermann) made their first contribution in [https://github.com/jest-community/jest-extended/pull/292](https://togithub.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`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.0.1) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v3.0.0...v3.0.1) #### What's Changed - fix: use `readonly` array types in matchers by [@​ilyub](https://togithub.com/ilyub) in [https://github.com/jest-community/jest-extended/pull/465](https://togithub.com/jest-community/jest-extended/pull/465) - fix(types): optional `failIfNoSecondInvocation` parameter by [@​j-waaang](https://togithub.com/j-waaang) in [https://github.com/jest-community/jest-extended/pull/468](https://togithub.com/jest-community/jest-extended/pull/468) #### New Contributors - [@​ilyub](https://togithub.com/ilyub) made their first contribution in [https://github.com/jest-community/jest-extended/pull/465](https://togithub.com/jest-community/jest-extended/pull/465) - [@​j-waaang](https://togithub.com/j-waaang) made their first contribution in [https://github.com/jest-community/jest-extended/pull/468](https://togithub.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`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.0.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v2.1.0...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`](https://togithub.com/jest-community/jest-extended/releases/tag/v2.1.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v2.0.0...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](https://togithub.com/mattphillips) in [https://github.com/jest-community/jest-extended/pull/410](https://togithub.com/jest-community/jest-extended/pull/410) - Fix broken link in example by [@​mattalexx](https://togithub.com/mattalexx) in [https://github.com/jest-community/jest-extended/pull/422](https://togithub.com/jest-community/jest-extended/pull/422) - Update toHaveBeenCalledAfter to fail if second mock is never called by [@​theryansmee](https://togithub.com/theryansmee) in [https://github.com/jest-community/jest-extended/pull/420](https://togithub.com/jest-community/jest-extended/pull/420) - Remove unsupported Node versions by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/450](https://togithub.com/jest-community/jest-extended/pull/450) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/jest-community/jest-extended/pull/453](https://togithub.com/jest-community/jest-extended/pull/453) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/jest-community/jest-extended/pull/454](https://togithub.com/jest-community/jest-extended/pull/454) - Fix typos in matcherName in matcherHints by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/457](https://togithub.com/jest-community/jest-extended/pull/457) - feat: upgrade to jest v28 by [@​G-Rath](https://togithub.com/G-Rath) in [https://github.com/jest-community/jest-extended/pull/463](https://togithub.com/jest-community/jest-extended/pull/463) #### New Contributors - [@​mattalexx](https://togithub.com/mattalexx) made their first contribution in [https://github.com/jest-community/jest-extended/pull/422](https://togithub.com/jest-community/jest-extended/pull/422) - [@​theryansmee](https://togithub.com/theryansmee) made their first contribution in [https://github.com/jest-community/jest-extended/pull/420](https://togithub.com/jest-community/jest-extended/pull/420) - [@​G-Rath](https://togithub.com/G-Rath) made their first contribution in [https://github.com/jest-community/jest-extended/pull/463](https://togithub.com/jest-community/jest-extended/pull/463) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v2.0.0...v2.1.0 ### [`v2.0.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v2.0.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v1.2.1...v2.0.0) #### What's Changed - feat: delete expect and jest-matcher-utils dependencies by [@​keeganwitt](https://togithub.com/keeganwitt) in [https://github.com/jest-community/jest-extended/pull/405](https://togithub.com/jest-community/jest-extended/pull/405) #### Breaking changes - Only `jest@27.2.5` and newer is supported **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v1.2.1...v2.0.0 ### [`v1.2.1`](https://togithub.com/jest-community/jest-extended/releases/tag/v1.2.1) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v1.2.0...v1.2.1) #### What's Changed - fix: add missing types for toPartiallyContain by [@​idan-at](https://togithub.com/idan-at) in [https://github.com/jest-community/jest-extended/pull/392](https://togithub.com/jest-community/jest-extended/pull/392) - fix: add missing type in matchers toBeEmptyObject by [@​igorwessel](https://togithub.com/igorwessel) in [https://github.com/jest-community/jest-extended/pull/401](https://togithub.com/jest-community/jest-extended/pull/401) - Add global typescript setup example by [@​mattphillips](https://togithub.com/mattphillips) in [https://github.com/jest-community/jest-extended/pull/407](https://togithub.com/jest-community/jest-extended/pull/407) #### New Contributors - [@​harelmo](https://togithub.com/harelmo) made their first contribution in [https://github.com/jest-community/jest-extended/pull/390](https://togithub.com/jest-community/jest-extended/pull/390) - [@​igorwessel](https://togithub.com/igorwessel) made their first contribution in [https://github.com/jest-community/jest-extended/pull/401](https://togithub.com/jest-community/jest-extended/pull/401) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v1.2.0...v1.2.1 ### [`v1.2.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v1.2.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v1.1.0...v1.2.0) #### What's Changed - Fix typescript for toBeDateString and toBeHexadecimal ([#​381](https://togithub.com/jest-community/jest-extended/issues/381)) by [@​dharkness](https://togithub.com/dharkness) in [https://github.com/jest-community/jest-extended/pull/384](https://togithub.com/jest-community/jest-extended/pull/384) - Add toPartiallyContain by [@​idan-at](https://togithub.com/idan-at) in [https://github.com/jest-community/jest-extended/pull/376](https://togithub.com/jest-community/jest-extended/pull/376) - fix(toIncludeAllPartialMembers): includes all member entries by [@​idan-at](https://togithub.com/idan-at) in [https://github.com/jest-community/jest-extended/pull/375](https://togithub.com/jest-community/jest-extended/pull/375) #### New Contributors - [@​dharkness](https://togithub.com/dharkness) made their first contribution in [https://github.com/jest-community/jest-extended/pull/384](https://togithub.com/jest-community/jest-extended/pull/384) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v1.1.0...v1.2.0 ### [`v1.1.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v1.1.0) [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v1.0.0...v1.1.0) #### What's Changed - Feature: toEqualIgnoringWhitespace. Check if two strings are equal irrespective of white-spaces and provide hints if not ([#​266](https://togithub.com/jest-community/jest-extended/issues/266)) [`8977bca`](https://togithub.com/jest-community/jest-extended/commit/8977bca) - fix: toIncludeAllPartialMembers types ([#​370](https://togithub.com/jest-community/jest-extended/issues/370)) [`c3bf852`](https://togithub.com/jest-community/jest-extended/commit/c3bf852) #### New Contributors - [@​ppiyush13](https://togithub.com/ppiyush13) made their first contribution in [https://github.com/jest-community/jest-extended/pull/266](https://togithub.com/jest-community/jest-extended/pull/266) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v1.0.0...v1.1.0 ### [`v1.0.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v1.0.0): 1.0.0 [Compare Source](https://togithub.com/jest-community/jest-extended/compare/v0.11.5...v1.0.0) #### What's Changed - Add `toBeBetween`, `toBeAfterOrEqualTo` and `toBeBeforeOrEqualTo` matchers. ([#​229](https://togithub.com/jest-community/jest-extended/issues/229)) [`b7e2332`](https://togithub.com/jest-community/jest-extended/commit/b7e2332) - Don't invoke `expect.extend` ([#​333](https://togithub.com/jest-community/jest-extended/issues/333)) [`a2904bd`](https://togithub.com/jest-community/jest-extended/commit/a2904bd) - Add matcher `.toHaveBeenCalledOnce` ([#​274](https://togithub.com/jest-community/jest-extended/issues/274)) [`405f1e7`](https://togithub.com/jest-community/jest-extended/commit/405f1e7) - Implement `toIncludeAllPartialMembers` ([#​210](https://togithub.com/jest-community/jest-extended/issues/210)) [`32afe6f`](https://togithub.com/jest-community/jest-extended/commit/32afe6f) - Add `toBeSymbol` matcher ([#​217](https://togithub.com/jest-community/jest-extended/issues/217)) [`adb82b8`](https://togithub.com/jest-community/jest-extended/commit/adb82b8) - Make `fail()` to break the typescript's control flow ([#​312](https://togithub.com/jest-community/jest-extended/issues/312)) [`c4961cd`](https://togithub.com/jest-community/jest-extended/commit/c4961cd) - Add `pass` & `fail` matchers ([#​204](https://togithub.com/jest-community/jest-extended/issues/204)) [`61c92f8`](https://togithub.com/jest-community/jest-extended/commit/61c92f8) - Feature: Add support for `.rejects.toThrowWithMessage` ([#​315](https://togithub.com/jest-community/jest-extended/issues/315)) [`cbdbe11`](https://togithub.com/jest-community/jest-extended/commit/cbdbe11) - Add matcher for `Array.toSatisfyAny` ([#​227](https://togithub.com/jest-community/jest-extended/issues/227)) [`ee70268`](https://togithub.com/jest-community/jest-extended/commit/ee70268) - Add `toBeDateString` matcher ([#​252](https://togithub.com/jest-community/jest-extended/issues/252)) [`627dc26`](https://togithub.com/jest-community/jest-extended/commit/627dc26) - feat: add a `.toBeEmptyObject()` custom matcher. ([#​255](https://togithub.com/jest-community/jest-extended/issues/255)) [`35812e3`](https://togithub.com/jest-community/jest-extended/commit/35812e3) - Add a `toBeInteger` matcher ([#​279](https://togithub.com/jest-community/jest-extended/issues/279)) [`f5d5ad3`](https://togithub.com/jest-community/jest-extended/commit/f5d5ad3) - fix: update dependencies ([#​359](https://togithub.com/jest-community/jest-extended/issues/359)) [`e3f4029`](https://togithub.com/jest-community/jest-extended/commit/e3f4029) #### New Contributors - [@​JanSawicki](https://togithub.com/JanSawicki) made their first contribution in [https://github.com/jest-community/jest-extended/pull/223](https://togithub.com/jest-community/jest-extended/pull/223) - [@​jamesgeorge007](https://togithub.com/jamesgeorge007) made their first contribution in [https://github.com/jest-community/jest-extended/pull/259](https://togithub.com/jest-community/jest-extended/pull/259) - [@​cherryblossom000](https://togithub.com/cherryblossom000) made their first contribution in [https://github.com/jest-community/jest-extended/pull/287](https://togithub.com/jest-community/jest-extended/pull/287) - [@​0xflotus](https://togithub.com/0xflotus) made their first contribution in [https://github.com/jest-community/jest-extended/pull/302](https://togithub.com/jest-community/jest-extended/pull/302) - [@​keeganwitt](https://togithub.com/keeganwitt) made their first contribution in [https://github.com/jest-community/jest-extended/pull/326](https://togithub.com/jest-community/jest-extended/pull/326) - [@​renovate](https://togithub.com/renovate) made their first contribution in [https://github.com/jest-community/jest-extended/pull/347](https://togithub.com/jest-community/jest-extended/pull/347) - [@​ShPelles](https://togithub.com/ShPelles) made their first contribution in [https://github.com/jest-community/jest-extended/pull/279](https://togithub.com/jest-community/jest-extended/pull/279) - [@​AllySummers](https://togithub.com/AllySummers) made their first contribution in [https://github.com/jest-community/jest-extended/pull/339](https://togithub.com/jest-community/jest-extended/pull/339) - [@​hansal7014](https://togithub.com/hansal7014) made their first contribution in [https://github.com/jest-community/jest-extended/pull/255](https://togithub.com/jest-community/jest-extended/pull/255) - [@​yosrayousfi](https://togithub.com/yosrayousfi) made their first contribution in [https://github.com/jest-community/jest-extended/pull/295](https://togithub.com/jest-community/jest-extended/pull/295) - [@​idan-at](https://togithub.com/idan-at) made their first contribution in [https://github.com/jest-community/jest-extended/pull/252](https://togithub.com/jest-community/jest-extended/pull/252) - [@​blockscoped](https://togithub.com/blockscoped) made their first contribution in [https://github.com/jest-community/jest-extended/pull/227](https://togithub.com/jest-community/jest-extended/pull/227) - [@​GerkinDev](https://togithub.com/GerkinDev) made their first contribution in [https://github.com/jest-community/jest-extended/pull/315](https://togithub.com/jest-community/jest-extended/pull/315) - [@​matthias-pichler-warrify](https://togithub.com/matthias-pichler-warrify) made their first contribution in [https://github.com/jest-community/jest-extended/pull/283](https://togithub.com/jest-community/jest-extended/pull/283) - [@​waynevanson](https://togithub.com/waynevanson) made their first contribution in [https://github.com/jest-community/jest-extended/pull/340](https://togithub.com/jest-community/jest-extended/pull/340) - [@​williamrchr](https://togithub.com/williamrchr) made their first contribution in [https://github.com/jest-community/jest-extended/pull/204](https://togithub.com/jest-community/jest-extended/pull/204) - [@​xamgore](https://togithub.com/xamgore) made their first contribution in [https://github.com/jest-community/jest-extended/pull/312](https://togithub.com/jest-community/jest-extended/pull/312) - [@​overlookmotel](https://togithub.com/overlookmotel) made their first contribution in [https://github.com/jest-community/jest-extended/pull/217](https://togithub.com/jest-community/jest-extended/pull/217) - [@​ibarsi](https://togithub.com/ibarsi) made their first contribution in [https://github.com/jest-community/jest-extended/pull/210](https://togithub.com/jest-community/jest-extended/pull/210) - [@​testerez](https://togithub.com/testerez) made their first contribution in [https://github.com/jest-community/jest-extended/pull/254](https://togithub.com/jest-community/jest-extended/pull/254) - [@​atsikov](https://togithub.com/atsikov) made their first contribution in [https://github.com/jest-community/jest-extended/pull/203](https://togithub.com/jest-community/jest-extended/pull/203) - [@​Uzwername](https://togithub.com/Uzwername) made their first contribution in [https://github.com/jest-community/jest-extended/pull/274](https://togithub.com/jest-community/jest-extended/pull/274) **Full Changelog**: https://github.com/jest-community/jest-extended/compare/v0.11.5...v1.0.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 09:00 and before 17:00 on Monday through Thursday" in timezone America/Los_Angeles.

🚦 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.