-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation on beforeEach, beforeAny and beforeTest #3698
Merged
sksamuel
merged 3 commits into
kotest:master
from
pientaa:3594-Improve-documentation-on-beforeEach-beforeAny-and-beforeTest
Sep 17, 2023
Merged
Improve documentation on beforeEach, beforeAny and beforeTest #3698
sksamuel
merged 3 commits into
kotest:master
from
pientaa:3594-Improve-documentation-on-beforeEach-beforeAny-and-beforeTest
Sep 17, 2023
+12
−3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eforeAny-and-beforeTest
StefanLobbenmeier
referenced
this pull request
in StefanLobbenmeier/yt-dlp-compose
Nov 3, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-runner-junit5](https://togithub.com/kotest/kotest) | `5.7.2` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.plugin.serialization | `1.9.10` -> `1.9.20` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.jvm | `1.9.10` -> `1.9.20` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-runner-junit5)</summary> ### [`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**: kotest/kotest@v5.7.2...v5.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/StefanLobbenmeier/yt-dlp-compose). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
krzema12
referenced
this pull request
in krzema12/snakeyaml-engine-kmp
Nov 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-bom](https://togithub.com/kotest/kotest) | `5.7.2` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`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**: kotest/kotest@v5.7.2...v5.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/krzema12/snakeyaml-engine-kmp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
serras
referenced
this pull request
in arrow-kt/arrow-website
Nov 11, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-runner-junit5](https://togithub.com/kotest/kotest) | `5.7.2` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.kotest:kotest-property](https://togithub.com/kotest/kotest) | `5.7.2` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.kotest:kotest-framework-engine](https://togithub.com/kotest/kotest) | `5.7.2` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.kotest:kotest-assertions-core](https://togithub.com/kotest/kotest) | `5.7.2` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-runner-junit5)</summary> ### [`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**: kotest/kotest@v5.7.2...v5.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/arrow-kt/arrow-website). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
krzema12
referenced
this pull request
in krzema12/xenosearch
Dec 3, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-framework-engine](https://togithub.com/kotest/kotest) | `5.7.0` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-framework-engine)</summary> ### [`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**: kotest/kotest@v5.7.2...v5.8.0 ### [`v5.7.2`](https://togithub.com/kotest/kotest/compare/v5.7.1...v5.7.2) ### [`v5.7.1`](https://togithub.com/kotest/kotest/compare/v5.7.0...v5.7.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/krzema12/xenosearch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot
referenced
this pull request
in krzema12/xenosearch
Dec 4, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-runner-junit5](https://togithub.com/kotest/kotest) | `5.7.0` -> `5.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-runner-junit5)</summary> ### [`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**: kotest/kotest@v5.7.2...v5.8.0 ### [`v5.7.2`](https://togithub.com/kotest/kotest/compare/v5.7.1...v5.7.2) ### [`v5.7.1`](https://togithub.com/kotest/kotest/compare/v5.7.0...v5.7.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/krzema12/xenosearch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3594