Skip to content

Bump jqwik from 1.6.5 to 1.7.2#31

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/net.jqwik-jqwik-1.7.2
Open

Bump jqwik from 1.6.5 to 1.7.2#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/net.jqwik-jqwik-1.7.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2023

Bumps jqwik from 1.6.5 to 1.7.2.

Release notes

Sourced from jqwik's releases.

Performance, Bugs and Small Things

New and Enhanced Features

  • Introduced Arbitrary.ignoreExceptions(exType1, exType2, ...).

  • Introduced @Provide(https://github.com/jlink/jqwik/blob/HEAD/ignoreExceptions = {<ExceptionType>}) attribute, which allows to ignore exceptions in provider methods in a simple way.

  • Introduced Footnotes.addAfterFailure(Supplier<String>). See #310.

  • Fixed quite a few performance and memory issues by means of merging pull requests from vlsi. Thanks a lot!

  • All methods of net.jqwik.api.Arbitrary and subtypes now have @CheckReturnValue annotation. That means you will get a warning from your IDE if you don't use the result of an arbitrary method, given that you have org.jetbrains:annotations as a compile-time dependency.

  • Upgrade to Kotlin 1.8.0

Breaking Changes

  • Renamed ChainArbitrary.addTransformation(..) to ChainArbitrary.withTransformation(..)

  • Renamed ActionChainArbitrary.addAction(..) to ActionChainArbitrary.withAction(..)

Bug Fixes

  • Fixed bug that included never executed actions in chains. See #426.

  • Fixed bug when generating list of consumers. See #446.

Kotlin extensions and a bit of polishing

New and Enhanced Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jqwik](https://github.com/jlink/jqwik) from 1.6.5 to 1.7.2.
- [Release notes](https://github.com/jlink/jqwik/releases)
- [Commits](jqwik-team/jqwik@1.6.5...1.7.2)

---
updated-dependencies:
- dependency-name: net.jqwik:jqwik
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants