aniyomiorg / aniyomi

An app for manga and anime
https://aniyomi.org
Apache License 2.0
4.51k stars 279 forks source link

fix(deps): update dependency io.mockk:mockk to v1.13.11 #1632

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 2 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.mockk:mockk (source) 1.13.9 -> 1.13.11 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) ### [`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 - "on sunday" (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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.