kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
179 stars 25 forks source link

Update test-kotest to v5.5.4 #229

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.kotest:kotest-framework-api 5.4.2 -> 5.5.4 age adoption passing confidence
io.kotest:kotest-assertions-core 5.4.2 -> 5.5.4 age adoption passing confidence

Release Notes

kotest/kotest ### [`v5.5.4`](https://togithub.com/kotest/kotest/releases/tag/v5.5.4) Fixes [issue 3277](https://togithub.com/kotest/kotest/issues/3277). > `gradle test --tests "A*" --tests "B*"` > > All tests from A\* and B\* were skipped instead of being ran. > > This was a regression from 5.4.x, where this used to work. This was because kotest 5.5.3 were using the wrong combinators for combining the inclusion filters. Contributors: - [@​myuwono](https://togithub.com/myuwono) ### [`v5.5.3`](https://togithub.com/kotest/kotest/releases/tag/v5.5.3): 5.5.3 Updated JUnit version from 5.7.2 to 5.8.2 Kotest now requires the runtime version of JUnit to be *at least* 5.8 Note: If your build somehow manages to put both JUnit 5.7 *and* 5.8 onto the classpath and they load in the wrong order, you might see problems related to `ClassOrderer` not being found. Please make sure that *only* JUnit 5.8+ is loaded ### [`v5.5.2`](https://togithub.com/kotest/kotest/releases/tag/v5.5.2) Gradle test filter fixes, by [@​myuwono](https://togithub.com/myuwono) [https://github.com/kotest/kotest/pull/3257](https://togithub.com/kotest/kotest/pull/3257) Tag inheritance configuration is now available on `AbstractProjectConfig` ### [`v5.5.1`](https://togithub.com/kotest/kotest/releases/tag/v5.5.1): 5.5.1 Fixed an issue where tests where being skipped when filtered out by the full spec name ### [`v5.5.0`](https://togithub.com/kotest/kotest/compare/v5.4.2...v5.5.0)

Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), 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.



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