Skip to content
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

Update dependency net.jqwik:jqwik to v1.9.0 - autoclosed #889

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.jqwik:jqwik (source) 1.8.4 -> 1.9.0 age adoption passing confidence

Release Notes

jqwik-team/jqwik (net.jqwik:jqwik)

v1.9.0: Kotlin 2.0 and Nullability Annotations

Compare Source

New and Enhanced Features
  • Upgraded to Kotlin 2.0.0

  • Upgraded to JUnit Platform 1.10.3

Breaking Changes
  • StatisticsCoverage.checkQuery(Predicate<? super List<?>> query):
    query is now of type Predicate<? super List<?>> instead of Predicate<? super List<Object>>.

  • Nullability annotations have been added to many API methods and interfaces.
    This could lead to compile-time warnings or errors in your code if you are using tool chains that validate those.

  • UniqueElements.by() now requires a Class<? extends Function<? extends @&#8203;Nullable Object, ?>>
    instead of a Class<? extends Function<?, Object>>.

Bug Fixes
  • Tools like CheckerFramework did not play well with jqwik's (wrong) usage of @Nullable on type variables.
    This has been fixed. See issue 575 for details.
    Thanks to vlsi for working out all the nitty, gritty details!

  • Fixed type matching bug as revealed in this comment

v1.8.5: Bug Fix

Compare Source

New and Enhanced Features
  • Upgraded to Kotlin 1.9.24
Bug Fixes
  • Fixed bug that led to duplicate lifecycle invocations under inheritance.
    See issue 562.

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency net.jqwik:jqwik to v1.8.5 Update dependency net.jqwik:jqwik to v1.9.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/jqwik.version branch from 6e2a2ff to c099cfe Compare June 28, 2024 10:06
@skjolber skjolber merged commit a3157b2 into master Jun 29, 2024
3 checks passed
@renovate renovate bot changed the title Update dependency net.jqwik:jqwik to v1.9.0 Update dependency net.jqwik:jqwik to v1.9.0 - autoclosed Jun 29, 2024
@renovate renovate bot deleted the renovate/jqwik.version branch June 29, 2024 09:15
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.

1 participant