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 babel-jest from 21.2.0 to 22.4.3 #51

Merged
merged 1 commit into from
Apr 14, 2018

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Mar 23, 2018

Bumps babel-jest from 21.2.0 to 22.4.3.

Changelog

Sourced from babel-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

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
    (#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
    ... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-jest-22.4.3 branch 6 times, most recently from a1fa445 to 711817a Compare April 14, 2018 12:22
Bumps [babel-jest](https://github.com/facebook/jest) from 21.2.0 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>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-jest-22.4.3 branch from 711817a to f5a27bc Compare April 14, 2018 15:22
@Kocal Kocal merged commit 1f4626b into master Apr 14, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/babel-jest-22.4.3 branch April 14, 2018 19:51
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.

2 participants