Commit 241c239
authored
fix(deps): update dependency io.kotest:kotest-extensions-mockserver to v6.1.8 (#2269)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[io.kotest:kotest-extensions-mockserver](https://redirect.github.com/kotest/kotest)
| `6.1.7` → `6.1.8` |

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/355) for more information.
---
### Release Notes
<details>
<summary>kotest/kotest
(io.kotest:kotest-extensions-mockserver)</summary>
###
[`v6.1.8`](https://redirect.github.com/kotest/kotest/releases/tag/v6.1.8)
[Compare
Source](https://redirect.github.com/kotest/kotest/compare/6.1.7...6.1.8)
#### What's Changed
- Precise Gradle configuration needed for pitest extension by
[@​szpak](https://redirect.github.com/szpak) in
[#​5748](https://redirect.github.com/kotest/kotest/pull/5748)
- Add automatic JUnit4 [@​Rule](https://redirect.github.com/Rule)
support to KotestTestRunner by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5749](https://redirect.github.com/kotest/kotest/pull/5749)
- Follow up to
[#​5704](https://redirect.github.com/kotest/kotest/issues/5704) to
clean filters at execution time not configuration time by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5751](https://redirect.github.com/kotest/kotest/pull/5751)
- ci: add workflow to auto-update API dumps on PR failures by
[@​Kantis](https://redirect.github.com/Kantis) in
[#​5757](https://redirect.github.com/kotest/kotest/pull/5757)
- Update JsTestFrameworkTestEngineListener to handle nested tests
correctly. by [@​sksamuel](https://redirect.github.com/sksamuel)
in [#​5752](https://redirect.github.com/kotest/kotest/pull/5752)
- Enabling update-api-dump for PRs from forks by
[@​Kantis](https://redirect.github.com/Kantis) in
[#​5760](https://redirect.github.com/kotest/kotest/pull/5760)
- Make shouldHaveSingleElement and shouldNotHaveSingleElement chainable
by [@​PreAgile](https://redirect.github.com/PreAgile) in
[#​5756](https://redirect.github.com/kotest/kotest/pull/5756)
- Fix ProhibitedAnalysisException when re-running failed tests by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5766](https://redirect.github.com/kotest/kotest/pull/5766)
- Add JSON Schema prefixItems (tuple validation) and enum support by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5771](https://redirect.github.com/kotest/kotest/pull/5771)
- Add primitive array support for contain matcher
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5775](https://redirect.github.com/kotest/kotest/pull/5775)
- Add JS lifecycle order test for issue
[#​3340](https://redirect.github.com/kotest/kotest/issues/3340) by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5767](https://redirect.github.com/kotest/kotest/pull/5767)
- Mark AnnotationSpec lifecycle methods as implicitly used by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5768](https://redirect.github.com/kotest/kotest/pull/5768)
- Support [@​Suppress](https://redirect.github.com/Suppress) for
duplicated test name and focus-in-nested-test warnings by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5769](https://redirect.github.com/kotest/kotest/pull/5769)
- Fix withClue clue context not included in assertion errors on non-JVM
platforms by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5770](https://redirect.github.com/kotest/kotest/pull/5770)
- re-add support for gradle test filters after gradle 9.4.0 by
[@​alfonsoristorato](https://redirect.github.com/alfonsoristorato)
in [#​5785](https://redirect.github.com/kotest/kotest/pull/5785)
- Add primitive array support for sorted (shouldBeSorted) matcher
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5781](https://redirect.github.com/kotest/kotest/pull/5781)
- Fix Slow Arb.generate for large objects by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5761](https://redirect.github.com/kotest/kotest/pull/5761)
- Publish IntelliJ plugin distribution zip to GitHub Packages on master
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5763](https://redirect.github.com/kotest/kotest/pull/5763)
- Tidy up logging across the engine and runner by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5787](https://redirect.github.com/kotest/kotest/pull/5787)
- Fix typo in `SpringExtension` by
[@​T45K](https://redirect.github.com/T45K) in
[#​5788](https://redirect.github.com/kotest/kotest/pull/5788)
- Refactor `Discovery` to improve class visibility filtering by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5790](https://redirect.github.com/kotest/kotest/pull/5790)
- Add tests for leading wildcard class name Gradle filter
([#​5639](https://redirect.github.com/kotest/kotest/issues/5639))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5791](https://redirect.github.com/kotest/kotest/pull/5791)
- Add primitive array support for startWith/endWith matchers
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5779](https://redirect.github.com/kotest/kotest/pull/5779)
- Add primitive array support for containExactly matcher
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5777](https://redirect.github.com/kotest/kotest/pull/5777)
- closing
[#​5782](https://redirect.github.com/kotest/kotest/issues/5782) :
add ClasspathRootSelector support to shouldRunTests g… by
[@​SimY4](https://redirect.github.com/SimY4) in
[#​5783](https://redirect.github.com/kotest/kotest/pull/5783)
- Add LazyJvmAssertion to avoid stacktraces in inspectors by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5759](https://redirect.github.com/kotest/kotest/pull/5759)
- Add primitive array support for beIn (shouldBeIn) matcher
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5780](https://redirect.github.com/kotest/kotest/pull/5780)
- Add finalizeSpec DSL function to TestConfiguration and Spec by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5750](https://redirect.github.com/kotest/kotest/pull/5750)
- Add tests and fix for afterSpec/beforeSpec in TestFactory
([#​4133](https://redirect.github.com/kotest/kotest/issues/4133))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5786](https://redirect.github.com/kotest/kotest/pull/5786)
- Normalize line breaks in test names for Gradle test filters by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5764](https://redirect.github.com/kotest/kotest/pull/5764)
- Add primitive array support for inorder (shouldContainInOrder) matcher
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5778](https://redirect.github.com/kotest/kotest/pull/5778)
- Add primitive array support for containAll matcher
([#​4354](https://redirect.github.com/kotest/kotest/issues/4354))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5776](https://redirect.github.com/kotest/kotest/pull/5776)
#### New Contributors
- [@​PreAgile](https://redirect.github.com/PreAgile) made their
first contribution in
[#​5756](https://redirect.github.com/kotest/kotest/pull/5756)
- [@​SimY4](https://redirect.github.com/SimY4) made their first
contribution in
[#​5783](https://redirect.github.com/kotest/kotest/pull/5783)
**Full Changelog**:
<kotest/kotest@v6.1.7...v6.1.8>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/typesafegithub/github-workflows-kt).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6937962 commit 241c239
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments