Commit 328b35f
authored
fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.1 (#2176)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [io.arrow-kt:arrow-core](https://arrow-kt.io/)
([source](https://redirect.github.com/arrow-kt/arrow)) | `2.2.0` ->
`2.2.1` |

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>arrow-kt/arrow (io.arrow-kt:arrow-core)</summary>
###
[`v2.2.1`](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.2.1)
[Compare
Source](https://redirect.github.com/arrow-kt/arrow/compare/2.2.0...2.2.1)
For the full release notes, see the [Arrow
blog](https://arrow-kt.io/community/blog/).
#### What's Changed
- Additional overloads for `zipOrAccumulate `by
[@​tibtof](https://redirect.github.com/tibtof) in
[#​3782](https://redirect.github.com/arrow-kt/arrow/pull/3782)
- propagate contracts to overloads added in
[#​3782](https://redirect.github.com/arrow-kt/arrow/issues/3782)
by [@​tKe](https://redirect.github.com/tKe) in
[#​3787](https://redirect.github.com/arrow-kt/arrow/pull/3787)
- warn on call already handled by
[@​tKe](https://redirect.github.com/tKe) in
[#​3786](https://redirect.github.com/arrow-kt/arrow/pull/3786)
- Fix
[#​3791](https://redirect.github.com/arrow-kt/arrow/issues/3791)
by [@​kyay10](https://redirect.github.com/kyay10) in
[#​3792](https://redirect.github.com/arrow-kt/arrow/pull/3792)
- Ensure sorting is stable by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3801](https://redirect.github.com/arrow-kt/arrow/pull/3801)
- Optimize Nel functions by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3802](https://redirect.github.com/arrow-kt/arrow/pull/3802)
- Unify handling of `addSuppressed` by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3793](https://redirect.github.com/arrow-kt/arrow/pull/3793)
- Fix
[#​3799](https://redirect.github.com/arrow-kt/arrow/issues/3799)
by [@​kyay10](https://redirect.github.com/kyay10) in
[#​3800](https://redirect.github.com/arrow-kt/arrow/pull/3800)
- Remove erroneous mentions of `kotlin.Error` by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3808](https://redirect.github.com/arrow-kt/arrow/pull/3808)
- Cleanup CircuitBreaker by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3797](https://redirect.github.com/arrow-kt/arrow/pull/3797)
- Use AutoCloseScope in SuspendApp by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3798](https://redirect.github.com/arrow-kt/arrow/pull/3798)
- Prevent error accumulation in `withNel` when RCE caught by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3812](https://redirect.github.com/arrow-kt/arrow/pull/3812)
- Enable "unused value checker" by
[@​serras](https://redirect.github.com/serras) in
[#​3773](https://redirect.github.com/arrow-kt/arrow/pull/3773)
- Use `guaranteeCase` in CircuitBreaker instead of `addSuppressed` by
[@​kyay10](https://redirect.github.com/kyay10) in
[#​3796](https://redirect.github.com/arrow-kt/arrow/pull/3796)
- Update to Jackson 3.0 by
[@​serras](https://redirect.github.com/serras) in
[#​3758](https://redirect.github.com/arrow-kt/arrow/pull/3758)
#### New Contributors
- [@​tibtof](https://redirect.github.com/tibtof) made their first
contribution in
[#​3782](https://redirect.github.com/arrow-kt/arrow/pull/3782)
**Full Changelog**:
<arrow-kt/arrow@2.2.0...2.2.1>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/typesafegithub/github-workflows-kt).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 83ec11a commit 328b35f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments