fix(deps): update kotlin.result to v1.1.21 #540
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.21
1.1.20
->1.1.21
Warning
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.21
Compare 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
)List
of errors for all variants ofzipOrAccumulate
by @YuitoSato (716109a
)Collection
instead ofList
.Deprecations
getAll
,getAllErrors
in favour offilterValues
&filterErrors
(aca9ad9
)ResultBinding
in favour ofBindingScope
(dd5c96f
)binding
in favour ofcoroutineBinding
(b19894a
)coroutineScope
, and helps consumers distinguish between the blocking variant that is otherwise only differing in package name.Ok
/Err
as return types (7ce7c16
)getAll
/getAllErrors
in favour ofvaluesOf
/errorsOf
(522c821
)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.