Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 84a1698

Browse files
chore(lambda): Bump jest-mock from 29.5.0 to 29.6.3 in /lambdas (#3441)
Bumps [jest-mock](https://github.com/jestjs/jest/tree/HEAD/packages/jest-mock) from 29.5.0 to 29.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">jest-mock's releases</a>.</em></p> <blockquote> <h2>v29.6.3</h2> <h2>Fixes</h2> <ul> <li><code>[expect, @jest/expect-utils]</code> <code>ObjectContaining</code> support <code>sumbol</code> as key (<a href="https://redirect.github.com/jestjs/jest/pull/14414">#14414</a>)</li> <li><code>[expect]</code> Remove <code>@types/node</code> from dependencies (<a href="https://redirect.github.com/jestjs/jest/pull/14385">#14385</a>)</li> <li><code>[jest-core]</code> Use workers in watch mode by default to avoid crashes (<a href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/14085">#14085</a>).</li> <li><code>[jest-reporters]</code> Update <code>istanbul-lib-instrument</code> dependency to v6. (<a href="https://redirect.github.com/jestjs/jest/pull/14401">#14401</a>)</li> <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13692">#13692</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li> <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13866">#13866</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li> <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13867">#13867</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li> <li><code>[@jest/reporters]</code> Marks Reporter's hooks as optional (<a href="https://redirect.github.com/jestjs/jest/pull/14433">#14433</a>)</li> <li><code>[jest-runtime]</code> Fix dynamic ESM import module bug when loaded module through <code>jest.isolateModulesAsync</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14397">#14397</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]</code> Use <code>invariant</code> and <code>notEmpty</code> from <code>jest-util</code> rather than own internal (<a href="https://redirect.github.com/jestjs/jest/pull/14366">#14366</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/karlnorling"><code>@​karlnorling</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14401">jestjs/jest#14401</a></li> <li><a href="https://github.com/vinicinbgs"><code>@​vinicinbgs</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14388">jestjs/jest#14388</a></li> <li><a href="https://github.com/panteleevnikita"><code>@​panteleevnikita</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14433">jestjs/jest#14433</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.2...v29.6.3">https://github.com/jestjs/jest/compare/v29.6.2...v29.6.3</a></p> <h2>v29.6.2</h2> <h2>Fixes</h2> <ul> <li><code>[jest-circus]</code> Fix snapshot matchers in concurrent tests when nr of tests exceeds <code>maxConcurrency</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14335">#14335</a>)</li> <li><code>[@jest/core]</code> When running global setup and teardown, do not try to change the <code>message</code> property of the thrown error object when the <code>message</code> property is unwritable (<a href="https://redirect.github.com/jestjs/jest/pull/14113">#14113</a>)</li> <li><code>[jest-snapshot]</code> Move <code>@types/prettier</code> from <code>dependencies</code> to <code>devDependencies</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14328">#14328</a>)</li> <li><code>[jest-snapshot]</code> Throw an explicit error if Prettier v3 is used (<a href="https://redirect.github.com/jestjs/jest/pull/14367">#14367</a>)</li> <li><code>[jest-reporters]</code> Add &quot;skipped&quot; and &quot;todo&quot; symbols to Github Actions Reporter (<a href="https://redirect.github.com/jestjs/jest/pull/14309">#14309</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[@jest/core]</code> Use <code>pluralize</code> from <code>jest-util</code> rather than own internal (<a href="https://redirect.github.com/jestjs/jest/pull/14322">#14322</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kloen"><code>@​Kloen</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14328">jestjs/jest#14328</a></li> <li><a href="https://github.com/eryue0220"><code>@​eryue0220</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14322">jestjs/jest#14322</a></li> <li><a href="https://github.com/david-szabo97"><code>@​david-szabo97</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14113">jestjs/jest#14113</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.1...v29.6.2">https://github.com/jestjs/jest/compare/v29.6.1...v29.6.2</a></p> <h2>v29.6.1</h2> <h2>Fixes</h2> <ul> <li><code>[jest-circus]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14304">#14304</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest-mock's changelog</a>.</em></p> <blockquote> <h2>29.6.3</h2> <ul> <li><code>[expect, @jest/expect-utils]</code> <code>ObjectContaining</code> support <code>sumbol</code> as key (<a href="https://redirect.github.com/jestjs/jest/pull/14414">#14414</a>)</li> <li><code>[expect]</code> Remove <code>@types/node</code> from dependencies (<a href="https://redirect.github.com/jestjs/jest/pull/14385">#14385</a>)</li> <li><code>[jest-core]</code> Use workers in watch mode by default to avoid crashes (<a href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/14085">#14085</a>).</li> <li><code>[jest-reporters]</code> Update <code>istanbul-lib-instrument</code> dependency to v6. (<a href="https://redirect.github.com/jestjs/jest/pull/14401">#14401</a>)</li> <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13692">#13692</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li> <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13866">#13866</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li> <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13867">#13867</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li> <li><code>[@jest/reporters]</code> Marks Reporter's hooks as optional (<a href="https://redirect.github.com/jestjs/jest/pull/14433">#14433</a>)</li> <li><code>[jest-runtime]</code> Fix dynamic ESM import module bug when loaded module through <code>jest.isolateModulesAsync</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14397">#14397</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]</code> Use <code>invariant</code> and <code>notEmpty</code> from <code>jest-util</code> rather than own internal (<a href="https://redirect.github.com/jestjs/jest/pull/14366">#14366</a>)</li> </ul> <h2>29.6.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Fix snapshot matchers in concurrent tests when nr of tests exceeds <code>maxConcurrency</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14335">#14335</a>)</li> <li><code>[@jest/core]</code> When running global setup and teardown, do not try to change the <code>message</code> property of the thrown error object when the <code>message</code> property is unwritable (<a href="https://redirect.github.com/jestjs/jest/pull/14113">#14113</a>)</li> <li><code>[jest-snapshot]</code> Move <code>@types/prettier</code> from <code>dependencies</code> to <code>devDependencies</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14328">#14328</a>)</li> <li><code>[jest-snapshot]</code> Throw an explicit error if Prettier v3 is used (<a href="https://redirect.github.com/jestjs/jest/pull/14367">#14367</a>)</li> <li><code>[jest-reporters]</code> Add &quot;skipped&quot; and &quot;todo&quot; symbols to Github Actions Reporter (<a href="https://redirect.github.com/jestjs/jest/pull/14309">#14309</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[@jest/core]</code> Use <code>pluralize</code> from <code>jest-util</code> rather than own internal (<a href="https://redirect.github.com/jestjs/jest/pull/14322">#14322</a>)</li> </ul> <h2>29.6.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14304">#14304</a>)</li> </ul> <h2>29.6.0</h2> <h3>Features</h3> <ul> <li><code>[jest-circus, jest-snapshot]</code> Add support for snapshot matchers in concurrent tests (<a href="https://redirect.github.com/jestjs/jest/pull/14139">#14139</a>)</li> <li><code>[jest-cli]</code> Include type definitions to generated config files (<a href="https://redirect.github.com/facebook/jest/pull/14078">#14078</a>)</li> <li><code>[jest-snapshot]</code> Support arrays as property matchers (<a href="https://redirect.github.com/facebook/jest/pull/14025">#14025</a>)</li> <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting about start individual test cases using jest-circus (<a href="https://redirect.github.com/jestjs/jest/pull/14174">#14174</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Prevent false test failures caused by promise rejections handled asynchronously (<a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a>)</li> <li><code>[jest-config]</code> Handle frozen config object (<a href="https://redirect.github.com/facebook/jest/pull/14054">#14054</a>)</li> <li><code>[jest-config]</code> Allow <code>coverageDirectory</code> and <code>collectCoverageFrom</code> in project config (<a href="https://redirect.github.com/jestjs/jest/pull/14180">#14180</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"><code>fb7d95c</code></a> v29.6.3</li> <li><a href="https://github.com/jestjs/jest/commit/085f06331668e8f041b29f3cfe6bb6513735b3f0"><code>085f063</code></a> Revert breaking changes to mocks (restoreAllMocks, spy changes) since 29.3.0 ...</li> <li><a href="https://github.com/jestjs/jest/commit/49bacb9620b87c476bd5ba1b30e26ca2c4f42a70"><code>49bacb9</code></a> chore: update jest repo organisation in urls (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest-mock/issues/14413">#14413</a>)</li> <li><a href="https://github.com/jestjs/jest/commit/0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"><code>0fd5b1c</code></a> v29.6.2</li> <li><a href="https://github.com/jestjs/jest/commit/1f019afdcdfc54a6664908bb45f343db4e3d0848"><code>1f019af</code></a> v29.6.1</li> <li><a href="https://github.com/jestjs/jest/commit/c1e5b8a38ef54bb138409f89831942ebf6a7a67e"><code>c1e5b8a</code></a> v29.6.0</li> <li><a href="https://github.com/jestjs/jest/commit/6ffa48d1cd7d85189f0dbc1e37fd0efafa5c221c"><code>6ffa48d</code></a> chore: upgrade TypeScript to v5 (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest-mock/issues/14155">#14155</a>)</li> <li><a href="https://github.com/jestjs/jest/commit/268afca708199c0e64ef26f35995907faf4454ff"><code>268afca</code></a> fix(jest-mock): improve user input validation and error messages of <code>spyOn</code> a...</li> <li><a href="https://github.com/jestjs/jest/commit/c40ef2121b3123fcf6babe9bbeef3cf17d67c2d5"><code>c40ef21</code></a> fix(jest-mock): tweak typings to allow <code>jest.replaceProperty()</code> replace metho...</li> <li><a href="https://github.com/jestjs/jest/commit/a95eeb6c2c8145a81190149a52a30fc177417ecc"><code>a95eeb6</code></a> chore: update tsd runner (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest-mock/issues/14020">#14020</a>)</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v29.6.3/packages/jest-mock">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-mock&package-manager=npm_and_yarn&previous-version=29.5.0&new-version=29.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name> dependency` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name> dependency` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f37143b commit 84a1698

File tree

1 file changed

+23
-37
lines changed

1 file changed

+23
-37
lines changed

Diff for: lambdas/yarn.lock

+23-37
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,13 @@
13131313
dependencies:
13141314
"@sinclair/typebox" "^0.27.8"
13151315

1316+
"@jest/schemas@^29.6.3":
1317+
version "29.6.3"
1318+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
1319+
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
1320+
dependencies:
1321+
"@sinclair/typebox" "^0.27.8"
1322+
13161323
"@jest/source-map@^29.6.0":
13171324
version "29.6.0"
13181325
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.0.tgz#bd34a05b5737cb1a99d43e1957020ac8e5b9ddb1"
@@ -1375,12 +1382,12 @@
13751382
"@types/yargs" "^17.0.8"
13761383
chalk "^4.0.0"
13771384

1378-
"@jest/types@^29.5.0", "@jest/types@^29.6.1":
1379-
version "29.6.1"
1380-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2"
1381-
integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==
1385+
"@jest/types@^29.6.1", "@jest/types@^29.6.3":
1386+
version "29.6.3"
1387+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
1388+
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
13821389
dependencies:
1383-
"@jest/schemas" "^29.6.0"
1390+
"@jest/schemas" "^29.6.3"
13841391
"@types/istanbul-lib-coverage" "^2.0.0"
13851392
"@types/istanbul-reports" "^3.0.0"
13861393
"@types/node" "*"
@@ -5879,23 +5886,14 @@ jest-mock-extended@^3.0.4:
58795886
dependencies:
58805887
ts-essentials "^7.0.3"
58815888

5882-
jest-mock@^29.5.0:
5883-
version "29.5.0"
5884-
resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-29.5.0.tgz"
5885-
integrity sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==
5889+
jest-mock@^29.5.0, jest-mock@^29.6.1:
5890+
version "29.6.3"
5891+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.3.tgz#433f3fd528c8ec5a76860177484940628bdf5e0a"
5892+
integrity sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg==
58865893
dependencies:
5887-
"@jest/types" "^29.5.0"
5888-
"@types/node" "*"
5889-
jest-util "^29.5.0"
5890-
5891-
jest-mock@^29.6.1:
5892-
version "29.6.1"
5893-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.1.tgz#049ee26aea8cbf54c764af649070910607316517"
5894-
integrity sha512-brovyV9HBkjXAEdRooaTQK42n8usKoSRR3gihzUpYeV/vwqgSoNfrksO7UfSACnPmxasO/8TmHM3w9Hp3G1dgw==
5895-
dependencies:
5896-
"@jest/types" "^29.6.1"
5894+
"@jest/types" "^29.6.3"
58975895
"@types/node" "*"
5898-
jest-util "^29.6.1"
5896+
jest-util "^29.6.3"
58995897

59005898
jest-pnp-resolver@^1.2.2:
59015899
version "1.2.3"
@@ -6024,24 +6022,12 @@ jest-util@^28.1.3:
60246022
graceful-fs "^4.2.9"
60256023
picomatch "^2.2.3"
60266024

6027-
jest-util@^29.0.0, jest-util@^29.5.0:
6028-
version "29.5.0"
6029-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz"
6030-
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==
6025+
jest-util@^29.0.0, jest-util@^29.6.1, jest-util@^29.6.3:
6026+
version "29.6.3"
6027+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.3.tgz#e15c3eac8716440d1ed076f09bc63ace1aebca63"
6028+
integrity sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==
60316029
dependencies:
6032-
"@jest/types" "^29.5.0"
6033-
"@types/node" "*"
6034-
chalk "^4.0.0"
6035-
ci-info "^3.2.0"
6036-
graceful-fs "^4.2.9"
6037-
picomatch "^2.2.3"
6038-
6039-
jest-util@^29.6.1:
6040-
version "29.6.1"
6041-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb"
6042-
integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==
6043-
dependencies:
6044-
"@jest/types" "^29.6.1"
6030+
"@jest/types" "^29.6.3"
60456031
"@types/node" "*"
60466032
chalk "^4.0.0"
60476033
ci-info "^3.2.0"

0 commit comments

Comments
 (0)