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

Bump fast-check from 2.13.0 to 2.14.0 #95

Merged
merged 1 commit into from Mar 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps fast-check from 2.13.0 to 2.14.0.

Changelog

Sourced from fast-check's changelog.

2.14.0

Easier recursive strcutures and ability discard already seen runs [Code][Diff]

Features

  • (PR#1581) Reject invalid weights on fc.frequency
  • (PR#1598) Add withCrossShrink constraint on fc.frequency
  • (PR#1586) Add a way to ignore already covered cases
  • (PR#1601) Add maxDepth constraint on fc.frequency
  • (PR#1602) Stricter checks on args of fc.frequency
  • (PR#1603) Add depthFactor constraint on fc.frequency
  • (PR#1606) Adopt variadic tuples for signatures of tuple
  • (PR#1607) Ability to share depth accross instances
  • (PR#1609) Add recursive constraints on fc.option
  • (PR#1611) Add recursive constraints on fc.oneof
  • (PR#1624) Mark fc.genericTuple as deprecated
  • (PR#1629) Introduce a way to mark equal values as skipped

Fixes

  • (PR#1493) Bug: add64 is not supposed to produce negative zeros
  • (PR#1514) Doc: Build status should open actions page filtered on main
  • (PR#1515) Doc: Build status should open builds page filtered on main
  • (PR#1521) Tooling: Enable strict mode in tsconfig
  • (PR#1524) Test: Add CJS/ESM tests using esbuild
  • (PR#1525) CI: Relax check ensuring default seed defined in CI
  • (PR#1534) Test: Fix coverage flakiness on add64(0, 0)
  • (PR#1555) Test: Run ESM tests against node 13
  • (PR#1578) Refactor: Rework initialisation phase of fc.frequency
  • (PR#1577) Refactor: Rework initialisation phase of fc.oneof
  • (PR#1597) Test: Rework tests on frequency
  • (PR#1600) CI: Checkout code before publishing the documentation
  • (PR#1604) Refactor: Re-use fc.frequency for fc.oneof
  • (PR#1605) Refactor: Re-use fc.frequency for fc.option
  • (PR#1608) Test: Better errors for isValidValue in helpers
  • (PR#1610) Doc: Add missing annotations and jsdoc
  • (PR#1612) Doc: Better documentation for fc.letrec
  • (PR#1613) Doc: Update some fc.memo to fc.letrec
  • (PR#1625) Fix: Add missing export for OneOfConstraints

Commits
  • fada009 2.14.0
  • 625bb90 Update CHANGELOG.md
  • 5691d65 ✨ Introduce a way to mark equal values as skipped (#1629)
  • b771cd5 ⬆️ Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 (#1627)
  • 7580054 ⬆️ Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 (#1626)
  • 8dd62c3 ⬆️ Bump @types/node from 14.14.34 to 14.14.35 (#1628)
  • 09b5f92 🩹 Add missing export for OneOfConstraints (#1625)
  • 40caf65 🗑 Mark fc.genericTuple as deprecated (#1624)
  • 7aa4ede ⬆️ Bump typedoc from 0.20.30 to 0.20.32 (#1614)
  • 5d702da ⬆️ Bump @types/node from 14.14.33 to 14.14.34 (#1615)
  • Additional commits viewable in compare view

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 [fast-check](https://github.com/dubzzz/fast-check) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/CHANGELOG.md)
- [Commits](dubzzz/fast-check@v2.13.0...v2.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2021
@mikearnaldi mikearnaldi merged commit 90c8e52 into master Mar 24, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-check-2.14.0 branch March 24, 2021 14:36
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.

None yet

1 participant