AniTrend / anitrend-app

Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
https://anitrend.co
MIT License
194 stars 26 forks source link

fix(deps): update io.mockk to v1.13.12 #675

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.mockk:mockk-android (source) 1.13.9 -> 1.13.12 age adoption passing confidence
io.mockk:mockk (source) 1.13.9 -> 1.13.12 age adoption passing confidence

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


Release Notes

mockk/mockk (io.mockk:mockk-android) ### [`v1.13.12`](https://togithub.com/mockk/mockk/releases/tag/1.13.12) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.11...1.13.12) ##### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://togithub.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://togithub.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://togithub.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://togithub.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://togithub.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://togithub.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://togithub.com/mockk/mockk/pull/1276) ##### New Contributors - [@​SackCastellon](https://togithub.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://togithub.com/mockk/mockk/pull/1253) - [@​thamp59](https://togithub.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://togithub.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://togithub.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://togithub.com/mockk/mockk/pull/1276) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.12 ### [`v1.13.11`](https://togithub.com/mockk/mockk/releases/tag/1.13.11) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.10...1.13.11) #### What's Changed - Fix wasNotshould throw exception when called on non mocked object by [@​Gosunet](https://togithub.com/Gosunet) in [https://github.com/mockk/mockk/pull/1174](https://togithub.com/mockk/mockk/pull/1174) - Fix cannot mock value class for class property in 1.13.10 by [@​ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) in [https://github.com/mockk/mockk/pull/1230](https://togithub.com/mockk/mockk/pull/1230) - Introduce `verifyCount` DSL by [@​T45K](https://togithub.com/T45K) in [https://github.com/mockk/mockk/pull/1234](https://togithub.com/mockk/mockk/pull/1234) - Fix parallel testing flag by [@​Evenprime](https://togithub.com/Evenprime) in [https://github.com/mockk/mockk/pull/1238](https://togithub.com/mockk/mockk/pull/1238) - Implement `clearStaticMockk` for KFunction and KProperty by [@​krocard](https://togithub.com/krocard) in [https://github.com/mockk/mockk/pull/1239](https://togithub.com/mockk/mockk/pull/1239) - \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR by [@​krocard](https://togithub.com/krocard) in [https://github.com/mockk/mockk/pull/1240](https://togithub.com/mockk/mockk/pull/1240) #### New Contributors - [@​Gosunet](https://togithub.com/Gosunet) made their first contribution in [https://github.com/mockk/mockk/pull/1174](https://togithub.com/mockk/mockk/pull/1174) - [@​ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) made their first contribution in [https://github.com/mockk/mockk/pull/1230](https://togithub.com/mockk/mockk/pull/1230) - [@​T45K](https://togithub.com/T45K) made their first contribution in [https://github.com/mockk/mockk/pull/1234](https://togithub.com/mockk/mockk/pull/1234) - [@​Evenprime](https://togithub.com/Evenprime) made their first contribution in [https://github.com/mockk/mockk/pull/1238](https://togithub.com/mockk/mockk/pull/1238) - [@​krocard](https://togithub.com/krocard) made their first contribution in [https://github.com/mockk/mockk/pull/1239](https://togithub.com/mockk/mockk/pull/1239) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.10...1.13.11 ### [`v1.13.10`](https://togithub.com/mockk/mockk/releases/tag/1.13.10) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.9...1.13.10) #### What's Changed - Add support to nested value classes by [@​rotilho](https://togithub.com/rotilho) in [https://github.com/mockk/mockk/pull/1202](https://togithub.com/mockk/mockk/pull/1202) - Fix callOriginal on default interface method by [@​flapenna](https://togithub.com/flapenna) in [https://github.com/mockk/mockk/pull/1203](https://togithub.com/mockk/mockk/pull/1203) - Only unbox value class answers when appropriate by [@​jselbo](https://togithub.com/jselbo) in [https://github.com/mockk/mockk/pull/1204](https://togithub.com/mockk/mockk/pull/1204) - Fix capture using mutable list of value class by [@​ath0s](https://togithub.com/ath0s) in [https://github.com/mockk/mockk/pull/1209](https://togithub.com/mockk/mockk/pull/1209) - Updates documentation to include example access error workaround for Android users by [@​JakeSteam](https://togithub.com/JakeSteam) in [https://github.com/mockk/mockk/pull/1211](https://togithub.com/mockk/mockk/pull/1211) #### New Contributors - [@​rotilho](https://togithub.com/rotilho) made their first contribution in [https://github.com/mockk/mockk/pull/1202](https://togithub.com/mockk/mockk/pull/1202) - [@​jselbo](https://togithub.com/jselbo) made their first contribution in [https://github.com/mockk/mockk/pull/1204](https://togithub.com/mockk/mockk/pull/1204) - [@​ath0s](https://togithub.com/ath0s) made their first contribution in [https://github.com/mockk/mockk/pull/1209](https://togithub.com/mockk/mockk/pull/1209) - [@​JakeSteam](https://togithub.com/JakeSteam) made their first contribution in [https://github.com/mockk/mockk/pull/1211](https://togithub.com/mockk/mockk/pull/1211) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.9...1.13.10

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.



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