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

Update docusaurus monorepo to v2.4.3 #3713

Merged
merged 1 commit into from Oct 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core 2.4.1 -> 2.4.3 age adoption passing confidence
@docusaurus/plugin-client-redirects 2.4.1 -> 2.4.3 age adoption passing confidence
@docusaurus/plugin-google-analytics 2.4.1 -> 2.4.3 age adoption passing confidence
@docusaurus/preset-classic 2.4.1 -> 2.4.3 age adoption passing confidence

Release Notes

facebook/docusaurus (@​docusaurus/core)

v2.4.3

Compare Source

🐛 Bug Fix
  • docusaurus-plugin-content-docs
  • docusaurus-theme-classic
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (@​ori-shalom)
Committers: 4

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (squash) October 1, 2023 00:57
@sksamuel sksamuel self-requested a review October 1, 2023 02:08
@renovate renovate bot merged commit afa34e6 into master Oct 1, 2023
1 check passed
@renovate renovate bot deleted the renovate/docusaurus-monorepo branch October 1, 2023 02:08
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

1 participant