Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

chore(deps): update kotest to v6 (major)#354

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

chore(deps): update kotest to v6 (major)#354
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-kotest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Change Age Confidence
io.kotest:kotest-runner-junit5 5.9.16.1.3 age confidence
io.kotest:kotest-assertions-json 5.9.16.1.3 age confidence
io.kotest:kotest-assertions-core-jvm 5.9.16.1.3 age confidence

Release Notes

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

v6.1.3

Compare Source

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
New Contributors

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

v6.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.0.3...v6.0.4

v6.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@6.0.3...v6.0.3

v6.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@6.0.1...v6.0.2

v6.0.1

Compare Source

Full Changelog: kotest/kotest@6.0.0...v6.0.1

v6.0.0

https://kotest.io/docs/release6/


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Havana, Automerge - "before 4am on the first day of the month" in timezone America/Havana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 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 requested a review from yacosta738 December 2, 2025 23:17
@renovate renovate bot requested a review from yacosta738 as a code owner December 2, 2025 23:17
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 2, 2025

Qodana for JVM

68 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 42
Invalid YAML configuration 🔶 Warning 5
Unstable API Usage 🔶 Warning 4
Duplicated code fragment ◽️ Notice 9
Unknown HTTP header ◽️ Notice 5
Multi-dollar interpolation can be used in string literals (available since 2.1) ◽️ Notice 1
If-Null return/break/... foldable to '?:' ◽️ Notice 1
Vulnerable declared dependency ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 3, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 3, 2025

Test Results

 56 files   -  53   56 suites   - 53   32s ⏱️ -55s
250 tests  - 310  249 ✅  - 311  0 💤 ±0  1 ❌ +1 
251 runs   - 313  249 ✅  - 315  0 💤 ±0  2 ❌ +2 

For more details on these failures, see this check.

Results for commit 1de1c30. ± Comparison against base commit 8a16b3f.

This pull request removes 315 and adds 5 tests. Note that renamed tests count towards both.
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [1] com.cvix.common.domain.bus.ContinueOnExceptionPublishStrategy@113e5151
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [2] com.cvix.common.domain.bus.ParallelNoWaitPublishStrategy@7c64dd6f
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [3] com.cvix.common.domain.bus.ParallelWhenAllPublishStrategy@3a33f3ae
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [4] com.cvix.common.domain.bus.StopOnExceptionPublishStrategy@259eb66a
com.cvix.contact.application.send.ContactSenderTest ‑ should handle contact data with special characters
com.cvix.contact.application.send.ContactSenderTest ‑ should handle long messages correctly
com.cvix.contact.application.send.ContactSenderTest ‑ should propagate notification exceptions to caller
com.cvix.contact.application.send.ContactSenderTest ‑ should successfully send contact form when captcha is valid
com.cvix.contact.application.send.ContactSenderTest ‑ should throw  captcha validation exception when captcha validation fails
com.cvix.contact.domain.ContactDataTest ‑ should accept message with maximum length()
…
UnknownClass ‑ initializationError
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [1] com.cvix.common.domain.bus.ContinueOnExceptionPublishStrategy@55878b0e
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [2] com.cvix.common.domain.bus.ParallelNoWaitPublishStrategy@1fbef3f4
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [3] com.cvix.common.domain.bus.ParallelWhenAllPublishStrategy@7f4b8349
com.cvix.common.domain.bus.MediatorBuilderTest ‑ [4] com.cvix.common.domain.bus.StopOnExceptionPublishStrategy@4dd7d07e

♻️ This comment has been updated with latest results.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Dec 3, 2025

Deploying cvix with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1de1c30
Status: ✅  Deploy successful!
Preview URL: https://d72e85f0.cvix.pages.dev
Branch Preview URL: https://renovate-major-kotest.cvix.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Dec 3, 2025

Deploying cvix-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 29826e9
Status: ✅  Deploy successful!
Preview URL: https://b7606d16.cvix-app.pages.dev
Branch Preview URL: https://renovate-major-kotest.cvix-app.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/major-kotest branch 17 times, most recently from 2797fcd to 558d4b2 Compare December 5, 2025 11:24
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 5, 2025

Qodana for JVM

156 new problems were found

Inspection name Severity Problems
Invalid @ConfigurationProperties 🔴 Failure 1
Invalid YAML configuration 🔴 Failure 1
Unused symbol 🔶 Warning 53
Invalid YAML configuration 🔶 Warning 49
Unresolved reference in KDoc 🔶 Warning 5
Taint analysis 🔶 Warning 4
Potentially ambiguous 'kotlin.coroutine.coroutineContext' usage 🔶 Warning 4
Unused import directive 🔶 Warning 1
Redundant character escape 🔶 Warning 1
Vulnerable declared dependency 🔶 Warning 1
Duplicated code fragment ◽️ Notice 12
Unknown HTTP header ◽️ Notice 10
Redundant interpolation prefix ◽️ Notice 4
Vulnerable declared dependency ◽️ Notice 3
Multi-dollar interpolation can be used in string literals (available since 2.1) ◽️ Notice 1
Redundant escaped dollar characters in string literals ◽️ Notice 1
String concatenation that can be converted to string template ◽️ Notice 1
If-Null return/break/... foldable to '?:' ◽️ Notice 1
Redundant empty initializer block ◽️ Notice 1
Unnecessary type argument ◽️ Notice 1
'substring' call should be replaced with 'take' call ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@renovate renovate bot force-pushed the renovate/major-kotest branch 4 times, most recently from 4e1ae98 to db21e7c Compare December 5, 2025 20:20
@renovate renovate bot force-pushed the renovate/major-kotest branch 4 times, most recently from e676781 to db0b2f9 Compare December 14, 2025 14:51
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate bot force-pushed the renovate/major-kotest branch 22 times, most recently from 16e9964 to f9d0866 Compare December 22, 2025 19:46
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 7, 2026

✅ Contributor Report

User: @renovate[bot]
Status: Trusted contributor (whitelisted)

This user is on the trusted contributors list and was automatically approved.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 9, 2026

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants