106.md (9034B)
1 # PR #106 Bump jest and @types/jest 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-12-29T13:43:18Z 6 - **Branch:** dependabot/npm_and_yarn/multi-8917edbed4 → main 7 - **Merged:** 2024-12-29T14:10:37Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [106.diff](./106.diff) 10 11 --- 12 13 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. 14 Updates `jest` from 29.6.3 to 29.7.0 15 <details> 16 <summary>Release notes</summary> 17 <p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">jest's releases</a>.</em></p> 18 <blockquote> 19 <h2>v29.7.0</h2> 20 <h2>Features</h2> 21 <ul> 22 <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> 23 <li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li> 24 </ul> 25 <h2>Fixes</h2> 26 <ul> 27 <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> 28 <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> 29 <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> 30 </ul> 31 <h2>Performance</h2> 32 <ul> 33 <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> 34 </ul> 35 <h2>Chore & Maintenance</h2> 36 <ul> 37 <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> 38 </ul> 39 <h2>New Contributors</h2> 40 <ul> 41 <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> 42 <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> 43 <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> 44 </ul> 45 <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> 46 <h2>v29.6.4</h2> 47 <h2>Fixes</h2> 48 <ul> 49 <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> 50 <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> 51 <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> 52 </ul> 53 <h2>New Contributors</h2> 54 <ul> 55 <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> 56 <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> 57 <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> 58 </ul> 59 <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> 60 </blockquote> 61 </details> 62 <details> 63 <summary>Changelog</summary> 64 <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> 65 <blockquote> 66 <h2>29.7.0</h2> 67 <h3>Features</h3> 68 <ul> 69 <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> 70 <li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li> 71 </ul> 72 <h3>Fixes</h3> 73 <ul> 74 <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> 75 <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> 76 <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> 77 </ul> 78 <h3>Performance</h3> 79 <ul> 80 <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> 81 </ul> 82 <h3>Chore & Maintenance</h3> 83 <ul> 84 <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> 85 </ul> 86 <h2>29.6.4</h2> 87 <h3>Fixes</h3> 88 <ul> 89 <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> 90 <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> 91 <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> 92 </ul> 93 </blockquote> 94 </details> 95 <details> 96 <summary>Commits</summary> 97 <ul> 98 <li><a href="https://github.com/jestjs/jest/commit/4e56991693da7cd4c3730dc3579a1dd1403ee630"><code>4e56991</code></a> v29.7.0</li> 99 <li><a href="https://github.com/jestjs/jest/commit/55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"><code>55cd6a0</code></a> v29.6.4</li> 100 <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v29.7.0/packages/jest">compare view</a></li> 101 </ul> 102 </details> 103 <br /> 104 105 Updates `@types/jest` from 29.5.3 to 29.5.14 106 <details> 107 <summary>Commits</summary> 108 <ul> 109 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> 110 </ul> 111 </details> 112 <br /> 113 114 115 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`. 116 117 [//]: # (dependabot-automerge-start) 118 [//]: # (dependabot-automerge-end) 119 120 --- 121 122 <details> 123 <summary>Dependabot commands and options</summary> 124 <br /> 125 126 You can trigger Dependabot actions by commenting on this PR: 127 - `@dependabot rebase` will rebase this PR 128 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 129 - `@dependabot merge` will merge this PR after your CI passes on it 130 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 131 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 132 - `@dependabot reopen` will reopen this PR if it is closed 133 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 134 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 135 - `@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) 136 - `@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) 137 - `@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) 138 139 140 </details> 141