Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency io.kotest:kotest-assertions-core to v5.5.4 #466

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

kotest/kotest

v5.5.4

Fixes issue 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:

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

Gradle test filter fixes, by @​myuwono https://github.com/kotest/kotest/pull/3257
Tag inheritance configuration is now available on AbstractProjectConfig

v5.5.1: 5.5.1

Fixed an issue where tests where being skipped when filtered out by the full spec name

v5.4.2: 5.4.2

v5.4.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.


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

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

@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #466 (ba1c920) into main (171255f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #466   +/-   ##
=========================================
  Coverage     47.70%   47.70%           
  Complexity      149      149           
=========================================
  Files            53       53           
  Lines          1790     1790           
  Branches        313      313           
=========================================
  Hits            854      854           
  Misses          807      807           
  Partials        129      129           
Flag Coverage Δ
unittests 47.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

239 tests   215 ✔️  10m 9s ⏱️
  48 suites    24 💤
  48 files        0

Results for commit 0a67039.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

239 tests   215 ✔️  11m 19s ⏱️
  48 suites    24 💤
  48 files        0

Results for commit 0a67039.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

239 tests   215 ✔️  10m 23s ⏱️
  48 suites    24 💤
  48 files        0

Results for commit 0a67039.

♻️ This comment has been updated with latest results.

gradle/libs.versions.toml Outdated Show resolved Hide resolved
@nulls nulls self-assigned this Dec 5, 2022
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (except core kotlin) Update all non-major dependencies (except core Kotlin) Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies (except core Kotlin) chore(deps): update all non-major dependencies (except core kotlin) Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (except core kotlin) chore(deps): update dependency io.kotest:kotest-assertions-core to v5.5.4 Dec 22, 2022
@nulls nulls enabled auto-merge (squash) December 22, 2022 14:45
@nulls nulls merged commit ce88d30 into main Dec 22, 2022
@nulls nulls deleted the renovate/all-minor-patch branch December 22, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants