ouchadam / small-talk

Minimal Android messenger powered by Matrix
Apache License 2.0
139 stars 4 forks source link

Update dependency io.mockk:mockk to v1.13.12 #356

Open renovate[bot] opened 12 months ago

renovate[bot] commented 12 months ago

This PR contains the following updates:

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

Release Notes

mockk/mockk (io.mockk:mockk) ### [`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 ### [`v1.13.9`](https://togithub.com/mockk/mockk/releases/tag/1.13.9) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.8...1.13.9) #### What's Changed - Remove AllOpen plugin from Android libraries by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1164](https://togithub.com/mockk/mockk/pull/1164) - Enforce reproducible builds by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1162](https://togithub.com/mockk/mockk/pull/1162) - Fix unit tests errors by using `slf4jOrJulLogging()` by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1166](https://togithub.com/mockk/mockk/pull/1166) - Remove KAPT from Android libraries by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1163](https://togithub.com/mockk/mockk/pull/1163) - JVM 1.8 source compatibility by [@​jeffdgr8](https://togithub.com/jeffdgr8) in [https://github.com/mockk/mockk/pull/1161](https://togithub.com/mockk/mockk/pull/1161) - Specify unique `android.namespace` to resolve warnings by [@​kubode](https://togithub.com/kubode) in [https://github.com/mockk/mockk/pull/1181](https://togithub.com/mockk/mockk/pull/1181) - Add scoped mock documentation by [@​kshired](https://togithub.com/kshired) in [https://github.com/mockk/mockk/pull/1175](https://togithub.com/mockk/mockk/pull/1175) - Upgrade Gradle to 8.4 by [@​geekiyer](https://togithub.com/geekiyer) in [https://github.com/mockk/mockk/pull/1184](https://togithub.com/mockk/mockk/pull/1184) - Fixes infinite recursion when stubbing a fun that returns value class by [@​OitoH](https://togithub.com/OitoH) in [https://github.com/mockk/mockk/pull/1176](https://togithub.com/mockk/mockk/pull/1176) - Prevent kover setup failure without Android SDK by [@​milgner](https://togithub.com/milgner) in [https://github.com/mockk/mockk/pull/1193](https://togithub.com/mockk/mockk/pull/1193) - Support value classes for non-primitive types by [@​milgner](https://togithub.com/milgner) in [https://github.com/mockk/mockk/pull/1192](https://togithub.com/mockk/mockk/pull/1192) - Fix StackOverflowError calling method on spy of class with generic base class by [@​flapenna](https://togithub.com/flapenna) in [https://github.com/mockk/mockk/pull/1195](https://togithub.com/mockk/mockk/pull/1195) #### New Contributors - [@​jeffdgr8](https://togithub.com/jeffdgr8) made their first contribution in [https://github.com/mockk/mockk/pull/1161](https://togithub.com/mockk/mockk/pull/1161) - [@​kshired](https://togithub.com/kshired) made their first contribution in [https://github.com/mockk/mockk/pull/1175](https://togithub.com/mockk/mockk/pull/1175) - [@​OitoH](https://togithub.com/OitoH) made their first contribution in [https://github.com/mockk/mockk/pull/1176](https://togithub.com/mockk/mockk/pull/1176) - [@​flapenna](https://togithub.com/flapenna) made their first contribution in [https://github.com/mockk/mockk/pull/1195](https://togithub.com/mockk/mockk/pull/1195) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.8...1.13.9 ### [`v1.13.8`](https://togithub.com/mockk/mockk/releases/tag/1.13.8) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.7...1.13.8) #### What's Changed - Bump googleapis from 20.2.0 to 59.0.0 in /cloud-badge by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/mockk/mockk/pull/482](https://togithub.com/mockk/mockk/pull/482) - Minor performance improvements to MockInjector by [@​k163377](https://togithub.com/k163377) in [https://github.com/mockk/mockk/pull/1134](https://togithub.com/mockk/mockk/pull/1134) - Improve log message by [@​marcelstoer](https://togithub.com/marcelstoer) in [https://github.com/mockk/mockk/pull/1117](https://togithub.com/mockk/mockk/pull/1117) - Update README.md by [@​iainism](https://togithub.com/iainism) in [https://github.com/mockk/mockk/pull/1140](https://togithub.com/mockk/mockk/pull/1140) - Update Android test targets by [@​LeonRa](https://togithub.com/LeonRa) in [https://github.com/mockk/mockk/pull/1146](https://togithub.com/mockk/mockk/pull/1146) - Fix `IncompatibleClassChangeError` in Android instrumentation test ([#​1035](https://togithub.com/mockk/mockk/issues/1035)) by [@​LeonRa](https://togithub.com/LeonRa) in [https://github.com/mockk/mockk/pull/1145](https://togithub.com/mockk/mockk/pull/1145) - Update Gradle and Android dependencies by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1105](https://togithub.com/mockk/mockk/pull/1105) - Update byte-buddy 1.14.6 by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1149](https://togithub.com/mockk/mockk/pull/1149) - Remove unused `androidTools` in `Deps.kt` by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1150](https://togithub.com/mockk/mockk/pull/1150) - Update Kotlin 1.9.10 by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1148](https://togithub.com/mockk/mockk/pull/1148) - Update KotlinX Kover 0.7.3 by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1152](https://togithub.com/mockk/mockk/pull/1152) - Remove Kotlin-IR from CI matrix by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1153](https://togithub.com/mockk/mockk/pull/1153) - Update Dokka 1.9.0 by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1151](https://togithub.com/mockk/mockk/pull/1151) - Fix Kotlin version override in tests by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1154](https://togithub.com/mockk/mockk/pull/1154) - Use new Kotlin logo by [@​Goooler](https://togithub.com/Goooler) in [https://github.com/mockk/mockk/pull/1156](https://togithub.com/mockk/mockk/pull/1156) - Swap expected/actual in `KotlinVersionOverrideTest.kt` by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1157](https://togithub.com/mockk/mockk/pull/1157) - Reduce the use of spread operator to improve performance by [@​k163377](https://togithub.com/k163377) in [https://github.com/mockk/mockk/pull/1143](https://togithub.com/mockk/mockk/pull/1143) - update Kotlin and Java Toolchain properties, and setting them in CI by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/1056](https://togithub.com/mockk/mockk/pull/1056) - Fix `dokkaJavadoc` publishing task by [@​SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1160](https://togithub.com/mockk/mockk/pull/1160) #### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/mockk/mockk/pull/482](https://togithub.com/mockk/mockk/pull/482) - [@​k163377](https://togithub.com/k163377) made their first contribution in [https://github.com/mockk/mockk/pull/1134](https://togithub.com/mockk/mockk/pull/1134) - [@​marcelstoer](https://togithub.com/marcelstoer) made their first contribution in [https://github.com/mockk/mockk/pull/1117](https://togithub.com/mockk/mockk/pull/1117) - [@​LeonRa](https://togithub.com/LeonRa) made their first contribution in [https://github.com/mockk/mockk/pull/1146](https://togithub.com/mockk/mockk/pull/1146) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.7...1.13.8 ### [`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

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

codecov[bot] commented 12 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.84%. Comparing base (5a39167) to head (aba38e9).

:exclamation: Current head aba38e9 differs from pull request most recent head f397e7b. Consider uploading reports for the commit f397e7b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #356 +/- ## ========================================= Coverage 54.84% 54.84% Complexity 117 117 ========================================= Files 104 104 Lines 1732 1732 Branches 239 239 ========================================= Hits 950 950 Misses 672 672 Partials 110 110 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 11 months ago

APK Size: 2.1 MB