Update dependency io.mockk:mockk to v1.13.10 #189
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.12.4
->1.13.10
Release Notes
mockk/mockk (io.mockk:mockk)
v1.13.10
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.13.9...1.13.10
v1.13.9
Compare Source
What's Changed
slf4jOrJulLogging()
by @SimonMarquis in https://github.com/mockk/mockk/pull/1166android.namespace
to resolve warnings by @kubode in https://github.com/mockk/mockk/pull/1181New Contributors
Full Changelog: mockk/mockk@1.13.8...1.13.9
v1.13.8
Compare Source
What's Changed
IncompatibleClassChangeError
in Android instrumentation test (#1035) by @LeonRa in https://github.com/mockk/mockk/pull/1145androidTools
inDeps.kt
by @SimonMarquis in https://github.com/mockk/mockk/pull/1150KotlinVersionOverrideTest.kt
by @SimonMarquis in https://github.com/mockk/mockk/pull/1157dokkaJavadoc
publishing task by @SimonMarquis in https://github.com/mockk/mockk/pull/1160New Contributors
Full Changelog: mockk/mockk@1.13.7...1.13.8
v1.13.7
What's Changed
fun <T> MockKMatcherScope.any(KClass<T>): T
by @ghackett in https://github.com/mockk/mockk/pull/1005clearStaticMockk
by @wallind in https://github.com/mockk/mockk/pull/1123New Contributors
Full Changelog: mockk/mockk@1.13.5...1.13.7
v1.13.5
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@v1.13.4...1.13.5
v1.13.4
Compare Source
What's Changed
classBeingRedefined
to benull
by @gmazzo in https://github.com/mockk/mockk/pull/985New Contributors
Full Changelog: mockk/mockk@1.13.3...v1.13.4
v1.13.3
Compare Source
What's Changed
Awaits
extensions similar toRuns
to await suspend functions until cancelled by @SimonMarquis in https://github.com/mockk/mockk/pull/927New Contributors
Full Changelog: mockk/mockk@1.13.2...1.13.3
v1.13.2
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.13.1...1.13.2
v1.13.1
Compare Source
New major release, mainly because the dependency to be included in gradle/maven files has changed from
io.mockk:mockk
toio.mockk:mockk-<platform>
, where platform is eitherjvm
orandroid
.What's Changed
Full Changelog: mockk/mockk@v1.12.8...1.13.1
v1.12.8
Compare Source
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
ValueClassSupport
by @aSemy in https://github.com/mockk/mockk/pull/913Full Changelog: mockk/mockk@1.12.7...v1.12.8
v1.12.7
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.12.6...1.12.7
v1.12.6
Compare Source
Broken release, don't use this
If you are upgrading from a previous version, please upgrade directly to 1.12.7 or higher.
Sorry for the inconvenience.
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.12.5...1.12.6
v1.12.5
Compare Source
Thanks a lot @aSemy and @qoomon for the big effort to add value class support!
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.12.4...1.12.5
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.