fix(deps): update kotlin.result to v1.1.21 - #540
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
March 21, 2024 11:51
2b9a6f7 to
593ccbb
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
March 29, 2024 18:11
593ccbb to
55a8642
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
3 times, most recently
from
April 15, 2024 14:28
e19376c to
d13bfab
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
April 27, 2024 00:12
970e43f to
0a9bea4
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
May 9, 2024 15:17
0a9bea4 to
58e56fb
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
May 30, 2024 17:40
fc640eb to
4e0f704
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
June 5, 2024 13:16
4e0f704 to
13beede
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
June 19, 2024 09:54
ea44e69 to
fc1784a
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
July 3, 2024 10:21
ff242fb to
e1735cd
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
July 14, 2024 21:01
e1735cd to
80d8b73
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
August 5, 2024 14:31
a8d2da7 to
22b95e6
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
3 times, most recently
from
August 26, 2024 12:50
273fafb to
3aa4df3
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
October 18, 2024 09:53
d79886b to
26ac0b2
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
3 times, most recently
from
October 31, 2024 16:08
c2b7bfb to
00f241d
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
November 16, 2024 22:14
7b73ccc to
e8f52f1
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
December 12, 2024 22:57
e8f52f1 to
9bb670e
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
April 22, 2025 08:26
f5689b2 to
d91970d
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
10 times, most recently
from
July 8, 2025 11:03
b87be7a to
4ad70af
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
3 times, most recently
from
July 9, 2025 17:05
cb324f9 to
9871203
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
July 26, 2025 14:26
9871203 to
6d8ad3e
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
August 14, 2025 05:06
13de4a2 to
b1313ca
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
September 8, 2025 12:54
b1313ca to
863e796
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
3 times, most recently
from
September 23, 2025 17:57
9dce507 to
d6a07d0
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
September 28, 2025 21:42
d6a07d0 to
f3b1915
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
October 9, 2025 12:28
f3b1915 to
0ee0f9c
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
October 21, 2025 11:01
0ee0f9c to
d8b86be
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
2 times, most recently
from
October 31, 2025 15:36
59ac9df to
9ef258f
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
November 10, 2025 23:31
9ef258f to
33a06b5
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
November 18, 2025 10:05
33a06b5 to
47be633
Compare
renovate
Bot
force-pushed
the
renovate/kotlin.result
branch
from
December 4, 2025 20:24
47be633 to
3a30b45
Compare
This file contains hidden or 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
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:
1.1.20→1.1.211.1.20→1.1.21Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
michaelbull/kotlin-result (com.michael-bull.kotlin-result:kotlin-result-coroutines)
v1.1.21Compare Source
This release serves as a bridge towards v2 and the last major release of v1.
Old behaviours have been deprecated in a non-breaking manner to anticipate the breaking changes of v2.
Additions
flatMapEither,flatMapBoth(4e5cdee)mapCatching(15fc1ff)Iterable.allOk,Iterable.allErr,Iterable.anyOk,Iterable.anyErr,Iterable.countOk,Iterable.countErr(6e62d9f)Iterable.filterValues,Iterable.filterValuesTo,Iterable.filterErrors,Iterable.filterErrorsTo(f091f50)transpose(c46a292)Listof errors for all variants ofzipOrAccumulateby @YuitoSato (716109a)Collectioninstead ofList.Deprecations
getAll,getAllErrorsin favour offilterValues&filterErrors(aca9ad9)ResultBindingin favour ofBindingScope(dd5c96f)bindingin favour ofcoroutineBinding(b19894a)coroutineScope, and helps consumers distinguish between the blocking variant that is otherwise only differing in package name.Ok/Erras return types (7ce7c16)getAll/getAllErrorsin favour ofvaluesOf/errorsOf(522c821)Configuration
📅 Schedule: (UTC)
🚦 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.