kotest / kotest-extensions-arrow

Kotest extensions for Arrow
Apache License 2.0
39 stars 13 forks source link

Update kotest to v5.8.0 #254

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.kotest:kotest-property 5.7.2 -> 5.8.0 age adoption passing confidence
io.kotest:kotest-framework-api 5.7.2 -> 5.8.0 age adoption passing confidence
io.kotest:kotest-framework-engine 5.7.2 -> 5.8.0 age adoption passing confidence
io.kotest:kotest-assertions-core 5.7.2 -> 5.8.0 age adoption passing confidence
io.kotest:kotest-runner-junit5 5.7.2 -> 5.8.0 age adoption passing confidence

Release Notes

kotest/kotest (io.kotest:kotest-property) ### [`v5.8.0`](https://togithub.com/kotest/kotest/releases/tag/v5.8.0) ##### What's Changed - Remove hardcoded emil path by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3700](https://togithub.com/kotest/kotest/pull/3700) - Fix until timeout by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3699](https://togithub.com/kotest/kotest/pull/3699) - Improve documentation on beforeEach, beforeAny and beforeTest by [@​pientaa](https://togithub.com/pientaa) in [https://github.com/kotest/kotest/pull/3698](https://togithub.com/kotest/kotest/pull/3698) - Update docusaurus monorepo to v2.4.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3713](https://togithub.com/kotest/kotest/pull/3713) - Update dependency io.kotest.extensions:kotest-extensions-mockserver to v1.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3715](https://togithub.com/kotest/kotest/pull/3715) - Add range to reflective Set of Enum values by [@​tbvh](https://togithub.com/tbvh) in [https://github.com/kotest/kotest/pull/3710](https://togithub.com/kotest/kotest/pull/3710) - Fix ordering of beforespec and user interceptors by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3716](https://togithub.com/kotest/kotest/pull/3716) - Add backgroundScope in KMP [#​3708](https://togithub.com/kotest/kotest/issues/3708) by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3717](https://togithub.com/kotest/kotest/pull/3717) - Support objects when using FQN for config by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3718](https://togithub.com/kotest/kotest/pull/3718) - Add see-difference formatting to shouldHaveValue by [@​matejdro](https://togithub.com/matejdro) in [https://github.com/kotest/kotest/pull/3707](https://togithub.com/kotest/kotest/pull/3707) - assertions.nondeterministic: Update package name in docs and tests by [@​OliverO2](https://togithub.com/OliverO2) in [https://github.com/kotest/kotest/pull/3727](https://togithub.com/kotest/kotest/pull/3727) - Added shouldBeSortedDescending matcher by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3721](https://togithub.com/kotest/kotest/pull/3721) - Add warning about kotest.assertions.collection.enumerate.size property by [@​matejdro](https://togithub.com/matejdro) in [https://github.com/kotest/kotest/pull/3724](https://togithub.com/kotest/kotest/pull/3724) - Fixed containAll Matchers with varargs by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3731](https://togithub.com/kotest/kotest/pull/3731) - Fixed shouldContainAnyOf matchers with varargs by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3733](https://togithub.com/kotest/kotest/pull/3733) - docs(tags.md) - update code snippet to pass env vars to jvm by [@​k-times-c](https://togithub.com/k-times-c) in [https://github.com/kotest/kotest/pull/3729](https://togithub.com/kotest/kotest/pull/3729) - support-ranges by [@​AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3735](https://togithub.com/kotest/kotest/pull/3735) - Fix TestFactory does not close AutoCloseable objects by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3739](https://togithub.com/kotest/kotest/pull/3739) - Added support for sequence arbitraries by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3719](https://togithub.com/kotest/kotest/pull/3719) - Improve Sequence.shouldContainExactly(...) by [@​obecker](https://togithub.com/obecker) in [https://github.com/kotest/kotest/pull/3743](https://togithub.com/kotest/kotest/pull/3743) - Improve Sequence.shouldHaveSingleElement(...) by [@​obecker](https://togithub.com/obecker) in [https://github.com/kotest/kotest/pull/3745](https://togithub.com/kotest/kotest/pull/3745) - Added support for array arbitraries by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3728](https://togithub.com/kotest/kotest/pull/3728) - Fix using IrFactory's deprecated api by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3750](https://togithub.com/kotest/kotest/pull/3750) ##### New Contributors - [@​k-times-c](https://togithub.com/k-times-c) made their first contribution in [https://github.com/kotest/kotest/pull/3729](https://togithub.com/kotest/kotest/pull/3729) - [@​AlexCue987](https://togithub.com/AlexCue987) made their first contribution in [https://github.com/kotest/kotest/pull/3735](https://togithub.com/kotest/kotest/pull/3735) - [@​obecker](https://togithub.com/obecker) made their first contribution in [https://github.com/kotest/kotest/pull/3743](https://togithub.com/kotest/kotest/pull/3743) **Full Changelog**: https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.