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

54.json (15220B)


      1 {
      2   "number": 54,
      3   "title": "Bump jest and @types/jest",
      4   "state": "closed",
      5   "diff_file": "54.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-07-11T07:17:45Z",
      8   "closed_at": "2023-08-22T09:35:34Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/jest-and-types/jest-29.6.1",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps [jest](https://github.com/facebook/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.5.0 to 29.6.1\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/facebook/jest/releases\">jest's releases</a>.</em></p>\n<blockquote>\n<h2>v29.6.1</h2>\n<h2>Fixes</h2>\n<ul>\n<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>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jestjs/jest/compare/v29.6.0...v29.6.1\">https://github.com/jestjs/jest/compare/v29.6.0...v29.6.1</a></p>\n<h2>v29.6.0</h2>\n<h2>Features</h2>\n<ul>\n<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>\n<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>\n<li><code>[jest-snapshot]</code> Support arrays as property matchers (<a href=\"https://redirect.github.com/facebook/jest/pull/14025\">#14025</a>)</li>\n<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>\n</ul>\n<h2>Fixes</h2>\n<ul>\n<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>\n<li><code>[jest-config]</code> Handle frozen config object (<a href=\"https://redirect.github.com/facebook/jest/pull/14054\">#14054</a>)</li>\n<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>\n<li><code>[jest-core]</code> Always use workers in watch mode to avoid crashes (<a href=\"https://redirect.github.com/facebook/jest/pull/14059\">#14059</a>).</li>\n<li><code>[jest-environment-jsdom, jest-environment-node]</code> Fix assignment of <code>customExportConditions</code> via <code>testEnvironmentOptions</code> when custom env subclass defines a default value (<a href=\"https://redirect.github.com/facebook/jest/pull/13989\">#13989</a>)</li>\n<li><code>[jest-matcher-utils]</code> Fix copying value of inherited getters (<a href=\"https://redirect.github.com/facebook/jest/pull/14007\">#14007</a>)</li>\n<li><code>[jest-mock]</code> Tweak typings to allow <code>jest.replaceProperty()</code> replace methods (<a href=\"https://redirect.github.com/facebook/jest/pull/14008\">#14008</a>)</li>\n<li><code>[jest-mock]</code> Improve user input validation and error messages of <code>spyOn</code> and <code>replaceProperty</code> methods (<a href=\"https://redirect.github.com/facebook/jest/pull/14087\">#14087</a>)</li>\n<li><code>[jest-runtime]</code> Bind <code>jest.isolateModulesAsync</code> to <code>this</code> (<a href=\"https://redirect.github.com/facebook/jest/pull/14083\">#14083</a>)</li>\n<li><code>[jest-runtime]</code> Forward <code>wrapperLength</code> to the <code>Script</code> constructor as <code>columnOffset</code> for accurate debugging (<a href=\"https://redirect.github.com/facebook/jest/pull/14148\">#14148</a>)</li>\n<li><code>[jest-runtime]</code> Guard <code>_isMockFunction</code> access with <code>in</code> (<a href=\"https://redirect.github.com/facebook/jest/pull/14188\">#14188</a>)</li>\n<li><code>[jest-snapshot]</code> Fix a potential bug when not using prettier and improve performance (<a href=\"https://redirect.github.com/facebook/jest/pull/14036\">#14036</a>)</li>\n<li><code>[@jest/transform]</code> Do not instrument <code>.json</code> modules (<a href=\"https://redirect.github.com/facebook/jest/pull/14048\">#14048</a>)</li>\n<li><code>[jest-worker]</code> Restart a shut down worker before sending it a task (<a href=\"https://redirect.github.com/facebook/jest/pull/14015\">#14015</a>)</li>\n</ul>\n<h2>Chore &amp; Maintenance</h2>\n<ul>\n<li><code>[*]</code> Update <code>semver</code> dependency to get vulnerability fix (<a href=\"https://redirect.github.com/jestjs/jest/pull/14262\">#14262</a>)</li>\n<li><code>[docs]</code> Updated documentation for the <code>--runTestsByPath</code> CLI command (<a href=\"https://redirect.github.com/facebook/jest/pull/14004\">#14004</a>)</li>\n<li><code>[docs]</code> Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (<a href=\"https://redirect.github.com/facebook/jest/pull/14056\">#14056</a>)</li>\n<li><code>[docs]</code> Update jest statistics of use and downloads in website Index.</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/huntie\"><code>@\u200bhuntie</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/13989\">jestjs/jest#13989</a></li>\n<li><a href=\"https://github.com/liammulh\"><code>@\u200bliammulh</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14001\">jestjs/jest#14001</a></li>\n<li><a href=\"https://github.com/BenceSzalai\"><code>@\u200bBenceSzalai</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14007\">jestjs/jest#14007</a></li>\n<li><a href=\"https://github.com/Mike-Dax\"><code>@\u200bMike-Dax</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14056\">jestjs/jest#14056</a></li>\n<li><a href=\"https://github.com/bakasmarius\"><code>@\u200bbakasmarius</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14025\">jestjs/jest#14025</a></li>\n<li><a href=\"https://github.com/PeteTheHeat\"><code>@\u200bPeteTheHeat</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14015\">jestjs/jest#14015</a></li>\n<li><a href=\"https://github.com/tjenkinson\"><code>@\u200btjenkinson</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14083\">jestjs/jest#14083</a></li>\n<li><a href=\"https://github.com/soyjuanmacias\"><code>@\u200bsoyjuanmacias</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14101\">jestjs/jest#14101</a></li>\n<li><a href=\"https://github.com/bharathkalyans\"><code>@\u200bbharathkalyans</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14154\">jestjs/jest#14154</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\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.6.1</h2>\n<h3>Fixes</h3>\n<ul>\n<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>\n</ul>\n<h2>29.6.0</h2>\n<h3>Features</h3>\n<ul>\n<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>\n<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>\n<li><code>[jest-snapshot]</code> Support arrays as property matchers (<a href=\"https://redirect.github.com/facebook/jest/pull/14025\">#14025</a>)</li>\n<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>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<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>\n<li><code>[jest-config]</code> Handle frozen config object (<a href=\"https://redirect.github.com/facebook/jest/pull/14054\">#14054</a>)</li>\n<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>\n<li><code>[jest-core]</code> Always use workers in watch mode to avoid crashes (<a href=\"https://redirect.github.com/facebook/jest/pull/14059\">#14059</a>).</li>\n<li><code>[jest-environment-jsdom, jest-environment-node]</code> Fix assignment of <code>customExportConditions</code> via <code>testEnvironmentOptions</code> when custom env subclass defines a default value (<a href=\"https://redirect.github.com/facebook/jest/pull/13989\">#13989</a>)</li>\n<li><code>[jest-matcher-utils]</code> Fix copying value of inherited getters (<a href=\"https://redirect.github.com/facebook/jest/pull/14007\">#14007</a>)</li>\n<li><code>[jest-mock]</code> Tweak typings to allow <code>jest.replaceProperty()</code> replace methods (<a href=\"https://redirect.github.com/facebook/jest/pull/14008\">#14008</a>)</li>\n<li><code>[jest-mock]</code> Improve user input validation and error messages of <code>spyOn</code> and <code>replaceProperty</code> methods (<a href=\"https://redirect.github.com/facebook/jest/pull/14087\">#14087</a>)</li>\n<li><code>[jest-runtime]</code> Bind <code>jest.isolateModulesAsync</code> to <code>this</code> (<a href=\"https://redirect.github.com/facebook/jest/pull/14083\">#14083</a>)</li>\n<li><code>[jest-runtime]</code> Forward <code>wrapperLength</code> to the <code>Script</code> constructor as <code>columnOffset</code> for accurate debugging (<a href=\"https://redirect.github.com/facebook/jest/pull/14148\">#14148</a>)</li>\n<li><code>[jest-runtime]</code> Guard <code>_isMockFunction</code> access with <code>in</code> (<a href=\"https://redirect.github.com/facebook/jest/pull/14188\">#14188</a>)</li>\n<li><code>[jest-snapshot]</code> Fix a potential bug when not using prettier and improve performance (<a href=\"https://redirect.github.com/facebook/jest/pull/14036\">#14036</a>)</li>\n<li><code>[@jest/transform]</code> Do not instrument <code>.json</code> modules (<a href=\"https://redirect.github.com/facebook/jest/pull/14048\">#14048</a>)</li>\n<li><code>[jest-worker]</code> Restart a shut down worker before sending it a task (<a href=\"https://redirect.github.com/facebook/jest/pull/14015\">#14015</a>)</li>\n</ul>\n<h3>Chore &amp; Maintenance</h3>\n<ul>\n<li><code>[*]</code> Update <code>semver</code> dependency to get vulnerability fix (<a href=\"https://redirect.github.com/jestjs/jest/pull/14262\">#14262</a>)</li>\n<li><code>[docs]</code> Updated documentation for the <code>--runTestsByPath</code> CLI command (<a href=\"https://redirect.github.com/facebook/jest/pull/14004\">#14004</a>)</li>\n<li><code>[docs]</code> Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (<a href=\"https://redirect.github.com/facebook/jest/pull/14056\">#14056</a>)</li>\n<li><code>[docs]</code> Update jest statistics of use and downloads in website Index.</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/1f019afdcdfc54a6664908bb45f343db4e3d0848\"><code>1f019af</code></a> v29.6.1</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/c1e5b8a38ef54bb138409f89831942ebf6a7a67e\"><code>c1e5b8a</code></a> v29.6.0</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/6ffa48d1cd7d85189f0dbc1e37fd0efafa5c221c\"><code>6ffa48d</code></a> chore: upgrade TypeScript to v5 (<a href=\"https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/14155\">#14155</a>)</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/a95eeb6c2c8145a81190149a52a30fc177417ecc\"><code>a95eeb6</code></a> chore: update tsd runner (<a href=\"https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/14020\">#14020</a>)</li>\n<li>See full diff in <a href=\"https://github.com/facebook/jest/commits/v29.6.1/packages/jest\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/jest` from 29.5.1 to 29.5.3\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\nYou can trigger a rebase of this PR 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 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>\n\n> **Note**\n> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.",
     19   "comments": [
     20     {
     21       "author": "MTRNord",
     22       "created_at": "2023-08-22T09:35:16Z",
     23       "body": "@dependabot rebase"
     24     },
     25     {
     26       "author": "dependabot[bot]",
     27       "created_at": "2023-08-22T09:35:33Z",
     28       "body": "Looks like these dependencies are up-to-date now, so this is no longer needed."
     29     }
     30   ],
     31   "review_comments": []
     32 }