pradel / node-instagram

Instagram api client for node that support promises.
MIT License
190 stars 27 forks source link

chore(deps): update dependency jest to v22 #35

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency jest from v21.2.1 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 #### 22.0.4 - [`043a8b2`](https://github.com/facebook/jest/commit/043a8b26aa6bc46379d5b220fa39c76edb950881) moduleFileExtensions extensions is now passed to babel-jest (#​5110) - [`95c0e5f`](https://github.com/facebook/jest/commit/95c0e5fa92d5a9c586921de8adf3e1a2356d4605) New line before quitting watch mode (#​5158) - [`8c7ba7e`](https://github.com/facebook/jest/commit/8c7ba7e287edad7e17d5e29bf5a23486d79d3901) Reorganize sidebar (#​5155) - [`72983d4`](https://github.com/facebook/jest/commit/72983d4b78de7d1745f9efb0b64a28e1121fedd6) Fix Node.js 4 support (#​5142) - [`1521c51`](https://github.com/facebook/jest/commit/1521c516c2cae8f4bfe41605640f273f9c17fb87) Fix typo (#​5140) - [`774d457`](https://github.com/facebook/jest/commit/774d4576574b8cf2add08a21da76a49800c8d77a) Patch 22.0.3 #### 22.0.3 - [`699ddcc`](https://github.com/facebook/jest/commit/699ddcc95f285941759c2b02caf114b96f5d4560) Patch 22.0.2 #### 22.0.2 - [`884321d`](https://github.com/facebook/jest/commit/884321de5ed1c047975b232a4bcdb257f14be5a6) Fix unofficial Node.js 4 support (#​5134) - [`e74fbff`](https://github.com/facebook/jest/commit/e74fbff09fc15dba224d59b029023136b22997ce) test: handle both `ms` and `s` in test timings (#​5132) - [`e2609bb`](https://github.com/facebook/jest/commit/e2609bb5c31768f07761823f6132a958cec9aa6d) docs(changelog): update for 20.0.1 (#​5130) - [`d184511`](https://github.com/facebook/jest/commit/d1845116ebe818e6d945d50ad4857752758970ee) Patch 22.0.1 #### 22.0.1 - [`5b2ffb5`](https://github.com/facebook/jest/commit/5b2ffb5a9d6242c46f4578ca116a13ebcb2ae44a) fix(jest-runtime): only write map files to disk when `mapCoverage: true` (#​5117) - [`9afeb9c`](https://github.com/facebook/jest/commit/9afeb9c757e4b92dbf670e66545dce3df5c407c4) Add forceCoverageMatch configuration option (#​5081) - [`cb98442`](https://github.com/facebook/jest/commit/cb98442b9d39b4797270518a3402d4ed26d13d87) Add jest-platform section to the docs (#​5114) - [`0da5f84`](https://github.com/facebook/jest/commit/0da5f84e065e75c2f6267d5df1ce4a494f749f01) docs(changelog): mark #​3672 as breaking (#​5115) - [`1918f6b`](https://github.com/facebook/jest/commit/1918f6beb6b32471304125b31329129b21ebd3ef) test(jest-message-util): add test for codeframe and snapshot test (#​5103) - [`65ba1d1`](https://github.com/facebook/jest/commit/65ba1d149dd9a61ed06811473bc807f6dfff2540) Fix backticks in Jest 22 blog post link (#​5102) - [`99c76dd`](https://github.com/facebook/jest/commit/99c76dda65daf7decb29bb34c66a9b7faa92287a) Jest 22 release - [`1227aec`](https://github.com/facebook/jest/commit/1227aec50495f41a65eb0b6c61e9a63cbfa33b0a) chore: add Jest 22 blog post (#​5101) #### 22.0.0 - [`17ea3d4`](https://github.com/facebook/jest/commit/17ea3d42f712aaedc23a9fad02fcfb41e0834d14) Use module.builtinModules when it exists (#​5099) - [`7e564b0`](https://github.com/facebook/jest/commit/7e564b0d832bc3f32f4acad7f673f806b5108102) chore: update changelog (#​5098) - [`de004b6`](https://github.com/facebook/jest/commit/de004b63e4d5e67aa2b2fd2771443d65784a90be) refactor: extract realpath native into a separate module (#​5097) - [`fb10f7a`](https://github.com/facebook/jest/commit/fb10f7a95161f3d93ec54be3b3f69359913b5691) Codeframe fixes (#​5094) - [`2e9feaf`](https://github.com/facebook/jest/commit/2e9feaf2e79c02f509b0c51b9fb83d0c727d2420) fix: path resolve with global setup/teardown opts (#​5096) - [`abba9e5`](https://github.com/facebook/jest/commit/abba9e5f0513a2cd9aa9f9bac7e45ec4c5369058) chore: add support file (#​5091) - [`1880b79`](https://github.com/facebook/jest/commit/1880b7985dc01b52d1069e7b53b5a6856798d6cc) fix: add global setup/teardown to valid_config (#​5095) - [`486444b`](https://github.com/facebook/jest/commit/486444b2b646ad65881561e9c18b6354f9e76091) docs: add jest-puppeteer example (#​5093) - [`df92340`](https://github.com/facebook/jest/commit/df9234006a9c8592ede2539b0fb0832852272c77) Point contributing link in README to 'Good First Issue' label. (#​5090)

This PR has been generated by Renovate Bot.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c729e47d45d9feba8f0068228b128decc571f87c on renovate/jest-monorepo into 41177330ec86cde68714c48a72942d04b4e191ad on master.