Commit 1fc6bb1
build(deps-dev): bump jest from 23.4.2 to 23.5.0 (#108)
Bumps [jest](https://github.com/facebook/jest) from 23.4.2 to 23.5.0.
<details>
<summary>Changelog</summary>
*Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).*
> ## 23.5.0
>
> ### Features
>
> - `[jest-cli]` Add package name to `NotifyReporter` notification ([#5898](https://github-redirect.dependabot.com/facebook/jest/pull/5898))
> - `[jest-runner]` print stack trace when `process.exit` is called from user code ([#6714](https://github-redirect.dependabot.com/facebook/jest/pull/6714))
> - `[jest-each]` introduces `%#` option to add index of the test to its title ([#6414](https://github-redirect.dependabot.com/facebook/jest/pull/6414))
> - `[pretty-format]` Support serializing `DocumentFragment` ([#6705](https://github-redirect.dependabot.com/facebook/jest/pull/6705))
> - `[jest-validate]` Add `recursive` and `recursiveBlacklist` options for deep config checks ([#6802](https://github-redirect.dependabot.com/facebook/jest/pull/6802))
> - `[jest-cli]` Check watch plugins for key conflicts ([#6697](https://github-redirect.dependabot.com/facebook/jest/pull/6697))
>
> ### Fixes
>
> - `[jest-snapshot` Mark snapshots as obsolete when moved to an inline snapshot ([#6773](https://github-redirect.dependabot.com/facebook/jest/pull/6773))
> - `[jest-config]` Fix `--coverage` with `--findRelatedTests` overwriting `collectCoverageFrom` options ([#6736](https://github-redirect.dependabot.com/facebook/jest/pull/6736))
> - `[jest-config]` Update default config for testURL from 'about:blank' to 'http://localhost' to address latest JSDOM security warning. ([#6792](https://github-redirect.dependabot.com/facebook/jest/pull/6792))
> - `[jest-cli]` Fix `testMatch` not working with negations ([#6648](https://github-redirect.dependabot.com/facebook/jest/pull/6648))
> - `[jest-cli]` Don't report promises as open handles ([#6716](https://github-redirect.dependabot.com/facebook/jest/pull/6716))
> - `[jest-each]` Add timeout support to parameterised tests ([#6660](https://github-redirect.dependabot.com/facebook/jest/pull/6660))
> - `[jest-cli]` Improve the message when running coverage while there are no files matching global threshold ([#6334](https://github-redirect.dependabot.com/facebook/jest/pull/6334))
> - `[jest-snapshot]` Correctly merge property matchers with the rest of the snapshot in `toMatchSnapshot`. ([#6528](https://github-redirect.dependabot.com/facebook/jest/pull/6528))
> - `[jest-snapshot]` Add error messages for invalid property matchers. ([#6528](https://github-redirect.dependabot.com/facebook/jest/pull/6528))
> - `[jest-cli]` Show open handles from inside test files as well ([#6263](https://github-redirect.dependabot.com/facebook/jest/pull/6263))
> - `[jest-haste-map]` Fix a problem where creating folders ending with `.js` could cause a crash ([#6818](https://github-redirect.dependabot.com/facebook/jest/pull/6818))
>
> ### Chore & Maintenance
>
> - `[docs]` Document another option to avoid warnings with React 16 ([#5258](https://github-redirect.dependabot.com/facebook/jest/issues/5258))
> - `[docs]` Add note explaining when `jest.setTimeout` should be called ([#6817](https://github-redirect.dependabot.com/facebook/jest/pull/6817/files))
> - `[docs]` Fixed bug in example code ([#6828](https://github-redirect.dependabot.com/facebook/jest/pull/6828))
</details>
<details>
<summary>Commits</summary>
- [`79c9e22`](jestjs/jest@79c9e22) Release v23.5.0
- [`ede0fe3`](jestjs/jest@ede0fe3) Prevents watchers from being awake by created folders ([#6818](https://github-redirect.dependabot.com/facebook/jest/issues/6818))
- [`674eaa9`](jestjs/jest@674eaa9) Standardize file names in packages/jest-config ([#6780](https://github-redirect.dependabot.com/facebook/jest/issues/6780))
- [`d7eead1`](jestjs/jest@d7eead1) Add dot containing keys example to .toHaveProperty docs ([#6474](https://github-redirect.dependabot.com/facebook/jest/issues/6474))
- [`0099f07`](jestjs/jest@0099f07) fix: handle open handles from inside tests ([#6263](https://github-redirect.dependabot.com/facebook/jest/issues/6263))
- [`c0819fc`](jestjs/jest@c0819fc) Add help for configuration of collectCoverageFrom ([#6663](https://github-redirect.dependabot.com/facebook/jest/issues/6663))
- [`d57b919`](jestjs/jest@d57b919) Documented another option to avoid React 16 warnings ([#6186](https://github-redirect.dependabot.com/facebook/jest/issues/6186))
- [`3c3f9f2`](jestjs/jest@3c3f9f2) Correctly merge property matchers with the rest of the snapshot in `toMatchSn...
- [`f8f966b`](jestjs/jest@f8f966b) Check watch plugins for key conflicts ([#6697](https://github-redirect.dependabot.com/facebook/jest/issues/6697))
- [`08cb885`](jestjs/jest@08cb885) fix: Improve the message when run coverage while there are no tests ([#6334](https://github-redirect.dependabot.com/facebook/jest/issues/6334))
- Additional commits viewable in [compare view](jestjs/jest@v23.4.2...v23.5.0)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=jest&package-manager=npm_and_yarn&previous-version=23.4.2&new-version=23.5.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>1 parent cef1486 commit 1fc6bb1
1 file changed
+93
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1574 | 1574 | | |
1575 | 1575 | | |
1576 | 1576 | | |
1577 | | - | |
1578 | | - | |
1579 | | - | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
1580 | 1580 | | |
1581 | 1581 | | |
1582 | | - | |
| 1582 | + | |
1583 | 1583 | | |
1584 | | - | |
| 1584 | + | |
1585 | 1585 | | |
1586 | 1586 | | |
1587 | 1587 | | |
| |||
2153 | 2153 | | |
2154 | 2154 | | |
2155 | 2155 | | |
2156 | | - | |
| 2156 | + | |
2157 | 2157 | | |
2158 | 2158 | | |
2159 | 2159 | | |
| |||
2490 | 2490 | | |
2491 | 2491 | | |
2492 | 2492 | | |
2493 | | - | |
2494 | | - | |
2495 | | - | |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
2496 | 2496 | | |
2497 | 2497 | | |
2498 | 2498 | | |
| |||
2506 | 2506 | | |
2507 | 2507 | | |
2508 | 2508 | | |
2509 | | - | |
| 2509 | + | |
2510 | 2510 | | |
2511 | 2511 | | |
2512 | | - | |
| 2512 | + | |
2513 | 2513 | | |
2514 | 2514 | | |
2515 | | - | |
2516 | | - | |
2517 | | - | |
2518 | | - | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
2519 | 2519 | | |
2520 | | - | |
| 2520 | + | |
2521 | 2521 | | |
2522 | 2522 | | |
2523 | 2523 | | |
| |||
2531 | 2531 | | |
2532 | 2532 | | |
2533 | 2533 | | |
2534 | | - | |
2535 | | - | |
2536 | | - | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
2537 | 2537 | | |
2538 | 2538 | | |
2539 | 2539 | | |
| |||
2542 | 2542 | | |
2543 | 2543 | | |
2544 | 2544 | | |
2545 | | - | |
| 2545 | + | |
2546 | 2546 | | |
2547 | | - | |
| 2547 | + | |
2548 | 2548 | | |
2549 | | - | |
2550 | | - | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
2551 | 2552 | | |
2552 | | - | |
2553 | | - | |
2554 | | - | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
2555 | 2556 | | |
2556 | 2557 | | |
2557 | 2558 | | |
2558 | 2559 | | |
2559 | | - | |
| 2560 | + | |
2560 | 2561 | | |
2561 | 2562 | | |
2562 | 2563 | | |
2563 | 2564 | | |
2564 | 2565 | | |
2565 | 2566 | | |
2566 | 2567 | | |
2567 | | - | |
2568 | | - | |
2569 | | - | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
2570 | 2571 | | |
2571 | 2572 | | |
2572 | | - | |
| 2573 | + | |
2573 | 2574 | | |
2574 | 2575 | | |
2575 | 2576 | | |
| |||
2590 | 2591 | | |
2591 | 2592 | | |
2592 | 2593 | | |
2593 | | - | |
2594 | | - | |
2595 | | - | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
2596 | 2597 | | |
2597 | 2598 | | |
2598 | 2599 | | |
| 2600 | + | |
2599 | 2601 | | |
2600 | 2602 | | |
2601 | 2603 | | |
2602 | 2604 | | |
2603 | 2605 | | |
2604 | 2606 | | |
2605 | | - | |
2606 | | - | |
2607 | | - | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
2608 | 2610 | | |
2609 | 2611 | | |
2610 | 2612 | | |
2611 | 2613 | | |
2612 | | - | |
| 2614 | + | |
2613 | 2615 | | |
2614 | | - | |
2615 | | - | |
2616 | | - | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
2617 | 2619 | | |
2618 | | - | |
| 2620 | + | |
2619 | 2621 | | |
2620 | | - | |
| 2622 | + | |
2621 | 2623 | | |
2622 | | - | |
2623 | | - | |
2624 | | - | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
2625 | 2627 | | |
2626 | | - | |
| 2628 | + | |
2627 | 2629 | | |
2628 | | - | |
2629 | | - | |
2630 | | - | |
| 2630 | + | |
| 2631 | + | |
| 2632 | + | |
2631 | 2633 | | |
2632 | 2634 | | |
2633 | 2635 | | |
2634 | | - | |
| 2636 | + | |
2635 | 2637 | | |
2636 | 2638 | | |
2637 | 2639 | | |
| |||
2651 | 2653 | | |
2652 | 2654 | | |
2653 | 2655 | | |
2654 | | - | |
2655 | | - | |
2656 | | - | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
2657 | 2659 | | |
2658 | 2660 | | |
2659 | | - | |
| 2661 | + | |
2660 | 2662 | | |
2661 | | - | |
2662 | | - | |
2663 | | - | |
| 2663 | + | |
| 2664 | + | |
| 2665 | + | |
2664 | 2666 | | |
2665 | 2667 | | |
2666 | 2668 | | |
2667 | 2669 | | |
2668 | 2670 | | |
2669 | | - | |
2670 | | - | |
2671 | | - | |
| 2671 | + | |
| 2672 | + | |
| 2673 | + | |
2672 | 2674 | | |
2673 | 2675 | | |
2674 | 2676 | | |
2675 | | - | |
| 2677 | + | |
2676 | 2678 | | |
2677 | | - | |
2678 | | - | |
2679 | | - | |
| 2679 | + | |
| 2680 | + | |
| 2681 | + | |
2680 | 2682 | | |
2681 | | - | |
| 2683 | + | |
2682 | 2684 | | |
2683 | 2685 | | |
2684 | 2686 | | |
2685 | 2687 | | |
2686 | 2688 | | |
2687 | | - | |
2688 | | - | |
2689 | | - | |
| 2689 | + | |
| 2690 | + | |
| 2691 | + | |
2690 | 2692 | | |
2691 | 2693 | | |
2692 | 2694 | | |
| |||
2695 | 2697 | | |
2696 | 2698 | | |
2697 | 2699 | | |
2698 | | - | |
2699 | | - | |
| 2700 | + | |
| 2701 | + | |
2700 | 2702 | | |
2701 | 2703 | | |
2702 | | - | |
2703 | | - | |
| 2704 | + | |
| 2705 | + | |
2704 | 2706 | | |
2705 | | - | |
| 2707 | + | |
2706 | 2708 | | |
2707 | 2709 | | |
2708 | 2710 | | |
| |||
2714 | 2716 | | |
2715 | 2717 | | |
2716 | 2718 | | |
2717 | | - | |
2718 | | - | |
2719 | | - | |
| 2719 | + | |
| 2720 | + | |
| 2721 | + | |
2720 | 2722 | | |
2721 | 2723 | | |
2722 | 2724 | | |
2723 | | - | |
2724 | | - | |
| 2725 | + | |
| 2726 | + | |
2725 | 2727 | | |
2726 | | - | |
| 2728 | + | |
2727 | 2729 | | |
2728 | 2730 | | |
2729 | | - | |
| 2731 | + | |
2730 | 2732 | | |
2731 | 2733 | | |
2732 | 2734 | | |
| |||
2742 | 2744 | | |
2743 | 2745 | | |
2744 | 2746 | | |
2745 | | - | |
2746 | | - | |
2747 | | - | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | |
2748 | 2750 | | |
2749 | 2751 | | |
2750 | 2752 | | |
2751 | 2753 | | |
2752 | | - | |
| 2754 | + | |
2753 | 2755 | | |
2754 | 2756 | | |
2755 | 2757 | | |
| |||
2766 | 2768 | | |
2767 | 2769 | | |
2768 | 2770 | | |
2769 | | - | |
2770 | | - | |
| 2771 | + | |
| 2772 | + | |
2771 | 2773 | | |
2772 | 2774 | | |
2773 | | - | |
| 2775 | + | |
2774 | 2776 | | |
2775 | 2777 | | |
2776 | 2778 | | |
| |||
3734 | 3736 | | |
3735 | 3737 | | |
3736 | 3738 | | |
3737 | | - | |
3738 | | - | |
3739 | | - | |
| 3739 | + | |
| 3740 | + | |
| 3741 | + | |
3740 | 3742 | | |
3741 | 3743 | | |
3742 | 3744 | | |
| |||
0 commit comments