Commit aa03716
This PR contains the following updates:
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
| [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest)
| dependencies | misk/gradle/libs.versions.toml | gradle | major |
`5.9.1` -> `6.0.3` |
| [io.kotest:kotest-framework-engine](https://github.com/kotest/kotest)
| dependencies | misk/gradle/libs.versions.toml | gradle | major |
`5.9.1` -> `6.0.3` |
| [io.kotest:kotest-common](https://github.com/kotest/kotest) |
dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1`
-> `6.0.3` |
| [io.kotest:kotest-assertions-shared](https://github.com/kotest/kotest)
| dependencies | misk/gradle/libs.versions.toml | gradle | major |
`5.9.1` -> `6.0.3` |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) |
dependencies | misk/gradle/libs.versions.toml | gradle | major | `5.9.1`
-> `6.0.3` |
---
### Release Notes
<details>
<summary>kotest/kotest (io.kotest:kotest-runner-junit5-jvm)</summary>
### [`v6.0.3`](https://github.com/kotest/kotest/releases/tag/v6.0.3)
[Compare Source](kotest/kotest@6.0.2...6.0.3)
##### What's Changed
- Update usage of Isolation Mode in lifecycle docs. by
[@​Jadarma](https://github.com/Jadarma) in
[#​5077](kotest/kotest#5077)
- fix(extensions): Use the correct materialized type for TestContainer
by [@​sschuberth](https://github.com/sschuberth) in
[#​5079](kotest/kotest#5079)
- Fix failing tests handling in the Kotest gradle task by
[@​sksamuel](https://github.com/sksamuel) in
[#​5080](kotest/kotest#5080)
- allow StringSpec to use withData by
[@​alfonsoristorato](https://github.com/alfonsoristorato) in
[#​5075](kotest/kotest#5075)
##### New Contributors
- [@​Jadarma](https://github.com/Jadarma) made their first
contribution in
[#​5077](kotest/kotest#5077)
- [@​alfonsoristorato](https://github.com/alfonsoristorato) made
their first contribution in
[#​5075](kotest/kotest#5075)
**Full Changelog**:
<kotest/kotest@6.0.3...v6.0.3>
### [`v6.0.2`](https://github.com/kotest/kotest/releases/tag/v6.0.2)
[Compare Source](kotest/kotest@6.0.1...6.0.2)
##### What's Changed
- Replace typo in deprecation message of ContainerExtension by
[@​gpopides](https://github.com/gpopides) in
[#​5030](kotest/kotest#5030)
- support arrays of primitives in shouldBeEqualToComparingFields by
[@​AlexCue987](https://github.com/AlexCue987) in
[#​5043](kotest/kotest#5043)
- Improved resource and json matchers by
[@​sksamuel](https://github.com/sksamuel) in
[#​5045](kotest/kotest#5045)
- Record (some) breaking changes in 6.0 by
[@​TWiStErRob](https://github.com/TWiStErRob) in
[#​5046](kotest/kotest#5046)
- lists-maps-in-json by
[@​AlexCue987](https://github.com/AlexCue987) in
[#​5039](kotest/kotest#5039)
- Replace prints with logger in gradle plugin by
[@​sksamuel](https://github.com/sksamuel) in
[#​5047](kotest/kotest#5047)
- Add test for boolean matchers by
[@​sksamuel](https://github.com/sksamuel) in
[#​5048](kotest/kotest#5048)
- Fix `InstancePerLeaf` execution order by
[@​T45K](https://github.com/T45K) in
[#​5044](kotest/kotest#5044)
- Fix shouldCompleteWithin masking errors by
[@​sksamuel](https://github.com/sksamuel) in
[#​5049](kotest/kotest#5049)
##### New Contributors
- [@​gpopides](https://github.com/gpopides) made their first
contribution in
[#​5030](kotest/kotest#5030)
- [@​T45K](https://github.com/T45K) made their first contribution
in [#​5044](kotest/kotest#5044)
**Full Changelog**:
<kotest/kotest@6.0.1...v6.0.2>
### [`v6.0.1`](https://github.com/kotest/kotest/releases/tag/v6.0.1)
[Compare Source](kotest/kotest@6.0.0...6.0.1)
**Full Changelog**:
<kotest/kotest@6.0.0...v6.0.1>
### [`v6.0.0`](https://github.com/kotest/kotest/releases/tag/v6.0.0)
<https://kotest.io/docs/release6/>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, Automerge - At any time
(no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Never, 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 [Renovate
Bot](https://github.com/renovatebot/renovate).
GitOrigin-RevId: 0f5f893461febd845f7933c0f70d410aed5424ea1 parent a507e11 commit aa03716
File tree
3 files changed
+3
-1
lines changed- gradle
- wisp
- wisp-feature-testing
- wisp-token-testing
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments