Skip to content

Update kotest to v6 (major)#214

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-kotest
Open

Update kotest to v6 (major)#214
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-kotest

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 2, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.kotest.multiplatform 5.9.16.0.0-LOCAL age confidence
io.kotest:kotest-runner-junit5 5.9.16.1.11 age confidence
io.kotest:kotest-assertions-core 5.9.16.1.11 age confidence

Release Notes

kotest/kotest (io.kotest:kotest-runner-junit5)

v6.1.11

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.10...6.1.11

v6.1.10

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

v6.1.9

Compare Source

Full Changelog: kotest/kotest@v6.1.8...v6.1.9

The Gradle 9.4 --tests filter change was missed from the 6.1.8 release.
This 6.1.9 release includes it.

If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.

v6.1.8

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.7...v6.1.8

v6.1.7

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.6...v6.1.7

v6.1.6

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.5...v6.1.6

v6.1.5

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.4...v6.1.5

v6.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.3...v6.1.4

v6.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.2...v6.1.3

v6.1.2

Compare Source

What's Changed

Full Changelog: kotest/kotest@6.1.2...v6.1.2

v6.1.1

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.0...v6.1.1

v6.1.0

Compare Source

The first Kotest release of 2026 is here - 6.1 'Bouncing Boimler'

  • Compatible with Kotlin 2.0, 2.1, 2.2 and 2.3
  • Enhanced data-testing with new syntax that mirrors the spec style to enable more intuitive tests. This also gives you control over how data tests interact with test lifecycle callbacks!
  • Much improved IDE plugin support including running individual tests for native targets and fixes for many long standing issues. Re-run tests and jump to source for all nested tests in JVM mode
  • The test framework has been updated with Jasmine style f-focused syntax to mirror the x-disabled syntax.
  • Support for JUnit 6 via the new kotest-runner-junit6 module.
  • The popular TestContainers extension has been updated to support Docker ComposeContainers. Also now with an option to pipe the container logs directly into the test output for easier debugging!
  • Full support for the Gradle test-retry plugin.
  • Many improvements and bug fixes to our assertions library including support for custom equality in shouldBe assertions
  • New assertions added such as shouldBeAtMost(x) and shouldBeAtLeast(y) for primitives. A reminder that assertions don't require the Kotest test framework. They are still the best Kotlin assertions library, in our opinion, even if you are using JUnit or another test framework.
  • Recreate race conditions easily using our parallel runner.
  • Various property test improvements such as new Arb types for arrays and support for specifying Arb collection sizes globally. Just like assertions, the property testing library doesn't require the Kotest test framework.
What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.0.7...v6.1.0

v6.0.7

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.0.6...v6.0.7

v6.0.6

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.0.5...v6.0.6

v6.0.5

Compare Source

What's Changed

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 10pm every weekday,before 8am every weekday"
  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Dependency updates, automated by Renovate label Oct 2, 2024
@renovate renovate Bot requested a review from ryanmoelter October 2, 2024 10:18
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 4c77348 to 72d0f77 Compare January 8, 2025 16:02
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 72d0f77 to 828967a Compare January 23, 2025 17:28
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 828967a to 8bc8606 Compare January 30, 2025 18:48
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 8bc8606 to 0142bac Compare May 28, 2025 09:22
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 0142bac to 8598707 Compare July 8, 2025 16:49
@renovate renovate Bot force-pushed the renovate/major-kotest branch 2 times, most recently from e433dac to 5d3cd2d Compare August 10, 2025 15:00
@renovate renovate Bot changed the title Update dependency io.kotest.multiplatform to v6 Update kotest to v6 (major) Aug 18, 2025
@renovate renovate Bot force-pushed the renovate/major-kotest branch 2 times, most recently from 7840b80 to 9e3b542 Compare August 25, 2025 04:35
@renovate renovate Bot force-pushed the renovate/major-kotest branch 2 times, most recently from 1412bd7 to bc37eae Compare September 8, 2025 01:11
@renovate renovate Bot force-pushed the renovate/major-kotest branch 2 times, most recently from e668139 to 52347a7 Compare October 15, 2025 06:04
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 52347a7 to cd79349 Compare November 18, 2025 03:15
@renovate renovate Bot force-pushed the renovate/major-kotest branch 2 times, most recently from 7233212 to ddefeed Compare December 1, 2025 08:44
@renovate renovate Bot force-pushed the renovate/major-kotest branch 2 times, most recently from e0231cc to e5c0cd9 Compare January 23, 2026 17:49
@renovate renovate Bot force-pushed the renovate/major-kotest branch from e5c0cd9 to 48033d8 Compare January 27, 2026 19:27
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 48033d8 to 1004a9b Compare February 5, 2026 10:59
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 1004a9b to b810fe8 Compare February 25, 2026 20:11
@renovate renovate Bot force-pushed the renovate/major-kotest branch 6 times, most recently from d74030a to d83f818 Compare March 13, 2026 11:21
@renovate renovate Bot force-pushed the renovate/major-kotest branch from d83f818 to 47fb215 Compare March 15, 2026 01:39
@renovate renovate Bot force-pushed the renovate/major-kotest branch 3 times, most recently from f07e51e to 4d91347 Compare March 30, 2026 13:29
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 4d91347 to 4f269f2 Compare April 4, 2026 17:33
@renovate renovate Bot force-pushed the renovate/major-kotest branch from 4f269f2 to ad68461 Compare April 21, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates, automated by Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants