skjolber / 3d-bin-container-packing

A variant of the Largest Area Fit First (LAFF) algorithm + brute force algorithm
Apache License 2.0
433 stars 119 forks source link

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

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

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`](https://togithub.com/jqwik-team/jqwik/releases/tag/1.9.0): Kotlin 2.0 and Nullability Annotations [Compare Source](https://togithub.com/jqwik-team/jqwik/compare/1.8.5...1.9.0) ##### New and Enhanced Features - Upgraded to Kotlin 2.0.0 - Upgraded to JUnit Platform 1.10.3 ##### Breaking Changes - `StatisticsCoverage.checkQuery(Predicate> query)`: `query` is now of type `Predicate>` instead of `Predicate>`. - 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>` instead of a `Class>`. ##### 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](https://togithub.com/jqwik-team/jqwik/issues/575) for details. Thanks to [vlsi](https://togithub.com/vlsi) for working out all the nitty, gritty details! - Fixed type matching bug as revealed in [this comment](https://togithub.com/jqwik-team/jqwik/issues/575#issuecomment-2159531304) ### [`v1.8.5`](https://togithub.com/jqwik-team/jqwik/releases/tag/1.8.5): Bug Fix [Compare Source](https://togithub.com/jqwik-team/jqwik/compare/1.8.4...1.8.5) ##### 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](https://togithub.com/jqwik-team/jqwik/issues/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.



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