This Pull Request updates dependency jest from v22.0.4 to v22.0.5
Commits
facebook/jest
#### 22.0.5
- [`e5b9339`](https://github.com/facebook/jest/commit/e5b9339e23ae5d3e9713c8210d365a005de823e9) Clarifying the docs about test.only (#5262)
- [`cd807f3`](https://github.com/facebook/jest/commit/cd807f3ddf358757efaac93b4d35276d00b2fa8d) Use a better console-clearing string on Windows (#5251)
- [`93acfb0`](https://github.com/facebook/jest/commit/93acfb0d5bb0dca21999d407b29c413a5807e3e0) Fully remove weak and check only in runtime (#5252)
- [`6931b0f`](https://github.com/facebook/jest/commit/6931b0fea4f635633cf2a08aa04758b63c054dd7) docs: Reword 3-argument jest.spyOn description (#5255)
- [`2daf8fe`](https://github.com/facebook/jest/commit/2daf8fe944331ddabc16b91158f32b46789f0278) Fix typo in test file name in React documentation (#5254)
- [`490f435`](https://github.com/facebook/jest/commit/490f435d0e2a5478f3817899f66ee39817a1a18d) implement spyOnProperty method (#5107)
- [`6d353cc`](https://github.com/facebook/jest/commit/6d353cc0e106b72b26a55d35317d35c799fceeba) Add changelog for #5069 (#5250)
- [`105c25e`](https://github.com/facebook/jest/commit/105c25e01a95660f38a0b5098df5f28fcc9d97dd) Add moduleNameMapper ordering note to the documentation (#5249)
- [`38aec14`](https://github.com/facebook/jest/commit/38aec143819ea825d42e6573cae6b0f565ae149e) Pretty format for DOMStringMap and NamedNodeMap (#5246)
- [`b86d932`](https://github.com/facebook/jest/commit/b86d93263b378c7ea02a8c64efd45c74f2538335) Add type checks for asymmetric matchers (#5069)
- [`a9a3df0`](https://github.com/facebook/jest/commit/a9a3df07c7fda063a06df27f2090ce2fa9f85c5d) Updated TypeScript documentation (#5149)
- [`9cd00e6`](https://github.com/facebook/jest/commit/9cd00e6dca5ecfae6222b93cf04ccfd8b68626ab) Allow unmatched test paths from CLI (#3882)
- [`ffec104`](https://github.com/facebook/jest/commit/ffec104255ec4c6ecce14be2cc212f14d5a98130) Escape glob characters in rootDir before interpolating into testMatch (#5224)
- [`8b518a4`](https://github.com/facebook/jest/commit/8b518a4002dad674d67edc46b1f08c3708e01813) jest-environment-jsdom: add ? to options parameter (#5240)
- [`e776fdd`](https://github.com/facebook/jest/commit/e776fdddbe48af7315f81150c8531044fe07a3e9) pass testConsole to TestEnvironment (#5227)
- [`84abf60`](https://github.com/facebook/jest/commit/84abf60cb7b3b5add72e48fd8fd86d395292b313) [Discussion] Expect only overrides error stack for built-in matchers (#5162)
- [`9cbc26b`](https://github.com/facebook/jest/commit/9cbc26bab656fa9e9952242b2d733a86c6a61d43) Treat dumb terminals as noninteractive (#5237)
- [`586064d`](https://github.com/facebook/jest/commit/586064d61f9eabaa24ba5044580974c986b86865) Fix code formatting (#5238)
- [`d8ffd68`](https://github.com/facebook/jest/commit/d8ffd6845a0ed53b52db30f91c538018d907830d) Array keyPath for toHaveProperty (#5220)
- [`c12bce6`](https://github.com/facebook/jest/commit/c12bce6595b08626b8654f3ddb50a58d33071f0c) Add jest to babel and ts dependency prepair. (#5201)
- [`1a039f9`](https://github.com/facebook/jest/commit/1a039f957dc0b3fbb1192c7e6a459c5dcd886c6f) Git support for --changedFilesWithAncestor (#5189)
- [`f3fce7b`](https://github.com/facebook/jest/commit/f3fce7b06195df2a41603f8fdd30d90944486f66) Fix --testPathPattern escaping for '\\' on Windows (#5230)
- [`6896ee6`](https://github.com/facebook/jest/commit/6896ee6c7e474defdab46f59b7b7d176d334f3bf) Do not use SSH with the new publish bot (#5229)
- [`e25eceb`](https://github.com/facebook/jest/commit/e25eceb8fcdefb2fc704d3fef5c6d8f126458593) Small config comment change (#5225)
- [`96a44df`](https://github.com/facebook/jest/commit/96a44df8c07742997d7068c7b5925d1394fae0f9) Use docusaurus-bot for publishing (#5221)
- [`2b9e7b9`](https://github.com/facebook/jest/commit/2b9e7b9054f45ad6ca9af3fdbd67303d2f118678) Update translators file (#5219)
- [`4eded0c`](https://github.com/facebook/jest/commit/4eded0c1b7e2c18411000c3396585bf1b41c21b0) Improve documentation of `describe` and `test` ordering. (#5217)
- [`ca5d0fc`](https://github.com/facebook/jest/commit/ca5d0fc1378609bfc3d84c5cc0ffb76aa2e93e0f) Emit stderr message type if identified (#5215)
- [`c321129`](https://github.com/facebook/jest/commit/c3211292cc669918f0c098135f84d20b9c1d47c5) Docs: add information about --passWithNoTests flag (#5207)
- [`ab02134`](https://github.com/facebook/jest/commit/ab021342098760389bc53f40ac57bdc69248bb8f) Configurations.md typo: "(or) to" (#5210)
- [`21b608c`](https://github.com/facebook/jest/commit/21b608c9f2ab2590e91a9f1b784f7b87548a0356) Add meta-data arg to JSON event (#5208)
- [`8549900`](https://github.com/facebook/jest/commit/8549900b8e98d5cf6c9983cdd34d4a089c9f2bed) [docs-fix] Update Troubleshooting section on how to debug tests in VS Code. (#5195)
- [`a439772`](https://github.com/facebook/jest/commit/a43977281802b192b6cdb57a1dc806bdf42169d1) Allow configuration object in projects array (#5176)
- [`97ee7c9`](https://github.com/facebook/jest/commit/97ee7c985bcafdc0ac203ba443a5fb791fbc3b5d) docs: globals in custom test environment (#5186)
- [`c3ed6cb`](https://github.com/facebook/jest/commit/c3ed6cb856da51e3aa83c16948e8e4a97bb8bd89) chore(ci): add `USE_SSH=true` to circle
- [`9284b6b`](https://github.com/facebook/jest/commit/9284b6b03c9efe9c7876f632d76dfa5dbeed2ac2) chore(ci): install rsync (#5184)
- [`28b9322`](https://github.com/facebook/jest/commit/28b93226b33dd3d06f85c5fb88a9a3783e191ca8) chore(website): update docusaurus to latest version (#5181)
- [`4f685d8`](https://github.com/facebook/jest/commit/4f685d8850b6497a89e863cd5923af4a20268ddb) chore(package): update dev dependencies (#5175)
- [`4f8f6fb`](https://github.com/facebook/jest/commit/4f8f6fba35c1cedfb2ce3cb622831c188b221af5) docs: update changelog (#5170)
- [`2cb57a0`](https://github.com/facebook/jest/commit/2cb57a0a874c130253af641bc571ed5e7c48569c) Allowed named classes and functions as BlockNames (#5154)
- [`23b7e98`](https://github.com/facebook/jest/commit/23b7e98aefa06321f776f7e883532653d1a7bf41) feat: add support for generator functions in specs (#5166)
- [`5a37891`](https://github.com/facebook/jest/commit/5a378915caff6080630f550fb4cae7328c42f04f) Update condition to avoid infinite recursion in Windows platform (#5161)
- [`e879099`](https://github.com/facebook/jest/commit/e879099db1024f106757ee55cb0e9a6935488b43) Release version 22.0.4
This Pull Request updates dependency jest from
v22.0.4
tov22.0.5
Commits
facebook/jest
#### 22.0.5 - [`e5b9339`](https://github.com/facebook/jest/commit/e5b9339e23ae5d3e9713c8210d365a005de823e9) Clarifying the docs about test.only (#5262) - [`cd807f3`](https://github.com/facebook/jest/commit/cd807f3ddf358757efaac93b4d35276d00b2fa8d) Use a better console-clearing string on Windows (#5251) - [`93acfb0`](https://github.com/facebook/jest/commit/93acfb0d5bb0dca21999d407b29c413a5807e3e0) Fully remove weak and check only in runtime (#5252) - [`6931b0f`](https://github.com/facebook/jest/commit/6931b0fea4f635633cf2a08aa04758b63c054dd7) docs: Reword 3-argument jest.spyOn description (#5255) - [`2daf8fe`](https://github.com/facebook/jest/commit/2daf8fe944331ddabc16b91158f32b46789f0278) Fix typo in test file name in React documentation (#5254) - [`490f435`](https://github.com/facebook/jest/commit/490f435d0e2a5478f3817899f66ee39817a1a18d) implement spyOnProperty method (#5107) - [`6d353cc`](https://github.com/facebook/jest/commit/6d353cc0e106b72b26a55d35317d35c799fceeba) Add changelog for #5069 (#5250) - [`105c25e`](https://github.com/facebook/jest/commit/105c25e01a95660f38a0b5098df5f28fcc9d97dd) Add moduleNameMapper ordering note to the documentation (#5249) - [`38aec14`](https://github.com/facebook/jest/commit/38aec143819ea825d42e6573cae6b0f565ae149e) Pretty format for DOMStringMap and NamedNodeMap (#5246) - [`b86d932`](https://github.com/facebook/jest/commit/b86d93263b378c7ea02a8c64efd45c74f2538335) Add type checks for asymmetric matchers (#5069) - [`a9a3df0`](https://github.com/facebook/jest/commit/a9a3df07c7fda063a06df27f2090ce2fa9f85c5d) Updated TypeScript documentation (#5149) - [`9cd00e6`](https://github.com/facebook/jest/commit/9cd00e6dca5ecfae6222b93cf04ccfd8b68626ab) Allow unmatched test paths from CLI (#3882) - [`ffec104`](https://github.com/facebook/jest/commit/ffec104255ec4c6ecce14be2cc212f14d5a98130) Escape glob characters in rootDir before interpolating into testMatch (#5224) - [`8b518a4`](https://github.com/facebook/jest/commit/8b518a4002dad674d67edc46b1f08c3708e01813) jest-environment-jsdom: add ? to options parameter (#5240) - [`e776fdd`](https://github.com/facebook/jest/commit/e776fdddbe48af7315f81150c8531044fe07a3e9) pass testConsole to TestEnvironment (#5227) - [`84abf60`](https://github.com/facebook/jest/commit/84abf60cb7b3b5add72e48fd8fd86d395292b313) [Discussion] Expect only overrides error stack for built-in matchers (#5162) - [`9cbc26b`](https://github.com/facebook/jest/commit/9cbc26bab656fa9e9952242b2d733a86c6a61d43) Treat dumb terminals as noninteractive (#5237) - [`586064d`](https://github.com/facebook/jest/commit/586064d61f9eabaa24ba5044580974c986b86865) Fix code formatting (#5238) - [`d8ffd68`](https://github.com/facebook/jest/commit/d8ffd6845a0ed53b52db30f91c538018d907830d) Array keyPath for toHaveProperty (#5220) - [`c12bce6`](https://github.com/facebook/jest/commit/c12bce6595b08626b8654f3ddb50a58d33071f0c) Add jest to babel and ts dependency prepair. (#5201) - [`1a039f9`](https://github.com/facebook/jest/commit/1a039f957dc0b3fbb1192c7e6a459c5dcd886c6f) Git support for --changedFilesWithAncestor (#5189) - [`f3fce7b`](https://github.com/facebook/jest/commit/f3fce7b06195df2a41603f8fdd30d90944486f66) Fix --testPathPattern escaping for '\\' on Windows (#5230) - [`6896ee6`](https://github.com/facebook/jest/commit/6896ee6c7e474defdab46f59b7b7d176d334f3bf) Do not use SSH with the new publish bot (#5229) - [`e25eceb`](https://github.com/facebook/jest/commit/e25eceb8fcdefb2fc704d3fef5c6d8f126458593) Small config comment change (#5225) - [`96a44df`](https://github.com/facebook/jest/commit/96a44df8c07742997d7068c7b5925d1394fae0f9) Use docusaurus-bot for publishing (#5221) - [`2b9e7b9`](https://github.com/facebook/jest/commit/2b9e7b9054f45ad6ca9af3fdbd67303d2f118678) Update translators file (#5219) - [`4eded0c`](https://github.com/facebook/jest/commit/4eded0c1b7e2c18411000c3396585bf1b41c21b0) Improve documentation of `describe` and `test` ordering. (#5217) - [`ca5d0fc`](https://github.com/facebook/jest/commit/ca5d0fc1378609bfc3d84c5cc0ffb76aa2e93e0f) Emit stderr message type if identified (#5215) - [`c321129`](https://github.com/facebook/jest/commit/c3211292cc669918f0c098135f84d20b9c1d47c5) Docs: add information about --passWithNoTests flag (#5207) - [`ab02134`](https://github.com/facebook/jest/commit/ab021342098760389bc53f40ac57bdc69248bb8f) Configurations.md typo: "(or) to" (#5210) - [`21b608c`](https://github.com/facebook/jest/commit/21b608c9f2ab2590e91a9f1b784f7b87548a0356) Add meta-data arg to JSON event (#5208) - [`8549900`](https://github.com/facebook/jest/commit/8549900b8e98d5cf6c9983cdd34d4a089c9f2bed) [docs-fix] Update Troubleshooting section on how to debug tests in VS Code. (#5195) - [`a439772`](https://github.com/facebook/jest/commit/a43977281802b192b6cdb57a1dc806bdf42169d1) Allow configuration object in projects array (#5176) - [`97ee7c9`](https://github.com/facebook/jest/commit/97ee7c985bcafdc0ac203ba443a5fb791fbc3b5d) docs: globals in custom test environment (#5186) - [`c3ed6cb`](https://github.com/facebook/jest/commit/c3ed6cb856da51e3aa83c16948e8e4a97bb8bd89) chore(ci): add `USE_SSH=true` to circle - [`9284b6b`](https://github.com/facebook/jest/commit/9284b6b03c9efe9c7876f632d76dfa5dbeed2ac2) chore(ci): install rsync (#5184) - [`28b9322`](https://github.com/facebook/jest/commit/28b93226b33dd3d06f85c5fb88a9a3783e191ca8) chore(website): update docusaurus to latest version (#5181) - [`4f685d8`](https://github.com/facebook/jest/commit/4f685d8850b6497a89e863cd5923af4a20268ddb) chore(package): update dev dependencies (#5175) - [`4f8f6fb`](https://github.com/facebook/jest/commit/4f8f6fba35c1cedfb2ce3cb622831c188b221af5) docs: update changelog (#5170) - [`2cb57a0`](https://github.com/facebook/jest/commit/2cb57a0a874c130253af641bc571ed5e7c48569c) Allowed named classes and functions as BlockNames (#5154) - [`23b7e98`](https://github.com/facebook/jest/commit/23b7e98aefa06321f776f7e883532653d1a7bf41) feat: add support for generator functions in specs (#5166) - [`5a37891`](https://github.com/facebook/jest/commit/5a378915caff6080630f550fb4cae7328c42f04f) Update condition to avoid infinite recursion in Windows platform (#5161) - [`e879099`](https://github.com/facebook/jest/commit/e879099db1024f106757ee55cb0e9a6935488b43) Release version 22.0.4This PR has been generated by Renovate Bot.