docker-compose-v3
docker-compose-v3 copied to clipboard
Bump io.kotest:kotest-runner-junit5 from 5.8.1 to 5.9.0
Bumps io.kotest:kotest-runner-junit5 from 5.8.1 to 5.9.0.
Release notes
Sourced from io.kotest:kotest-runner-junit5's releases.
v5.9.0
New Features
- Support for WebAssembly (the wasmJs target) has been added (kotest/kotest#3805)
Breaking Changes
- Support for watchosX86 and iosArm32 targets has been removed (kotest/kotest#3805)
Requirements
- Kotlin 1.9.23 and higher
- kotlinx.coroutines 1.8.0 and higher
What's Changed
- Add wasmJs target by
@OliverO2in kotest/kotest#3805- fix(docs): indentation in System Extensions by
@craigpastroin kotest/kotest#3940- Change Arb.filterIsInstance() signature to use single type parameter by
@kshiredin kotest/kotest#3943- Add missing functions to property-arbs docs by
@snowe2010in kotest/kotest#3945- Increasing JVM heap allowance on GitHub by
@Kantisin kotest/kotest#3948- Fix JS and Wasm/JS test timeouts, bring back Node.js test output by
@OliverO2in kotest/kotest#3953- add-similarity-to-contains-draft (#42) by
@AlexCue987in kotest/kotest#3906- Update Sonatype snapshot URL by
@aSemyin kotest/kotest#3956- Fix json assertions artifact coordinate in docs by
@TWiStErRobin kotest/kotest#3968- Create CODE_OF_CONDUCT.md by
@sschuberthin kotest/kotest#3987- Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fix #3329 by
@OliverO2in kotest/kotest#3954- Correct Collection Matchers Documentation For
collection.shouldContainAllInAnyOrder()by@u-ways-ein kotest/kotest#3995- chore(deps): update plugin com.gradle.enterprise to v3.17.2 by
@renovatein kotest/kotest#3990- Add kotlin-faker to extensions list by
@serpro69in kotest/kotest#3971- Better assertion failures for containJsonKeyValue by
@Kantisin kotest/kotest#3949- fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 by
@renovatein kotest/kotest#3957- Add similarity to contain exactly in any order by
@AlexCue987in kotest/kotest#3938- Fix Arb.list failing within edge cases in case of null values by
@oliverblahain kotest/kotest#3982- chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 by
@renovatein kotest/kotest#3993- chore(deps): update plugin io.kotest.multiplatform to v5.8.1 by
@renovatein kotest/kotest#3992- fixing the kotest autoscan warning message to reference the right property name by
@stepanvin kotest/kotest#4000- fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.release by
@renovatein kotest/kotest#3989- Allow comparison between empty set and other iterables by
@Kantisin kotest/kotest#4005- Moving similarity feature to kotest-assertions-core by
@Kantisin kotest/kotest#4006New Contributors
@craigpastromade their first contribution in kotest/kotest#3940@snowe2010made their first contribution in kotest/kotest#3945@TWiStErRobmade their first contribution in kotest/kotest#3968@u-ways-emade their first contribution in kotest/kotest#3995@serpro69made their first contribution in kotest/kotest#3971@stepanvmade their first contribution in kotest/kotest#4000Full Changelog: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0
Commits
237d7f6Moving similarity feature to kotest-assertions-core (#4006)f9b587cAllow comparison between empty set and other iterables (#4005)56476adfix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...ea483aafixing the kotest autoscan warning message to reference the right property na...5162c84chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (#3992)6243176Fix Arb.list failing within edge cases in case of null values (#3982)0bf6aceAdd similarity to contain exactly in any order (#3938)f73d224chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (#3993)7b52834fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (#3957)de54d17Better assertion failures for containJsonKeyValue (#3949)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Test Results
12 files + 10 12 suites +10 3s :stopwatch: +3s 37 tests ± 0 37 :white_check_mark: ± 0 0 :zzz: ±0 0 :x: ±0 228 runs +190 228 :white_check_mark: +190 0 :zzz: ±0 0 :x: ±0
Results for commit b98274da. ± Comparison against base commit b04941ca.
:recycle: This comment has been updated with latest results.
@dependabot rebase
Superseded by #437.