-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ 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
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. |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 5, 2022 08:27
66831b2
to
0a67039
Compare
nulls
reviewed
Dec 5, 2022
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
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
orchestr7
approved these changes
Dec 22, 2022
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 22, 2022 14:39
0a67039
to
ba1c920
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.3.0
->5.5.4
Release Notes
kotest/kotest
v5.5.4
Fixes issue 3277.
Contributors:
v5.5.3
: 5.5.3Updated 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 loadedv5.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.1Fixed an issue where tests where being skipped when filtered out by the full spec name
v5.4.2
: 5.4.2v5.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.
This PR has been generated by Mend Renovate. View repository job log here.