Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump io.kotest:kotest-assertions-core-jvm from 5.9.0 to 5.…
…9.1 (#89) Bumps [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) from 5.9.0 to 5.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kotest/kotest/releases">io.kotest:kotest-assertions-core-jvm's releases</a>.</em></p> <blockquote> <h2>v5.9.1</h2> <h2>What's Changed</h2> <h3>Assertions</h3> <ul> <li>shouldHaveElementAt-more-info by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3985">kotest/kotest#3985</a></li> <li>shouldExist-more-info (<a href="https://redirect.github.com/kotest/kotest/issues/62">#62</a>) by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3984">kotest/kotest#3984</a></li> <li>singleElement-more-info by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3983">kotest/kotest#3983</a></li> <li>singleElement-with-predicate-more-info by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3986">kotest/kotest#3986</a></li> <li>Add Stacktrace Substring Matching to Throwable Matchers by <a href="https://github.com/neBM"><code>@neBM</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3998">kotest/kotest#3998</a></li> <li>Deprecating inspecting. by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4009">kotest/kotest#4009</a></li> <li>Partial key (<a href="https://redirect.github.com/kotest/kotest/issues/65">#65</a>) by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4013">kotest/kotest#4013</a></li> <li>fix retry ignore subclass of exception class by <a href="https://github.com/kin4496"><code>@kin4496</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3955">kotest/kotest#3955</a></li> <li>Add simplified overloads to shouldMatchEach extensions (<a href="https://redirect.github.com/kotest/kotest/issues/3911">#3911</a>) by <a href="https://github.com/gianninia"><code>@gianninia</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3929">kotest/kotest#3929</a></li> <li>Add an <code>infix</code> variant of <code>shouldNotBeNull</code> that accepts a block by <a href="https://github.com/sschuberth"><code>@sschuberth</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4060">kotest/kotest#4060</a></li> </ul> <h3>Framework</h3> <ul> <li>Handling generic data classes when determining identifier stability by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4007">kotest/kotest#4007</a></li> <li>Refactor team city listener to extract the writing methods by <a href="https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4053">kotest/kotest#4053</a></li> </ul> <h3>Property-testing</h3> <ul> <li>Reverted generation of null values in <code>Arb.list<T?></code> due to performance issues by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4023">kotest/kotest#4023</a></li> <li>Add an Arbitrary to generate whitespace. by <a href="https://github.com/jedesroches"><code>@jedesroches</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4030">kotest/kotest#4030</a></li> </ul> <h3>Docs</h3> <ul> <li>Update blogs.md - matchers for temporal types with tolerance by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4021">kotest/kotest#4021</a></li> <li>fix broken matcher documentation for dates by <a href="https://github.com/dzappold"><code>@dzappold</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4019">kotest/kotest#4019</a></li> <li>Correct the explanation of lifecycle hooks in docs by <a href="https://github.com/kohii"><code>@kohii</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4020">kotest/kotest#4020</a></li> <li>Fix links for Testcontainers lifecycle section by <a href="https://github.com/gavvvr"><code>@gavvvr</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4037">kotest/kotest#4037</a></li> <li>Add link to write-up about ranges by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4042">kotest/kotest#4042</a></li> <li>Fix test name comparison in docs by <a href="https://github.com/hoonloper"><code>@hoonloper</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4034">kotest/kotest#4034</a></li> </ul> <h3>Build / CI/CD / Dependency updates</h3> <ul> <li>Add wasmJs publishing to release job by <a href="https://github.com/eygraber"><code>@eygraber</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4010">kotest/kotest#4010</a></li> <li>chore(deps): update dependency gradle to v8.7 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3958">kotest/kotest#3958</a></li> <li>add-regression-test-for-performance-degradation by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4027">kotest/kotest#4027</a></li> <li>Publish androidNative targets by <a href="https://github.com/eygraber"><code>@eygraber</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4031">kotest/kotest#4031</a></li> <li>Publish watchosDeviceArm64 target by <a href="https://github.com/eygraber"><code>@eygraber</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4032">kotest/kotest#4032</a></li> <li>fix(deps): update dependency io.mockk:mockk to v1.13.11 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4050">kotest/kotest#4050</a></li> <li>[Chore] Upgrade to the Develocity plugin to remove build warnings by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4045">kotest/kotest#4045</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eygraber"><code>@eygraber</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4010">kotest/kotest#4010</a></li> <li><a href="https://github.com/dzappold"><code>@dzappold</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4019">kotest/kotest#4019</a></li> <li><a href="https://github.com/kohii"><code>@kohii</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4020">kotest/kotest#4020</a></li> <li><a href="https://github.com/jedesroches"><code>@jedesroches</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4030">kotest/kotest#4030</a></li> <li><a href="https://github.com/gavvvr"><code>@gavvvr</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4037">kotest/kotest#4037</a></li> <li><a href="https://github.com/pshevche"><code>@pshevche</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4045">kotest/kotest#4045</a></li> <li><a href="https://github.com/hoonloper"><code>@hoonloper</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4034">kotest/kotest#4034</a></li> <li><a href="https://github.com/neBM"><code>@neBM</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/3998">kotest/kotest#3998</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/2cd159ddf0d4ee5c09ff43751b33ec6ef49306b4"><code>2cd159d</code></a> Add an <code>infix</code> variant of <code>shouldNotBeNull</code> that accepts a block (<a href="https://redirect.github.com/kotest/kotest/issues/4060">#4060</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/77cf524cb89dc04c8b7f075efa770c6249f020e1"><code>77cf524</code></a> Add simplified overloads to shouldMatchEach extensions (<a href="https://redirect.github.com/kotest/kotest/issues/3911">#3911</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/3929">#3929</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/9b00d422b4dd0ac6ef108f94ae2d542da8cdb1ff"><code>9b00d42</code></a> Add Stacktrace Substring Matching to Throwable Matchers (<a href="https://redirect.github.com/kotest/kotest/issues/3998">#3998</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/2d3cbb6a112b3177cdd0a5ebd543dc5cb16f81e0"><code>2d3cbb6</code></a> Updated blogs list</li> <li><a href="https://github.com/kotest/kotest/commit/3452bc1c42c28d15bf98da685cacfe024eaf09d4"><code>3452bc1</code></a> Fix test name comparison in docs (<a href="https://redirect.github.com/kotest/kotest/issues/4034">#4034</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/00a0b4ef79019f153aa167df898b7618ae82f955"><code>00a0b4e</code></a> singleElement-with-predicate-more-info (<a href="https://redirect.github.com/kotest/kotest/issues/3986">#3986</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/ed663eb30df166d367d37952e633e82aa515616b"><code>ed663eb</code></a> Refactor team city listener to extract the writing methods (<a href="https://redirect.github.com/kotest/kotest/issues/4053">#4053</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/97de2a1515d60f0fe29eedd3d76ea7a1bd439a15"><code>97de2a1</code></a> fix retry ignore subclass of exception class (<a href="https://redirect.github.com/kotest/kotest/issues/3955">#3955</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/c3bb0fcb5efd5c1d5a7ff8f40b20ace672db610f"><code>c3bb0fc</code></a> Add link to write-up about ranges (<a href="https://redirect.github.com/kotest/kotest/issues/4042">#4042</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/cb0a4a929121454a7a9cdec2774552f6594cebc4"><code>cb0a4a9</code></a> [Chore] Upgrade to the Develocity plugin to remove build warnings (<a href="https://redirect.github.com/kotest/kotest/issues/4045">#4045</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.kotest:kotest-assertions-core-jvm&package-manager=gradle&previous-version=5.9.0&new-version=5.9.1)](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>
- Loading branch information