Commit 2934df0
authored
Build(deps-dev): Bump shoulda-matchers from 6.4.0 to 6.5.0 (#827)
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers)
from 6.4.0 to 6.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/thoughtbot/shoulda-matchers/releases">shoulda-matchers's
releases</a>.</em></p>
<blockquote>
<h2>v6.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update CODEOWNERS by <a
href="https://github.com/vsppedro"><code>@vsppedro</code></a> in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1648">thoughtbot/shoulda-matchers#1648</a></li>
<li>docs: add section on testing style that we promote (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1645">#1645</a>)
by <a href="https://github.com/clemens"><code>@clemens</code></a> in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1649">thoughtbot/shoulda-matchers#1649</a></li>
<li>Matcher delegate_method supports 'private: true' by <a
href="https://github.com/pr0d1r2"><code>@pr0d1r2</code></a> in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1653">thoughtbot/shoulda-matchers#1653</a></li>
<li>Documentation Readability Enhancement by <a
href="https://github.com/JuzerShakir"><code>@JuzerShakir</code></a> in
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1658">thoughtbot/shoulda-matchers#1658</a></li>
<li>Automatically Generated: Update Dynamic Section in README by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1660">thoughtbot/shoulda-matchers#1660</a></li>
<li>Enable sqlite3 2.x+ by <a
href="https://github.com/voxik"><code>@voxik</code></a> in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1661">thoughtbot/shoulda-matchers#1661</a></li>
<li>refactor: Use <code>merge!</code> instead of <code>merge</code> when
merging hashes by by <a
href="https://github.com/matsales28"><code>@matsales28</code></a> in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1650">thoughtbot/shoulda-matchers#1650</a></li>
<li>Optionally specify alternatives for uniqueness by <a
href="https://github.com/lake-effect"><code>@lake-effect</code></a> in
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1664">thoughtbot/shoulda-matchers#1664</a></li>
<li>Fix literal string modification by <a
href="https://github.com/asilano"><code>@asilano</code></a> in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1665">thoughtbot/shoulda-matchers#1665</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/clemens"><code>@clemens</code></a> made
their first contribution in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1649">thoughtbot/shoulda-matchers#1649</a></li>
<li><a href="https://github.com/pr0d1r2"><code>@pr0d1r2</code></a> made
their first contribution in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1653">thoughtbot/shoulda-matchers#1653</a></li>
<li><a
href="https://github.com/JuzerShakir"><code>@JuzerShakir</code></a>
made their first contribution in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1658">thoughtbot/shoulda-matchers#1658</a></li>
<li><a
href="https://github.com/lake-effect"><code>@lake-effect</code></a>
made their first contribution in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1664">thoughtbot/shoulda-matchers#1664</a></li>
<li><a href="https://github.com/asilano"><code>@asilano</code></a> made
their first contribution in <a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1665">thoughtbot/shoulda-matchers#1665</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/thoughtbot/shoulda-matchers/compare/v6.4.0...v6.5.0">https://github.com/thoughtbot/shoulda-matchers/compare/v6.4.0...v6.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md">shoulda-matchers's
changelog</a>.</em></p>
<blockquote>
<h2>6.5.0 - 2025-04-25</h2>
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li>Add <code>private: true</code> qualifier to delegate_method matchers
by <a href="https://github.com/pr0d1r2"><code>@pr0d1r2</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1653">#1653</a>)</li>
<li>Add support for specifying alternatives for uniqueness matcher by <a
href="https://github.com/lake-effect"><code>@lake-effect</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1664">#1664</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Add section on testing style that we promote in the README by <a
href="https://github.com/clemens"><code>@clemens</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1645">#1645</a>)</li>
<li>Documentation readbility enhancements by <a
href="https://github.com/JuzerShakir"><code>@JuzerShakir</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1658">#1658</a>)</li>
<li>Enable sqlite3 2.x+ by <a
href="https://github.com/voxik"><code>@voxik</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1661">#1661</a>)</li>
<li>Use <code>merge!</code> instead of <code>merge</code> when merging
hashes by <a
href="https://github.com/matsales28"><code>@matsales28</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1650">#1650</a>)</li>
<li>Fix literal string modifications by <a
href="https://github.com/asilano"><code>@asilano</code></a> (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1665">#1665</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1645">#1645</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1645">thoughtbot/shoulda-matchers#1645</a>
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1650">#1650</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1650">thoughtbot/shoulda-matchers#1650</a>
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1653">#1653</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1653">thoughtbot/shoulda-matchers#1653</a>
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1658">#1658</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1658">thoughtbot/shoulda-matchers#1658</a>
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1661">#1661</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1661">thoughtbot/shoulda-matchers#1661</a>
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1664">#1664</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1664">thoughtbot/shoulda-matchers#1664</a>
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1665">#1665</a>:
<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/pull/1665">thoughtbot/shoulda-matchers#1665</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/d8140e8eb340f1b4e70d9cca7c5e87ca86b37f73"><code>d8140e8</code></a>
chore: bump version to 6.5.0 [ci skip]</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/d476fd125303ec9366c07ff81d16f3f06c68b575"><code>d476fd1</code></a>
Fix literal string modification (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1665">#1665</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/17d5a51470606b3ff67ba1d6c81fd8a661f6dc98"><code>17d5a51</code></a>
Optionally specify alternatives for uniqueness (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1664">#1664</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/61c5ec5c8064bd4f32ad039c0f98ec40ade66ed8"><code>61c5ec5</code></a>
refactor: Use <code>merge!</code> instead of <code>merge</code> when
merging hashes by (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1650">#1650</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/dc1dc0b9439fc526e5e6f934978a1307307f1633"><code>dc1dc0b</code></a>
Enable sqlite3 2.x+ (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1661">#1661</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/4b7977f931ac585d41484e2ba802d8f8f1cf1b41"><code>4b7977f</code></a>
docs: documentation files updated (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1660">#1660</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/e0d6b3870fcd884ca49e8bc4784d85daa93fbd77"><code>e0d6b38</code></a>
Documentation Readability Enhancement (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1658">#1658</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/6f4de5ad6d0d09486c2c713fb1a0bf38169d399e"><code>6f4de5a</code></a>
Matcher delegate_method supports 'private: true' (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1653">#1653</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/e8f81e3c3b654f3709122869a9826706975a2a8a"><code>e8f81e3</code></a>
docs: add section on testing style that we promote (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1645">#1645</a>)
(<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1649">#1649</a>)</li>
<li><a
href="https://github.com/thoughtbot/shoulda-matchers/commit/ef9b9174d73d43e926a43943ee61fc80ee1d2657"><code>ef9b917</code></a>
Update CODEOWNERS (<a
href="https://redirect.github.com/thoughtbot/shoulda-matchers/issues/1648">#1648</a>)</li>
<li>See full diff in <a
href="https://github.com/thoughtbot/shoulda-matchers/compare/v6.4.0...v6.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
- `@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)
- `@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)
</details>1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
0 commit comments