Skip to content

Commit b9f6c8e

Browse files
Merge #129 #130
129: Bump babel-jest from 26.6.1 to 26.6.3 r=bidoubiwa a=dependabot-preview[bot] Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.1 to 26.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">babel-jest's releases</a>.</em></p> <blockquote> <h2>26.6.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-resolve-dependencies]</code> Continue dependency resolution if mock dependency can't be found (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10779">#10779</a>)</li> </ul> <h2>26.6.2</h2> <h3>Features</h3> <ul> <li><code>[jest-core]</code> Add <code>findRelatedTests</code> and <code>nonFlagArgs</code> in allowed config options for <code>updateConfigAndRun</code> in watch plugins (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10659">#10659</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-plugin-jest-hoist]</code> Preserve order of hoisted mock nodes within containing block (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10536">#10536</a>)</li> <li><code>[babel-plugin-jest-hoist]</code> Hoist pure constants to support experimental JSX transform in hoisted mocks (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10723">#10723</a>)</li> <li><code>[babel-preset-jest]</code> Update <code>babel-preset-current-node-syntax</code> to support top level await (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10747">#10747</a>)</li> <li><code>[expect]</code> Revert &quot;Fix <code>objectContaining</code> to work recursively into sub-objects (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10508">#10508</a>)&quot; (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10766">#10766</a>)</li> <li><code>[jest-circus, jest-jasmine2]</code> fix: don't assume <code>stack</code> is always a string (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10697">#10697</a>)</li> <li><code>[jest-config]</code> Fix bug introduced in watch mode by PR <a href="https://github-redirect.dependabot.com/facebook/jest/pull/10678/files#r511037803">#10678</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10692">#10692</a>)</li> <li><code>[jest-config]</code> Throw correct error for missing preset modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10737">#10737</a>)</li> <li><code>[jest-resolve-dependencies]</code> Resolve mocks as dependencies (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10713">#10713</a>)</li> <li><code>[jest-runtime]</code> Handle file URLs in dynamic imports (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10744">#10744</a>)</li> <li><code>[jest-runtime, babel-jest]</code> Pass more ESM options to <code>@jest/transform</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10752">#10752</a>)</li> <li><code>[jest-runtime]</code> Properly inject <code>extraGlobals</code> into the runtime (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10758">#10758</a>)</li> <li><code>[jest-transform]</code> Link to ESM docs on syntax errors (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10748">#10748</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Add docs for using mocks in TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10415">#10415</a>)</li> <li><code>[eslint-config-fb-strict]</code> Move package from this repo to <code>fbjs</code> repo (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10739">#10739</a>)</li> <li><code>[examples]</code> Update TypeScript example to show use of newer Jest types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10399">#10399</a>)</li> <li><code>[jest-cli]</code> chore: standardize files and folder names (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10698">#10698</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">babel-jest's changelog</a>.</em></p> <blockquote> <h2>26.6.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-resolve-dependencies]</code> Continue dependency resolution if mock dependency can't be found (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10779">#10779</a>)</li> </ul> <h2>26.6.2</h2> <h3>Features</h3> <ul> <li><code>[jest-core]</code> Add <code>findRelatedTests</code> and <code>nonFlagArgs</code> in allowed config options for <code>updateConfigAndRun</code> in watch plugins (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10659">#10659</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-plugin-jest-hoist]</code> Preserve order of hoisted mock nodes within containing block (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10536">#10536</a>)</li> <li><code>[babel-plugin-jest-hoist]</code> Hoist pure constants to support experimental JSX transform in hoisted mocks (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10723">#10723</a>)</li> <li><code>[babel-preset-jest]</code> Update <code>babel-preset-current-node-syntax</code> to support top level await (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10747">#10747</a>)</li> <li><code>[expect]</code> Revert &quot;Fix <code>objectContaining</code> to work recursively into sub-objects (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10508">#10508</a>)&quot; (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10766">#10766</a>)</li> <li><code>[jest-circus, jest-jasmine2]</code> fix: don't assume <code>stack</code> is always a string (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10697">#10697</a>)</li> <li><code>[jest-config]</code> Fix bug introduced in watch mode by PR <a href="https://github-redirect.dependabot.com/facebook/jest/pull/10678/files#r511037803">#10678</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10692">#10692</a>)</li> <li><code>[jest-config]</code> Throw correct error for missing preset modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10737">#10737</a>)</li> <li><code>[jest-resolve-dependencies]</code> Resolve mocks as dependencies (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10713">#10713</a>)</li> <li><code>[jest-runtime]</code> Handle file URLs in dynamic imports (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10744">#10744</a>)</li> <li><code>[jest-runtime, babel-jest]</code> Pass more ESM options to <code>@jest/transform</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10752">#10752</a>)</li> <li><code>[jest-runtime]</code> Properly inject <code>extraGlobals</code> into the runtime (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10758">#10758</a>)</li> <li><code>[jest-transform]</code> Link to ESM docs on syntax errors (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10748">#10748</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Add docs for using mocks in TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10415">#10415</a>)</li> <li><code>[eslint-config-fb-strict]</code> Move package from this repo to <code>fbjs</code> repo (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10739">#10739</a>)</li> <li><code>[examples]</code> Update TypeScript example to show use of newer Jest types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10399">#10399</a>)</li> <li><code>[jest-cli]</code> chore: standardize files and folder names (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10698">#10698</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/2f6931e91d5ab126de70caf150c68709752e7f6c"><code>2f6931e</code></a> v26.6.3</li> <li><a href="https://github.com/facebook/jest/commit/a7ae4f2c229772f78e5588f564a2f56180fbc869"><code>a7ae4f2</code></a> chore: bump babel core types (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/10772">#10772</a>)</li> <li><a href="https://github.com/facebook/jest/commit/4c46930615602cbf983fb7e8e82884c282a624d5"><code>4c46930</code></a> v26.6.2</li> <li><a href="https://github.com/facebook/jest/commit/1dbdd67ca4792b91df77ed2c586b079f67335ff3"><code>1dbdd67</code></a> Revert &quot;fix(expect): <code>objectContaining</code> should recurse into sub-objects (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/105">#105</a>...</li> <li><a href="https://github.com/facebook/jest/commit/bc23f43300aa28a3ccf96db50b6657df887420d1"><code>bc23f43</code></a> chore: move TestUtils file into test utils package (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/10756">#10756</a>)</li> <li><a href="https://github.com/facebook/jest/commit/f9132f9106e3f1b3ae6f81d1f36222055c3fe111"><code>f9132f9</code></a> chore: sort imports alphabetically (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/10757">#10757</a>)</li> <li><a href="https://github.com/facebook/jest/commit/95169d3595da596eb06432f4077729d45f0144f9"><code>95169d3</code></a> chore: support more caller options in babel-jest (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/10752">#10752</a>)</li> <li>See full diff in <a href="https://github.com/facebook/jest/commits/v26.6.3/packages/babel-jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=babel-jest&package-manager=npm_and_yarn&previous-version=26.6.1&new-version=26.6.3)](https://dependabot.com/compatibility-score/?dependency-name=babel-jest&package-manager=npm_and_yarn&previous-version=26.6.1&new-version=26.6.3) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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) </details> 130: Bump rollup from 2.32.1 to 2.33.1 r=bidoubiwa a=dependabot-preview[bot] Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v2.33.1</h2> <p><em>2020-11-02</em></p> <h3>Bug Fixes</h3> <ul> <li>Add <code>syntheticNamedExports</code> to <code>this.getModuleInfo</code> to align with documentation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3847">#3847</a>: Expose syntheticNamedExports to ModuleInfo (<a href="https://github.com/Amareis">@Amareis</a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3852">#3852</a>: Fix typo on docs (<a href="https://github.com/jpsc">@jpsc</a>)</li> </ul> <h2>v2.33.0</h2> <p><em>2020-11-01</em></p> <h3>Features</h3> <ul> <li>Add parameter to &quot;watchChange&quot; hook to denote if a change was an addition, update or deletion (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> <li>Add &quot;closeWatcher&quot; hook to allow plugins to clean up resources when the watcher is closed (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> <li>Add &quot;this.getWatchFiles&quot; function to plugin context to get the current set of watched files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3841">#3841</a>: Improved watcher hooks (<a href="https://github.com/Amareis">@Amareis</a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3848">#3848</a>: Add options hook to asyncpluginhooks (<a href="https://github.com/intrnl">@intrnl</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>2.33.1</h2> <p><em>2020-11-02</em></p> <h3>Bug Fixes</h3> <ul> <li>Add <code>syntheticNamedExports</code> to <code>this.getModuleInfo</code> to align with documentation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3847">#3847</a>: Expose syntheticNamedExports to ModuleInfo (<a href="https://github.com/Amareis">@Amareis</a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3852">#3852</a>: Fix typo on docs (<a href="https://github.com/jpsc">@jpsc</a>)</li> </ul> <h2>2.33.0</h2> <p><em>2020-11-01</em></p> <h3>Features</h3> <ul> <li>Add parameter to &quot;watchChange&quot; hook to denote if a change was an addition, update or deletion (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> <li>Add &quot;closeWatcher&quot; hook to allow plugins to clean up resources when the watcher is closed (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> <li>Add &quot;this.getWatchFiles&quot; function to plugin context to get the current set of watched files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3841">#3841</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3841">#3841</a>: Improved watcher hooks (<a href="https://github.com/Amareis">@Amareis</a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3848">#3848</a>: Add options hook to asyncpluginhooks (<a href="https://github.com/intrnl">@intrnl</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/57c13b358b44bfc62cad074fd009f01ecde9ad31"><code>57c13b3</code></a> 2.33.1</li> <li><a href="https://github.com/rollup/rollup/commit/ab4da0cb0522f136edd8f0aeeedd7e56301502c4"><code>ab4da0c</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/95400517f8bba1146d23654a881616f280db0346"><code>9540051</code></a> Expose syntheticNamedExports to ModuleInfo (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3847">#3847</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/b41e53274c353f00e0f1090990bea80a28b1dec9"><code>b41e532</code></a> Fix typo on docs (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3852">#3852</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/3d719bb543063288e64035c5fcd7892e0d204533"><code>3d719bb</code></a> Increase test timeout</li> <li><a href="https://github.com/rollup/rollup/commit/f9516fb6c65d5cfc043e81bd443ae7f0c09c080f"><code>f9516fb</code></a> 2.33.0</li> <li><a href="https://github.com/rollup/rollup/commit/50734f6e4b72a7e3b53a1891453f530beacb1108"><code>50734f6</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/87aebf32801316d8222c09ebba0a8575be9330ca"><code>87aebf3</code></a> Reorder events to help Windows</li> <li><a href="https://github.com/rollup/rollup/commit/e52eaf018939d70ba602d40ee6c56f76b8789c13"><code>e52eaf0</code></a> Tweak some parameter</li> <li><a href="https://github.com/rollup/rollup/commit/e6b4cf2cf8852852e65e87a90e65cc891cb7a16f"><code>e6b4cf2</code></a> Use OS agnostic files</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.32.1...v2.33.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.32.1&new-version=2.33.1)](https://dependabot.com/compatibility-score/?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.32.1&new-version=2.33.1) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 parents 1c9eeac + 45651ed + e0f086b commit b9f6c8e

