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

Commit

Permalink
Merge #3305
Browse files Browse the repository at this point in the history
3305: Bump jest from 26.5.3 to 26.6.0 in /tests r=mergify[bot] a=dependabot[bot]

Bumps [jest](https://github.com/facebook/jest) from 26.5.3 to 26.6.0.
<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>26.6.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-cli, jest-config]</code> Add support for the <code>jest.config.ts</code> configuration file (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10564">#10564</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config]</code> Simplify transform RegExp (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10207">#10207</a>)</li>
<li><code>[jest-fake-timers]</code> Lazily instantiate mock timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10551">#10551</a>)</li>
<li><code>[jest-runtime]</code> <code>require.main</code> is no longer <code>undefined</code> when using <code>jest.resetModules</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10626">#10626</a>)</li>
<li><code>[@jest/types]</code> Add missing values for <code>timers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10632">#10632</a>)</li>
</ul>
<h3>Chore &amp; Maintenance</h3>
<ul>
<li><code>[docs]</code> Add step for fetching <code>backers.json</code> file in website setup docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10631">#10631</a>)</li>
<li><code>[docs]</code> Add page detailing environment variables set by Jest (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10630">#10630</a>)</li>
<li><code>[jest-circus]</code> Refactor <code>callAsyncCircusFn</code> parameters (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10629">#10629</a>)</li>
</ul>
</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>26.6.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-cli, jest-config]</code> Add support for the <code>jest.config.ts</code> configuration file (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10564">#10564</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config]</code> Simplify transform RegExp (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10207">#10207</a>)</li>
<li><code>[jest-fake-timers]</code> Lazily instantiate mock timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10551">#10551</a>)</li>
<li><code>[jest-runtime]</code> <code>require.main</code> is no longer <code>undefined</code> when using <code>jest.resetModules</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10626">#10626</a>)</li>
<li><code>[@jest/types]</code> Add missing values for <code>timers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10632">#10632</a>)</li>
</ul>
<h3>Chore &amp; Maintenance</h3>
<ul>
<li><code>[docs]</code> Add step for fetching <code>backers.json</code> file in website setup docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10631">#10631</a>)</li>
<li><code>[docs]</code> Add page detailing environment variables set by Jest (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10630">#10630</a>)</li>
<li><code>[jest-circus]</code> Refactor <code>callAsyncCircusFn</code> parameters (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10629">#10629</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/jest/commit/b254fd82fdedcba200e1c7eddeaab83a09bdaaef"><code>b254fd8</code></a> v26.6.0</li>
<li><a href="https://github.com/facebook/jest/commit/30a22fc6f63aeab25aba57176a67e4aad3796601"><code>30a22fc</code></a> chore: update changelog for release</li>
<li><a href="https://github.com/facebook/jest/commit/7d7e97fb9ce82a91969b67a3d18b638b266ff988"><code>7d7e97f</code></a> fix: simplify transform RegExp (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10207">#10207</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/ecb31a71f03e6ba191c96988e1e88379bacfb241"><code>ecb31a7</code></a> refactor(fake-timers): don't setup fakeTimerAPIs unless needed (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10551">#10551</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/621ecf7cf47ce7612e5ea433c0b0981b3be7d373"><code>621ecf7</code></a> chore(docs): Added MIT Licence Badge and aligned all badges (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10411">#10411</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/8ea403dece7cbd15606098069985832e7263953e"><code>8ea403d</code></a> chore(website): minor CSS improvements to logos (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10410">#10410</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/e84a70c8456d61daa36b5c79a4df7ee752d6d6d6"><code>e84a70c</code></a> refactor: add missing options for timers on config.ts file (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10632">#10632</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/50b534ee612d0bf3de56df4c1b974a1792b8c022"><code>50b534e</code></a> chore: fix snapshot</li>
<li><a href="https://github.com/facebook/jest/commit/19886b5a93a351eb77b570721eba1eecaa86f888"><code>19886b5</code></a> chore: refactor <code>callAsyncCircusFn</code> parameters (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10629">#10629</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/d077f2e6f36cc5717d61b973cda51f63bd1a280e"><code>d077f2e</code></a> Add environment variables docs page (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10630">#10630</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v26.5.3...v26.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=26.5.3&new-version=26.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 19, 2020
2 parents c5ce1db + a44997c commit b4ad16d
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 288 deletions.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"get-port": "^5.1.1",
"glob": "^7.1.6",
"jasmine": "^3.6.2",
"jest": "^26.5.3",
"jest": "^26.6.0",
"lodash": "^4.17.20",
"log4js": "^6.3.0",
"morgan": "^1.10.0",
Expand Down
Loading

0 comments on commit b4ad16d

Please sign in to comment.