Update dependency io.mockk:mockk-android to v1.13.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.mockk:mockk-android (source) | dependencies | minor |
1.12.4 -> 1.13.3
|
Release Notes
mockk/mockk
v1.13.3
What's Changed
- Add
Awaits
extensions similar toRuns
to await suspend functions until cancelled by @SimonMarquis in https://github.com/mockk/mockk/pull/927 - Upgrade Kotlin to stable 1.7.20 in GitHub workflow by @SimonMarquis in https://github.com/mockk/mockk/pull/940
- Add missing test annotation to LambdaTest by @bossm0n5t3r in https://github.com/mockk/mockk/pull/946
- Fix verifier logic for slots and different matchers by @m-burst in https://github.com/mockk/mockk/pull/951
- Fix InstantiationError when using any() where a sealed type is expected by @cliffred in https://github.com/mockk/mockk/pull/939
- Adding throwsMany exception by @daniel-dios in https://github.com/mockk/mockk/pull/955
- Add more doc comments with samples by @NotWoods in https://github.com/mockk/mockk/pull/958
- added basic jitpack config by @hduerkop in https://github.com/mockk/mockk/pull/962
- add kotlin 1.8-Beta to the test matrix by @aSemy in https://github.com/mockk/mockk/pull/974
- bump bytebuddy and objenesis by @aSemy in https://github.com/mockk/mockk/pull/975
- Update README.md to include note about 2-year-old 'known issue' for spy and suspend function by @iainism in https://github.com/mockk/mockk/pull/979
New Contributors
- @SimonMarquis made their first contribution in https://github.com/mockk/mockk/pull/927
- @bossm0n5t3r made their first contribution in https://github.com/mockk/mockk/pull/946
- @m-burst made their first contribution in https://github.com/mockk/mockk/pull/951
- @cliffred made their first contribution in https://github.com/mockk/mockk/pull/939
- @daniel-dios made their first contribution in https://github.com/mockk/mockk/pull/955
- @NotWoods made their first contribution in https://github.com/mockk/mockk/pull/958
Full Changelog: https://github.com/mockk/mockk/compare/1.13.2...1.13.3
v1.13.2
What's Changed
- update dependencies in readme to reflect new multiplatform structure by @aSemy in https://github.com/mockk/mockk/pull/926
- Properly handle sealed classes with Kotlin 1.7 and JDK 17 by @stuebingerb in https://github.com/mockk/mockk/pull/916
- add jdk 19 to workflow test matrix by @aSemy in https://github.com/mockk/mockk/pull/933
New Contributors
- @stuebingerb made their first contribution in https://github.com/mockk/mockk/pull/916
Full Changelog: https://github.com/mockk/mockk/compare/1.13.1...1.13.2
v1.13.1
New major release, mainly because the dependency to be included in gradle/maven files has changed from io.mockk:mockk
to io.mockk:mockk-<platform>
, where platform is either jvm
or android
.
What's Changed
- value class check - catch KotlinReflectionInternalError by @aSemy in https://github.com/mockk/mockk/pull/922
Full Changelog: https://github.com/mockk/mockk/compare/v1.12.8...1.13.1
v1.12.8
Big thanks to @aSemy, @qoomon and @kubode for investigating and fixing the bugs introduced in v1.12.7 and further improving the library!
What's Changed
- fix: handle isValue exceptions by @qoomon in https://github.com/mockk/mockk/pull/890
- Fix Android Instrumentation dispatcher.jar inclusion by @aSemy in https://github.com/mockk/mockk/pull/899
- Standardise JVM target to be 1.8 by @aSemy in https://github.com/mockk/mockk/pull/900
- introduce Kotlinx Benchmark tests (copied from #763) by @aSemy in https://github.com/mockk/mockk/pull/904
- try reverting Android minSdk to 21 by @aSemy in https://github.com/mockk/mockk/pull/901
- expose more mockk projects as API dependencies by @aSemy in https://github.com/mockk/mockk/pull/905
- make Java source code target jvm 8 by @aSemy in https://github.com/mockk/mockk/pull/907
- Fix an issue that Android Instrumentation Test fails by @kubode in https://github.com/mockk/mockk/pull/895
- use the official Gradle GHA by @aSemy in https://github.com/mockk/mockk/pull/914
- De-duplicate
ValueClassSupport
by @aSemy in https://github.com/mockk/mockk/pull/913 - add 1.7.20-RC to test matrix by @aSemy in https://github.com/mockk/mockk/pull/918
Full Changelog: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8
v1.12.7
What's Changed
- Update android-sdk-detector.settings.gradle.kts by @aSemy in https://github.com/mockk/mockk/pull/886
- only sign if the signing properties are present by @aSemy in https://github.com/mockk/mockk/pull/885
- Fix an issue that Android libraries was not published by @kubode in https://github.com/mockk/mockk/pull/887
New Contributors
- @kubode made their first contribution in https://github.com/mockk/mockk/pull/887
Full Changelog: https://github.com/mockk/mockk/compare/1.12.6...1.12.7
v1.12.5
Thanks a lot @aSemy and @qoomon for the big effort to add value class support!
What's Changed
- Better detection of unnecessary stubbing by @PHaroZ in https://github.com/mockk/mockk/pull/825
- Build logic improvements by @c00ler in https://github.com/mockk/mockk/pull/840
- remove invalid 'flowRoot' from SVGs, resize documents to contents by @aSemy in https://github.com/mockk/mockk/pull/852
- bump kotlin 1.7.10, and language level to 1.5 by @aSemy in https://github.com/mockk/mockk/pull/850
- Update 'all tests' GitHub action, enable Gradle Build Cache by @aSemy in https://github.com/mockk/mockk/pull/862
- #832 Add tests for sealed classes by @aSemy in https://github.com/mockk/mockk/pull/861
- #152 support value classes by @aSemy in https://github.com/mockk/mockk/pull/849
New Contributors
- @PHaroZ made their first contribution in https://github.com/mockk/mockk/pull/825
- @c00ler made their first contribution in https://github.com/mockk/mockk/pull/840
Full Changelog: https://github.com/mockk/mockk/compare/1.12.4...1.12.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.