Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge #2332
Browse files Browse the repository at this point in the history
2332: Bump jest from 25.1.0 to 25.2.1 in /api_tests r=mergify[bot] a=dependabot-preview[bot]

Bumps [jest](https://github.com/facebook/jest) from 25.1.0 to 25.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p>
<blockquote>
<h2>25.2.1</h2>
<h3>Fixes</h3>
<ul>
<li><code>[*]</code> Downlevel TypeScript definitions files for compatibility with TS&lt;3.8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9705">#9705</a>)</li>
</ul>
<h2>25.2.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Support ESM config files with <code>.js</code> extension (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9573">#9573</a>).</li>
<li><code>[jest-runtime]</code> Override <code>module.createRequire</code> to return a Jest-compatible <code>require</code> function (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9469">#9469</a>)</li>
<li><code>[jest-haste-map]</code> [<strong>BREAKING</strong>] Remove <code>mapper</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9581">#9581</a>)</li>
<li><code>[*]</code> Support array of paths for <code>moduleNameMapper</code> aliases (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9465">#9465</a>)</li>
<li><code>[jest-reporters]</code> Adds ability to pass options to the istanbul-reporter through <code>coverageReporters</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9572">#9572</a>)</li>
<li><code>[jest-runtime]</code> Require stack when a module cannot be resolved (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9681">#9681</a>)</li>
<li><code>[jest-transform]</code> <code>writeCacheFile</code> no longer calls <code>fsync</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9695">#9695</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Handle readonly properties correctly (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9575">#9575</a>)</li>
<li><code>[jest-cli]</code> Set <code>coverageProvider</code> correctly when provided in config (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9562">#9562</a>)</li>
<li><code>[jest-cli]</code> Allow specifying <code>.cjs</code> and <code>.mjs</code> config files by <code>--config</code> CLI option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9578">#9578</a>)</li>
<li><code>[jest-cli]</code> Update yargs to fix CLI flag overriding (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9519">#9519</a>)</li>
<li><code>[jest-config]</code> Treat <code>setupFilesAfterEnv</code> like <code>setupFiles</code> when normalizing configs against presets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9495">#9495</a>)</li>
<li><code>[jest-config]</code> Support <code>.mjs</code> config files on Windows as well (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9558">#9558</a>)</li>
<li><code>[jest-config]</code> Verify <code>rootDir</code> and all <code>roots</code> are directories (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9569">#9569</a>)</li>
<li><code>[jest-config]</code> Ensure pattern of <code>replacePosixSep</code> is a string (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9546">#9546</a>)</li>
<li><code>[jest-haste-map]</code> Fix crash on unix based systems without find (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9579">#9579</a>)</li>
<li><code>[jest-jasmine2]</code> Fix <code>--testNamePattern</code> matching with <code>concurrent</code> tests (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9090">#9090</a>)</li>
<li><code>[jest-matcher-utils]</code> Fix diff highlight of symbol-keyed object. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9499">#9499</a>)</li>
<li><code>[@jest/reporters]</code> Notifications should be fire&amp;forget rather than having a timeout (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9567">#9567</a>)</li>
<li><code>[jest-resolve]</code> Fix module identity preservation with symlinks and browser field resolution (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9511">#9511</a>)</li>
<li><code>[jest-resolve]</code> Do not confuse directories with files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8912">#8912</a>)</li>
<li><code>[jest-resolve]</code> <code>moduleNameMapper</code> should take precedence over Node core modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9563">#9563</a>)</li>
<li><code>[jest-runtime]</code> Reset <code>isolateModules</code> if it fails (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9541">#9541</a>)</li>
<li><code>[jest-runtime]</code> Yarn PnP errors displayed to the user (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9681">#9681</a>)</li>
<li><code>[jest-snapshot]</code> Downgrade semver to v6 to support node 8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9451">#9451</a>)</li>
<li><code>[jest-snapshot]</code> Properly indent new snapshots in the presences of existing ones (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9523">#9523</a>)</li>
<li><code>[jest-transform]</code> Correct sourcemap behavior for transformed and instrumented code (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9460">#9460</a>)</li>
<li><code>[jest-transform]</code> Allow instrumentation of transformed files with weird file extensions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9589">#9589</a>)</li>
<li><code>[@jest/types]</code> Make <code>ConfigGlobals</code> an interface to allow for declaration merging. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9570">#9570</a>)</li>
<li><code>[pretty-format]</code> Export <code>OldPlugin</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9491">#9491</a>)</li>
</ul>
<h3>Chore &amp; Maintenance</h3>
<ul>
<li><code>[docs]</code> Warn about unexpected behavior / bug of node-notifier when using the <code>notify</code> options.</li>
<li><code>[docs]</code> Grammatical corrections to Async docs page. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9679">#9679</a>)</li>
<li><code>[jest-resolver]</code> Use <code>resolve</code> package to implement custom module resolution (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9520">#9520</a>)</li>
<li><code>[jest-runtime]</code> Move execution of <code>setupFiles</code> to <code>jest-runner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9596">#9596</a>)</li>
<li><code>[jest-runtime]</code> Update anchor link in <code>helpers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9616">#9616</a>)</li>
<li><code>[@jest/reporters]</code> Remove unused dependencies and type exports (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9462">#9462</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p>
<blockquote>
<h2>25.2.1</h2>
<h3>Fixes</h3>
<ul>
<li><code>[*]</code> Downlevel TypeScript definitions files for compatibility with TS&lt;3.8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9705">#9705</a>)</li>
</ul>
<h2>25.2.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Support ESM config files with <code>.js</code> extension (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9573">#9573</a>).</li>
<li><code>[jest-runtime]</code> Override <code>module.createRequire</code> to return a Jest-compatible <code>require</code> function (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9469">#9469</a>)</li>
<li><code>[jest-haste-map]</code> [<strong>BREAKING</strong>] Remove <code>mapper</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9581">#9581</a>)</li>
<li><code>[*]</code> Support array of paths for <code>moduleNameMapper</code> aliases (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9465">#9465</a>)</li>
<li><code>[jest-reporters]</code> Adds ability to pass options to the istanbul-reporter through <code>coverageReporters</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9572">#9572</a>)</li>
<li><code>[jest-runtime]</code> Require stack when a module cannot be resolved (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9681">#9681</a>)</li>
<li><code>[jest-transform]</code> <code>writeCacheFile</code> no longer calls <code>fsync</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9695">#9695</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Handle readonly properties correctly (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9575">#9575</a>)</li>
<li><code>[jest-cli]</code> Set <code>coverageProvider</code> correctly when provided in config (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9562">#9562</a>)</li>
<li><code>[jest-cli]</code> Allow specifying <code>.cjs</code> and <code>.mjs</code> config files by <code>--config</code> CLI option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9578">#9578</a>)</li>
<li><code>[jest-cli]</code> Update yargs to fix CLI flag overriding (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9519">#9519</a>)</li>
<li><code>[jest-config]</code> Treat <code>setupFilesAfterEnv</code> like <code>setupFiles</code> when normalizing configs against presets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9495">#9495</a>)</li>
<li><code>[jest-config]</code> Support <code>.mjs</code> config files on Windows as well (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9558">#9558</a>)</li>
<li><code>[jest-config]</code> Verify <code>rootDir</code> and all <code>roots</code> are directories (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9569">#9569</a>)</li>
<li><code>[jest-config]</code> Ensure pattern of <code>replacePosixSep</code> is a string (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9546">#9546</a>)</li>
<li><code>[jest-haste-map]</code> Fix crash on unix based systems without find (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9579">#9579</a>)</li>
<li><code>[jest-jasmine2]</code> Fix <code>--testNamePattern</code> matching with <code>concurrent</code> tests (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9090">#9090</a>)</li>
<li><code>[jest-matcher-utils]</code> Fix diff highlight of symbol-keyed object. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9499">#9499</a>)</li>
<li><code>[@jest/reporters]</code> Notifications should be fire&amp;forget rather than having a timeout (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9567">#9567</a>)</li>
<li><code>[jest-resolve]</code> Fix module identity preservation with symlinks and browser field resolution (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9511">#9511</a>)</li>
<li><code>[jest-resolve]</code> Do not confuse directories with files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8912">#8912</a>)</li>
<li><code>[jest-resolve]</code> <code>moduleNameMapper</code> should take precedence over Node core modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9563">#9563</a>)</li>
<li><code>[jest-runtime]</code> Reset <code>isolateModules</code> if it fails (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9541">#9541</a>)</li>
<li><code>[jest-runtime]</code> Yarn PnP errors displayed to the user (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9681">#9681</a>)</li>
<li><code>[jest-snapshot]</code> Downgrade semver to v6 to support node 8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9451">#9451</a>)</li>
<li><code>[jest-snapshot]</code> Properly indent new snapshots in the presences of existing ones (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9523">#9523</a>)</li>
<li><code>[jest-transform]</code> Correct sourcemap behavior for transformed and instrumented code (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9460">#9460</a>)</li>
<li><code>[jest-transform]</code> Allow instrumentation of transformed files with weird file extensions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9589">#9589</a>)</li>
<li><code>[@jest/types]</code> Make <code>ConfigGlobals</code> an interface to allow for declaration merging. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9570">#9570</a>)</li>
<li><code>[pretty-format]</code> Export <code>OldPlugin</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9491">#9491</a>)</li>
</ul>
<h3>Chore &amp; Maintenance</h3>
<ul>
<li><code>[docs]</code> Warn about unexpected behavior / bug of node-notifier when using the <code>notify</code> options.</li>
<li><code>[docs]</code> Grammatical corrections to Async docs page. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9679">#9679</a>)</li>
<li><code>[jest-resolver]</code> Use <code>resolve</code> package to implement custom module resolution (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9520">#9520</a>)</li>
<li><code>[jest-runtime]</code> Move execution of <code>setupFiles</code> to <code>jest-runner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9596">#9596</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/jest/commit/a679390828b6c30aeaa547d8c4dc9aed6531e357"><code>a679390</code></a> v25.2.1</li>
<li><a href="https://github.com/facebook/jest/commit/0e7b531869886b7ac69ea96bb46c00768f4282f6"><code>0e7b531</code></a> chore: update changelog for release</li>
<li><a href="https://github.com/facebook/jest/commit/d4057ce23bcc3ed9ac83bab9d7dd7a2339bfaa8a"><code>d4057ce</code></a> fix: downlevel .d.ts files for compat with older TS versions (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9705">#9705</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/677b763ec0a8c592c7395901c8efa1491c138c61"><code>677b763</code></a> docs: Grammatical Corrections to Async Docs Page (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9679">#9679</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/682e31026cccfb8352e51a7acad71f49af81de10"><code>682e310</code></a> docs: Clarify scope of jest.setTimeout (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9676">#9676</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/9f0339c1c762e39f869f7df63e88470287728b93"><code>9f0339c</code></a> v25.2.0</li>
<li><a href="https://github.com/facebook/jest/commit/c0c84ca4a8ad8293d1f8c8ca89819d42f932d2aa"><code>c0c84ca</code></a> chore: update changelog for release</li>
<li><a href="https://github.com/facebook/jest/commit/cd98198c9397d8b69c55155d7b224d62ef117a90"><code>cd98198</code></a> feat: add require stack &amp; surface Yarn PnP (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9681">#9681</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/553b7880923b0ac25dad3da1a396eb870415de2e"><code>553b788</code></a> chore: make clean-all script actually work</li>
<li><a href="https://github.com/facebook/jest/commit/2c666c21c6efc1fcadaf820cc9b47bf0ac10505a"><code>2c666c2</code></a> fix: fsync: false when writing cache files (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9695">#9695</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v25.1.0...v25.2.1">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~simenb">simenb</a>, a new releaser for jest since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=25.1.0&new-version=25.2.1)](https://dependabot.com/compatibility-score/?dependency-name=jest&package-manager=npm_and_yarn&previous-version=25.1.0&new-version=25.2.1)

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`.

[//]: # (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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Mar 26, 2020
2 parents 2e8b8aa + 161d2c7 commit 0a69cf2
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 487 deletions.
2 changes: 1 addition & 1 deletion api_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"comit-sdk": "^0.15.1",
"ethers": "^4.0.46",
"get-port": "^5.1.1",
"jest": "^25.1.0",
"jest": "^25.2.1",
"js-sha256": "^0.9.0",
"log4js": "^6.1.2",
"prettier": "^2.0.2",
Expand Down
Loading

0 comments on commit 0a69cf2

Please sign in to comment.