File tree

1 file changed

+86
-35
lines changed

1 file changed

+86
-35
lines changed

yarn.lock

Lines changed: 86 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
dependencies:
476476
"@babel/helper-plugin-utils" "^7.8.0"
477477

478-
"@babel/plugin-syntax-top-level-await@^7.12.1":
478+
"@babel/plugin-syntax-top-level-await@^7.12.1", "@babel/plugin-syntax-top-level-await@^7.8.3":
479479
version "7.12.1"
480480
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz#dd6c0b357ac1bb142d98537450a319625d13d2a0"
481481
integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==
@@ -1039,31 +1039,31 @@
10391039
jest-runner "^26.6.1"
10401040
jest-runtime "^26.6.1"
10411041

1042-
"@jest/transform@^26.6.1":
1043-
version "26.6.1"
1044-
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.1.tgz#f70786f96e0f765947b4fb4f54ffcfb7bd783711"
1045-
integrity sha512-oNFAqVtqRxZRx6vXL3I4bPKUK0BIlEeaalkwxyQGGI8oXDQBtYQBpiMe5F7qPs4QdvvFYB42gPGIMMcxXaBBxQ==
1042+
"@jest/transform@^26.6.1", "@jest/transform@^26.6.2":
1043+
version "26.6.2"
1044+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b"
1045+
integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==
10461046
dependencies:
10471047
"@babel/core" "^7.1.0"
1048-
"@jest/types" "^26.6.1"
1048+
"@jest/types" "^26.6.2"
10491049
babel-plugin-istanbul "^6.0.0"
10501050
chalk "^4.0.0"
10511051
convert-source-map "^1.4.0"
10521052
fast-json-stable-stringify "^2.0.0"
10531053
graceful-fs "^4.2.4"
1054-
jest-haste-map "^26.6.1"
1054+
jest-haste-map "^26.6.2"
10551055
jest-regex-util "^26.0.0"
1056-
jest-util "^26.6.1"
1056+
jest-util "^26.6.2"
10571057
micromatch "^4.0.2"
10581058
pirates "^4.0.1"
10591059
slash "^3.0.0"
10601060
source-map "^0.6.1"
10611061
write-file-atomic "^3.0.0"
10621062

