Maxr1998 / ModernAndroidPreferences

Android Preferences defined through Kotlin DSL, shown in a RecyclerView
Apache License 2.0
120 stars 5 forks source link

:arrow_up: Update dependency io.mockk:mockk-android to v1.13.3 #99

Closed Maxr1998-bot closed 1 year ago

Maxr1998-bot commented 1 year ago

This PR contains the following updates:

Package Type Update Change
io.mockk:mockk-android (source) dependencies patch 1.13.2 -> 1.13.3

Release Notes

mockk/mockk ### [`v1.13.3`](https://togithub.com/mockk/mockk/releases/tag/1.13.3) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.2...1.13.3) #### What's Changed - Add `Awaits` extensions similar to `Runs` to await suspend functions until cancelled by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/927](https://togithub.com/mockk/mockk/pull/927) - Upgrade Kotlin to stable 1.7.20 in GitHub workflow by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/940](https://togithub.com/mockk/mockk/pull/940) - Add missing test annotation to LambdaTest by [@​bossm0n5t3r](https://togithub.com/bossm0n5t3r) in [https://github.com/mockk/mockk/pull/946](https://togithub.com/mockk/mockk/pull/946) - Fix verifier logic for slots and different matchers by [@​m-burst](https://togithub.com/m-burst) in [https://github.com/mockk/mockk/pull/951](https://togithub.com/mockk/mockk/pull/951) - Fix InstantiationError when using any() where a sealed type is expected by [@​cliffred](https://togithub.com/cliffred) in [https://github.com/mockk/mockk/pull/939](https://togithub.com/mockk/mockk/pull/939) - Adding throwsMany exception by [@​daniel-dios](https://togithub.com/daniel-dios) in [https://github.com/mockk/mockk/pull/955](https://togithub.com/mockk/mockk/pull/955) - Add more doc comments with samples by [@​NotWoods](https://togithub.com/NotWoods) in [https://github.com/mockk/mockk/pull/958](https://togithub.com/mockk/mockk/pull/958) - added basic jitpack config by [@​hduerkop](https://togithub.com/hduerkop) in [https://github.com/mockk/mockk/pull/962](https://togithub.com/mockk/mockk/pull/962) - add kotlin 1.8-Beta to the test matrix by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/974](https://togithub.com/mockk/mockk/pull/974) - bump bytebuddy and objenesis by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/975](https://togithub.com/mockk/mockk/pull/975) - Update README.md to include note about 2-year-old 'known issue' for spy and suspend function by [@​iainism](https://togithub.com/iainism) in [https://github.com/mockk/mockk/pull/979](https://togithub.com/mockk/mockk/pull/979) #### New Contributors - [@​SimonMarquis](https://togithub.com/SimonMarquis) made their first contribution in [https://github.com/mockk/mockk/pull/927](https://togithub.com/mockk/mockk/pull/927) - [@​bossm0n5t3r](https://togithub.com/bossm0n5t3r) made their first contribution in [https://github.com/mockk/mockk/pull/946](https://togithub.com/mockk/mockk/pull/946) - [@​m-burst](https://togithub.com/m-burst) made their first contribution in [https://github.com/mockk/mockk/pull/951](https://togithub.com/mockk/mockk/pull/951) - [@​cliffred](https://togithub.com/cliffred) made their first contribution in [https://github.com/mockk/mockk/pull/939](https://togithub.com/mockk/mockk/pull/939) - [@​daniel-dios](https://togithub.com/daniel-dios) made their first contribution in [https://github.com/mockk/mockk/pull/955](https://togithub.com/mockk/mockk/pull/955) - [@​NotWoods](https://togithub.com/NotWoods) made their first contribution in [https://github.com/mockk/mockk/pull/958](https://togithub.com/mockk/mockk/pull/958) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.2...1.13.3

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 Renovate Bot.