makenowjust-labs / recheck

The trustworthy ReDoS checker
https://makenowjust-labs.github.io/recheck/
MIT License
242 stars 12 forks source link

Update dependency io.circe:circe-generic to v0.14.7 #1238

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

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

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

circe/circe (io.circe:circe-generic) ### [`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: Enabled.

â™» 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.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (4804232) to head (7a067f3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1238 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 69 69 Lines 3080 3080 Branches 516 487 -29 ========================================= Hits 3080 3080 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.