You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
renovatebot
changed the title
chore(deps): update dependency io.mockk:mockk to v1.12.8
chore(deps): update dependency io.mockk:mockk to v1.13.1
Sep 22, 2022
renovatebot
changed the title
chore(deps): update dependency io.mockk:mockk to v1.13.1
chore(deps): update dependency io.mockk:mockk to v1.13.2
Sep 28, 2022
renovatebot
changed the title
chore(deps): update dependency io.mockk:mockk to v1.13.2
chore(deps): update dependency io.mockk:mockk to v1.13.4
Feb 24, 2023
renovatebot
changed the title
chore(deps): update dependency io.mockk:mockk to v1.13.4
chore(deps): update dependency io.mockk:mockk to v1.13.5
Apr 12, 2023
No Coverage information No Duplication information
renovatebot
changed the title
chore(deps): update dependency io.mockk:mockk to v1.13.5
fix(deps): update dependency io.mockk:mockk to v1.13.5
May 28, 2023
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.5
fix(deps): update dependency io.mockk:mockk to v1.13.6
Aug 14, 2023
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.6
fix(deps): update dependency io.mockk:mockk to v1.13.7
Aug 14, 2023
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.7
fix(deps): update dependency io.mockk:mockk to v1.13.8
Oct 1, 2023
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.8
fix(deps): update dependency io.mockk:mockk to v1.13.9
Jan 7, 2024
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.9
fix(deps): update dependency io.mockk:mockk to v1.13.10
Feb 28, 2024
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.10
fix(deps): update dependency io.mockk:mockk to v1.13.11
May 16, 2024
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.11
fix(deps): update dependency io.mockk:mockk to v1.13.12
Jul 15, 2024
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.12
fix(deps): update dependency io.mockk:mockk to v1.13.13
Oct 9, 2024
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.13
fix(deps): update dependency io.mockk:mockk to v1.13.14
Dec 20, 2024
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.14
fix(deps): update dependency io.mockk:mockk to v1.13.16
Jan 10, 2025
renovatebot
changed the title
fix(deps): update dependency io.mockk:mockk to v1.13.16
fix(deps): update dependency io.mockk:mockk to v1.13.17
Feb 27, 2025
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.17
Release Notes
mockk/mockk (io.mockk:mockk)
v1.13.17
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.13.16...1.13.17
v1.13.16
Compare Source
What's Changed
Full Changelog: mockk/mockk@1.13.14...1.13.16
v1.13.14
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.13.13...1.13.14
v1.13.13
Compare Source
What's Changed
unmockkAll
after each JUnit 5 test by @erikhuizinga in https://github.com/mockk/mockk/pull/1297New Contributors
Full Changelog: mockk/mockk@1.13.11...1.13.13
v1.13.12
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.13.11...1.13.12
v1.13.11
Compare Source
What's Changed
verifyCount
DSL by @T45K in https://github.com/mockk/mockk/pull/1234clearStaticMockk
for KFunction and KProperty by @krocard in https://github.com/mockk/mockk/pull/1239gradle check
before opening a PR by @krocard in https://github.com/mockk/mockk/pull/1240New Contributors
Full Changelog: mockk/mockk@1.13.10...1.13.11
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
What's Changed
New Contributors
Full Changelog: mockk/mockk@v1.13.4...1.13.5
v1.13.4
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
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
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 was generated by Mend Renovate. View the repository job log.