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

Commit 588ca2d

Browse files
chore(lambda): Bump jest-mock from 29.6.3 to 29.7.0 in /lambdas (#3485)
Bumps [jest-mock](https://github.com/jestjs/jest/tree/HEAD/packages/jest-mock) from 29.6.3 to 29.7.0. <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.7.0</h2> <h2>Features</h2> <ul> <li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn create</code> initialiser for Jest projects (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li> <li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-resolver]</code> Replace unmatched capture groups in <code>moduleNameMapper</code> with empty string instead of <code>undefined</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14507">#14507</a>)</li> <li><code>[jest-snapshot]</code> Allow for strings as well as template literals in inline snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/14465">#14465</a>)</li> <li><code>[@jest/test-sequencer]</code> Calculate test runtime if <code>perStats.duration</code> is missing (<a href="https://redirect.github.com/jestjs/jest/pull/14473">#14473</a>)</li> </ul> <h2>Performance</h2> <ul> <li><code>[@jest/create-cache-key-function]</code> Cache access of <code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14455">#14455</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[jest-cli]</code> Move internal config initialisation logic to the <code>create-jest</code> package (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bawjensen"><code>@​bawjensen</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14465">jestjs/jest#14465</a></li> <li><a href="https://github.com/malaviya-parth"><code>@​malaviya-parth</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14467">jestjs/jest#14467</a></li> <li><a href="https://github.com/niklasholm"><code>@​niklasholm</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14507">jestjs/jest#14507</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0">https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0</a></p> <h2>v29.6.4</h2> <h2>Fixes</h2> <ul> <li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code> performance marker (<a href="https://redirect.github.com/jestjs/jest/pull/14434">#14434</a>)</li> <li><code>[jest-environment-node]</code> Make sure <code>atob</code> and <code>btoa</code> are writeable in Node 20 (<a href="https://redirect.github.com/jestjs/jest/pull/14446">#14446</a>)</li> <li><code>[jest-worker]</code> Additional error wrapper for <code>parentPort.postMessage</code> to fix unhandled <code>DataCloneError</code>. (<a href="https://redirect.github.com/jestjs/jest/pull/14437">#14437</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stanleyume"><code>@​stanleyume</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14424">jestjs/jest#14424</a></li> <li><a href="https://github.com/dj-stormtrooper"><code>@​dj-stormtrooper</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14437">jestjs/jest#14437</a></li> <li><a href="https://github.com/thw0rted"><code>@​thw0rted</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14444">jestjs/jest#14444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4">https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4</a></p> </blockquote> </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.7.0</h2> <h3>Features</h3> <ul> <li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn create</code> initialiser for Jest projects (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li> <li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-resolver]</code> Replace unmatched capture groups in <code>moduleNameMapper</code> with empty string instead of <code>undefined</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14507">#14507</a>)</li> <li><code>[jest-snapshot]</code> Allow for strings as well as template literals in inline snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/14465">#14465</a>)</li> <li><code>[@jest/test-sequencer]</code> Calculate test runtime if <code>perStats.duration</code> is missing (<a href="https://redirect.github.com/jestjs/jest/pull/14473">#14473</a>)</li> </ul> <h3>Performance</h3> <ul> <li><code>[@jest/create-cache-key-function]</code> Cache access of <code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14455">#14455</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[jest-cli]</code> Move internal config initialisation logic to the <code>create-jest</code> package (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li> </ul> <h2>29.6.4</h2> <h3>Fixes</h3> <ul> <li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code> performance marker (<a href="https://redirect.github.com/jestjs/jest/pull/14434">#14434</a>)</li> <li><code>[jest-environment-node]</code> Make sure <code>atob</code> and <code>btoa</code> are writeable in Node 20 (<a href="https://redirect.github.com/jestjs/jest/pull/14446">#14446</a>)</li> <li><code>[jest-worker]</code> Additional error wrapper for <code>parentPort.postMessage</code> to fix unhandled <code>DataCloneError</code>. (<a href="https://redirect.github.com/jestjs/jest/pull/14437">#14437</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/4e56991693da7cd4c3730dc3579a1dd1403ee630"><code>4e56991</code></a> v29.7.0</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v29.7.0/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.6.3&new-version=29.7.0)](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>` 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>` 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 82e4185 commit 588ca2d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: lambdas/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -5894,13 +5894,13 @@ jest-mock-extended@^3.0.4:
58945894
ts-essentials "^7.0.3"
58955895

58965896
jest-mock@^29.5.0, jest-mock@^29.6.3:
5897-
version "29.6.3"
5898-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.3.tgz#433f3fd528c8ec5a76860177484940628bdf5e0a"
5899-
integrity sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg==
5897+
version "29.7.0"
5898+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.7.0.tgz#4e836cf60e99c6fcfabe9f99d017f3fdd50a6347"
5899+
integrity sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==
59005900
dependencies:
59015901
"@jest/types" "^29.6.3"
59025902
"@types/node" "*"
5903-
jest-util "^29.6.3"
5903+
jest-util "^29.7.0"
59045904

59055905
jest-pnp-resolver@^1.2.2:
59065906
version "1.2.3"
@@ -6028,10 +6028,10 @@ jest-util@^28.1.3:
60286028
graceful-fs "^4.2.9"
60296029
picomatch "^2.2.3"
60306030

6031-
jest-util@^29.0.0, jest-util@^29.6.3:
6032-
version "29.6.3"
6033-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.3.tgz#e15c3eac8716440d1ed076f09bc63ace1aebca63"
6034-
integrity sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==
6031+
jest-util@^29.0.0, jest-util@^29.6.3, jest-util@^29.7.0:
6032+
version "29.7.0"
6033+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
6034+
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
60356035
dependencies:
60366036
"@jest/types" "^29.6.3"
60376037
"@types/node" "*"

0 commit comments

Comments
 (0)