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

581.md (6643B)


      1 # PR #581 Bump @testing-library/jest-dom from 5.16.5 to 6.1.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-08-23T08:20:43Z
      6 - **Branch:** dependabot/npm_and_yarn/testing-library/jest-dom-6.1.0 → main
      7 - **Closed:** 2023-08-24T08:49:07Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [581.diff](./581.diff)
     12 
     13 ---
     14 
     15 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.5 to 6.1.0.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom</code>'s releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v6.1.0</h2>
     21 <h1><a href="https://github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0">6.1.0</a> (2023-08-23)</h1>
     22 <h3>Features</h3>
     23 <ul>
     24 <li>manually trigger release (<a href="https://redirect.github.com/testing-library/jest-dom/issues/520">#520</a>) (<a href="https://github.com/testing-library/jest-dom/commit/3d834bbab9e5c43b1e94b3e0a1ca0fd13c00801e">3d834bb</a>)</li>
     25 </ul>
     26 <h2>v6.0.1</h2>
     27 <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1">6.0.1</a> (2023-08-18)</h2>
     28 <h3>Bug Fixes</h3>
     29 <ul>
     30 <li>matchers type is making the global expect unsafe (<a href="https://redirect.github.com/testing-library/jest-dom/issues/513">#513</a>) (<a href="https://github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0">bdb34f1</a>)</li>
     31 </ul>
     32 <h2>v6.0.0</h2>
     33 <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>
     34 <h3>Features</h3>
     35 <ul>
     36 <li>local types, supporting jest, <code>@​jest/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>
     37 </ul>
     38 <h3>BREAKING CHANGES</h3>
     39 <ul>
     40 <li>Removes the extend-expect script. Users should use
     41 the default import path or one of the new test platform-specific
     42 paths to automatically extend the appropriate &quot;expect&quot; instance.</li>
     43 </ul>
     44 <p>extend-expect was not documented in the Readme, so this change should
     45 have minimal impact.</p>
     46 <p>Users can now use the following import paths to automatically extend
     47 &quot;expect&quot; for their chosen test platform:</p>
     48 <ul>
     49 <li><code>@​testing-library/jest-dom</code> - jest (<code>@​types/jest</code>)</li>
     50 <li><code>@​testing-library/jest-dom/</code>jest-globals - <code>@​jest/globals</code></li>
     51 <li><code>@​testing-library/jest-dom/</code>vitest - vitest</li>
     52 </ul>
     53 <p>For example:</p>
     54 <p>import '<code>@​testing-library/jest-dom/</code>jest-globals'</p>
     55 <p>Importing from one of the above paths will augment the appropriate
     56 matcher interface for the given test platform, assuming the import
     57 is done in a .ts file that is included in the user's tsconfig.json.</p>
     58 <p>It's also (still) possible to import the matchers directly without</p>
     59 <!-- raw HTML omitted -->
     60 </blockquote>
     61 <p>... (truncated)</p>
     62 </details>
     63 <details>
     64 <summary>Commits</summary>
     65 <ul>
     66 <li><a href="https://github.com/testing-library/jest-dom/commit/3d834bbab9e5c43b1e94b3e0a1ca0fd13c00801e"><code>3d834bb</code></a> feat: manually trigger release (<a href="https://redirect.github.com/testing-library/jest-dom/issues/520">#520</a>)</li>
     67 <li><a href="https://github.com/testing-library/jest-dom/commit/61d17bd15b7d2cecb2868a2befe563cb9d5e22cf"><code>61d17bd</code></a> chore: Publish ESM and CJS (<a href="https://redirect.github.com/testing-library/jest-dom/issues/519">#519</a>)</li>
     68 <li><a href="https://github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0"><code>bdb34f1</code></a> fix: matchers type is making the global expect unsafe (<a href="https://redirect.github.com/testing-library/jest-dom/issues/513">#513</a>)</li>
     69 <li><a href="https://github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8"><code>4b764b9</code></a> feat: local types, supporting jest, <code>@​jest/globals</code>, vitest (<a href="https://redirect.github.com/testing-library/jest-dom/issues/511">#511</a>)</li>
     70 <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>
     71 <li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.16.5...v6.1.0">compare view</a></li>
     72 </ul>
     73 </details>
     74 <br />
     75 
     76 
     77 [![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.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     78 
     79 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`.
     80 
     81 [//]: # (dependabot-automerge-start)
     82 [//]: # (dependabot-automerge-end)
     83 
     84 ---
     85 
     86 <details>
     87 <summary>Dependabot commands and options</summary>
     88 <br />
     89 
     90 You can trigger Dependabot actions by commenting on this PR:
     91 - `@dependabot rebase` will rebase this PR
     92 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     93 - `@dependabot merge` will merge this PR after your CI passes on it
     94 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     95 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     96 - `@dependabot reopen` will reopen this PR if it is closed
     97 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     98 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
     99 - `@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)
    100 - `@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)
    101 - `@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)
    102 
    103 
    104 </details>
    105 
    106 
    107 ## Comments
    108 
    109 ### @dependabot[bot] — 2023-08-24T08:49:06Z
    110 
    111 Superseded by #584.
    112