vexdev / amarr

aMule Torrent connector for Servarr
MIT License
28 stars 1 forks source link

chore(deps): update dependency io.mockk:mockk to v1.13.12 #66

Open vexdev-renovate[bot] opened 9 months ago

vexdev-renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Type Update Change
io.mockk:mockk (source) dependencies patch 1.13.8 -> 1.13.12

Release Notes

mockk/mockk (io.mockk:mockk) ### [`v1.13.12`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.12) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.11...1.13.12) #### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://redirect.github.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://redirect.github.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://redirect.github.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://redirect.github.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) #### New Contributors - [@​SackCastellon](https://redirect.github.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - [@​thamp59](https://redirect.github.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://redirect.github.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.12 ### [`v1.13.11`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.11) [Compare Source](https://redirect.github.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://redirect.github.com/Gosunet) in [https://github.com/mockk/mockk/pull/1174](https://redirect.github.com/mockk/mockk/pull/1174) - Fix cannot mock value class for class property in 1.13.10 by [@​ZhaohuaZeng-at](https://redirect.github.com/ZhaohuaZeng-at) in [https://github.com/mockk/mockk/pull/1230](https://redirect.github.com/mockk/mockk/pull/1230) - Introduce `verifyCount` DSL by [@​T45K](https://redirect.github.com/T45K) in [https://github.com/mockk/mockk/pull/1234](https://redirect.github.com/mockk/mockk/pull/1234) - Fix parallel testing flag by [@​Evenprime](https://redirect.github.com/Evenprime) in [https://github.com/mockk/mockk/pull/1238](https://redirect.github.com/mockk/mockk/pull/1238) - Implement `clearStaticMockk` for KFunction and KProperty by [@​krocard](https://redirect.github.com/krocard) in [https://github.com/mockk/mockk/pull/1239](https://redirect.github.com/mockk/mockk/pull/1239) - \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR by [@​krocard](https://redirect.github.com/krocard) in [https://github.com/mockk/mockk/pull/1240](https://redirect.github.com/mockk/mockk/pull/1240) #### New Contributors - [@​Gosunet](https://redirect.github.com/Gosunet) made their first contribution in [https://github.com/mockk/mockk/pull/1174](https://redirect.github.com/mockk/mockk/pull/1174) - [@​ZhaohuaZeng-at](https://redirect.github.com/ZhaohuaZeng-at) made their first contribution in [https://github.com/mockk/mockk/pull/1230](https://redirect.github.com/mockk/mockk/pull/1230) - [@​T45K](https://redirect.github.com/T45K) made their first contribution in [https://github.com/mockk/mockk/pull/1234](https://redirect.github.com/mockk/mockk/pull/1234) - [@​Evenprime](https://redirect.github.com/Evenprime) made their first contribution in [https://github.com/mockk/mockk/pull/1238](https://redirect.github.com/mockk/mockk/pull/1238) - [@​krocard](https://redirect.github.com/krocard) made their first contribution in [https://github.com/mockk/mockk/pull/1239](https://redirect.github.com/mockk/mockk/pull/1239) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.10...1.13.11 ### [`v1.13.10`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.10) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.9...1.13.10) #### What's Changed - Add support to nested value classes by [@​rotilho](https://redirect.github.com/rotilho) in [https://github.com/mockk/mockk/pull/1202](https://redirect.github.com/mockk/mockk/pull/1202) - Fix callOriginal on default interface method by [@​flapenna](https://redirect.github.com/flapenna) in [https://github.com/mockk/mockk/pull/1203](https://redirect.github.com/mockk/mockk/pull/1203) - Only unbox value class answers when appropriate by [@​jselbo](https://redirect.github.com/jselbo) in [https://github.com/mockk/mockk/pull/1204](https://redirect.github.com/mockk/mockk/pull/1204) - Fix capture using mutable list of value class by [@​ath0s](https://redirect.github.com/ath0s) in [https://github.com/mockk/mockk/pull/1209](https://redirect.github.com/mockk/mockk/pull/1209) - Updates documentation to include example access error workaround for Android users by [@​JakeSteam](https://redirect.github.com/JakeSteam) in [https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211) #### New Contributors - [@​rotilho](https://redirect.github.com/rotilho) made their first contribution in [https://github.com/mockk/mockk/pull/1202](https://redirect.github.com/mockk/mockk/pull/1202) - [@​jselbo](https://redirect.github.com/jselbo) made their first contribution in [https://github.com/mockk/mockk/pull/1204](https://redirect.github.com/mockk/mockk/pull/1204) - [@​ath0s](https://redirect.github.com/ath0s) made their first contribution in [https://github.com/mockk/mockk/pull/1209](https://redirect.github.com/mockk/mockk/pull/1209) - [@​JakeSteam](https://redirect.github.com/JakeSteam) made their first contribution in [https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.9...1.13.10 ### [`v1.13.9`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.9) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.8...1.13.9) #### What's Changed - Remove AllOpen plugin from Android libraries by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1164](https://redirect.github.com/mockk/mockk/pull/1164) - Enforce reproducible builds by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1162](https://redirect.github.com/mockk/mockk/pull/1162) - Fix unit tests errors by using `slf4jOrJulLogging()` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1166](https://redirect.github.com/mockk/mockk/pull/1166) - Remove KAPT from Android libraries by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1163](https://redirect.github.com/mockk/mockk/pull/1163) - JVM 1.8 source compatibility by [@​jeffdgr8](https://redirect.github.com/jeffdgr8) in [https://github.com/mockk/mockk/pull/1161](https://redirect.github.com/mockk/mockk/pull/1161) - Specify unique `android.namespace` to resolve warnings by [@​kubode](https://redirect.github.com/kubode) in [https://github.com/mockk/mockk/pull/1181](https://redirect.github.com/mockk/mockk/pull/1181) - Add scoped mock documentation by [@​kshired](https://redirect.github.com/kshired) in [https://github.com/mockk/mockk/pull/1175](https://redirect.github.com/mockk/mockk/pull/1175) - Upgrade Gradle to 8.4 by [@​geekiyer](https://redirect.github.com/geekiyer) in [https://github.com/mockk/mockk/pull/1184](https://redirect.github.com/mockk/mockk/pull/1184) - Fixes infinite recursion when stubbing a fun that returns value class by [@​OitoH](https://redirect.github.com/OitoH) in [https://github.com/mockk/mockk/pull/1176](https://redirect.github.com/mockk/mockk/pull/1176) - Prevent kover setup failure without Android SDK by [@​milgner](https://redirect.github.com/milgner) in [https://github.com/mockk/mockk/pull/1193](https://redirect.github.com/mockk/mockk/pull/1193) - Support value classes for non-primitive types by [@​milgner](https://redirect.github.com/milgner) in [https://github.com/mockk/mockk/pull/1192](https://redirect.github.com/mockk/mockk/pull/1192) - Fix StackOverflowError calling method on spy of class with generic base class by [@​flapenna](https://redirect.github.com/flapenna) in [https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195) #### New Contributors - [@​jeffdgr8](https://redirect.github.com/jeffdgr8) made their first contribution in [https://github.com/mockk/mockk/pull/1161](https://redirect.github.com/mockk/mockk/pull/1161) - [@​kshired](https://redirect.github.com/kshired) made their first contribution in [https://github.com/mockk/mockk/pull/1175](https://redirect.github.com/mockk/mockk/pull/1175) - [@​OitoH](https://redirect.github.com/OitoH) made their first contribution in [https://github.com/mockk/mockk/pull/1176](https://redirect.github.com/mockk/mockk/pull/1176) - [@​flapenna](https://redirect.github.com/flapenna) made their first contribution in [https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.8...1.13.9

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.