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

fix(deps): update kotlin.result to v1.1.21 #540

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.michael-bull.kotlin-result:kotlin-result-coroutines 1.1.20 -> 1.1.21 age adoption passing confidence
com.michael-bull.kotlin-result:kotlin-result 1.1.20 -> 1.1.21 age adoption passing confidence

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
Deprecations
  • Deprecate getAll, getAllErrors in favour of filterValues & filterErrors (aca9ad9)
  • Deprecate ResultBinding in favour of BindingScope (dd5c96f)
  • Deprecate suspending variant of binding in favour of coroutineBinding (b19894a)
    • This matches the internally-called function named coroutineScope, and helps consumers distinguish between the blocking variant that is otherwise only differing in package name.
    • This should also help convey to readers that structured concurrency will occur within the block.
  • Deprecate Ok/Err as return types (7ce7c16)
    • This is in preparation for the v2 release where these don't exist as types.
  • Deprecate getAll/getAllErrors in favour of valuesOf/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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency com.michael-bull.kotlin-result:kotlin-result-coroutines to v1.1.21 fix(deps): update kotlin.result to v1.1.21 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/kotlin.result branch from 2b9a6f7 to 593ccbb Compare March 21, 2024 11:51
@renovate renovate bot force-pushed the renovate/kotlin.result branch from 593ccbb to 55a8642 Compare March 29, 2024 18:11
@renovate renovate bot force-pushed the renovate/kotlin.result branch 3 times, most recently from e19376c to d13bfab Compare April 15, 2024 14:28
@renovate renovate bot force-pushed the renovate/kotlin.result branch 2 times, most recently from 970e43f to 0a9bea4 Compare April 27, 2024 00:12
@renovate renovate bot force-pushed the renovate/kotlin.result branch from 0a9bea4 to 58e56fb Compare May 9, 2024 15:17
@renovate renovate bot force-pushed the renovate/kotlin.result branch 2 times, most recently from fc640eb to 4e0f704 Compare May 30, 2024 17:40
@renovate renovate bot force-pushed the renovate/kotlin.result branch from 4e0f704 to 13beede Compare June 5, 2024 13:16
@renovate renovate bot force-pushed the renovate/kotlin.result branch 2 times, most recently from ea44e69 to fc1784a Compare June 19, 2024 09:54
@renovate renovate bot force-pushed the renovate/kotlin.result branch 2 times, most recently from ff242fb to e1735cd Compare July 3, 2024 10:21
@renovate renovate bot force-pushed the renovate/kotlin.result branch from e1735cd to 80d8b73 Compare July 14, 2024 21:01
@renovate renovate bot force-pushed the renovate/kotlin.result branch 2 times, most recently from a8d2da7 to 22b95e6 Compare August 5, 2024 14:31
@renovate renovate bot force-pushed the renovate/kotlin.result branch 3 times, most recently from 273fafb to 3aa4df3 Compare August 26, 2024 12:50
@renovate renovate bot force-pushed the renovate/kotlin.result branch 2 times, most recently from d79886b to 26ac0b2 Compare October 18, 2024 09:53
@renovate renovate bot force-pushed the renovate/kotlin.result branch 3 times, most recently from c2b7bfb to 00f241d Compare October 31, 2024 16:08
@renovate renovate bot force-pushed the renovate/kotlin.result branch from 00f241d to 7b73ccc Compare November 14, 2024 10:47
@renovate renovate bot force-pushed the renovate/kotlin.result branch from 7b73ccc to e8f52f1 Compare November 16, 2024 22:14
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.

0 participants