Update dependency io.mockk:mockk-android to v1.13.2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.mockk:mockk-android (source) | dependencies | minor |
1.12.4 -> 1.13.2
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
mockk/mockk
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, click this checkbox.
This MR has been generated by Renovate Bot.