Update dependency io.mockk:mockk to v1.13.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.mockk:mockk (source) | dependencies | patch |
1.13.2 -> 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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by RenovateBot