Skip to content
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

docs(tags.md) - update code snippet to pass env vars to jvm #3729

Merged
merged 1 commit into from Oct 11, 2023

Conversation

k-times-c
Copy link
Contributor

Hello! Proposing this update to save others some troubleshooting time.

The code snippet to "inject" the env vars within the JVM wouldn't compile for me using Kotlin 1.9-RC. Adding .asIterable() corrected the issue.

That being said, let me know whether I've missed something.

The code as it was written below simply wouldn't compile for me using Kotlin 1.9. Figured I'd be a good citizen and post an MR to change it.

That being said, let me know whether I'm missing something.
Copy link
Contributor

@OliverO2 OliverO2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find! Thanks!

@OliverO2 OliverO2 merged commit 629e382 into kotest:master Oct 11, 2023
StefanLobbenmeier pushed a commit to StefanLobbenmeier/yt-dlp-compose that referenced this pull request Nov 3, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-runner-junit5/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-runner-junit5/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| org.jetbrains.kotlin.plugin.serialization | `1.9.10` -> `1.9.20` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.plugin.serialization/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.plugin.serialization/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.plugin.serialization/1.9.10/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.plugin.serialization/1.9.10/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| org.jetbrains.kotlin.jvm | `1.9.10` -> `1.9.20` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.jvm/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.jvm/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.jvm/1.9.10/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.jvm/1.9.10/1.9.20?slim=true)](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
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3700
- Fix until timeout by [@&#8203;sksamuel](https://togithub.com/sksamuel)
in
[kotest/kotest#3699
- Improve documentation on beforeEach, beforeAny and beforeTest by
[@&#8203;pientaa](https://togithub.com/pientaa) in
[kotest/kotest#3698
- Update docusaurus monorepo to v2.4.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to
v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3715
- Add range to reflective Set of Enum values by
[@&#8203;tbvh](https://togithub.com/tbvh) in
[kotest/kotest#3710
- Fix ordering of beforespec and user interceptors by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3716
- Add backgroundScope in KMP
[#&#8203;3708](https://togithub.com/kotest/kotest/issues/3708) by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3717
- Support objects when using FQN for config by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3718
- Add see-difference formatting to shouldHaveValue by
[@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3707
- assertions.nondeterministic: Update package name in docs and tests by
[@&#8203;OliverO2](https://togithub.com/OliverO2) in
[kotest/kotest#3727
- Added shouldBeSortedDescending matcher by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3721
- Add warning about kotest.assertions.collection.enumerate.size property
by [@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3724
- Fixed containAll Matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3731
- Fixed shouldContainAnyOf matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3733
- docs(tags.md) - update code snippet to pass env vars to jvm by
[@&#8203;k-times-c](https://togithub.com/k-times-c) in
[kotest/kotest#3729
- support-ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3735
- Fix TestFactory does not close AutoCloseable objects by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3739
- Added support for sequence arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3719
- Improve Sequence.shouldContainExactly(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3743
- Improve Sequence.shouldHaveSingleElement(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3745
- Added support for array arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3728
- Fix using IrFactory's deprecated api by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3750

##### New Contributors

- [@&#8203;k-times-c](https://togithub.com/k-times-c) made their first
contribution in
[kotest/kotest#3729
- [@&#8203;AlexCue987](https://togithub.com/AlexCue987) made their first
contribution in
[kotest/kotest#3735
- [@&#8203;obecker](https://togithub.com/obecker) made their first
contribution in
[kotest/kotest#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 pushed a commit to krzema12/snakeyaml-engine-kmp that referenced this pull request Nov 6, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-bom/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-bom/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/5.7.2/5.8.0?slim=true)](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
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3700
- Fix until timeout by [@&#8203;sksamuel](https://togithub.com/sksamuel)
in
[kotest/kotest#3699
- Improve documentation on beforeEach, beforeAny and beforeTest by
[@&#8203;pientaa](https://togithub.com/pientaa) in
[kotest/kotest#3698
- Update docusaurus monorepo to v2.4.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to
v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3715
- Add range to reflective Set of Enum values by
[@&#8203;tbvh](https://togithub.com/tbvh) in
[kotest/kotest#3710
- Fix ordering of beforespec and user interceptors by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3716
- Add backgroundScope in KMP
[#&#8203;3708](https://togithub.com/kotest/kotest/issues/3708) by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3717
- Support objects when using FQN for config by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3718
- Add see-difference formatting to shouldHaveValue by
[@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3707
- assertions.nondeterministic: Update package name in docs and tests by
[@&#8203;OliverO2](https://togithub.com/OliverO2) in
[kotest/kotest#3727
- Added shouldBeSortedDescending matcher by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3721
- Add warning about kotest.assertions.collection.enumerate.size property
by [@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3724
- Fixed containAll Matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3731
- Fixed shouldContainAnyOf matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3733
- docs(tags.md) - update code snippet to pass env vars to jvm by
[@&#8203;k-times-c](https://togithub.com/k-times-c) in
[kotest/kotest#3729
- support-ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3735
- Fix TestFactory does not close AutoCloseable objects by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3739
- Added support for sequence arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3719
- Improve Sequence.shouldContainExactly(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3743
- Improve Sequence.shouldHaveSingleElement(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3745
- Added support for array arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3728
- Fix using IrFactory's deprecated api by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3750

##### New Contributors

- [@&#8203;k-times-c](https://togithub.com/k-times-c) made their first
contribution in
[kotest/kotest#3729
- [@&#8203;AlexCue987](https://togithub.com/AlexCue987) made their first
contribution in
[kotest/kotest#3735
- [@&#8203;obecker](https://togithub.com/obecker) made their first
contribution in
[kotest/kotest#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 pushed a commit to arrow-kt/arrow-website that referenced this pull request Nov 11, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-runner-junit5/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-runner-junit5/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [io.kotest:kotest-property](https://togithub.com/kotest/kotest) |
`5.7.2` -> `5.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-property/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-property/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-property/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-property/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.kotest:kotest-framework-engine](https://togithub.com/kotest/kotest)
| `5.7.2` -> `5.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-framework-engine/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-framework-engine/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-framework-engine/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-framework-engine/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [io.kotest:kotest-assertions-core](https://togithub.com/kotest/kotest)
| `5.7.2` -> `5.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-core/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-assertions-core/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-assertions-core/5.7.2/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-core/5.7.2/5.8.0?slim=true)](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
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3700
- Fix until timeout by [@&#8203;sksamuel](https://togithub.com/sksamuel)
in
[kotest/kotest#3699
- Improve documentation on beforeEach, beforeAny and beforeTest by
[@&#8203;pientaa](https://togithub.com/pientaa) in
[kotest/kotest#3698
- Update docusaurus monorepo to v2.4.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to
v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3715
- Add range to reflective Set of Enum values by
[@&#8203;tbvh](https://togithub.com/tbvh) in
[kotest/kotest#3710
- Fix ordering of beforespec and user interceptors by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3716
- Add backgroundScope in KMP
[#&#8203;3708](https://togithub.com/kotest/kotest/issues/3708) by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3717
- Support objects when using FQN for config by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3718
- Add see-difference formatting to shouldHaveValue by
[@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3707
- assertions.nondeterministic: Update package name in docs and tests by
[@&#8203;OliverO2](https://togithub.com/OliverO2) in
[kotest/kotest#3727
- Added shouldBeSortedDescending matcher by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3721
- Add warning about kotest.assertions.collection.enumerate.size property
by [@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3724
- Fixed containAll Matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3731
- Fixed shouldContainAnyOf matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3733
- docs(tags.md) - update code snippet to pass env vars to jvm by
[@&#8203;k-times-c](https://togithub.com/k-times-c) in
[kotest/kotest#3729
- support-ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3735
- Fix TestFactory does not close AutoCloseable objects by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3739
- Added support for sequence arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3719
- Improve Sequence.shouldContainExactly(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3743
- Improve Sequence.shouldHaveSingleElement(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3745
- Added support for array arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3728
- Fix using IrFactory's deprecated api by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3750

##### New Contributors

- [@&#8203;k-times-c](https://togithub.com/k-times-c) made their first
contribution in
[kotest/kotest#3729
- [@&#8203;AlexCue987](https://togithub.com/AlexCue987) made their first
contribution in
[kotest/kotest#3735
- [@&#8203;obecker](https://togithub.com/obecker) made their first
contribution in
[kotest/kotest#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 pushed a commit to krzema12/xenosearch that referenced this pull request Dec 3, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-framework-engine/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-framework-engine/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-framework-engine/5.7.0/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-framework-engine/5.7.0/5.8.0?slim=true)](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
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3700
- Fix until timeout by [@&#8203;sksamuel](https://togithub.com/sksamuel)
in
[kotest/kotest#3699
- Improve documentation on beforeEach, beforeAny and beforeTest by
[@&#8203;pientaa](https://togithub.com/pientaa) in
[kotest/kotest#3698
- Update docusaurus monorepo to v2.4.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to
v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3715
- Add range to reflective Set of Enum values by
[@&#8203;tbvh](https://togithub.com/tbvh) in
[kotest/kotest#3710
- Fix ordering of beforespec and user interceptors by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3716
- Add backgroundScope in KMP
[#&#8203;3708](https://togithub.com/kotest/kotest/issues/3708) by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3717
- Support objects when using FQN for config by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3718
- Add see-difference formatting to shouldHaveValue by
[@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3707
- assertions.nondeterministic: Update package name in docs and tests by
[@&#8203;OliverO2](https://togithub.com/OliverO2) in
[kotest/kotest#3727
- Added shouldBeSortedDescending matcher by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3721
- Add warning about kotest.assertions.collection.enumerate.size property
by [@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3724
- Fixed containAll Matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3731
- Fixed shouldContainAnyOf matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3733
- docs(tags.md) - update code snippet to pass env vars to jvm by
[@&#8203;k-times-c](https://togithub.com/k-times-c) in
[kotest/kotest#3729
- support-ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3735
- Fix TestFactory does not close AutoCloseable objects by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3739
- Added support for sequence arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3719
- Improve Sequence.shouldContainExactly(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3743
- Improve Sequence.shouldHaveSingleElement(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3745
- Added support for array arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3728
- Fix using IrFactory's deprecated api by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3750

##### New Contributors

- [@&#8203;k-times-c](https://togithub.com/k-times-c) made their first
contribution in
[kotest/kotest#3729
- [@&#8203;AlexCue987](https://togithub.com/AlexCue987) made their first
contribution in
[kotest/kotest#3735
- [@&#8203;obecker](https://togithub.com/obecker) made their first
contribution in
[kotest/kotest#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 added a commit to krzema12/xenosearch that referenced this pull request Dec 4, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-runner-junit5/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-runner-junit5/5.7.0/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/5.7.0/5.8.0?slim=true)](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
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3700
- Fix until timeout by [@&#8203;sksamuel](https://togithub.com/sksamuel)
in
[kotest/kotest#3699
- Improve documentation on beforeEach, beforeAny and beforeTest by
[@&#8203;pientaa](https://togithub.com/pientaa) in
[kotest/kotest#3698
- Update docusaurus monorepo to v2.4.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to
v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3715
- Add range to reflective Set of Enum values by
[@&#8203;tbvh](https://togithub.com/tbvh) in
[kotest/kotest#3710
- Fix ordering of beforespec and user interceptors by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3716
- Add backgroundScope in KMP
[#&#8203;3708](https://togithub.com/kotest/kotest/issues/3708) by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3717
- Support objects when using FQN for config by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#3718
- Add see-difference formatting to shouldHaveValue by
[@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3707
- assertions.nondeterministic: Update package name in docs and tests by
[@&#8203;OliverO2](https://togithub.com/OliverO2) in
[kotest/kotest#3727
- Added shouldBeSortedDescending matcher by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3721
- Add warning about kotest.assertions.collection.enumerate.size property
by [@&#8203;matejdro](https://togithub.com/matejdro) in
[kotest/kotest#3724
- Fixed containAll Matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3731
- Fixed shouldContainAnyOf matchers with varargs by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3733
- docs(tags.md) - update code snippet to pass env vars to jvm by
[@&#8203;k-times-c](https://togithub.com/k-times-c) in
[kotest/kotest#3729
- support-ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3735
- Fix TestFactory does not close AutoCloseable objects by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3739
- Added support for sequence arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3719
- Improve Sequence.shouldContainExactly(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3743
- Improve Sequence.shouldHaveSingleElement(...) by
[@&#8203;obecker](https://togithub.com/obecker) in
[kotest/kotest#3745
- Added support for array arbitraries by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3728
- Fix using IrFactory's deprecated api by
[@&#8203;kshired](https://togithub.com/kshired) in
[kotest/kotest#3750

##### New Contributors

- [@&#8203;k-times-c](https://togithub.com/k-times-c) made their first
contribution in
[kotest/kotest#3729
- [@&#8203;AlexCue987](https://togithub.com/AlexCue987) made their first
contribution in
[kotest/kotest#3735
- [@&#8203;obecker](https://togithub.com/obecker) made their first
contribution in
[kotest/kotest#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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants