uecapabilityparser
uecapabilityparser copied to clipboard
build(deps): bump io.mockk:mockk from 1.14.0 to 1.14.6
Bumps io.mockk:mockk from 1.14.0 to 1.14.6.
Release notes
Sourced from io.mockk:mockk's releases.
1.14.6
What's Changed
- Fix and add clearMocks test cases by
@jmatsuin mockk/mockk#1419- make captured value reference volatile by
@mmimicain mockk/mockk#1418- add fail-fast guard for Kotlin inline function mocking (#1030) by
@ch200203in mockk/mockk#1421- add test reports to GitHub actions by
@aSemyin mockk/mockk#994- fix duration denormalized error by
@tigermintin mockk/mockk#1424- refactor: enhance confirmVerified function to include clear option by
@felix-dolderer-elin mockk/mockk#1427New Contributors
@jmatsumade their first contribution in mockk/mockk#1419@mmimicamade their first contribution in mockk/mockk#1418@ch200203made their first contribution in mockk/mockk#1421@tigermintmade their first contribution in mockk/mockk#1424@felix-dolderer-elmade their first contribution in mockk/mockk#1427Full Changelog: https://github.com/mockk/mockk/compare/1.14.5...1.14.6
1.14.5
What's Changed
- [Feature] Implement BDD-style aliases as separate module (mockk-bdd) by
@Minseok-2001in mockk/mockk#1399- fix: downgrade byte-buddy to 1.5.11 by
@Komdoshin mockk/mockk#1413New Contributors
@Minseok-2001made their first contribution in mockk/mockk#1399Full Changelog: https://github.com/mockk/mockk/compare/1.14.4...1.14.5
1.14.4
This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.
Full Changelog: https://github.com/mockk/mockk/compare/1.14.3...1.14.4
1.14.3
What's Changed
- chore: bump byte buddy version to support java 24 by
@Komdoshin mockk/mockk#1387- chore: bump gradle version to 8.14 by
@Komdoshin mockk/mockk#1389- chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by
@Komdoshin mockk/mockk#1388- Add recursive detection of meta-annotations by
@VitalyVPinchukin mockk/mockk#1393- chore: bump kotlin to 2.1.20 by
@Komdoshin mockk/mockk#1390- fix: enable confirmVerified to work with static mocks by
@happysubinin mockk/mockk#1396- Add logging on failure inside withArg by
@Djalerin mockk/mockk#1395- Update Android aritfacts to support 16kb page sizes by
@WhosNickDoglioin mockk/mockk#1394- Use instance factory for value classes with any() matcher by
@esafakin mockk/mockk#1403New Contributors
@Komdoshmade their first contribution in mockk/mockk#1387@happysubinmade their first contribution in mockk/mockk#1396@Djalermade their first contribution in mockk/mockk#1395@WhosNickDogliomade their first contribution in mockk/mockk#1394
... (truncated)
Commits
b089459Version bump1688904Merge pull request #1427 from felix-dolderer-el/masterde0ba9edocs: update README to include clear option for confirmVerified794cd06remove whitespaces from READMEaa1f91edefault: false for internalConfirmVerifiedace1da9add KDoc explainingclearparameter forconfirmVerified6e93ff3refactor: enhance confirmVerified function to include clear option244af21Fix code example and clarify that the matchers must match50331c6Merge pull request #1424 from tigermint/fix-duration-denormalized-error5d8c9b2Apply review feedback- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.