Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jest-extended to the latest version 🚀 #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 30, 2018

Version 0.8.0 of jest-extended was just published.

Dependency jest-extended
Current Version 0.7.2
Type devDependency

The version 0.8.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of jest-extended.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 22 commits.

  • 9a0f118 0.8.0
  • 51e18c1 Add tabel of contents entry for toIncludeSameMembers
  • 2863aa9 Add missing type definition for toIncludeSameMembers
  • f5dab23 Rename toMatchArray to toIncludeSameMembers
  • 96da8bf Fix test coverage
  • 8b0e4c3 Fix linting
  • e306871 Add toMatchArray matcher (#122)
  • 3fda960 adds toBeBefore and toBeAfter matchers (#117) (#137)
  • 7a4ead0 Replace util.is with jest-get-type
  • 544cdcb Add jest-watch-typeahead
  • 3275f85 Update js docs for mock APIs
  • 2778ee4 Remove re-export step from contributing guide
  • e9eb147 Add toHaveBeenCalledAfter matcher for mocking functions. (#143)
  • d36e9e0 Merge branch 'tejasbubane-add-tobe-valid-date-matcher'
  • e5139ff Merge branch 'add-tobe-valid-date-matcher' of https://github.com/tejasbubane/jest-extended into tejasbubane-add-tobe-valid-date-matcher

There are 22 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Jul 30, 2018

Codecov Report

Merging #21 into master will not change coverage.
The diff coverage is n/a.

greenkeeper bot added a commit that referenced this pull request Jul 31, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 31, 2018

Version 0.8.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • ec4b48a 0.8.1
  • 7e450bf Move to Object.keys as opposed to Object.values (#151)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 17, 2018

  • The devDependency jest-extended was updated from 0.7.2 to 0.9.0.

Update to this version instead 🚀

Release Notes for v0.9.0

Features

  • Add Feature toBeHexadecimal Matcher (#152)

Fixes

  • Fix toIncludeMultiple code example (#161)
  • Fix types for toSatisfy()/toSatisfyAll() (#163)

Thanks to for contributing: @tony19 @MajorBreakfast @mvpowers

Special thanks to @benjaminkay93 for reviewing PRs and replying to issues :)

Commits

The new version differs by 4 commits.

  • 03fc7b8 0.9.0
  • af54007 Fix types for toSatisfy()/toSatisfyAll() (#163)
  • 1bb532b Fix toIncludeMultiple code example (#161)
  • 71a2e2f Add Feature toBeHexadecimal Matcher (#152)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 23, 2018

  • The devDependency jest-extended was updated from 0.7.2 to 0.10.0.

Update to this version instead 🚀

Release Notes for v0.10.0

Features

  • Extend toBeEmpty to support Map, Set, and any other iterable (#160)
  • Adds asymmetric matchers (#167)

Thanks @NikitaKurpas @moredip!

Commits

The new version differs by 3 commits.

  • 53a2c60 0.10.0
  • abe047c extend toBeEmpty to support Map, Set, and any other iterable (#160)
  • ce675a8 Adds asymmetric matchers (#167)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2018

  • The devDependency jest-extended was updated from 0.7.2 to 0.11.0.

Update to this version instead 🚀

Release Notes for v0.11.0

Features

  • Add toResolve/toReject custom matchers (#168)
  • Add a toThrowWithMessage matcher (#170)

Thanks @natealcedo @benjaminkay93

Commits

The new version differs by 4 commits.

  • c9cc718 0.11.0
  • 787b9a5 Add toBeResolved and toBeRejected asymmetric type definitions
  • 205cec2 Add toResolve/toReject custom matchers (#168)
  • 5e43791 Add a toThrowWithMessage matcher (#170)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 9, 2019

  • The devDependency jest-extended was updated from 0.7.2 to 0.11.2.

Update to this version instead 🚀

Release Notes for v0.11.2

Security Fix

  • Update Expect to Fix Vulnerability (#198)

Docs

  • Update docs to use setupFilesAfterEnv (#215)
  • fix anchoring on same page API links (#194)
  • Update README.md (#206)

Bug

  • Update error message (#187)

Thanks @matthew1534 @unional @CoreyKovalik @lloydwatkin @abdelrahman-elkady

Commits

The new version differs by 10 commits.

  • 937ae6a 0.11.2
  • 82d3039 Update docs to use setupFilesAfterEnv (#215)
  • 2d6ea0d Update error message (#187)
  • 514cc5b fix anchoring on same page API links (#194)
  • 18c7f2b Remove all-contributors-cli
  • beef444 Update README.md (#206)
  • 3e37a4f Update Expect to Fix Vulnerability (#198)
  • 124db14 0.11.1
  • cf932f8 Fix typings for toContainEntry, toContainEntries, toContainAllEntries and toContainAnyEntries (#184)
  • 8a5d242 Add typescript setup instructions

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency jest-extended was updated from 0.7.2 to 0.11.5.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant