slackhq / slack-lints

A collection of custom Android/Kotlin lint checks we use in our Android and Kotlin code bases at Slack.
Apache License 2.0
222 stars 11 forks source link

Update dependency com.slack.eithernet:eithernet to v1.8.0 #171

Closed slack-oss-bot closed 7 months ago

slack-oss-bot commented 8 months ago

This PR contains the following updates:

Package Type Update Change
com.slack.eithernet:eithernet dependencies minor 1.6.0 -> 1.8.0

Release Notes

slackhq/eithernet ### [`v1.8.0`](https://togithub.com/slackhq/eithernet/blob/HEAD/CHANGELOG.md#​180) [Compare Source](https://togithub.com/slackhq/eithernet/compare/1.7.0...1.8.0) *2023-11-03* - **Fix**: Deprecate old `fold()` functions and introduce new ones that use the underlying value rather than `Success`. This was an oversight in the previous implementation. Binary compatibility is preserved. - **Enhancement:** Mark functions `inline` where possible to allow carried over context (i.e. in suspend functions, etc) - **Enhancement:** Use contracts to inform the compiler about possible calls to lambdas. - **New:** Add fluent `onSuccess` and `onFailure*` functional extension APIs to `ApiResult`. ### [`v1.7.0`](https://togithub.com/slackhq/eithernet/blob/HEAD/CHANGELOG.md#​170) [Compare Source](https://togithub.com/slackhq/eithernet/compare/1.6.0...1.7.0) *2023-11-02* - **Enhancement**: Add new `ApiResult<*, *>.successOrNothing()` and `ApiResult.Failure<*>.exceptionOrNull()` functional extension APIs. - Update to Kotlin `1.9.20`.

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 this update again.



This PR has been generated by Renovate Bot.