chore(deps): update dependency org.typelevel:cats-core to v2.13.0 #128
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:
2.12.0
->2.13.0
Release Notes
typelevel/cats (org.typelevel:cats-core)
v2.13.0
Compare Source
Cats v2.13.0 is a binary-compatible release in the 2.x series. It is published for Scala 2.12, 2.13, and 3.3 with Scala.js 1.17 and Scala Native 0.5.
What's Changed
The release comes with new APIs, as well as bugfixes and optimizations. While it is binary- and source- compatible, it is recommended for downstream projects to start replacing calls to
sequence_
andtraverse_
functions (along with theirunordered*
andpar*
counterparts) withsequenceVoid
,traverseVoid
, etc., correspondingly.Features
EitherOps#leftMapOrKeep
andEitherOps#leftFlatMapOrKeep
by @danicheg in https://github.com/typelevel/cats/pull/4638unorderedFoldMapA
method by @m50d in https://github.com/typelevel/cats/pull/4662traverseVoid
/sequenceVoid
and their counterparts by @satorg in https://github.com/typelevel/cats/pull/4682Bugfixes
Optimizations
Documentation
Behind-the-scenes
&
instead ofwith
by @xuwei-k in https://github.com/typelevel/cats/pull/4673Updates
New Contributors
Full Changelog: typelevel/cats@v2.12.0...v2.13.0
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 was generated by Mend Renovate. View the repository job log.