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

Bump jest from 22.0.5 to 22.4.3 #201

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

Conversation

dependabot-preview[bot]
Copy link

Bumps jest from 22.0.5 to 22.4.3.

Changelog

Sourced from jest's changelog.

master

Features

  • [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

Fixes

  • [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
    (#5729)
  • [jest-resolve] Update node module resolution algorithm to correctly handle
    symlinked paths (#5085)
  • [jest-editor-support] Update Settings to use spawn in shell option
    (#5658)
  • [jest-cli] Improve the error message when 2 projects resolve to the same
    config (#5674)
  • [jest-runtime] remove retainLines from coverage instrumentation
    (#5692)
  • [jest-cli] Fix update snapshot issue when using watchAll
    (#5696)
    ... (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 with 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 22.0.5 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