Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump io.kotest:kotest-assertions-core-jvm from 5.8.1 to …
…5.9.0 (#50) Bumps [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0. <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.0</h2> <h2>New Features</h2> <ul> <li>Support for WebAssembly (the wasmJs target) has been added (<a href="https://redirect.github.com/kotest/kotest/pull/3805">kotest/kotest#3805</a>)</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Support for watchosX86 and iosArm32 targets has been removed (<a href="https://redirect.github.com/kotest/kotest/pull/3805">kotest/kotest#3805</a>)</li> </ul> <h2>Requirements</h2> <ul> <li>Kotlin 1.9.23 and higher</li> <li>kotlinx.coroutines 1.8.0 and higher</li> </ul> <h2>What's Changed</h2> <ul> <li>Add wasmJs target by <a href="https://github.com/OliverO2"><code>@OliverO2</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3805">kotest/kotest#3805</a></li> <li>fix(docs): indentation in System Extensions by <a href="https://github.com/craigpastro"><code>@craigpastro</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3940">kotest/kotest#3940</a></li> <li>Change Arb.filterIsInstance() signature to use single type parameter by <a href="https://github.com/kshired"><code>@kshired</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3943">kotest/kotest#3943</a></li> <li>Add missing functions to property-arbs docs by <a href="https://github.com/snowe2010"><code>@snowe2010</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3945">kotest/kotest#3945</a></li> <li>Increasing JVM heap allowance on GitHub by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3948">kotest/kotest#3948</a></li> <li>Fix JS and Wasm/JS test timeouts, bring back Node.js test output by <a href="https://github.com/OliverO2"><code>@OliverO2</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3953">kotest/kotest#3953</a></li> <li>add-similarity-to-contains-draft (<a href="https://redirect.github.com/kotest/kotest/issues/42">#42</a>) by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3906">kotest/kotest#3906</a></li> <li>Update Sonatype snapshot URL by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3956">kotest/kotest#3956</a></li> <li>Fix json assertions artifact coordinate in docs by <a href="https://github.com/TWiStErRob"><code>@TWiStErRob</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3968">kotest/kotest#3968</a></li> <li>Create CODE_OF_CONDUCT.md by <a href="https://github.com/sschuberth"><code>@sschuberth</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3987">kotest/kotest#3987</a></li> <li>Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fix <a href="https://redirect.github.com/kotest/kotest/issues/3329">#3329</a> by <a href="https://github.com/OliverO2"><code>@OliverO2</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3954">kotest/kotest#3954</a></li> <li>Correct Collection Matchers Documentation For <code>collection.shouldContainAllInAnyOrder()</code> by <a href="https://github.com/u-ways-e"><code>@u-ways-e</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3995">kotest/kotest#3995</a></li> <li>chore(deps): update plugin com.gradle.enterprise to v3.17.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3990">kotest/kotest#3990</a></li> <li>Add kotlin-faker to extensions list by <a href="https://github.com/serpro69"><code>@serpro69</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3971">kotest/kotest#3971</a></li> <li>Better assertion failures for containJsonKeyValue by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3949">kotest/kotest#3949</a></li> <li>fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3957">kotest/kotest#3957</a></li> <li>Add similarity to contain exactly in any order by <a href="https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3938">kotest/kotest#3938</a></li> <li>Fix Arb.list failing within edge cases in case of null values by <a href="https://github.com/oliverblaha"><code>@oliverblaha</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3982">kotest/kotest#3982</a></li> <li>chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3993">kotest/kotest#3993</a></li> <li>chore(deps): update plugin io.kotest.multiplatform to v5.8.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3992">kotest/kotest#3992</a></li> <li>fixing the kotest autoscan warning message to reference the right property name by <a href="https://github.com/stepanv"><code>@stepanv</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4000">kotest/kotest#4000</a></li> <li>fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.release by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/3989">kotest/kotest#3989</a></li> <li>Allow comparison between empty set and other iterables by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4005">kotest/kotest#4005</a></li> <li>Moving similarity feature to kotest-assertions-core by <a href="https://github.com/Kantis"><code>@Kantis</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/4006">kotest/kotest#4006</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/craigpastro"><code>@craigpastro</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/3940">kotest/kotest#3940</a></li> <li><a href="https://github.com/snowe2010"><code>@snowe2010</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/3945">kotest/kotest#3945</a></li> <li><a href="https://github.com/TWiStErRob"><code>@TWiStErRob</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/3968">kotest/kotest#3968</a></li> <li><a href="https://github.com/u-ways-e"><code>@u-ways-e</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/3995">kotest/kotest#3995</a></li> <li><a href="https://github.com/serpro69"><code>@serpro69</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/3971">kotest/kotest#3971</a></li> <li><a href="https://github.com/stepanv"><code>@stepanv</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/4000">kotest/kotest#4000</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0">https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/237d7f68ed05631aea8c599a8fbff780f056b17d"><code>237d7f6</code></a> Moving similarity feature to kotest-assertions-core (<a href="https://redirect.github.com/kotest/kotest/issues/4006">#4006</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/f9b587c789a68cfdc841a70fd4455731dc2244b9"><code>f9b587c</code></a> Allow comparison between empty set and other iterables (<a href="https://redirect.github.com/kotest/kotest/issues/4005">#4005</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/56476adacc7b0cffb09a7eae86d7ff9c26630876"><code>56476ad</code></a> fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...</li> <li><a href="https://github.com/kotest/kotest/commit/ea483aa23b5c54d8b55b81a8b6cb887dea70c918"><code>ea483aa</code></a> fixing the kotest autoscan warning message to reference the right property na...</li> <li><a href="https://github.com/kotest/kotest/commit/5162c84a0540ec7a584733606fe82b417efc0525"><code>5162c84</code></a> chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (<a href="https://redirect.github.com/kotest/kotest/issues/3992">#3992</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/6243176a90886205cf134b3ecdceb3a6cb83b118"><code>6243176</code></a> Fix Arb.list failing within edge cases in case of null values (<a href="https://redirect.github.com/kotest/kotest/issues/3982">#3982</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/0bf6ace9935d99772b4df36ca85c42b53cec780a"><code>0bf6ace</code></a> Add similarity to contain exactly in any order (<a href="https://redirect.github.com/kotest/kotest/issues/3938">#3938</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/f73d22401fab144e06618f1cfcc04eb9184d2b3e"><code>f73d224</code></a> chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (<a href="https://redirect.github.com/kotest/kotest/issues/3993">#3993</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7b528341c54cbf91c9dbc87ccf29bf94734d5f84"><code>7b52834</code></a> fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (<a href="https://redirect.github.com/kotest/kotest/issues/3957">#3957</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/de54d172d1324db4d9cf0763e3807debf8da66c4"><code>de54d17</code></a> Better assertion failures for containJsonKeyValue (<a href="https://redirect.github.com/kotest/kotest/issues/3949">#3949</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0">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.8.1&new-version=5.9.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information