1063-
"@jest/types@^26.6.1":
1064-
version "26.6.1"
1065-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.1.tgz#2638890e8031c0bc8b4681e0357ed986e2f866c5"
1066-
integrity sha512-ywHavIKNpAVrStiRY5wiyehvcktpijpItvGiK72RAn5ctqmzvPk8OvKnvHeBqa1XdQr959CTWAJMqxI8BTibyg==
1063+
"@jest/types@^26.6.1", "@jest/types@^26.6.2":
1064+
version "26.6.2"
1065+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1066+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
10671067
dependencies:
10681068
"@types/istanbul-lib-coverage" "^2.0.0"
10691069
"@types/istanbul-reports" "^3.0.0"
@@ -1499,15 +1499,15 @@ aws4@^1.8.0:
14991499
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
15001500

15011501
babel-jest@^26.1.0, babel-jest@^26.6.1:
1502-
version "26.6.1"
1503-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.1.tgz#07bd7bec14de47fe0f2c9a139741329f1f41788b"
1504-
integrity sha512-duMWEOKrSBYRVTTNpL2SipNIWnZOjP77auOBMPQ3zXAdnDbyZQWU8r/RxNWpUf9N6cgPFecQYelYLytTVXVDtA==
1502+
version "26.6.3"
1503+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
1504+
integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
15051505
dependencies:
1506-
"@jest/transform" "^26.6.1"
1507-
"@jest/types" "^26.6.1"
1506+
"@jest/transform" "^26.6.2"
1507+
"@jest/types" "^26.6.2"
15081508
"@types/babel__core" "^7.1.7"
15091509
babel-plugin-istanbul "^6.0.0"
1510-
babel-preset-jest "^26.5.0"
1510+
babel-preset-jest "^26.6.2"
15111511
chalk "^4.0.0"
15121512
graceful-fs "^4.2.4"
15131513
slash "^3.0.0"
@@ -1530,20 +1530,20 @@ babel-plugin-istanbul@^6.0.0:
15301530
istanbul-lib-instrument "^4.0.0"
15311531
test-exclude "^6.0.0"
15321532

1533-
babel-plugin-jest-hoist@^26.5.0:
1534-
version "26.5.0"
1535-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.5.0.tgz#3916b3a28129c29528de91e5784a44680db46385"
1536-
integrity sha512-ck17uZFD3CDfuwCLATWZxkkuGGFhMij8quP8CNhwj8ek1mqFgbFzRJ30xwC04LLscj/aKsVFfRST+b5PT7rSuw==
1533+
babel-plugin-jest-hoist@^26.6.2:
1534+
version "26.6.2"
1535+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d"
1536+
integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==
15371537
dependencies:
15381538
"@babel/template" "^7.3.3"
15391539
"@babel/types" "^7.3.3"
15401540
"@types/babel__core" "^7.0.0"
15411541
"@types/babel__traverse" "^7.0.6"
15421542

1543-
babel-preset-current-node-syntax@^0.1.3:
1544-
version "0.1.4"
1545-
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.4.tgz#826f1f8e7245ad534714ba001f84f7e906c3b615"
1546-
integrity sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==
1543+
babel-preset-current-node-syntax@^1.0.0:
1544+
version "1.0.0"
1545+
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz#cf5feef29551253471cfa82fc8e0f5063df07a77"
1546+
integrity sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q==
15471547
dependencies:
15481548
"@babel/plugin-syntax-async-generators" "^7.8.4"
15491549
"@babel/plugin-syntax-bigint" "^7.8.3"
@@ -1556,14 +1556,15 @@ babel-preset-current-node-syntax@^0.1.3:
15561556
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
15571557
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
15581558
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1559+
"@babel/plugin-syntax-top-level-await" "^7.8.3"
15591560

