Commit b5803e7
authored
fix(deps): update dependency io.kotest:kotest-bom to v6.0.5 (#429)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [io.kotest:kotest-bom](https://redirect.github.com/kotest/kotest) |
`6.0.4` -> `6.0.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>kotest/kotest (io.kotest:kotest-bom)</summary>
###
[`v6.0.5`](https://redirect.github.com/kotest/kotest/releases/tag/v6.0.5)
[Compare
Source](https://redirect.github.com/kotest/kotest/compare/6.0.4...6.0.5)
#### What's Changed
- Fix: `InstancePerLeaf` tests fail when a test leaf has siblings by
[@​T45K](https://redirect.github.com/T45K) in
[#​5139](https://redirect.github.com/kotest/kotest/pull/5139)
- fix(arrow): collect clues on failures by
[@​RafeArnold](https://redirect.github.com/RafeArnold) in
[#​5140](https://redirect.github.com/kotest/kotest/pull/5140)
- add max timeout bounds to continually and retry by
[@​alfonsoristorato](https://redirect.github.com/alfonsoristorato)
in [#​5145](https://redirect.github.com/kotest/kotest/pull/5145)
- Move `spring.boot.starter.web` dependency from `jvmMain` to `jvmTest`.
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5146](https://redirect.github.com/kotest/kotest/pull/5146)
- Remove uuid usage to fix JS on certain version of node by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5150](https://redirect.github.com/kotest/kotest/pull/5150)
- Remove periods from test names only at TCSM stage by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5149](https://redirect.github.com/kotest/kotest/pull/5149)
- Fix wasmJS support for browser tests by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5148](https://redirect.github.com/kotest/kotest/pull/5148)
- Fix PR workflow for windows by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5151](https://redirect.github.com/kotest/kotest/pull/5151)
- Expand behavior spec tags to given and when by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5152](https://redirect.github.com/kotest/kotest/pull/5152)
- update to kotlin 2.2.20 by
[@​nhajratw](https://redirect.github.com/nhajratw) in
[#​5153](https://redirect.github.com/kotest/kotest/pull/5153)
- update to gradle 9.1.0 by
[@​nhajratw](https://redirect.github.com/nhajratw) in
[#​5158](https://redirect.github.com/kotest/kotest/pull/5158)
- docs: Update Maven links and badges in Extensions docs by
[@​noojung](https://redirect.github.com/noojung) in
[#​5173](https://redirect.github.com/kotest/kotest/pull/5173)
- allow to verify if json schema prop is null (addresses
[#​5172](https://redirect.github.com/kotest/kotest/issues/5172))
by
[@​alfonsoristorato](https://redirect.github.com/alfonsoristorato)
in [#​5175](https://redirect.github.com/kotest/kotest/pull/5175)
- allow to verify if Boolean property in jsonSchema is true or false
(addresses
[#​5171](https://redirect.github.com/kotest/kotest/issues/5171))
by
[@​alfonsoristorato](https://redirect.github.com/alfonsoristorato)
in [#​5174](https://redirect.github.com/kotest/kotest/pull/5174)
- fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​5179](https://redirect.github.com/kotest/kotest/pull/5179)
- fix(deps): update dependency
dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to
v2.5.8 by [@​renovate](https://redirect.github.com/renovate)\[bot]
in [#​5180](https://redirect.github.com/kotest/kotest/pull/5180)
- fix-data-class-eq by
[@​AlexCue987](https://redirect.github.com/AlexCue987) in
[#​5178](https://redirect.github.com/kotest/kotest/pull/5178)
- Alex/reproduce race conditions
([#​5162](https://redirect.github.com/kotest/kotest/issues/5162))
by [@​AlexCue987](https://redirect.github.com/AlexCue987) in
[#​5163](https://redirect.github.com/kotest/kotest/pull/5163)
- `shouldBeEqualToUsingFields` with different types by
[@​alfonsoristorato](https://redirect.github.com/alfonsoristorato)
in [#​5124](https://redirect.github.com/kotest/kotest/pull/5124)
- Fix pr builds by [@​tKe](https://redirect.github.com/tKe) in
[#​5187](https://redirect.github.com/kotest/kotest/pull/5187)
- add `shouldBeEqualToDifferentTypeIgnoringFields` by
[@​alfonsoristorato](https://redirect.github.com/alfonsoristorato)
in [#​5194](https://redirect.github.com/kotest/kotest/pull/5194)
- Use deprecated overloads to highlight non-determinstic arbitrary usage
by [@​tKe](https://redirect.github.com/tKe) in
[#​5186](https://redirect.github.com/kotest/kotest/pull/5186)
- chore: fix master builds by
[@​tKe](https://redirect.github.com/tKe) in
[#​5198](https://redirect.github.com/kotest/kotest/pull/5198)
- make shouldCompile/shouldNotCompile support multiple files by
[@​mirror-kt](https://redirect.github.com/mirror-kt) in
[#​5182](https://redirect.github.com/kotest/kotest/pull/5182)
- Make `SpringExtension` open and introduce variants by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5195](https://redirect.github.com/kotest/kotest/pull/5195)
- Support duplicated spec names in separate packages for KSP by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5197](https://redirect.github.com/kotest/kotest/pull/5197)
- Skip modules in PR on !linux when JVM only by
[@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5199](https://redirect.github.com/kotest/kotest/pull/5199)
- use atLeast and atMost for Double
([#​5191](https://redirect.github.com/kotest/kotest/issues/5191))
by [@​AlexCue987](https://redirect.github.com/AlexCue987) in
[#​5192](https://redirect.github.com/kotest/kotest/pull/5192)
- Fix StackOverflowError on cyclic maps/collections (fixes
[#​5105](https://redirect.github.com/kotest/kotest/issues/5105))
by [@​sksamuel](https://redirect.github.com/sksamuel) in
[#​5154](https://redirect.github.com/kotest/kotest/pull/5154)
#### New Contributors
- [@​RafeArnold](https://redirect.github.com/RafeArnold) made
their first contribution in
[#​5140](https://redirect.github.com/kotest/kotest/pull/5140)
- [@​mirror-kt](https://redirect.github.com/mirror-kt) made their
first contribution in
[#​5182](https://redirect.github.com/kotest/kotest/pull/5182)
**Full Changelog**:
<kotest/kotest@6.0.4...v6.0.5>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC),
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-actions-typing).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 50c31d5 commit b5803e7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments