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.4.0 #48

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency jest from v22.2.2 to v22.4.0

Note: This PR was created on a configured schedule ("before 3am on Monday") and will not receive updates outside those times.

Release Notes ### [`v22.3.0`](https://github.com/facebook/jest/blob/master/CHANGELOG.md#jest-2230) ##### Fixes * `[expect]` Add descriptive error message to CalledWith methods when missing optional arguments ([#​5547](`https://github.com/facebook/jest/pull/5547`)) * `[jest-cli]` Fix inability to quit watch mode while debugger is still attached ([#​5029](`https://github.com/facebook/jest/pull/5029`)) * `[jest-haste-map]` Properly handle platform-specific file deletions ([#​5534](`https://github.com/facebook/jest/pull/5534`)) ##### Features * `[jest-util]` Add the following methods to the "console" implementations: `assert`, `count`, `countReset`, `dir`, `dirxml`, `group`, `groupCollapsed`, `groupEnd`, `time`, `timeEnd` ([#​5514](`https://github.com/facebook/jest/pull/5514`)) * `[docs]` Add documentation for interactive snapshot mode ([#​5291](`https://github.com/facebook/jest/pull/5291`)) * `[jest-editor-support]` Add watchAll flag ([#​5523](`https://github.com/facebook/jest/pull/5523`)) * `[jest-cli]` Support multiple glob patterns for `collectCoverageFrom` ([#​5537](`https://github.com/facebook/jest/pull/5537`)) ##### Chore & Maintenance * `[jest-config]` Allow `` to be used with `collectCoverageFrom` ([#​5524](`https://github.com/facebook/jest/pull/5524`)) * `[filenames]` Standardize files names in "integration-tests" folder ([#​5513](`https://github.com/facebook/jest/pull/5513`)) --- ### [`v22.4.0`](https://github.com/facebook/jest/blob/master/CHANGELOG.md#​2240) ##### Fixes * `[jest-haste-map]` Overhauls how Watchman crawler works fixing Windows ([#​5615](`https://github.com/facebook/jest/pull/5615`)) * `[expect]` Allow matching of Errors against plain objects ([#​5611](`https://github.com/facebook/jest/pull/5611`)) * `[jest-haste-map]` Do not read binary files in Haste, even when instructed to do so ([#​5612](`https://github.com/facebook/jest/pull/5612`)) * `[jest-cli]` Don't skip matchers for exact files ([#​5582](`https://github.com/facebook/jest/pull/5582`)) * `[docs]` Update discord links ([#​5586](`https://github.com/facebook/jest/pull/5586`)) * `[jest-runtime]` Align handling of testRegex on Windows between searching for tests and instrumentation checks ([#​5560](`https://github.com/facebook/jest/pull/5560`)) * `[jest-config]` Make it possible to merge `transform` option with preset ([#​5505](`https://github.com/facebook/jest/pull/5505`)) * `[jest-util]` Fix `console.assert` behavior in custom & buffered consoles ([#​5576](`https://github.com/facebook/jest/pull/5576`)) ##### Features * `[docs]` Add MongoDB guide ([#​5571](`https://github.com/facebook/jest/pull/5571`)) * `[jest-runtime]` Deprecate mapCoverage option. ([#​5177](`https://github.com/facebook/jest/pull/5177`)) * `[babel-jest]` Add option to return sourcemap from the transformer separately from source. ([#​5177](`https://github.com/facebook/jest/pull/5177`)) * `[jest-validate]` Add ability to log deprecation warnings for CLI flags. ([#​5536](`https://github.com/facebook/jest/pull/5536`)) * `[jest-serializer]` Added new module for serializing. Works using V8 or JSON ([#​5609](`https://github.com/facebook/jest/pull/5609`)) * `[docs]` Add a documentation note for project `displayName` configuration ([#​5600](`https://github.com/facebook/jest/pull/5600`)) ---
Commits #### v22.3.0 - [`c5a2ea0`](https://github.com/facebook/jest/commit/c5a2ea0dbed0875caf13bd6088095a6dcf130421) Release v22.2.2 - [`95c7e5e`](https://github.com/facebook/jest/commit/95c7e5eee104d6e0b573ec8fcc446e78458a4cf3) Scripts standardize file names: Fix file names in scripts directory (#​5511) - [`09adc31`](https://github.com/facebook/jest/commit/09adc319e967748de424572495695a33e0e7925b) capitalize skipOnWindows variable -> SkipOnWindows (#​5515) - [`f29c03e`](https://github.com/facebook/jest/commit/f29c03ea0c97d97aede05b5c1a97ce04a953d3f9) add methods to custom and buffered consoles (#​5514) - [`af19110`](https://github.com/facebook/jest/commit/af191108302c719475aa34028a4ed46589b4cb9c) Documentation for Interactive Snapshot Update (#​5291) - [`e9bf143`](https://github.com/facebook/jest/commit/e9bf1430843a2aff5f73bb8a3c01d276ad11631c) Add watchAll flag to jest-editor-support (#​5523) - [`2d2fb5b`](https://github.com/facebook/jest/commit/2d2fb5bf321de937d3e304e39d37232991b5504e) refactor: strip <rootDir> from collectCoverageFrom values (#​5524) - [`508f789`](https://github.com/facebook/jest/commit/508f789a8eb74bfce345556945d22cc32770f863) Add hyperlink to video URL (#​5528) - [`55c342a`](https://github.com/facebook/jest/commit/55c342af240a8aa1acb487a253a6ade4a8a4f4a1) jest-haste-map: fix bug where platform-specific files are removed (#​5534) - [`133a9a1`](https://github.com/facebook/jest/commit/133a9a1fbfb264ff0bc6649eb08fe46641101c21) support multiple glob patterns for collectCoverageFrom (#​5537) - [`2df9e4c`](https://github.com/facebook/jest/commit/2df9e4cc4b93abc71659c216c07d1a6c78909f0b) Use preinstalled Yarn on Appveyor (#​5548) - [`b69ac08`](https://github.com/facebook/jest/commit/b69ac08362aae5d23801f8b659d90e6feb4d5b5b) Use `cross-spawn` for running Yarn in integration tests (#​5550) - [`d9b4f0c`](https://github.com/facebook/jest/commit/d9b4f0c78c56377ccdda1523217bb49bb0d5f2db) fix(watchman): Fix watchman checks on Windows (#​5553) #### v22.4.0 - [`5f8ad63`](https://github.com/facebook/jest/commit/5f8ad6379ac3962cc1eb9ce25eef6f3e8fc241e0) Release v22.3.0 - [`c5fbd30`](https://github.com/facebook/jest/commit/c5fbd304c462e3c74c6cc5f5e7484e466c10521e) Use native trim instead of regexp (#​5555) - [`5b00d97`](https://github.com/facebook/jest/commit/5b00d9785015f699d0207b95770916d28cf78271) Fix jest-circus setup logic (#​5561) - [`1ee7df9`](https://github.com/facebook/jest/commit/1ee7df960e039a4f9033fcccfa471c1c47ccd81c) Optimize finding top frame in formatPaths (#​5557) - [`84e9789`](https://github.com/facebook/jest/commit/84e97893cb744639a74e7ffa9d099e995bd6c4f2) Fix typo in JestObjectAPI.md (#​5559) - [`4ca959b`](https://github.com/facebook/jest/commit/4ca959b041dcf6f2fe44fdebd7f86a4e0509e185) Revert setRawMode on --watch quit (fixes #​5028) (#​5029) - [`10276f9`](https://github.com/facebook/jest/commit/10276f90b264f8e02b2bb3b4f619095ac63cd59c) Standardize file names in integration-tests (#​5513) - [`c35b78b`](https://github.com/facebook/jest/commit/c35b78b7c0e6f7944b5b52392efdb09abc860570) Use v8.serialize when available (#​5565) - [`9d11ec4`](https://github.com/facebook/jest/commit/9d11ec4ee111df8a0925f34abb0a86e8920d59c7) Optimize getting stack trace in message-util (#​5569) - [`71795a5`](https://github.com/facebook/jest/commit/71795a5bb07e877084ccf87f9826ba9176f65a8c) Use native trimLeft, trimRight instead of regexp (#​5570) - [`146900f`](https://github.com/facebook/jest/commit/146900f5d36691ab706aafee19e747a4de6cdd71) Replace path sep for testRegex in should_instrument (#​5560) - [`b9b1f0d`](https://github.com/facebook/jest/commit/b9b1f0d0709c2948bf5c5d198c0c54b904218b2b) Update TutorialReactNative.md (#​5567) - [`fcdf071`](https://github.com/facebook/jest/commit/fcdf071955cf9ee4007226f15c91d7e483346973) docs: add jest-mongodb example (#​5571) - [`d065e87`](https://github.com/facebook/jest/commit/d065e87a2322e1b4b70e7ba9de3c24aed7a2ea72) Issue #​5197: Add descriptive error to Expect CalledWith methods when missing optional arguments (#​5547) - [`966aab6`](https://github.com/facebook/jest/commit/966aab60faa1b0a8cfdd51b95bcca780c68001d7) Removing the mapCoverage condition on reading inlineSourceMaps. (#​5177) - [`ba8a2d5`](https://github.com/facebook/jest/commit/ba8a2d5ccfb96987b30d9b808bf0961eae89d67b) Print deprecation warnings on CLI flags (#​5536) - [`0285e63`](https://github.com/facebook/jest/commit/0285e63e903abbab9c323341e62eb68b29acd87e) Simplify check for -0 in printNumber (#​5581) - [`e4f7d84`](https://github.com/facebook/jest/commit/e4f7d84568c16f692b08c954183ca524c14eced1) Update discord links, lint markdown (#​5586) - [`4d4bc67`](https://github.com/facebook/jest/commit/4d4bc671297ad603cba38827f041eaef0c56f078) chore(website): Upgrade docusaurus to 1.0.6 (#​5587) - [`950b2e7`](https://github.com/facebook/jest/commit/950b2e7825f872e54e9e639de64b8c7bab16642f) Don't skip configured matchers for exact file names (#​5582) - [`430aebe`](https://github.com/facebook/jest/commit/430aebe49e9f144d29f144f5a29482315e269e4a) Simplify check -0 in jasmine-utils (#​5592) - [`3a86707`](https://github.com/facebook/jest/commit/3a8670703af15d7371d6b5ee5c2e2ec3c0bf1f46) chore: make no-unused-vars eslint rule error (#​5598) - [`e89de4e`](https://github.com/facebook/jest/commit/e89de4e6a9bbe72fb5ba86f254b55c9b3b220af3) Make it possible to merge `transform` option with preset (#​5505) - [`4e4a9e0`](https://github.com/facebook/jest/commit/4e4a9e0fca190d0eafd4757a09eb1e3c9d35d00a) add a documentation note for project displayName configuration (#​5600) - [`71c31d7`](https://github.com/facebook/jest/commit/71c31d76be116764b44dff0318d5c4d7ae8300f1) docs: link to full list of matchers in opening paragraph (#​5606) - [`402a6fe`](https://github.com/facebook/jest/commit/402a6feb7a6db7124c9802901232e973458e5d4c) chore(deps): upgrade flow to 0.66 (#​5602) - [`e2bb8f4`](https://github.com/facebook/jest/commit/e2bb8f41c925c65ab13ad7c935692abce41cc64e) Optimize print calls in spy matches (#​5596) - [`0b88438`](https://github.com/facebook/jest/commit/0b8843836fdb627b84ceab79eb170bf162a1207c) url and name fix (#​5608) - [`f5879c0`](https://github.com/facebook/jest/commit/f5879c061313f287446e43cb6f1fbd79d7cefe5e) fix: make Errors match with ordinary objects (fixes #​5359) (#​5611) - [`9c0912c`](https://github.com/facebook/jest/commit/9c0912cf4ca66dcf720d3b37b4d36baf6f712aac) fix: correcting a mislabeled CHANGELOG.md entry (#​5614) - [`bea889c`](https://github.com/facebook/jest/commit/bea889c9d8ccb74dc148380b4ab4b649746ea0ef) Avoid loading files that we know are binary ahead of time (#​5612) - [`3a2854a`](https://github.com/facebook/jest/commit/3a2854aeca669b6cd82139de23333fa18fce7c6c) Add jest-serializer module (#​5609) - [`adbd927`](https://github.com/facebook/jest/commit/adbd927987b7a4cbd937464ab038b6ee29d83554) fix(watchman): Overhauls how Watchman crawler works fixing Windows (#​5615) - [`593d801`](https://github.com/facebook/jest/commit/593d801340f93222f567576204dd32bc08272bd4) fix console & buffered console assert behaviour (#​5576) - [`9df3035`](https://github.com/facebook/jest/commit/9df3035829299a93579bad8cfb1db2081617ea6e) Explain manual mocking modules (#​5616)

This PR has been generated by Renovate Bot.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4c398e28ea16c711fc302e3b729e36b016dd5fe8 on renovate/jest-monorepo into 02c5d646c18bfce46b74202560d32f83d94a6ee8 on master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1b61635f2e8ca6a432793ca0ac9709999e150372 on renovate/jest-monorepo into 02c5d646c18bfce46b74202560d32f83d94a6ee8 on master.