-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update kotest to v5.9.1 - autoclosed #79
Closed
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
renovate
bot
changed the title
fix(deps): update kotest to v5.7.1
fix(deps): update kotest to v5.7.2
Sep 5, 2023
renovate
bot
force-pushed
the
renovate/kotest
branch
from
September 5, 2023 19:58
7623f1c
to
e836bc4
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.7.2
fix(deps): update kotest to v5.8.0
Nov 3, 2023
renovate
bot
force-pushed
the
renovate/kotest
branch
from
November 3, 2023 22:32
e836bc4
to
47eef41
Compare
renovate
bot
force-pushed
the
renovate/kotest
branch
from
February 1, 2024 21:35
47eef41
to
45d2671
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.8.0
fix(deps): update kotest
Feb 1, 2024
renovate
bot
changed the title
fix(deps): update kotest
fix(deps): update kotest to v5.8.0
Feb 2, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
2 times, most recently
from
February 2, 2024 12:24
a2de2d5
to
2ebc490
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.8.0
fix(deps): update kotest
Feb 2, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
February 2, 2024 16:09
2ebc490
to
913e800
Compare
renovate
bot
changed the title
fix(deps): update kotest
fix(deps): update kotest to v5.8.0
Feb 2, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
February 3, 2024 03:03
913e800
to
9ca2a34
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.8.0
fix(deps): update kotest
Feb 3, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
February 3, 2024 07:18
9ca2a34
to
f3a41ae
Compare
renovate
bot
changed the title
fix(deps): update kotest
fix(deps): update kotest to v5.8.0
Feb 3, 2024
renovate
bot
changed the title
fix(deps): update kotest to v5.8.0
fix(deps): update kotest
Feb 3, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
February 3, 2024 21:55
f3a41ae
to
190bad7
Compare
renovate
bot
changed the title
fix(deps): update kotest
fix(deps): update kotest to v5.8.0
Feb 4, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
2 times, most recently
from
February 4, 2024 09:51
aa33073
to
14d4928
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.8.0
fix(deps): update kotest
Feb 4, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
February 5, 2024 09:33
14d4928
to
e2a42c1
Compare
renovate
bot
changed the title
fix(deps): update kotest
fix(deps): update kotest to v5.8.0
Feb 5, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
March 11, 2024 05:10
e2a42c1
to
56ad368
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.8.0
fix(deps): update kotest to v5.8.1
Mar 11, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
May 9, 2024 22:21
56ad368
to
b2ee330
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.8.1
fix(deps): update kotest to v5.9.0
May 9, 2024
renovate
bot
force-pushed
the
renovate/kotest
branch
from
June 5, 2024 14:43
b2ee330
to
197eef4
Compare
renovate
bot
changed the title
fix(deps): update kotest to v5.9.0
fix(deps): update kotest
Jun 5, 2024
renovate
bot
changed the title
fix(deps): update kotest
fix(deps): update kotest to v5.9.1
Jun 6, 2024
renovate
bot
changed the title
fix(deps): update kotest to v5.9.1
fix(deps): update kotest to v5.9.1 - autoclosed
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.6.2
->5.9.1
5.6.2
->5.9.1
5.6.2
->5.9.1
5.6.2
->5.9.1
5.6.2
->5.9.1
Release Notes
kotest/kotest (io.kotest:kotest-runner-junit5)
v5.9.1
What's Changed
Assertions
infix
variant ofshouldNotBeNull
that accepts a block by @sschuberth in https://github.com/kotest/kotest/pull/4060Framework
Property-testing
Arb.list<T?>
due to performance issues by @Kantis in https://github.com/kotest/kotest/pull/4023Docs
Build / CI/CD / Dependency updates
New Contributors
Full Changelog: kotest/kotest@v5.9.0...v5.9.1
v5.9.0
Highlights
Support for wasmJs has been added, curtesy of @OliverO2
What's Changed
collection.shouldContainAllInAnyOrder()
by @u-ways-e in https://github.com/kotest/kotest/pull/3995New Contributors
Full Changelog: kotest/kotest@v5.8.1...v5.9.0
v5.8.1
What's Changed
Long
assertions and property testers by @RusticFlare in https://github.com/kotest/kotest/pull/3720BigDecimal.ZERO.shouldBePositive()
returning true by @pubiqq in https://github.com/kotest/kotest/pull/3814intersect
matcher to ranges by @AlexCue987 in https://github.com/kotest/kotest/pull/3792shouldNotBePositive
andshouldNotBeNegative
matchers for BigDecimal by @pubiqq in https://github.com/kotest/kotest/pull/3818Iterable
inwithData
on root level by @obecker in https://github.com/kotest/kotest/pull/3831shouldBe expected
equivalent toshould be(expected)
for non-matcher objects by @pubiqq in https://github.com/kotest/kotest/pull/3827New Contributors
Full Changelog: kotest/kotest@v5.8.0...v5.8.1
v5.8.0
What's Changed
New Contributors
Full Changelog: kotest/kotest@v5.7.2...v5.8.0
v5.7.2
v5.7.1
v5.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.