makenowjust-labs / recheck

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

Update dependency io.circe:circe-parser to v0.14.10 #1275

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
io.circe:circe-parser patch 0.14.7 -> 0.14.10

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


Release Notes

circe/circe (io.circe:circe-parser) ### [`v0.14.10`](https://redirect.github.com/circe/circe/releases/tag/v0.14.10) [Compare Source](https://redirect.github.com/circe/circe/compare/v0.14.9...v0.14.10) #### Project updates `circe-refined` has been removed from core, and moved to a separate repository by [@​hamnis](https://redirect.github.com/hamnis) in [https://github.com/circe/circe/pull/2298](https://redirect.github.com/circe/circe/pull/2298) #### Community updates - Reduced non-Stream deprecation warnings by [@​OddKristensen](https://redirect.github.com/OddKristensen) in [https://github.com/circe/circe/pull/2288](https://redirect.github.com/circe/circe/pull/2288) - Use values from a constant pool when possible by [@​JD557](https://redirect.github.com/JD557) in [https://github.com/circe/circe/pull/2291](https://redirect.github.com/circe/circe/pull/2291) - Add Json.traverse\* methods by [@​sergeykolbasov](https://redirect.github.com/sergeykolbasov) in [https://github.com/circe/circe/pull/1648](https://redirect.github.com/circe/circe/pull/1648) - remove `cats.instances` imports by [@​xuwei-k](https://redirect.github.com/xuwei-k) in [https://github.com/circe/circe/pull/2304](https://redirect.github.com/circe/circe/pull/2304) - Bring back support for `Enumeration` in Scala 3 by [@​SakulK](https://redirect.github.com/SakulK) in [https://github.com/circe/circe/pull/2303](https://redirect.github.com/circe/circe/pull/2303) - add some Pekko libs to README.md by [@​pjfanning](https://redirect.github.com/pjfanning) in [https://github.com/circe/circe/pull/2305](https://redirect.github.com/circe/circe/pull/2305) - pointer literal macro must not mangle already escaped pointers by [@​hamnis](https://redirect.github.com/hamnis) in [https://github.com/circe/circe/pull/2285](https://redirect.github.com/circe/circe/pull/2285) - Use macros to fix stack overflow when deriving for local classes by [@​mrdziuban](https://redirect.github.com/mrdziuban) in [https://github.com/circe/circe/pull/2287](https://redirect.github.com/circe/circe/pull/2287) #### Dependency updates - Update sbt to 1.10.1 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2289](https://redirect.github.com/circe/circe/pull/2289) - Update sbt-circe-org to 0.4.2 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2292](https://redirect.github.com/circe/circe/pull/2292) - Update scalafmt-core to 3.8.3 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2293](https://redirect.github.com/circe/circe/pull/2293) - Update munit to 1.0.1 by [@​mzuehlke](https://redirect.github.com/mzuehlke) in [https://github.com/circe/circe/pull/2296](https://redirect.github.com/circe/circe/pull/2296) - Update auxlib, clib, javalib, nativelib, ... to 0.5.5 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2301](https://redirect.github.com/circe/circe/pull/2301) - Update scodec-bits to 1.2.1 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2302](https://redirect.github.com/circe/circe/pull/2302) #### New Contributors - [@​JD557](https://redirect.github.com/JD557) made their first contribution in [https://github.com/circe/circe/pull/2291](https://redirect.github.com/circe/circe/pull/2291) - [@​SakulK](https://redirect.github.com/SakulK) made their first contribution in [https://github.com/circe/circe/pull/2303](https://redirect.github.com/circe/circe/pull/2303) - [@​pjfanning](https://redirect.github.com/pjfanning) made their first contribution in [https://github.com/circe/circe/pull/2305](https://redirect.github.com/circe/circe/pull/2305) **Full Changelog**: https://github.com/circe/circe/compare/v0.14.9...v0.14.10 ### [`v0.14.9`](https://redirect.github.com/circe/circe/releases/tag/v0.14.9) [Compare Source](https://redirect.github.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://redirect.github.com/circe/circe/pull/2254) ##### Community changes - Add Defer instances for Decoder and Encoder by [@​morgen-peschke](https://redirect.github.com/morgen-peschke) in [https://github.com/circe/circe/pull/2123](https://redirect.github.com/circe/circe/pull/2123) - Fix cursor history loss on SeqDecoder. by [@​rlecomte](https://redirect.github.com/rlecomte) in [https://github.com/circe/circe/pull/2284](https://redirect.github.com/circe/circe/pull/2284) ##### Dependency/build updates - Update scalafmt-core to 3.8.2 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2282](https://redirect.github.com/circe/circe/pull/2282) - Update nscplugin, sbt-scala-native to 0.5.4 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2254](https://redirect.github.com/circe/circe/pull/2254) ##### New Contributors - [@​morgen-peschke](https://redirect.github.com/morgen-peschke) made their first contribution in [https://github.com/circe/circe/pull/2123](https://redirect.github.com/circe/circe/pull/2123) - [@​rlecomte](https://redirect.github.com/rlecomte) made their first contribution in [https://github.com/circe/circe/pull/2284](https://redirect.github.com/circe/circe/pull/2284) **Full Changelog**: https://github.com/circe/circe/compare/v0.14.8...v0.14.9 ### [`v0.14.8`](https://redirect.github.com/circe/circe/releases/tag/v0.14.8) [Compare Source](https://redirect.github.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://redirect.github.com/an-tex) in [https://github.com/circe/circe/pull/1545](https://redirect.github.com/circe/circe/pull/1545) - Improve SeqDecoder performance by removing overhead by [@​jordiolivares](https://redirect.github.com/jordiolivares) in [https://github.com/circe/circe/pull/1719](https://redirect.github.com/circe/circe/pull/1719) - Add missing rule to "unserializableCodec" in `CodecTests` by [@​satorg](https://redirect.github.com/satorg) in [https://github.com/circe/circe/pull/2273](https://redirect.github.com/circe/circe/pull/2273) ##### Dependency updates - Update sbt to 1.10.0 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2265](https://redirect.github.com/circe/circe/pull/2265) - Update shapeless to 2.3.11 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2270](https://redirect.github.com/circe/circe/pull/2270) - Update sbt-circe-org to 0.4.1 by [@​scala-steward](https://redirect.github.com/scala-steward) in [https://github.com/circe/circe/pull/2269](https://redirect.github.com/circe/circe/pull/2269) ##### other - Update readme and add CoC by [@​hamnis](https://redirect.github.com/hamnis) in [https://github.com/circe/circe/pull/2262](https://redirect.github.com/circe/circe/pull/2262) ##### New Contributors - [@​jordiolivares](https://redirect.github.com/jordiolivares) made their first contribution in [https://github.com/circe/circe/pull/1719](https://redirect.github.com/circe/circe/pull/1719) - [@​an-tex](https://redirect.github.com/an-tex) made their first contribution in [https://github.com/circe/circe/pull/1545](https://redirect.github.com/circe/circe/pull/1545) - [@​satorg](https://redirect.github.com/satorg) made their first contribution in [https://github.com/circe/circe/pull/2273](https://redirect.github.com/circe/circe/pull/2273) **Full Changelog**: https://github.com/circe/circe/compare/v0.14.7...v0.14.8

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.



This PR was generated by Mend Renovate. View the repository job log.