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.7 #130

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.4 -> 1.13.7

Release Notes

mockk/mockk (io.mockk:mockk-android) ### [`v1.13.7`](https://togithub.com/mockk/mockk/releases/tag/1.13.7) #### What's Changed - Amend "Top Level functions" by [@​polarene](https://togithub.com/polarene) in [https://github.com/mockk/mockk/pull/1067](https://togithub.com/mockk/mockk/pull/1067) - Fix error when mocking abstract method implementation by [@​steffandroid](https://togithub.com/steffandroid) in [https://github.com/mockk/mockk/pull/1081](https://togithub.com/mockk/mockk/pull/1081) - Make slf4j an optional dependency by [@​ansman](https://togithub.com/ansman) in [https://github.com/mockk/mockk/pull/1091](https://togithub.com/mockk/mockk/pull/1091) - Add Korean guides and articles in README.md by [@​devkuma](https://togithub.com/devkuma) in [https://github.com/mockk/mockk/pull/1097](https://togithub.com/mockk/mockk/pull/1097) - Inject mocks via constructor to avoid lateinit var by [@​kkurczewski](https://togithub.com/kkurczewski) in [https://github.com/mockk/mockk/pull/1106](https://togithub.com/mockk/mockk/pull/1106) - Issue 954: [@​MockKExtension](https://togithub.com/MockKExtension).CheckUnnecessaryStub annotation is applied… by [@​bboeck](https://togithub.com/bboeck) in [https://github.com/mockk/mockk/pull/1099](https://togithub.com/mockk/mockk/pull/1099) - chore: converting functions to expression bodies by [@​casplattel](https://togithub.com/casplattel) in [https://github.com/mockk/mockk/pull/1104](https://togithub.com/mockk/mockk/pull/1104) - Update dexmaker version to 2.28.3 for Android 14 support by [@​kurteous](https://togithub.com/kurteous) in [https://github.com/mockk/mockk/pull/1107](https://togithub.com/mockk/mockk/pull/1107) - Issue 963: Unnecessary stubbings detected - false positive by [@​bboeck](https://togithub.com/bboeck) in [https://github.com/mockk/mockk/pull/1108](https://togithub.com/mockk/mockk/pull/1108) - Add `fun MockKMatcherScope.any(KClass): T` by [@​ghackett](https://togithub.com/ghackett) in [https://github.com/mockk/mockk/pull/1005](https://togithub.com/mockk/mockk/pull/1005) - 1122(docs): fix header for `clearStaticMockk` by [@​wallind](https://togithub.com/wallind) in [https://github.com/mockk/mockk/pull/1123](https://togithub.com/mockk/mockk/pull/1123) - Fix grammar in Ukraine support message by [@​BirdHowl](https://togithub.com/BirdHowl) in [https://github.com/mockk/mockk/pull/1125](https://togithub.com/mockk/mockk/pull/1125) - Issue 293: support capture nullable with slot by [@​stengvac](https://togithub.com/stengvac) in [https://github.com/mockk/mockk/pull/1109](https://togithub.com/mockk/mockk/pull/1109) - update documentation in README.md by [@​alexferreiradev](https://togithub.com/alexferreiradev) in [https://github.com/mockk/mockk/pull/1127](https://togithub.com/mockk/mockk/pull/1127) #### New Contributors - [@​steffandroid](https://togithub.com/steffandroid) made their first contribution in [https://github.com/mockk/mockk/pull/1081](https://togithub.com/mockk/mockk/pull/1081) - [@​devkuma](https://togithub.com/devkuma) made their first contribution in [https://github.com/mockk/mockk/pull/1097](https://togithub.com/mockk/mockk/pull/1097) - [@​bboeck](https://togithub.com/bboeck) made their first contribution in [https://github.com/mockk/mockk/pull/1099](https://togithub.com/mockk/mockk/pull/1099) - [@​casplattel](https://togithub.com/casplattel) made their first contribution in [https://github.com/mockk/mockk/pull/1104](https://togithub.com/mockk/mockk/pull/1104) - [@​kurteous](https://togithub.com/kurteous) made their first contribution in [https://github.com/mockk/mockk/pull/1107](https://togithub.com/mockk/mockk/pull/1107) - [@​ghackett](https://togithub.com/ghackett) made their first contribution in [https://github.com/mockk/mockk/pull/1005](https://togithub.com/mockk/mockk/pull/1005) - [@​wallind](https://togithub.com/wallind) made their first contribution in [https://github.com/mockk/mockk/pull/1123](https://togithub.com/mockk/mockk/pull/1123) - [@​BirdHowl](https://togithub.com/BirdHowl) made their first contribution in [https://github.com/mockk/mockk/pull/1125](https://togithub.com/mockk/mockk/pull/1125) - [@​stengvac](https://togithub.com/stengvac) made their first contribution in [https://github.com/mockk/mockk/pull/1109](https://togithub.com/mockk/mockk/pull/1109) - [@​alexferreiradev](https://togithub.com/alexferreiradev) made their first contribution in [https://github.com/mockk/mockk/pull/1127](https://togithub.com/mockk/mockk/pull/1127) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.5...1.13.7 ### [`v1.13.5`](https://togithub.com/mockk/mockk/releases/tag/1.13.5) #### What's Changed - Return the configured answers when no answer found by [@​maeserichar](https://togithub.com/maeserichar) in [https://github.com/mockk/mockk/pull/1032](https://togithub.com/mockk/mockk/pull/1032) - Recognize atLeast = 0 when mocked methods is never called by [@​hfxbse](https://togithub.com/hfxbse) in [https://github.com/mockk/mockk/pull/970](https://togithub.com/mockk/mockk/pull/970) - Update class declaration name to match with test class by [@​Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1044](https://togithub.com/mockk/mockk/pull/1044) - Update to Junit 5 by [@​Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1045](https://togithub.com/mockk/mockk/pull/1045) - Issue [#​997](https://togithub.com/mockk/mockk/issues/997) - Simulate garbage collected proxy by [@​ygaller](https://togithub.com/ygaller) in [https://github.com/mockk/mockk/pull/1052](https://togithub.com/mockk/mockk/pull/1052) - Enable Gradle build scan publishing by [@​Goooler](https://togithub.com/Goooler) in [https://github.com/mockk/mockk/pull/1060](https://togithub.com/mockk/mockk/pull/1060) - Added the "Top Level functions" section by [@​polarene](https://togithub.com/polarene) in [https://github.com/mockk/mockk/pull/1061](https://togithub.com/mockk/mockk/pull/1061) - corrected incongruent code in "Object mock" by [@​polarene](https://togithub.com/polarene) in [https://github.com/mockk/mockk/pull/1063](https://togithub.com/mockk/mockk/pull/1063) - Kotlin 1.8.20 by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1047](https://togithub.com/mockk/mockk/pull/1047) #### New Contributors - [@​maeserichar](https://togithub.com/maeserichar) made their first contribution in [https://github.com/mockk/mockk/pull/1032](https://togithub.com/mockk/mockk/pull/1032) - [@​hfxbse](https://togithub.com/hfxbse) made their first contribution in [https://github.com/mockk/mockk/pull/970](https://togithub.com/mockk/mockk/pull/970) - [@​ygaller](https://togithub.com/ygaller) made their first contribution in [https://github.com/mockk/mockk/pull/1052](https://togithub.com/mockk/mockk/pull/1052) - [@​Goooler](https://togithub.com/Goooler) made their first contribution in [https://github.com/mockk/mockk/pull/1060](https://togithub.com/mockk/mockk/pull/1060) **Full Changelog**: https://github.com/mockk/mockk/compare/v1.13.4...1.13.5

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.