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

build: bump jest from 20.0.4 to 22.4.3 #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps jest from 20.0.4 to 22.4.3.

Changelog

Sourced from jest's changelog.

master

Features

  • [expect] Improve output format for mismatchedArgs in mock/spy calls.
    (#5846)
  • [jest-cli] Add support for using --coverage in combination with watch
    mode, --onlyChanged, --findRelatedTests and more
    (#5601)
  • [jest-jasmine2] Adds error throwing and descriptive errors to it/ test
    for invalid arguments. [jest-circus] Adds error throwing and descriptive
    errors to it/ test for invalid arguments
    (#5558)
  • [jest-matcher-utils] Add isNot option to matcherHint function
    (#5512)
  • [jest-config] Add <rootDir> to runtime files not found error report
    (#5693)
  • [expect] Make toThrow matcher pass only if Error object is returned from
    promises (#5670)
  • [expect] Add isError to utils
    (#5670)
  • [expect] Add inverse matchers (expect.not.arrayContaining, etc.,
    #5517)
  • [expect] expect.extend now also extends asymmetric matchers
    (#5503)
  • [jest-mock] Update spyOnProperty to support spying on the prototype chain
    (#5753)
  • [jest-mock] Add tracking of return values in the mock property
    (#5752)
  • [jest-mock] Add tracking of thrown errors in the mock property
    (#5764)
  • [expect]Add nthCalledWith spy matcher
    (#5605)
  • [jest-cli] Add isSerial property that runners can expose to specify that
    they can not run in parallel
    (#5706)
  • [expect] Add .toBeCalledTimes and toHaveBeenNthCalledWith aliases
    (#5826)
  • [jest-cli] Interactive Snapshot Mode improvements
    (#5864)

Fixes

  • [jest-runner] Assign process.env.JEST_WORKER_ID="1" when in runInBand mode
    (#5860)
  • [jest-cli] Add descriptive error message when trying to use
    globalSetup/globalTeardown file that doesn't export a function.
    (#5835)
  • [expect] Do not rely on instanceof RegExp, since it will not work for
    RegExps created inside of a different VM
    ... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [jest](https://github.com/facebook/jest) from 20.0.4 to 22.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
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.

None yet

1 participant