GiganticMinecraft / SeichiAssist

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

chore(deps): update dependency io.circe:circe-generic to v0.14.9 #2306

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
io.circe:circe-generic patch 0.14.6 -> 0.14.9

Release Notes

circe/circe (io.circe:circe-generic) ### [`v0.14.9`](https://togithub.com/circe/circe/releases/tag/v0.14.9) [Compare Source](https://togithub.com/circe/circe/compare/v0.14.8...v0.14.9) #### Important changes Scala native 0.4 has been dropped in favor of 0.5 in [https://github.com/circe/circe/pull/2254](https://togithub.com/circe/circe/pull/2254) #### Community changes - Add Defer instances for Decoder and Encoder by [@​morgen-peschke](https://togithub.com/morgen-peschke) in [https://github.com/circe/circe/pull/2123](https://togithub.com/circe/circe/pull/2123) - Fix cursor history loss on SeqDecoder. by [@​rlecomte](https://togithub.com/rlecomte) in [https://github.com/circe/circe/pull/2284](https://togithub.com/circe/circe/pull/2284) #### Dependency/build updates - Update scalafmt-core to 3.8.2 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2282](https://togithub.com/circe/circe/pull/2282) - Update nscplugin, sbt-scala-native to 0.5.4 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2254](https://togithub.com/circe/circe/pull/2254) #### New Contributors - [@​morgen-peschke](https://togithub.com/morgen-peschke) made their first contribution in [https://github.com/circe/circe/pull/2123](https://togithub.com/circe/circe/pull/2123) - [@​rlecomte](https://togithub.com/rlecomte) made their first contribution in [https://github.com/circe/circe/pull/2284](https://togithub.com/circe/circe/pull/2284) **Full Changelog**: https://github.com/circe/circe/compare/v0.14.8...v0.14.9 ### [`v0.14.8`](https://togithub.com/circe/circe/releases/tag/v0.14.8) [Compare Source](https://togithub.com/circe/circe/compare/v0.14.7...v0.14.8) #### Typelevel affiliate circe is now a Typelevel affiliate project. #### Community changes - Support for KeyCodec\[Double] by [@​an-tex](https://togithub.com/an-tex) in [https://github.com/circe/circe/pull/1545](https://togithub.com/circe/circe/pull/1545) - Improve SeqDecoder performance by removing overhead by [@​jordiolivares](https://togithub.com/jordiolivares) in [https://github.com/circe/circe/pull/1719](https://togithub.com/circe/circe/pull/1719) - Add missing rule to "unserializableCodec" in `CodecTests` by [@​satorg](https://togithub.com/satorg) in [https://github.com/circe/circe/pull/2273](https://togithub.com/circe/circe/pull/2273) #### Dependency updates - Update sbt to 1.10.0 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2265](https://togithub.com/circe/circe/pull/2265) - Update shapeless to 2.3.11 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2270](https://togithub.com/circe/circe/pull/2270) - Update sbt-circe-org to 0.4.1 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2269](https://togithub.com/circe/circe/pull/2269) #### other - Update readme and add CoC by [@​hamnis](https://togithub.com/hamnis) in [https://github.com/circe/circe/pull/2262](https://togithub.com/circe/circe/pull/2262) #### New Contributors - [@​jordiolivares](https://togithub.com/jordiolivares) made their first contribution in [https://github.com/circe/circe/pull/1719](https://togithub.com/circe/circe/pull/1719) - [@​an-tex](https://togithub.com/an-tex) made their first contribution in [https://github.com/circe/circe/pull/1545](https://togithub.com/circe/circe/pull/1545) - [@​satorg](https://togithub.com/satorg) made their first contribution in [https://github.com/circe/circe/pull/2273](https://togithub.com/circe/circe/pull/2273) **Full Changelog**: https://github.com/circe/circe/compare/v0.14.7...v0.14.8 ### [`v0.14.7`](https://togithub.com/circe/circe/releases/tag/v0.14.7) [Compare Source](https://togithub.com/circe/circe/compare/v0.14.6...v0.14.7) #### Notable changes - Introduce forTypedProduct to work better with Scala 3 by [@​hamnis](https://togithub.com/hamnis) in [https://github.com/circe/circe/pull/1998](https://togithub.com/circe/circe/pull/1998) - Move anonymous classes out of inlined code and into constructor methods by [@​joroKr21](https://togithub.com/joroKr21) in [https://github.com/circe/circe/pull/2230](https://togithub.com/circe/circe/pull/2230) - Align Scala 3 semiauto derivation with `circe-generic` behavior in Scala 2 by [@​mrdziuban](https://togithub.com/mrdziuban) in [https://github.com/circe/circe/pull/2258](https://togithub.com/circe/circe/pull/2258) - Add Encoder.derived and Codec.derived forwarders by [@​joroKr21](https://togithub.com/joroKr21) in [https://github.com/circe/circe/pull/2228](https://togithub.com/circe/circe/pull/2228) #### Important [https://github.com/circe/circe/pull/2258](https://togithub.com/circe/circe/pull/2258) is binary compatible, but not source compatible. Meaning upgrading to this version may cause some code to fail compiling in Scala 3. This change is important as it fixes a glaring problem with the current derivation. #### Maintainership updates [@​zmccoy](https://togithub.com/zmccoy) has resigned as a maintainer. Thanks for all your contributions and we wish you the best of luck going forward. [@​hamnis](https://togithub.com/hamnis) has been added a maintainer. #### Community Contributions - feat: Add helpers to create nullable properties from `Option[A]` by [@​OddKristensen](https://togithub.com/OddKristensen) in [https://github.com/circe/circe/pull/2127](https://togithub.com/circe/circe/pull/2127) - remove unused imports by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/circe/circe/pull/2202](https://togithub.com/circe/circe/pull/2202) - fix warnings scalafix rule by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/circe/circe/pull/2204](https://togithub.com/circe/circe/pull/2204) - use `setup-java` instead of deprecated `setup-scala` by [@​xuwei-k](https://togithub.com/xuwei-k) in [https://github.com/circe/circe/pull/2203](https://togithub.com/circe/circe/pull/2203) - Introduce forTypedProduct to work better with Scala 3 by [@​hamnis](https://togithub.com/hamnis) in [https://github.com/circe/circe/pull/1998](https://togithub.com/circe/circe/pull/1998) - 2024 headers by [@​yurique](https://togithub.com/yurique) in [https://github.com/circe/circe/pull/2220](https://togithub.com/circe/circe/pull/2220) - README Maintainer update by [@​zmccoy](https://togithub.com/zmccoy) in [https://github.com/circe/circe/pull/2244](https://togithub.com/circe/circe/pull/2244) - Add hamnis as a maintainer by [@​hamnis](https://togithub.com/hamnis) in [https://github.com/circe/circe/pull/2250](https://togithub.com/circe/circe/pull/2250) - Update Jack Henry Name by [@​zmccoy](https://togithub.com/zmccoy) in [https://github.com/circe/circe/pull/2245](https://togithub.com/circe/circe/pull/2245) - Support NonEmptySeq by [@​shagoon](https://togithub.com/shagoon) in [https://github.com/circe/circe/pull/2247](https://togithub.com/circe/circe/pull/2247) - Fix microsite generation, update scala versions, update `sbt-circe-org` plugin version by [@​CJSmith-0141](https://togithub.com/CJSmith-0141) in [https://github.com/circe/circe/pull/2218](https://togithub.com/circe/circe/pull/2218) - Move anonymous classes out of inlined code and into constructor methods by [@​joroKr21](https://togithub.com/joroKr21) in [https://github.com/circe/circe/pull/2230](https://togithub.com/circe/circe/pull/2230) - Making `of` methods on Configured Encoders/Decoders Private. by [@​zarthross](https://togithub.com/zarthross) in [https://github.com/circe/circe/pull/2252](https://togithub.com/circe/circe/pull/2252) - Add Encoder.derived and Codec.derived forwarders by [@​joroKr21](https://togithub.com/joroKr21) in [https://github.com/circe/circe/pull/2228](https://togithub.com/circe/circe/pull/2228) - Fix-2113 fix cursor\`s traverse ACursor.pathToRoot by [@​iyfedorov](https://togithub.com/iyfedorov) in [https://github.com/circe/circe/pull/2138](https://togithub.com/circe/circe/pull/2138) - Add link to hamnis profile by [@​hwup](https://togithub.com/hwup) in [https://github.com/circe/circe/pull/2257](https://togithub.com/circe/circe/pull/2257) - Align Scala 3 semiauto derivation with `circe-generic` behavior in Scala 2 by [@​mrdziuban](https://togithub.com/mrdziuban) in [https://github.com/circe/circe/pull/2258](https://togithub.com/circe/circe/pull/2258) - Upgrade Scala 3 to 3.3.3 by [@​hamnis](https://togithub.com/hamnis) in [https://github.com/circe/circe/pull/2251](https://togithub.com/circe/circe/pull/2251) - Add back some Encoder.AsObject by [@​zarthross](https://togithub.com/zarthross) [https://github.com/circe/circe/pull/2261](https://togithub.com/circe/circe/pull/2261) #### Scala steward - Update sbt-jmh to 0.4.6 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2194](https://togithub.com/circe/circe/pull/2194) - Update scalafmt-core to 3.7.14 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2193](https://togithub.com/circe/circe/pull/2193) - Update sbt to 1.9.6 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2197](https://togithub.com/circe/circe/pull/2197) - Update nscplugin, sbt-scala-native, ... to 0.4.15 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2192](https://togithub.com/circe/circe/pull/2192) - Update nscplugin, sbt-scala-native, ... to 0.4.16 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2205](https://togithub.com/circe/circe/pull/2205) - Update munit, munit-scalacheck to 1.0.0-M10 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2198](https://togithub.com/circe/circe/pull/2198) - Update sbt-scalajs, scalajs-compilr, ... to 1.14.0 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2201](https://togithub.com/circe/circe/pull/2201) - Update sbt to 1.9.7 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2210](https://togithub.com/circe/circe/pull/2210) - Update scalafmt-core to 3.7.17 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2215](https://togithub.com/circe/circe/pull/2215) - Update sbt to 1.9.8 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2224](https://togithub.com/circe/circe/pull/2224) - Update nscplugin, sbt-scala-native, ... to 0.4.17 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2229](https://togithub.com/circe/circe/pull/2229) - Update sbt to 1.9.9 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2235](https://togithub.com/circe/circe/pull/2235) - Update scalafmt-core to 3.8.1 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2243](https://togithub.com/circe/circe/pull/2243) - Update munit, munit-scalacheck to 1.0.0-M11 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2233](https://togithub.com/circe/circe/pull/2233) - Update sbt-jmh to 0.4.7 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2225](https://togithub.com/circe/circe/pull/2225) - Update refined, refined-scalacheck to 0.11.1 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2231](https://togithub.com/circe/circe/pull/2231) - Update jawn-parser to 1.5.1 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2167](https://togithub.com/circe/circe/pull/2167) - Update cats-core, cats-laws to 2.10.0 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2185](https://togithub.com/circe/circe/pull/2185) - Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2240](https://togithub.com/circe/circe/pull/2240) - Update scodec-bits to 1.1.38 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2207](https://togithub.com/circe/circe/pull/2207) - Update scalacheck to 1.17.1 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2255](https://togithub.com/circe/circe/pull/2255) - Update discipline-core to 1.6.0 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2256](https://togithub.com/circe/circe/pull/2256) - Update sbt-circe-org to 0.4.0 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/circe/circe/pull/2259](https://togithub.com/circe/circe/pull/2259) #### New Contributors - [@​OddKristensen](https://togithub.com/OddKristensen) made their first contribution in [https://github.com/circe/circe/pull/2127](https://togithub.com/circe/circe/pull/2127) - [@​hamnis](https://togithub.com/hamnis) made their first contribution in [https://github.com/circe/circe/pull/1998](https://togithub.com/circe/circe/pull/1998) - [@​yurique](https://togithub.com/yurique) made their first contribution in [https://github.com/circe/circe/pull/2220](https://togithub.com/circe/circe/pull/2220) - [@​shagoon](https://togithub.com/shagoon) made their first contribution in [https://github.com/circe/circe/pull/2247](https://togithub.com/circe/circe/pull/2247) - [@​CJSmith-0141](https://togithub.com/CJSmith-0141) made their first contribution in [https://github.com/circe/circe/pull/2218](https://togithub.com/circe/circe/pull/2218) - [@​iyfedorov](https://togithub.com/iyfedorov) made their first contribution in [https://github.com/circe/circe/pull/2138](https://togithub.com/circe/circe/pull/2138) - [@​hwup](https://togithub.com/hwup) made their first contribution in [https://github.com/circe/circe/pull/2257](https://togithub.com/circe/circe/pull/2257) - [@​mrdziuban](https://togithub.com/mrdziuban) made their first contribution in [https://github.com/circe/circe/pull/2258](https://togithub.com/circe/circe/pull/2258) **Full Changelog**: https://github.com/circe/circe/compare/v0.14.6...v0.14.7

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.