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 dependency jest to ^24.1.0 #72

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 5, 2019

This PR contains the following updates:

Package Type Update Change References
jest devDependencies minor ^24.0.0 -> ^24.1.0 homepage, source

Release Notes

facebook/jest

v24.1.0

Compare Source

Features
  • [jest-resolve]: Pass default resolver into custom resolvers (#​7714)
  • [jest-cli]: global{Setup,Teardown} use default export with es modules (#​7750)
  • [jest-runtime] Better error messages when the jest environment is used after teardown by async code (#​7756)
  • [jest-jasmine2] Will now only execute at most 5 concurrent tests within the same testsuite when using test.concurrent (#​7770)
  • [jest-circus] Same as [jest-jasmine2], only 5 tests will run concurrently by default (#​7770)
  • [jest-config] A new maxConcurrency option allows to change the number of tests allowed to run concurrently (#​7770)
Fixes
  • [jest-runtime] Fix for mocks not working with module name mapper (#​7787)
  • [jest-cli] Break dependency cycle when using Jest programmatically (#​7707)
  • [jest-config] Extract setupFilesAfterEnv from preset (#​7724)
  • [jest-cli] Do not execute any globalSetup or globalTeardown if there are no tests to execute (#​7745)
  • [jest-runtime] Lock down version of write-file-atomic (#​7725)
  • [jest-cli] Print log entries when logging happens after test environment is torn down (#​7731)
  • [jest-config] Do not use a uuid as name since that breaks caching (#​7746)
  • [jest-config] Make sure normalize can consume Defaults without warnings (#​7742)
  • [jest-config] Allow moduleFileExtensions without 'js' for custom runners (#​7751)
  • [jest-cli] Load transformers before installing require hooks (#​7752
  • [jest-cli] Handle missing numTodoTests in test results (#​7779)
  • [jest-runtime] Exclude setup/teardown files from coverage report (#​7790
  • [babel-jest] Throw an error if babel-jest tries to transform a file ignored by Babel (#​7797)
  • [babel-plugin-jest-hoist] Ignore TS type references when looking for out-of-scope references (#​7799
Chore & Maintenance
  • [jest] Update jest-junit to ^6.2.1 (#​7739)
  • [website] Fix broken help link on homepage (#​7706)
  • [docs] Changed Babel setup documentation to correctly compile async/await (#​7701)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Feb 5, 2019

Codecov Report

Merging #72 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #72   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            1      1           
  Lines            1      1           
======================================
  Hits             1      1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89430e2...f12ec2d. Read the comment docs.

@renovate renovate bot force-pushed the feature/renovate-jest-monorepo branch from d791674 to 8058aae Compare February 6, 2019 20:22
@renovate renovate bot force-pushed the feature/renovate-jest-monorepo branch from 8058aae to f12ec2d Compare February 6, 2019 20:23
@eaviles eaviles merged commit 9a148f7 into develop Feb 14, 2019
@renovate renovate bot deleted the feature/renovate-jest-monorepo branch February 14, 2019 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants