Skip to content

fix(deps): update skippy to v0.0.25 #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.skippy 0.0.20 -> 0.0.25 age adoption passing confidence
io.skippy:skippy-core 0.0.20 -> 0.0.25 age adoption passing confidence

Release Notes

skippy-io/skippy (io.skippy:skippy-core)

v0.0.25

What's Changed

Full Changelog: skippy-io/skippy@v0.0.24...v0.0.25

v0.0.24

Highlights

Other Noteworthy Changes

  • JUnit 5 versions 5.0, 5.1, 5.2 and 5.3 are no longer supported
  • JUnit 4 versions 4.10 and 4.11 are no longer supported
  • Support for JUnit 4 is now provided as @Rule instead of @ClassRule

JUnit 4 integration (new):

public class MyTest {

    @​Rule
    public TestRule skippyRule = Skippy.predictWithSkippy();

    ...

}

JUnit 4 integration (old):

public class MyTest {

    @​ClassRule
    public static TestRule skippyRule = Skippy.predictWithSkippy();

    ...

}

What's Changed

New Contributors

Full Changelog: skippy-io/skippy@v0.0.23...v0.0.24

v0.0.23

What's Changed

Full Changelog: skippy-io/skippy@v0.0.22...v0.0.23

v0.0.22

Highlights

This release introduces support for Gradle's Configuration Cache.

Thanks to @​Kantis for the bug report (https://github.com/skippy-io/skippy/issues/159).

What's Changed

Full Changelog: skippy-io/skippy@v0.0.21...v0.0.22

v0.0.21

Highlights

This release introduces support for JUnit5's @Nested tests.

Thanks to @​pjmatros for the bug report (https://github.com/skippy-io/skippy/issues/163), initial PR and constructive PR feedback.

What's Changed

Full Changelog: skippy-io/skippy@v0.0.20...v0.0.21


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/skippy branch from fa7d6f3 to 8519772 Compare April 1, 2025 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants