ImmoweltGroup / eslint-config-immowelt-react

ESLint shareable react config
MIT License
2 stars 0 forks source link

TASK: update dependency jest to v22.2.0 #64

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency jest from v22.1.4 to v22.2.0

Release Notes ### [`v22.2.0`](https://github.com/facebook/jest/blob/master/CHANGELOG.md#jest-2220) ##### Features * `[jest-runner]` Move test summary to after coverage report ([#​4512](`https://github.com/facebook/jest/pull/4512`)) * `[jest-cli]` Added `--notifyMode` to specify when to be notified. ([#5125](`https://github.com/facebook/jest/pull/5125`)) * `[diff-sequences]` New package compares items in two sequences to find a **longest common subsequence**. ([#5407](`https://github.com/facebook/jest/pull/5407`)) * `[jest-config]` Allow lastComit and changedFilesWithAncestor via JSON config ([#5476](`https://github.com/facebook/jest/pull/5476`)) * `[jest-util]` Add deletion to `process.env` as well ([#5466](`https://github.com/facebook/jest/pull/5466`)) * `[jest-util]` Add case-insensitive getters/setters to `process.env` ([#5465](`https://github.com/facebook/jest/pull/5465`)) * `[jest-mock]` Add util methods to create async functions. ([#5318](`https://github.com/facebook/jest/pull/5318`)) ##### Fixes * `[jest-cli]` Add trailing slash when checking root folder ([#5464](`https://github.com/facebook/jest/pull/5464`)) * `[jest-cli]` Hide interactive mode if there are no failed snapshot tests ([#5450](`https://github.com/facebook/jest/pull/5450`)) * `[babel-jest]` Remove retainLines from babel-jest ([#5326](`https://github.com/facebook/jest/pull/5439`)) * `[jest-cli]` Glob patterns ignore non-`require`-able files (e.g. `README.md`) ([#5199](`https://github.com/facebook/jest/issues/5199`)) * `[jest-mock]` Add backticks support (\`\`) to `mock` a certain package via the `__mocks__` folder. ([#5426](`https://github.com/facebook/jest/pull/5426`)) * `[jest-message-util]` Prevent an `ENOENT` crash when the test file contained a malformed source-map. ([#5405](`https://github.com/facebook/jest/pull/5405`)). * `[jest]` Add `import-local` to `jest` package. ([#5353](`https://github.com/facebook/jest/pull/5353`)) * `[expect]` Support class instances in `.toHaveProperty()` matcher. ([#5367](`https://github.com/facebook/jest/pull/5367`)) * `[jest-cli]` Fix npm update command for snapshot summary. ([#5376](`https://github.com/facebook/jest/pull/5376`), [5389](`https://github.com/facebook/jest/pull/5389`/)) * `[expect]` Make `rejects` and `resolves` synchronously validate its argument. ([#5364](`https://github.com/facebook/jest/pull/5364`)) * `[docs]` Add tutorial page for ES6 class mocks. ([#5383](`https://github.com/facebook/jest/pull/5383`)) * `[jest-resolve]` Search required modules in node_modules and then in custom paths. ([#5403](`https://github.com/facebook/jest/pull/5403`)) * `[jest-resolve]` Get builtin modules from node core. ([#5411](`https://github.com/facebook/jest/pull/5411`)) * `[jest-resolve]` Detect and preserve absolute paths in `moduleDirectories`. Do not generate additional (invalid) paths by prepending each ancestor of `cwd` to the absolute path. Additionally, this fixes functionality in Windows OS. ([#5398](`https://github.com/facebook/jest/pull/5398`)) ##### Chore & Maintenance * `[jest-util]` Implement watch plugins ([#5399](`https://github.com/facebook/jest/pull/5399`)) ---
Commits #### v22.2.0 - [`4da1417`](https://github.com/facebook/jest/commit/4da1417653a3fe9732dd0bb71168ad99ec9f71c1) Release v22.1.4 - [`b19f977`](https://github.com/facebook/jest/commit/b19f977058ac34513cdb10b68a72b72894dd43b1) fix(jest): `import-local` should be used in main jest pakage (#​5353) - [`d82c1c2`](https://github.com/facebook/jest/commit/d82c1c221cf9d7572ddf4562bed791da1b4634b7) Adjust flow type for accessType parameter in spyOn function (#​5354) - [`36c705b`](https://github.com/facebook/jest/commit/36c705bb1eac380e0926487bbe8b8db0aa2fa2e8) Fix link to babel setup doc from webpack doc (#​5355) - [`139f976`](https://github.com/facebook/jest/commit/139f976b67f40b286a73860c1f59def712ec323d) Adding async versions of mockReturnValue & mockreturnValueOnce (#​5318) - [`cfce36c`](https://github.com/facebook/jest/commit/cfce36c29ac11153259079eae32e090b85b5fc02) fix: Support class instances in .toHaveProperty() matcher (#​5367) - [`fec36ae`](https://github.com/facebook/jest/commit/fec36ae1e34537074d0e57a5aa477457be5b952f) Bump `node-notifier` to fix a memory leak issue (fixes #​5365) (#​5366) - [`be66ccc`](https://github.com/facebook/jest/commit/be66ccc26ea80e825f2fb4f0f21433832a2c4d97) fix(jest-cli): fix typo in options when spawning workers (#​5374) - [`c8de0c8`](https://github.com/facebook/jest/commit/c8de0c88594d3cd3a4db3b65ca2237d5c509f7c4) Added some languages to missing markdown fencing blocks (#​5378) - [`79086ee`](https://github.com/facebook/jest/commit/79086eedaaec453d99002971680e55f560072a29) mockRejectedValueOnce -> mockResolveValueOnce (#​5373) - [`a10288f`](https://github.com/facebook/jest/commit/a10288fde5b167b30ca2ae48e92abf4aa95cd572) docs: replace preset-es2015 with preset-env (#​5385) - [`4080d98`](https://github.com/facebook/jest/commit/4080d98c7d3816bdb80e52f918ec63ef975a1a32) Fix npm update command for snapshot summary (#​5376) - [`4585c73`](https://github.com/facebook/jest/commit/4585c7343da35bbb72d87140cda43e0aeecb0986) Make `rejects` and `resolves` synchronous (#​5364) - [`c243f67`](https://github.com/facebook/jest/commit/c243f67efbae70bd416a61b0c899485bde3a702b) Document class mocks (#​5383) - [`ac7c3b1`](https://github.com/facebook/jest/commit/ac7c3b1b9a1fbacfc7c8dc511ccf4b5ef9a89945) Update README.md (#​5319) - [`922b037`](https://github.com/facebook/jest/commit/922b03752e0ebeccd688e73304ca065f5a281122) Add title clickable to go to spyOn accessType for API doc (#​5404) - [`0816692`](https://github.com/facebook/jest/commit/0816692cbc8e814530db0371cd5a0ac86b3e3c6a) Update Es6ClassMocks.md (#​5402) - [`0110101`](https://github.com/facebook/jest/commit/0110101bef06f490abf007eaf034a0b9bf9e1cc8) Load modules from node_modules before custom paths (#​5403) - [`2167439`](https://github.com/facebook/jest/commit/21674390c628b4d36841f5df4629ccfdb2fd0634) Add summary_reporter.test.js (#​5389) - [`0e55c7c`](https://github.com/facebook/jest/commit/0e55c7c0ff59fb7c1c38b4bd98f11416206c2f41) Use yarn v1.3.2 for AppVeyor CI build (#​5410) - [`2f0dec5`](https://github.com/facebook/jest/commit/2f0dec56d37274ebf54eb40ccfb65524d3595e24) Prevent a ENOENT crash by checking for file existence in jest-message-util (#​5405) - [`ffb3be8`](https://github.com/facebook/jest/commit/ffb3be8cba109b79f0b905b3122e027afe486838) fix: get builtin modules from node core (#​5411) - [`1f6e35c`](https://github.com/facebook/jest/commit/1f6e35ca1f9b34abb6f846332fd65f4ef1290550) fix: absolute paths in `moduleDirectories` are invalid in Windows OS (#​5398) - [`03bf2a9`](https://github.com/facebook/jest/commit/03bf2a93c7b99d08ccad1a86ace4c99555f83017) chore: Use Flow 0.64.0 (#​5419) - [`c885f41`](https://github.com/facebook/jest/commit/c885f4163c3cd71caaaf29ba12885b3c4b0bf1c6) Fixed the bug where mocking a file with the filename resolved as backticks would fail (#​5426) - [`dea270b`](https://github.com/facebook/jest/commit/dea270ba2ad6f4312830d6bc483394340e61372a) Filter non-JS files from `require` when using glob with --projects (#​5412) - [`6635d93`](https://github.com/facebook/jest/commit/6635d93fc3813d386af73ff226db0bffd30a753d) Remove retainLines from babel-jest (#​5439) - [`a7126de`](https://github.com/facebook/jest/commit/a7126de9db5d29142119dd99597343398809c8af) Correct changelog link, remove retainLines from ./.babelrc (#​5442) - [`d743fec`](https://github.com/facebook/jest/commit/d743fec4867b8192eeddc08a96a1baf845c725e2) Update PR template to use headings (#​5443) - [`4ceed46`](https://github.com/facebook/jest/commit/4ceed46b4e9dcfe5a9b1944bc8a7f5a4d4ccbb92) Fix recursive process.exit calls (#​5445) - [`fece4be`](https://github.com/facebook/jest/commit/fece4be6bf69e3b4e1fb66cb6cf28e554a01c125) Docs: Fix link to Webpack guide (#​5447) - [`884b95d`](https://github.com/facebook/jest/commit/884b95d7545e94eb1354f0921047b45ec377598f) docs: use AmE spelling of behavior (#​5453) - [`28631fa`](https://github.com/facebook/jest/commit/28631fae4ad020dd27803b4fe06fe0ef0bd4e06c) Update Webpack URL (#​5454) - [`1fda501`](https://github.com/facebook/jest/commit/1fda5012584c7825fd0bf3fe4d89b2ba76f48da5) Fix master, add back retainLines (#​5449) - [`a24204a`](https://github.com/facebook/jest/commit/a24204a761f60e51d64b3bc0fb2b227939696c60) Hide interactive mode if there are no failed snapshot tests (#​5450) - [`af09be8`](https://github.com/facebook/jest/commit/af09be8897a38a948b222d989bb540299d5fe497) Add a trailing slash to the root pattern (#​5464) - [`ae3d55e`](https://github.com/facebook/jest/commit/ae3d55e6a267e7998e642687d615b1e79f7118fe) Make "process.env" case insensitive in Windows (#​5465) - [`d6781c3`](https://github.com/facebook/jest/commit/d6781c3589d3f6b164b93ade15f5a7b872362327) Update docs (#​5467) - [`5229f35`](https://github.com/facebook/jest/commit/5229f356ebe1a7516235bf9f0b288e03e6c17689) Support deletion in process.env too (#​5466) - [`bda02e6`](https://github.com/facebook/jest/commit/bda02e64d4117bcc6cf80a7a7f185b5108607ca0) Docs: Adding Suggested Badge (#​5438) (#​5458) - [`4561959`](https://github.com/facebook/jest/commit/4561959c6bf5dc0bda35b81ec5a3c48a0760d70e) [Proposal] Watch plugins API (#​5399) - [`faf8883`](https://github.com/facebook/jest/commit/faf8883049d6a15e9dcf7e4cfb936e1790c9f3b1) jest-haste-map: fork watchman watcher from sane to enable custom features (#​5387) - [`a94d130`](https://github.com/facebook/jest/commit/a94d1308323cfbce239db33fb7660c4741d2e4a3) Make lastCommit and changedFilesWithAncestor work through config (#​5476) - [`8fb789c`](https://github.com/facebook/jest/commit/8fb789c633ca12f68f3b418ba237d278d705a9e0) Improve description line when assertion fails: part 1 (#​5437) - [`ad91d0a`](https://github.com/facebook/jest/commit/ad91d0a6989969d68260da48c95cbb907791bac9) Add diff-sequences package (#​5407) - [`1947496`](https://github.com/facebook/jest/commit/1947496728db13a4f271dfef8e9b9cecdcb9ee40) Created --notifyMode option for notifications on certain events (#​5125) - [`e4d03fb`](https://github.com/facebook/jest/commit/e4d03fbad32df8eb1b77ea4962de62b3275b67c7) Move test summary to after coverage report #​4104 (#​4512) - [`3b78f3c`](https://github.com/facebook/jest/commit/3b78f3c63a2f6923d8c17af8c54969870a744ffd) Update website talks. (#​5483)

This PR has been generated by Renovate Bot.