584.md (6969B)
1 # PR #584 Bump @testing-library/jest-dom from 5.16.5 to 6.1.2 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-08-24T08:49:02Z 6 - **Branch:** dependabot/npm_and_yarn/testing-library/jest-dom-6.1.2 → main 7 - **Labels:** dependencies, javascript 8 - **Assignees:** @MTRNord 9 - **Reviewers:** @MTRNord 10 - **Diff:** [584.diff](./584.diff) 11 12 --- 13 14 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.5 to 6.1.2. 15 <details> 16 <summary>Release notes</summary> 17 <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> 18 <blockquote> 19 <h2>v6.1.2</h2> 20 <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2">6.1.2</a> (2023-08-24)</h2> 21 <h3>Bug Fixes</h3> 22 <ul> 23 <li>bump <code>@adobe/css-tools</code> for ESM support (<a href="https://redirect.github.com/testing-library/jest-dom/issues/525">#525</a>) (<a href="https://github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12">b959a68</a>)</li> 24 </ul> 25 <h2>v6.1.1</h2> 26 <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1">6.1.1</a> (2023-08-23)</h2> 27 <h3>Bug Fixes</h3> 28 <ul> 29 <li><strong>package.json:</strong> update main and module file paths (<a href="https://redirect.github.com/testing-library/jest-dom/issues/523">#523</a>) (<a href="https://github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9">853a3e5</a>)</li> 30 </ul> 31 <h2>v6.1.0</h2> 32 <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> 33 <h3>Features</h3> 34 <ul> 35 <li>Publish ESM and CJS (<a href="https://redirect.github.com/testing-library/jest-dom/pull/519">testing-library/jest-dom#519</a>)</li> 36 </ul> 37 <h2>v6.0.1</h2> 38 <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> 39 <h3>Bug Fixes</h3> 40 <ul> 41 <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> 42 </ul> 43 <h2>v6.0.0</h2> 44 <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> 45 <h3>Features</h3> 46 <ul> 47 <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> 48 </ul> 49 <h3>BREAKING CHANGES</h3> 50 <ul> 51 <li>Removes the extend-expect script. Users should use 52 the default import path or one of the new test platform-specific 53 paths to automatically extend the appropriate "expect" instance.</li> 54 </ul> 55 <!-- raw HTML omitted --> 56 </blockquote> 57 <p>... (truncated)</p> 58 </details> 59 <details> 60 <summary>Commits</summary> 61 <ul> 62 <li><a href="https://github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12"><code>b959a68</code></a> fix: bump <code>@adobe/css-tools</code> for ESM support (<a href="https://redirect.github.com/testing-library/jest-dom/issues/525">#525</a>)</li> 63 <li><a href="https://github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9"><code>853a3e5</code></a> fix(package.json): update main and module file paths (<a href="https://redirect.github.com/testing-library/jest-dom/issues/523">#523</a>)</li> 64 <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> 65 <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> 66 <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> 67 <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> 68 <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> 69 <li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.16.5...v6.1.2">compare view</a></li> 70 </ul> 71 </details> 72 <br /> 73 74 75 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 76 77 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`. 78 79 [//]: # (dependabot-automerge-start) 80 [//]: # (dependabot-automerge-end) 81 82 --- 83 84 <details> 85 <summary>Dependabot commands and options</summary> 86 <br /> 87 88 You can trigger Dependabot actions by commenting on this PR: 89 - `@dependabot rebase` will rebase this PR 90 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 91 - `@dependabot merge` will merge this PR after your CI passes on it 92 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 93 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 94 - `@dependabot reopen` will reopen this PR if it is closed 95 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 96 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 97 - `@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) 98 - `@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) 99 - `@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) 100 101 102 </details> 103