Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 16, 2021

Bumps fast-check from 2.10.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

2.13.0

Built-in arbitrary for sparse arrays [Code][Diff]

Features

... (truncated)

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 will not automatically merge this PR because it includes a minor update to a development dependency.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/fast-check-2.14.0 branch from 7bb177c to 867ec92 Compare March 29, 2021 19:20
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/fast-check-2.14.0 branch from 867ec92 to 7723856 Compare April 16, 2021 23:19
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/fast-check-2.14.0 branch from 7723856 to de0c890 Compare May 6, 2021 17:00
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/fast-check-2.14.0 branch from de0c890 to 3d3ba7a Compare May 6, 2021 20:31
@dependabot-preview
Copy link
Contributor Author

Superseded by #227.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/fast-check-2.14.0 branch May 30, 2021 20:01
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.

1 participant