Skip to content

Commit

Permalink
build: update devdependency jest to ~24.1.0 (#65)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| jest | devDependencies | minor | `~24.0.0` -> `~24.1.0` | [homepage](https://jestjs.io/), [source](https://github.com/facebook/jest) |

---

### Release Notes

<details>
<summary>facebook/jest</summary>

### [`v24.1.0`](https://github.com/facebook/jest/blob/master/CHANGELOG.md#&#8203;2410)

[Compare Source](https://github.com/facebook/jest/compare/v24.0.0...v24.1.0)

##### Features

-   `[jest-resolve]`: Pass default resolver into custom resolvers ([#&#8203;7714](https://github.com/facebook/jest/pull/7714))
-   `[jest-cli]`: `global{Setup,Teardown}` use default export with es modules ([#&#8203;7750](https://github.com/facebook/jest/pull/7750))
-   `[jest-runtime]` Better error messages when the jest environment is used after teardown by async code ([#&#8203;7756](https://github.com/facebook/jest/pull/7756))
-   `[jest-jasmine2]` Will now only execute at most 5 concurrent tests _within the same testsuite_ when using `test.concurrent` ([#&#8203;7770](https://github.com/facebook/jest/pull/7770))
-   `[jest-circus]` Same as `[jest-jasmine2]`, only 5 tests will run concurrently by default ([#&#8203;7770](https://github.com/facebook/jest/pull/7770))
-   `[jest-config]` A new `maxConcurrency` option allows to change the number of tests allowed to run concurrently ([#&#8203;7770](https://github.com/facebook/jest/pull/7770))

##### Fixes

-   `[jest-runtime]` Fix for mocks not working with module name mapper ([#&#8203;7787](https://github.com/facebook/jest/pull/7787))
-   `[jest-cli]` Break dependency cycle when using Jest programmatically ([#&#8203;7707](https://github.com/facebook/jest/pull/7707))
-   `[jest-config]` Extract setupFilesAfterEnv from preset ([#&#8203;7724](https://github.com/facebook/jest/pull/7724))
-   `[jest-cli]` Do not execute any `globalSetup` or `globalTeardown` if there are no tests to execute ([#&#8203;7745](https://github.com/facebook/jest/pull/7745))
-   `[jest-runtime]` Lock down version of `write-file-atomic` ([#&#8203;7725](https://github.com/facebook/jest/pull/7725))
-   `[jest-cli]` Print log entries when logging happens after test environment is torn down ([#&#8203;7731](https://github.com/facebook/jest/pull/7731))
-   `[jest-config]` Do not use a uuid as `name` since that breaks caching ([#&#8203;7746](https://github.com/facebook/jest/pull/7746))
-   `[jest-config]` Make sure `normalize` can consume `Defaults` without warnings ([#&#8203;7742](https://github.com/facebook/jest/pull/7742))
-   `[jest-config]` Allow `moduleFileExtensions` without 'js' for custom runners ([#&#8203;7751](https://github.com/facebook/jest/pull/7751))
-   `[jest-cli]` Load transformers before installing require hooks ([#&#8203;7752](https://github.com/facebook/jest/pull/7752)
-   `[jest-cli]` Handle missing `numTodoTests` in test results ([#&#8203;7779](https://github.com/facebook/jest/pull/7779))
-   `[jest-runtime]` Exclude setup/teardown files from coverage report ([#&#8203;7790](https://github.com/facebook/jest/pull/7790)
-   `[babel-jest]` Throw an error if `babel-jest` tries to transform a file ignored by Babel ([#&#8203;7797](https://github.com/facebook/jest/pull/7797))
-   `[babel-plugin-jest-hoist]` Ignore TS type references when looking for out-of-scope references ([#&#8203;7799](https://github.com/facebook/jest/pull/7799)

##### Chore & Maintenance

-   `[jest]` Update jest-junit to ^6.2.1 ([#&#8203;7739](https://github.com/facebook/jest/pull/7739))
-   `[website]` Fix broken help link on homepage ([#&#8203;7706](https://github.com/facebook/jest/pull/7706))
-   `[docs]` Changed Babel setup documentation to correctly compile `async/await` ([#&#8203;7701](https://github.com/facebook/jest/pull/7701))

</details>

---

### Renovate configuration

:date: **Schedule**: "before 9am,after 5pm" in timezone Europe/London.

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

:recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

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

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#wopian/eslint-config-wopian).
  • Loading branch information
renovate[bot] authored and wopian committed Feb 6, 2019
1 parent 57dacec commit 0e4b316
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"conventional-changelog-angular-all-2": "~5.0.1",
"eslint": "~5.13.0",
"eslint-find-rules": "~3.3.0",
"jest": "~24.0.0",
"jest": "~24.1.0",
"lerna": "~3.10.0",
"yarn-run-all": "~3.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@ jest-changed-files@^24.0.0:
execa "^1.0.0"
throat "^4.0.0"

jest-cli@^24.0.0:
jest-cli@^24.1.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.1.0.tgz#f7cc98995f36e7210cce3cbb12974cbf60940843"
integrity sha512-U/iyWPwOI0T1CIxVLtk/2uviOTJ/OiSWJSe8qt6X1VkbbgP+nrtLJlmT9lPBe4lK78VNFJtrJ7pttcNv/s7yCw==
Expand Down Expand Up @@ -3725,13 +3725,13 @@ jest-worker@^24.0.0:
merge-stream "^1.0.1"
supports-color "^6.1.0"

jest@~24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-24.0.0.tgz#b8e2c8e6274e1092c7f56e57762a1fdc7800201e"
integrity sha512-1Z2EblP4BnERbWZGtipGb9zjHDq7nCHgCY7V57F5SYaFRJV4DE1HKoOz+CRC5OrAThN9OVhRlUhTzsTFArg2iQ==
jest@~24.1.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-24.1.0.tgz#b1e1135caefcf2397950ecf7f90e395fde866fd2"
integrity sha512-+q91L65kypqklvlRFfXfdzUKyngQLOcwGhXQaLmVHv+d09LkNXuBuGxlofTFW42XMzu3giIcChchTsCNUjQ78A==
dependencies:
import-local "^2.0.0"
jest-cli "^24.0.0"
jest-cli "^24.1.0"

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 0e4b316

Please sign in to comment.