1560-
babel-preset-jest@^26.5.0:
1561-
version "26.5.0"
1562-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.5.0.tgz#f1b166045cd21437d1188d29f7fba470d5bdb0e7"
1563-
integrity sha512-F2vTluljhqkiGSJGBg/jOruA8vIIIL11YrxRcO7nviNTMbbofPSHwnm8mgP7d/wS7wRSexRoI6X1A6T74d4LQA==
1561+
babel-preset-jest@^26.6.2:
1562+
version "26.6.2"
1563+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee"
1564+
integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==
15641565
dependencies:
1565-
babel-plugin-jest-hoist "^26.5.0"
1566-
babel-preset-current-node-syntax "^0.1.3"
1566+
babel-plugin-jest-hoist "^26.6.2"
1567+
babel-preset-current-node-syntax "^1.0.0"
15671568

15681569
balanced-match@^1.0.0:
15691570
version "1.0.0"
@@ -3376,6 +3377,27 @@ jest-haste-map@^26.6.1:
33763377
optionalDependencies:
33773378
fsevents "^2.1.2"
33783379

3380+
jest-haste-map@^26.6.2:
3381+
version "26.6.2"
3382+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa"
3383+
integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==
3384+
dependencies:
3385+
"@jest/types" "^26.6.2"
3386+
"@types/graceful-fs" "^4.1.2"
3387+
"@types/node" "*"
3388+
anymatch "^3.0.3"
3389+
fb-watchman "^2.0.0"
3390+
graceful-fs "^4.2.4"
3391+
jest-regex-util "^26.0.0"
3392+
jest-serializer "^26.6.2"
3393+
jest-util "^26.6.2"
3394+
jest-worker "^26.6.2"
3395+
micromatch "^4.0.2"
3396+
sane "^4.0.3"
3397+
walker "^1.0.7"
3398+
optionalDependencies:
3399+
fsevents "^2.1.2"
3400+
33793401
jest-jasmine2@^26.6.1:
33803402
version "26.6.1"
33813403
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.1.tgz#11c92603d1fa97e3c33404359e69d6cec7e57017"
@@ -3540,6 +3562,14 @@ jest-serializer@^26.5.0:
35403562
"@types/node" "*"
35413563
graceful-fs "^4.2.4"
35423564

3565+
jest-serializer@^26.6.2:
3566+
version "26.6.2"
3567+
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1"
3568+
integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==
3569+
dependencies:
3570+
"@types/node" "*"
3571+
graceful-fs "^4.2.4"
3572+
35433573
jest-snapshot@^26.6.1:
35443574
version "26.6.1"
35453575
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.1.tgz#469e9d0b749496aea7dad0d7e5e5c88b91cdb4cc"
@@ -3574,6 +3604,18 @@ jest-util@^26.6.1:
35743604
is-ci "^2.0.0"
35753605
micromatch "^4.0.2"
35763606

3607+
jest-util@^26.6.2:
3608+
version "26.6.2"
3609+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
3610+
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
3611+
dependencies:
3612+
"@jest/types" "^26.6.2"
3613+
"@types/node" "*"
3614+
chalk "^4.0.0"
3615+
graceful-fs "^4.2.4"
3616+
is-ci "^2.0.0"
3617+
micromatch "^4.0.2"
3618+
35773619
jest-validate@^26.6.1:
35783620
version "26.6.1"
35793621
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.1.tgz#28730eb8570d60968d9d06f1a8c94d922167bd2a"
@@ -3621,6 +3663,15 @@ jest-worker@^26.2.1, jest-worker@^26.6.1:
36213663
merge-stream "^2.0.0"
36223664
supports-color "^7.0.0"
36233665

3666+
jest-worker@^26.6.2:
3667+
version "26.6.2"
3668+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed"
3669+
integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
3670+
dependencies:
3671+
"@types/node" "*"
3672+
merge-stream "^2.0.0"
3673+
supports-color "^7.0.0"
3674+
36243675
jest@^26.1.0:
36253676
version "26.6.1"
36263677
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.1.tgz#821e8280d2bdeeed40ac7bc43941dceff0f1b650"
@@ -4702,9 +4753,9 @@ rollup-pluginutils@^2.8.1:
47024753
estree-walker "^0.6.1"
47034754

47044755
rollup@^2.23.0:
4705-
version "2.32.1"
4706-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.32.1.tgz#625a92c54f5b4d28ada12d618641491d4dbb548c"
4707-
integrity sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw==
4756+
version "2.33.1"
4757+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.33.1.tgz#802795164164ee63cd47769d8879c33ec8ae0c40"
4758+
integrity sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w==
47084759
optionalDependencies:
47094760
fsevents "~2.1.2"
47104761

0 commit comments

Comments
 (0)