GiganticMinecraft / SeichiAssist

ギガンティック☆整地鯖の独自要素を司るプラグイン / A Minecraft(Spigot) Plugin used for Gigantic Seichi Server. Address -> play.seichi.click
https://discord.gg/gigantic-minecraft
GNU General Public License v3.0
96 stars 36 forks source link

chore(deps): update dependency org.typelevel:cats-core to v2.12.0 #2317

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
org.typelevel:cats-core (source) minor 2.10.0 -> 2.12.0

Release Notes

typelevel/cats (org.typelevel:cats-core) ### [`v2.12.0`](https://togithub.com/typelevel/cats/releases/tag/v2.12.0) [Compare Source](https://togithub.com/typelevel/cats/compare/v2.11.0...v2.12.0) Cats v2.12.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.13+ and Scala Native 0.5. #### What's Changed ##### Features - Add `flatMapOrKeep` to `Monad` by [@​jozic](https://togithub.com/jozic) in [https://github.com/typelevel/cats/pull/4602](https://togithub.com/typelevel/cats/pull/4602) ##### Behind-the-Scenes - Remove special ExecutionContextExecutor by [@​kapunga](https://togithub.com/kapunga) in [https://github.com/typelevel/cats/pull/4601](https://togithub.com/typelevel/cats/pull/4601) - Bump base version to 2.12 by [@​mpilquist](https://togithub.com/mpilquist) in [https://github.com/typelevel/cats/pull/4606](https://togithub.com/typelevel/cats/pull/4606) ##### Updates - Update nscplugin, sbt-scala-native to 0.5.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4585](https://togithub.com/typelevel/cats/pull/4585) - Update discipline-munit to 2.0.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4605](https://togithub.com/typelevel/cats/pull/4605) #### New Contributors - [@​kapunga](https://togithub.com/kapunga) made their first contribution in [https://github.com/typelevel/cats/pull/4601](https://togithub.com/typelevel/cats/pull/4601) **Full Changelog**: https://github.com/typelevel/cats/compare/v2.11.0...v2.12.0 ### [`v2.11.0`](https://togithub.com/typelevel/cats/releases/tag/v2.11.0) [Compare Source](https://togithub.com/typelevel/cats/compare/v2.10.0...v2.11.0) Cats v2.11.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.13+ and Scala Native 0.4. #### What's Changed ##### Features - Add `OptionT#unlessM` by [@​m50d](https://togithub.com/m50d) in [https://github.com/typelevel/cats/pull/4519](https://togithub.com/typelevel/cats/pull/4519) - Add `mapOrKeep` to Functor by [@​jozic](https://togithub.com/jozic) in [https://github.com/typelevel/cats/pull/4582](https://togithub.com/typelevel/cats/pull/4582) - Expose FunctionK.liftFunction as a part of the Scala 3 API by [@​pomadchin](https://togithub.com/pomadchin) in [https://github.com/typelevel/cats/pull/4600](https://togithub.com/typelevel/cats/pull/4600) - FunctionKLift cross compiled liftFunction suite by [@​pomadchin](https://togithub.com/pomadchin) in [https://github.com/typelevel/cats/pull/4603](https://togithub.com/typelevel/cats/pull/4603) ##### Optimizations - Replaces other `Applicative.pure(())` with `.unit` by [@​satorg](https://togithub.com/satorg) in [https://github.com/typelevel/cats/pull/4558](https://togithub.com/typelevel/cats/pull/4558) - Use `Applicative#unit` in `Foldable#traverse_` by [@​valencik](https://togithub.com/valencik) in [https://github.com/typelevel/cats/pull/4557](https://togithub.com/typelevel/cats/pull/4557) - Optimize traverse by [@​TimWSpence](https://togithub.com/TimWSpence) in [https://github.com/typelevel/cats/pull/4498](https://togithub.com/typelevel/cats/pull/4498) ##### Fixes - Fix EitherT Bifunctor priority, add Bifoldable instance by [@​joroKr21](https://togithub.com/joroKr21) in [https://github.com/typelevel/cats/pull/4576](https://togithub.com/typelevel/cats/pull/4576) - fix ambiguous ContravariantShow\[SortedSet\[A]] (& SortedMap) by [@​chwthewke](https://togithub.com/chwthewke) in [https://github.com/typelevel/cats/pull/4575](https://togithub.com/typelevel/cats/pull/4575) - Reduce visibility of value member in the `NonEmptyMap` syntax by [@​TonioGela](https://togithub.com/TonioGela) in [https://github.com/typelevel/cats/pull/4559](https://togithub.com/typelevel/cats/pull/4559) ##### Documentation - Fix link to Fetch by [@​mainali123](https://togithub.com/mainali123) in [https://github.com/typelevel/cats/pull/4522](https://togithub.com/typelevel/cats/pull/4522) - update book's link to second edition by [@​naferx](https://togithub.com/naferx) in [https://github.com/typelevel/cats/pull/4524](https://togithub.com/typelevel/cats/pull/4524) - fix wording at end of Semigroup doc by [@​vreuter](https://togithub.com/vreuter) in [https://github.com/typelevel/cats/pull/4551](https://togithub.com/typelevel/cats/pull/4551) - Fix `choice` alias render in docs by [@​Masynchin](https://togithub.com/Masynchin) in [https://github.com/typelevel/cats/pull/4580](https://togithub.com/typelevel/cats/pull/4580) - fix typo by [@​Ghurtchu](https://togithub.com/Ghurtchu) in [https://github.com/typelevel/cats/pull/4583](https://togithub.com/typelevel/cats/pull/4583) - Use syntax in Functor's doc examples by [@​jozic](https://togithub.com/jozic) in [https://github.com/typelevel/cats/pull/4599](https://togithub.com/typelevel/cats/pull/4599) ##### Behind-the-scenes - fix `MonadOps.scala` and `FunctionKMacros.scala` dir by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/typelevel/cats/pull/4548](https://togithub.com/typelevel/cats/pull/4548) - Bump base version to 2.11 by [@​armanbilge](https://togithub.com/armanbilge) in [https://github.com/typelevel/cats/pull/4496](https://togithub.com/typelevel/cats/pull/4496) - add explicit type by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/typelevel/cats/pull/4508](https://togithub.com/typelevel/cats/pull/4508) - fix warning in `build.sbt` by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/typelevel/cats/pull/4518](https://togithub.com/typelevel/cats/pull/4518) - enforce new wildcard syntax by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/typelevel/cats/pull/4544](https://togithub.com/typelevel/cats/pull/4544) - Update copyright date by [@​geny200](https://togithub.com/geny200) in [https://github.com/typelevel/cats/pull/4593](https://togithub.com/typelevel/cats/pull/4593) ##### Updates - Update sbt-typelevel, sbt-typelevel-site to 0.5.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4497](https://togithub.com/typelevel/cats/pull/4497) - Update sbt to 1.9.4 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4500](https://togithub.com/typelevel/cats/pull/4500) - Update scalafmt-core to 3.7.13 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4502](https://togithub.com/typelevel/cats/pull/4502) - Update scalafmt-core to 3.7.14 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4503](https://togithub.com/typelevel/cats/pull/4503) - Update sbt-jmh to 0.4.6 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4506](https://togithub.com/typelevel/cats/pull/4506) - Update scala3-library, ... to 3.3.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4507](https://togithub.com/typelevel/cats/pull/4507) - Update nscplugin, sbt-scala-native, ... to 0.4.15 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4505](https://togithub.com/typelevel/cats/pull/4505) - Update sbt-typelevel, sbt-typelevel-site to 0.5.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4509](https://togithub.com/typelevel/cats/pull/4509) - Update scala-library, scala-reflect to 2.13.12 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4510](https://togithub.com/typelevel/cats/pull/4510) - Update sbt-typelevel, sbt-typelevel-site to 0.5.2 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4511](https://togithub.com/typelevel/cats/pull/4511) - Update sbt to 1.9.5 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4512](https://togithub.com/typelevel/cats/pull/4512) - Update munit to 1.0.0-M9 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4513](https://togithub.com/typelevel/cats/pull/4513) - Update sbt to 1.9.6 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4515](https://togithub.com/typelevel/cats/pull/4515) - Update sbt-typelevel, sbt-typelevel-site to 0.5.3 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4517](https://togithub.com/typelevel/cats/pull/4517) - Update munit to 1.0.0-M10 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4516](https://togithub.com/typelevel/cats/pull/4516) - Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4520](https://togithub.com/typelevel/cats/pull/4520) - Update sbt-typelevel, sbt-typelevel-site to 0.5.4 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4523](https://togithub.com/typelevel/cats/pull/4523) - Update flatMapF in nomenclature.md by [@​pera](https://togithub.com/pera) in [https://github.com/typelevel/cats/pull/4525](https://togithub.com/typelevel/cats/pull/4525) - Update nscplugin, sbt-scala-native, ... to 0.4.16 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4526](https://togithub.com/typelevel/cats/pull/4526) - Update sbt-typelevel, sbt-typelevel-site to 0.6.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4527](https://togithub.com/typelevel/cats/pull/4527) - Update sbt to 1.9.7 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4529](https://togithub.com/typelevel/cats/pull/4529) - Update scalafmt-core to 3.7.15 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4530](https://togithub.com/typelevel/cats/pull/4530) - Update sbt-typelevel, sbt-typelevel-site to 0.6.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4532](https://togithub.com/typelevel/cats/pull/4532) - Update sbt-typelevel, sbt-typelevel-site to 0.6.2 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4535](https://togithub.com/typelevel/cats/pull/4535) - Update scalafmt-core to 3.7.17 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4536](https://togithub.com/typelevel/cats/pull/4536) - Update sbt-typelevel, sbt-typelevel-site to 0.6.3 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4538](https://togithub.com/typelevel/cats/pull/4538) - Update sbt-jmh to 0.4.7 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4539](https://togithub.com/typelevel/cats/pull/4539) - Update sbt to 1.9.8 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4541](https://togithub.com/typelevel/cats/pull/4541) - Update sbt-typelevel, sbt-typelevel-site to 0.6.4 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4542](https://togithub.com/typelevel/cats/pull/4542) - Update sbt-typelevel, sbt-typelevel-site to 0.6.5 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4546](https://togithub.com/typelevel/cats/pull/4546) - Update nscplugin, sbt-scala-native, ... to 0.4.17 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4550](https://togithub.com/typelevel/cats/pull/4550) - Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4549](https://togithub.com/typelevel/cats/pull/4549) - Update munit to 1.0.0-M11 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4556](https://togithub.com/typelevel/cats/pull/4556) - Update sbt-typelevel, sbt-typelevel-site to 0.6.6 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4560](https://togithub.com/typelevel/cats/pull/4560) - Update scalafmt-core to 3.8.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4563](https://togithub.com/typelevel/cats/pull/4563) - Update sbt to 1.9.9 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4565](https://togithub.com/typelevel/cats/pull/4565) - Update sbt-typelevel, sbt-typelevel-site to 0.6.7 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4566](https://togithub.com/typelevel/cats/pull/4566) - Update scala-library, scala-reflect to 2.13.13 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4568](https://togithub.com/typelevel/cats/pull/4568) - Update scala-library, scala-reflect to 2.12.19 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4567](https://togithub.com/typelevel/cats/pull/4567) - Update scala3-library, ... to 3.3.3 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4571](https://togithub.com/typelevel/cats/pull/4571) - Update sbt-buildinfo to 0.12.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4577](https://togithub.com/typelevel/cats/pull/4577) - Update scalafmt-core to 3.8.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4578](https://togithub.com/typelevel/cats/pull/4578) - Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4581](https://togithub.com/typelevel/cats/pull/4581) - Update discipline-core to 1.6.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4588](https://togithub.com/typelevel/cats/pull/4588) - Update scalacheck to 1.17.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4586](https://togithub.com/typelevel/cats/pull/4586) - Update sbt-typelevel, sbt-typelevel-site to 0.7.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4591](https://togithub.com/typelevel/cats/pull/4591) - Update munit to 1.0.0-RC1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4592](https://togithub.com/typelevel/cats/pull/4592) - Update scala-library, scala-reflect to 2.13.14 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4594](https://togithub.com/typelevel/cats/pull/4594) - Update sbt to 1.10.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4596](https://togithub.com/typelevel/cats/pull/4596) - Update sbt-typelevel, sbt-typelevel-site to 0.7.1 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4597](https://togithub.com/typelevel/cats/pull/4597) - Update munit to 1.0.0 by [@​typelevel-steward](https://togithub.com/typelevel-steward) in [https://github.com/typelevel/cats/pull/4604](https://togithub.com/typelevel/cats/pull/4604) #### New Contributors - [@​m50d](https://togithub.com/m50d) made their first contribution in [https://github.com/typelevel/cats/pull/4519](https://togithub.com/typelevel/cats/pull/4519) - [@​mainali123](https://togithub.com/mainali123) made their first contribution in [https://github.com/typelevel/cats/pull/4522](https://togithub.com/typelevel/cats/pull/4522) - [@​naferx](https://togithub.com/naferx) made their first contribution in [https://github.com/typelevel/cats/pull/4524](https://togithub.com/typelevel/cats/pull/4524) - [@​vreuter](https://togithub.com/vreuter) made their first contribution in [https://github.com/typelevel/cats/pull/4551](https://togithub.com/typelevel/cats/pull/4551) - [@​chwthewke](https://togithub.com/chwthewke) made their first contribution in [https://github.com/typelevel/cats/pull/4575](https://togithub.com/typelevel/cats/pull/4575) - [@​Ghurtchu](https://togithub.com/Ghurtchu) made their first contribution in [https://github.com/typelevel/cats/pull/4583](https://togithub.com/typelevel/cats/pull/4583) - [@​geny200](https://togithub.com/geny200) made their first contribution in [https://github.com/typelevel/cats/pull/4593](https://togithub.com/typelevel/cats/pull/4593) - [@​pomadchin](https://togithub.com/pomadchin) made their first contribution in [https://github.com/typelevel/cats/pull/4600](https://togithub.com/typelevel/cats/pull/4600) **Full Changelog**: https://github.com/typelevel/cats/compare/v2.10.0...v2.11.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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.12.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.