zola-check-manager.meta

Issues/PRs archive for MTRNord/zola-check-manager
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.meta.git
Log | Files | Refs

106.json (9451B)


      1 {
      2   "number": 106,
      3   "title": "Bump jest and @types/jest",
      4   "state": "merged",
      5   "diff_file": "106.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-12-29T13:43:18Z",
      8   "closed_at": "2024-12-29T14:10:37Z",
      9   "merged_at": "2024-12-29T14:10:37Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/multi-8917edbed4",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "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.\nUpdates `jest` from 29.6.3 to 29.7.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jestjs/jest/releases\">jest's releases</a>.</em></p>\n<blockquote>\n<h2>v29.7.0</h2>\n<h2>Features</h2>\n<ul>\n<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>\n<li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href=\"https://redirect.github.com/jestjs/jest/pull/14499\">#14499</a>)</li>\n</ul>\n<h2>Fixes</h2>\n<ul>\n<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>\n<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>\n<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>\n</ul>\n<h2>Performance</h2>\n<ul>\n<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>\n</ul>\n<h2>Chore &amp; Maintenance</h2>\n<ul>\n<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>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/bawjensen\"><code>@\u200bbawjensen</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14465\">jestjs/jest#14465</a></li>\n<li><a href=\"https://github.com/malaviya-parth\"><code>@\u200bmalaviya-parth</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14467\">jestjs/jest#14467</a></li>\n<li><a href=\"https://github.com/niklasholm\"><code>@\u200bniklasholm</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14507\">jestjs/jest#14507</a></li>\n</ul>\n<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>\n<h2>v29.6.4</h2>\n<h2>Fixes</h2>\n<ul>\n<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>\n<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>\n<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>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/stanleyume\"><code>@\u200bstanleyume</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14424\">jestjs/jest#14424</a></li>\n<li><a href=\"https://github.com/dj-stormtrooper\"><code>@\u200bdj-stormtrooper</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14437\">jestjs/jest#14437</a></li>\n<li><a href=\"https://github.com/thw0rted\"><code>@\u200bthw0rted</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14444\">jestjs/jest#14444</a></li>\n</ul>\n<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>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jestjs/jest/blob/main/CHANGELOG.md\">jest's changelog</a>.</em></p>\n<blockquote>\n<h2>29.7.0</h2>\n<h3>Features</h3>\n<ul>\n<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>\n<li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href=\"https://redirect.github.com/jestjs/jest/pull/14499\">#14499</a>)</li>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<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>\n<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>\n<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>\n</ul>\n<h3>Performance</h3>\n<ul>\n<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>\n</ul>\n<h3>Chore &amp; Maintenance</h3>\n<ul>\n<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>\n</ul>\n<h2>29.6.4</h2>\n<h3>Fixes</h3>\n<ul>\n<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>\n<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>\n<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>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jestjs/jest/commit/4e56991693da7cd4c3730dc3579a1dd1403ee630\"><code>4e56991</code></a> v29.7.0</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd\"><code>55cd6a0</code></a> v29.6.4</li>\n<li>See full diff in <a href=\"https://github.com/jestjs/jest/commits/v29.7.0/packages/jest\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/jest` from 29.5.3 to 29.5.14\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     19   "comments": [],
     20   "review_comments": []
     21 }