-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency io.mockk:mockk from 1.13.4
to 1.13.13
#127
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/mockk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
renovate
bot
requested review from
cworsnop-figure and
rpatel-figure
as code owners
October 16, 2023 01:02
Test Results10 tests 10 ✅ 3s ⏱️ Results for commit ef294ba. ♻️ This comment has been updated with latest results. |
renovate
bot
force-pushed
the
renovate/mockk
branch
from
October 17, 2023 17:49
c2f973a
to
e81879e
Compare
renovate
bot
changed the title
Update dependency io.mockk:mockk from
fix(deps): update dependency io.mockk:mockk from Dec 1, 2023
1.13.4
to 1.13.8
1.13.4
to 1.13.8
renovate
bot
force-pushed
the
renovate/mockk
branch
from
December 1, 2023 21:30
e81879e
to
256885d
Compare
renovate
bot
force-pushed
the
renovate/mockk
branch
3 times, most recently
from
December 8, 2023 18:39
4d85c7f
to
c17d222
Compare
renovate
bot
force-pushed
the
renovate/mockk
branch
from
December 11, 2023 17:25
c17d222
to
9ee64f4
Compare
renovate
bot
force-pushed
the
renovate/mockk
branch
from
January 8, 2024 01:41
9ee64f4
to
e508d26
Compare
renovate
bot
changed the title
fix(deps): update dependency io.mockk:mockk from
fix(deps): update dependency io.mockk:mockk from Jan 8, 2024
1.13.4
to 1.13.8
1.13.4
to 1.13.9
renovate
bot
force-pushed
the
renovate/mockk
branch
from
January 16, 2024 22:26
e508d26
to
05a86d1
Compare
renovate
bot
force-pushed
the
renovate/mockk
branch
from
February 9, 2024 19:21
05a86d1
to
1733827
Compare
renovate
bot
force-pushed
the
renovate/mockk
branch
from
February 28, 2024 19:45
1733827
to
ee18676
Compare
renovate
bot
changed the title
fix(deps): update dependency io.mockk:mockk from
fix(deps): update dependency io.mockk:mockk from Feb 28, 2024
1.13.4
to 1.13.9
1.13.4
to 1.13.10
renovate
bot
force-pushed
the
renovate/mockk
branch
from
February 28, 2024 22:59
ee18676
to
9397ec2
Compare
renovate
bot
changed the title
fix(deps): update dependency io.mockk:mockk from
fix(deps): update dependency io.mockk:mockk from May 16, 2024
1.13.4
to 1.13.10
1.13.4
to 1.13.11
renovate
bot
force-pushed
the
renovate/mockk
branch
from
May 16, 2024 15:34
9397ec2
to
d1ecfe3
Compare
renovate
bot
force-pushed
the
renovate/mockk
branch
from
July 15, 2024 16:21
d1ecfe3
to
d7e4703
Compare
renovate
bot
changed the title
fix(deps): update dependency io.mockk:mockk from
fix(deps): update dependency io.mockk:mockk from Jul 15, 2024
1.13.4
to 1.13.11
1.13.4
to 1.13.12
renovate
bot
force-pushed
the
renovate/mockk
branch
from
October 9, 2024 12:17
d7e4703
to
ef294ba
Compare
renovate
bot
changed the title
fix(deps): update dependency io.mockk:mockk from
fix(deps): update dependency io.mockk:mockk from Oct 9, 2024
1.13.4
to 1.13.12
1.13.4
to 1.13.13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.13.4
->1.13.13
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mockk/mockk (io.mockk:mockk)
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
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.