chore(deps): update dependency io.mockk:mockk to v1.13.14
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.mockk:mockk (source) | dependencies | patch |
1.13.4 -> 1.13.14
|
Release Notes
mockk/mockk (io.mockk:mockk)
v1.13.14
What's Changed
- fix(1308): Handle nullable complex and nested value classes by @VasilisDrettas-tomtom in https://github.com/mockk/mockk/pull/1314
- Fix(Issue no. 1330) for Relaxed Mocking Value When Property is Nested Value Class by @kpadhiamex in https://github.com/mockk/mockk/pull/1331
New Contributors
- @kpadhiamex made their first contribution in https://github.com/mockk/mockk/pull/1331
Full Changelog: https://github.com/mockk/mockk/compare/1.13.13...1.13.14
v1.13.13
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in https://github.com/mockk/mockk/pull/1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in https://github.com/mockk/mockk/pull/1253
- Fix RequireParallelTesting Annotation by @thamp59 in https://github.com/mockk/mockk/pull/1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in https://github.com/mockk/mockk/pull/1276
- build(issue 1280): bump toolchain-jvm version to 17 by @Kulesko in https://github.com/mockk/mockk/pull/1281
- fix(1284): do not transform static constructor by @LitterSun in https://github.com/mockk/mockk/pull/1285
- Remove unused loggers by @Sandhya2902 in https://github.com/mockk/mockk/pull/1011
- chore: converting functions to expression bodies and minor function refactoring by @casplattel in https://github.com/mockk/mockk/pull/1260
- Add anyNullable by @NWuensche in https://github.com/mockk/mockk/pull/1287
- fix(813): Handle nullable value classes by @VasilisDrettas-tomtom in https://github.com/mockk/mockk/pull/1295
- Improve error message on unexpected calls count by @MGaetan89 in https://github.com/mockk/mockk/pull/1298
- Run
unmockkAll
after each JUnit 5 test by @erikhuizinga in https://github.com/mockk/mockk/pull/1297
New Contributors
- @SackCastellon made their first contribution in https://github.com/mockk/mockk/pull/1253
- @thamp59 made their first contribution in https://github.com/mockk/mockk/pull/1265
- @xzhang-brex made their first contribution in https://github.com/mockk/mockk/pull/1276
- @Kulesko made their first contribution in https://github.com/mockk/mockk/pull/1281
- @LitterSun made their first contribution in https://github.com/mockk/mockk/pull/1285
- @VasilisDrettas-tomtom made their first contribution in https://github.com/mockk/mockk/pull/1295
- @MGaetan89 made their first contribution in https://github.com/mockk/mockk/pull/1298
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.13
v1.13.12
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in https://github.com/mockk/mockk/pull/1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in https://github.com/mockk/mockk/pull/1253
- Fix RequireParallelTesting Annotation by @thamp59 in https://github.com/mockk/mockk/pull/1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in https://github.com/mockk/mockk/pull/1276
New Contributors
- @SackCastellon made their first contribution in https://github.com/mockk/mockk/pull/1253
- @thamp59 made their first contribution in https://github.com/mockk/mockk/pull/1265
- @xzhang-brex made their first contribution in https://github.com/mockk/mockk/pull/1276
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.12
v1.13.11
What's Changed
- Fix wasNotshould throw exception when called on non mocked object by @Gosunet in https://github.com/mockk/mockk/pull/1174
- Fix cannot mock value class for class property in 1.13.10 by @ZhaohuaZeng-at in https://github.com/mockk/mockk/pull/1230
- Introduce
verifyCount
DSL by @T45K in https://github.com/mockk/mockk/pull/1234 - Fix parallel testing flag by @Evenprime in https://github.com/mockk/mockk/pull/1238
- Implement
clearStaticMockk
for KFunction and KProperty by @krocard in https://github.com/mockk/mockk/pull/1239 - [CONTRIBUTING.md] Suggest running
gradle check
before opening a MR by @krocard in https://github.com/mockk/mockk/pull/1240
New Contributors
- @Gosunet made their first contribution in https://github.com/mockk/mockk/pull/1174
- @ZhaohuaZeng-at made their first contribution in https://github.com/mockk/mockk/pull/1230
- @T45K made their first contribution in https://github.com/mockk/mockk/pull/1234
- @Evenprime made their first contribution in https://github.com/mockk/mockk/pull/1238
- @krocard made their first contribution in https://github.com/mockk/mockk/pull/1239
Full Changelog: https://github.com/mockk/mockk/compare/1.13.10...1.13.11
v1.13.10
What's Changed
- Add support to nested value classes by @rotilho in https://github.com/mockk/mockk/pull/1202
- Fix callOriginal on default interface method by @flapenna in https://github.com/mockk/mockk/pull/1203
- Only unbox value class answers when appropriate by @jselbo in https://github.com/mockk/mockk/pull/1204
- Fix capture using mutable list of value class by @ath0s in https://github.com/mockk/mockk/pull/1209
- Updates documentation to include example access error workaround for Android users by @JakeSteam in https://github.com/mockk/mockk/pull/1211
New Contributors
- @rotilho made their first contribution in https://github.com/mockk/mockk/pull/1202
- @jselbo made their first contribution in https://github.com/mockk/mockk/pull/1204
- @ath0s made their first contribution in https://github.com/mockk/mockk/pull/1209
- @JakeSteam made their first contribution in https://github.com/mockk/mockk/pull/1211
Full Changelog: https://github.com/mockk/mockk/compare/1.13.9...1.13.10
v1.13.9
What's Changed
- Remove AllOpen plugin from Android libraries by @SimonMarquis in https://github.com/mockk/mockk/pull/1164
- Enforce reproducible builds by @SimonMarquis in https://github.com/mockk/mockk/pull/1162
- Fix unit tests errors by using
slf4jOrJulLogging()
by @SimonMarquis in https://github.com/mockk/mockk/pull/1166 - Remove KAPT from Android libraries by @SimonMarquis in https://github.com/mockk/mockk/pull/1163
- JVM 1.8 source compatibility by @jeffdgr8 in https://github.com/mockk/mockk/pull/1161
- Specify unique
android.namespace
to resolve warnings by @kubode in https://github.com/mockk/mockk/pull/1181 - Add scoped mock documentation by @kshired in https://github.com/mockk/mockk/pull/1175
- Upgrade Gradle to 8.4 by @geekiyer in https://github.com/mockk/mockk/pull/1184
- Fixes infinite recursion when stubbing a fun that returns value class by @OitoH in https://github.com/mockk/mockk/pull/1176
- Prevent kover setup failure without Android SDK by @milgner in https://github.com/mockk/mockk/pull/1193
- Support value classes for non-primitive types by @milgner in https://github.com/mockk/mockk/pull/1192
- Fix StackOverflowError calling method on spy of class with generic base class by @flapenna in https://github.com/mockk/mockk/pull/1195
New Contributors
- @jeffdgr8 made their first contribution in https://github.com/mockk/mockk/pull/1161
- @kshired made their first contribution in https://github.com/mockk/mockk/pull/1175
- @OitoH made their first contribution in https://github.com/mockk/mockk/pull/1176
- @flapenna made their first contribution in https://github.com/mockk/mockk/pull/1195
Full Changelog: https://github.com/mockk/mockk/compare/1.13.8...1.13.9
v1.13.8
What's Changed
- Bump googleapis from 20.2.0 to 59.0.0 in /cloud-badge by @dependabot in https://github.com/mockk/mockk/pull/482
- Minor performance improvements to MockInjector by @k163377 in https://github.com/mockk/mockk/pull/1134
- Improve log message by @marcelstoer in https://github.com/mockk/mockk/pull/1117
- Update README.md by @iainism in https://github.com/mockk/mockk/pull/1140
- Update Android test targets by @LeonRa in https://github.com/mockk/mockk/pull/1146
- Fix
IncompatibleClassChangeError
in Android instrumentation test (#1035) by @LeonRa in https://github.com/mockk/mockk/pull/1145 - Update Gradle and Android dependencies by @SimonMarquis in https://github.com/mockk/mockk/pull/1105
- Update byte-buddy 1.14.6 by @SimonMarquis in https://github.com/mockk/mockk/pull/1149
- Remove unused
androidTools
inDeps.kt
by @SimonMarquis in https://github.com/mockk/mockk/pull/1150 - Update Kotlin 1.9.10 by @SimonMarquis in https://github.com/mockk/mockk/pull/1148
- Update KotlinX Kover 0.7.3 by @SimonMarquis in https://github.com/mockk/mockk/pull/1152
- Remove Kotlin-IR from CI matrix by @SimonMarquis in https://github.com/mockk/mockk/pull/1153
- Update Dokka 1.9.0 by @SimonMarquis in https://github.com/mockk/mockk/pull/1151
- Fix Kotlin version override in tests by @SimonMarquis in https://github.com/mockk/mockk/pull/1154
- Use new Kotlin logo by @Goooler in https://github.com/mockk/mockk/pull/1156
- Swap expected/actual in
KotlinVersionOverrideTest.kt
by @SimonMarquis in https://github.com/mockk/mockk/pull/1157 - Reduce the use of spread operator to improve performance by @k163377 in https://github.com/mockk/mockk/pull/1143
- update Kotlin and Java Toolchain properties, and setting them in CI by @aSemy in https://github.com/mockk/mockk/pull/1056
- Fix
dokkaJavadoc
publishing task by @SimonMarquis in https://github.com/mockk/mockk/pull/1160
New Contributors
- @dependabot made their first contribution in https://github.com/mockk/mockk/pull/482
- @k163377 made their first contribution in https://github.com/mockk/mockk/pull/1134
- @marcelstoer made their first contribution in https://github.com/mockk/mockk/pull/1117
- @LeonRa made their first contribution in https://github.com/mockk/mockk/pull/1146
Full Changelog: https://github.com/mockk/mockk/compare/1.13.7...1.13.8
v1.13.7
What's Changed
- Amend "Top Level functions" by @polarene in https://github.com/mockk/mockk/pull/1067
- Fix error when mocking abstract method implementation by @steffandroid in https://github.com/mockk/mockk/pull/1081
- Make slf4j an optional dependency by @ansman in https://github.com/mockk/mockk/pull/1091
- Add Korean guides and articles in README.md by @devkuma in https://github.com/mockk/mockk/pull/1097
- Inject mocks via constructor to avoid lateinit var by @kkurczewski in https://github.com/mockk/mockk/pull/1106
- Issue 954: @MockKExtension.CheckUnnecessaryStub annotation is applied… by @bboeck in https://github.com/mockk/mockk/pull/1099
- chore: converting functions to expression bodies by @casplattel in https://github.com/mockk/mockk/pull/1104
- Update dexmaker version to 2.28.3 for Android 14 support by @kurteous in https://github.com/mockk/mockk/pull/1107
- Issue 963: Unnecessary stubbings detected - false positive by @bboeck in https://github.com/mockk/mockk/pull/1108
- Add
fun <T> MockKMatcherScope.any(KClass<T>): T
by @ghackett in https://github.com/mockk/mockk/pull/1005 - 1122(docs): fix header for
clearStaticMockk
by @wallind in https://github.com/mockk/mockk/pull/1123 - Fix grammar in Ukraine support message by @BirdHowl in https://github.com/mockk/mockk/pull/1125
- Issue 293: support capture nullable with slot by @stengvac in https://github.com/mockk/mockk/pull/1109
- update documentation in README.md by @alexferreiradev in https://github.com/mockk/mockk/pull/1127
New Contributors
- @steffandroid made their first contribution in https://github.com/mockk/mockk/pull/1081
- @devkuma made their first contribution in https://github.com/mockk/mockk/pull/1097
- @bboeck made their first contribution in https://github.com/mockk/mockk/pull/1099
- @casplattel made their first contribution in https://github.com/mockk/mockk/pull/1104
- @kurteous made their first contribution in https://github.com/mockk/mockk/pull/1107
- @ghackett made their first contribution in https://github.com/mockk/mockk/pull/1005
- @wallind made their first contribution in https://github.com/mockk/mockk/pull/1123
- @BirdHowl made their first contribution in https://github.com/mockk/mockk/pull/1125
- @stengvac made their first contribution in https://github.com/mockk/mockk/pull/1109
- @alexferreiradev made their first contribution in https://github.com/mockk/mockk/pull/1127
Full Changelog: https://github.com/mockk/mockk/compare/1.13.5...1.13.7
v1.13.5
What's Changed
- Return the configured answers when no answer found by @maeserichar in https://github.com/mockk/mockk/pull/1032
- Recognize atLeast = 0 when mocked methods is never called by @hfxbse in https://github.com/mockk/mockk/pull/970
- Update class declaration name to match with test class by @Sandhya2902 in https://github.com/mockk/mockk/pull/1044
- Update to Junit 5 by @Sandhya2902 in https://github.com/mockk/mockk/pull/1045
- Issue #997 - Simulate garbage collected proxy by @ygaller in https://github.com/mockk/mockk/pull/1052
- Enable Gradle build scan publishing by @Goooler in https://github.com/mockk/mockk/pull/1060
- Added the "Top Level functions" section by @polarene in https://github.com/mockk/mockk/pull/1061
- corrected incongruent code in "Object mock" by @polarene in https://github.com/mockk/mockk/pull/1063
- Kotlin 1.8.20 by @SimonMarquis in https://github.com/mockk/mockk/pull/1047
New Contributors
- @maeserichar made their first contribution in https://github.com/mockk/mockk/pull/1032
- @hfxbse made their first contribution in https://github.com/mockk/mockk/pull/970
- @ygaller made their first contribution in https://github.com/mockk/mockk/pull/1052
- @Goooler made their first contribution in https://github.com/mockk/mockk/pull/1060
Full Changelog: https://github.com/mockk/mockk/compare/v1.13.4...1.13.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.