matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

570.json (6007B)


      1 {
      2   "number": 570,
      3   "title": "Bump @testing-library/jest-dom from 5.16.5 to 6.0.0",
      4   "state": "closed",
      5   "diff_file": "570.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-08-14T08:56:26Z",
      8   "closed_at": "2023-08-18T08:39:16Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/testing-library/jest-dom-6.0.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.5 to 6.0.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/testing-library/jest-dom/releases\"><code>@\u200btesting-library/jest-dom</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v6.0.0</h2>\n<h1><a href=\"https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0\">6.0.0</a> (2023-08-13)</h1>\n<h3>Features</h3>\n<ul>\n<li>local types, supporting jest, <code>@\u200bjest/globals</code>, vitest (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/511\">#511</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8\">4b764b9</a>)</li>\n</ul>\n<h3>BREAKING CHANGES</h3>\n<ul>\n<li>Removes the extend-expect script. Users should use\nthe default import path or one of the new test platform-specific\npaths to automatically extend the appropriate &quot;expect&quot; instance.</li>\n</ul>\n<p>extend-expect was not documented in the Readme, so this change should\nhave minimal impact.</p>\n<p>Users can now use the following import paths to automatically extend\n&quot;expect&quot; for their chosen test platform:</p>\n<ul>\n<li><code>@\u200btesting-library/jest-dom</code> - jest (<code>@\u200btypes/jest</code>)</li>\n<li><code>@\u200btesting-library/jest-dom/</code>jest-globals - <code>@\u200bjest/globals</code></li>\n<li><code>@\u200btesting-library/jest-dom/</code>vitest - vitest</li>\n</ul>\n<p>For example:</p>\n<p>import '<code>@\u200btesting-library/jest-dom/</code>jest-globals'</p>\n<p>Importing from one of the above paths will augment the appropriate\nmatcher interface for the given test platform, assuming the import\nis done in a .ts file that is included in the user's tsconfig.json.</p>\n<p>It's also (still) possible to import the matchers directly without\nside effects:</p>\n<p>import * as matchers from '<code>@\u200btesting-library/jest-dom/</code>matchers'</p>\n<ul>\n<li>Update kcd-scripts</li>\n<li>Drop node &lt; 14</li>\n</ul>\n<h2>v5.17.0</h2>\n<h1><a href=\"https://github.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0\">5.17.0</a> (2023-07-18)</h1>\n<h3>Features</h3>\n<ul>\n<li>New <code>toHaveAccessibleErrorMessage</code> better implementing the spec, deprecate <code>toHaveErrorMessage</code> (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/503\">#503</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb\">d717c66</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8\"><code>4b764b9</code></a> feat: local types, supporting jest, <code>@\u200bjest/globals</code>, vitest (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/511\">#511</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb\"><code>d717c66</code></a> feat: New <code>toHaveAccessibleErrorMessage</code> better implementing the spec, deprec...</li>\n<li>See full diff in <a href=\"https://github.com/testing-library/jest-dom/compare/v5.16.5...v6.0.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.16.5&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\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>",
     23   "comments": [
     24     {
     25       "author": "dependabot[bot]",
     26       "created_at": "2023-08-18T08:39:15Z",
     27       "body": "Superseded by #576."
     28     }
     29   ],
     30   "review_comments": []
     31 }