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

fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.19 (master) #793

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.18.2 -> 3.19 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v3.19

Added
  • forPackage(String packageName, ScanOption... option) overload. This provides a more consistent way to fine-tune the scanning of packages. ScanOption provides several features, which can be mixed and matched:
    • ScanOption.recursive() to search recursively. This replaces forPackage(String packageName, boolean scanRecursively).
    • ScanOption.mustExtend(Class<?> type) to find only classes that extend or implement the given type. This replaces forPackage(String packageName, Class<?> mustExtend). Note that this overload used to search recursively too; this is no longer the case. If you want a recursive search that also only matches subtypes, you have to combine ScanOption.recursive() and ScanOption.mustExtend(Class<?> type).
    • ScanOption.except(Class<?>... types) to find all classes except the given ones. This replaces forPackage(...).except(Class<?>... types).
    • ScanOption.except(Predicate<Class<?>> exclusionPredicate) to exclude all classes that match the given predicate. This replaces forPackage(...).except(Predicate<Class<?>> exclusionPredicate).
    • ScanOption.ignoreExternalJars() to not throw an exception when attempting to scan a package from a third-party jar file. This can be useful if you have a split package between a dependency and your own codebase. This is a new option. (Issue 1040)
Deprecated
  • forPackage(String packageName, boolean scanRecursively): replaced by ScanOption.recursive().
  • forPackage(String packageName, Class<?> mustExtend): replaced by ScanOption.mustExtend(Class<?> type) combined with ScanOption.recursive().
  • forPackage(...).except(Class<?>... types): replaced by ScanOption.except(Class<?>... type).
  • forPackage(...).except(Predicate<Class<?>>... exclusionPredicate): replaced by ScanOption.except(Predicate<Class<?>> exclusionPredicate).

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 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 was generated by Mend Renovate. View the repository job log.

@cla-bot cla-bot bot added the cla-signed label Feb 9, 2025
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch 3 times, most recently from 62803e5 to d731e49 Compare February 15, 2025 01:49
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch from d731e49 to 584fa89 Compare February 17, 2025 08:09
@DC2-DanielKrueger DC2-DanielKrueger merged commit 0df956a into master Feb 17, 2025
3 checks passed
@DC2-DanielKrueger DC2-DanielKrueger deleted the renovate/hivemq-edge/master-all-minor branch February 17, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant