Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps fast-check from 2.10.0 to 2.12.0.

Changelog

Sourced from fast-check's changelog.

2.12.0

More efficient shrinkers [Code][Diff]

Features

  • (PR#1354) Split internal shrinkNumeric for better performances
  • (PR#1355) Introduce new helper ArbitraryWithContextualShrink
  • (PR#1358) More efficient shrinker for integer
  • (PR#1372) More efficient shrinker for bigint
  • (PR#1377) More efficient shrinker for array
  • (PR#1382) More efficient shrinker for subarray
  • (PR#1383) More efficient shrinker for mixedCase
  • (PR#1384) More efficient shrinker for double

Fixes

  • (PR#1347) Bug: Legacy float/double should never reach the max specified value
  • (PR#1359) Bug: Calling shrinkableFor should never apply contextual shrinker
  • (PR#1350) Clean: Re-generate yarn.lock files
  • (PR#1331) Doc: Deploy temporary documentation and package to Netlify
  • (PR#1352) Doc: Performance impacts of filter
  • (PR#1379) Doc: Only specify a single entryPoint in TypeDoc
  • (PR#1357) Refactor: Re-implement shrinker for integer based on contextual shrinker
  • (PR#1373) Refactor: Re-use contextual shrinker of integer in array
  • (PR#1376) Refactor: Re-use contextual shrinker of integer in commands
  • (PR#1385) Refactor: Extract Stream.of logic for re-use
  • (PR#1387) Refactor: Restructure implementations of ArbitraryWithContextualShrink
  • (PR#1353) Test: Add unit tests for stringify on Regex
  • (PR#1368) Test: Add non-regression tests on shrinking quality
  • (PR#1375) Test: Typings of ArbitraryWithContextualShrink
  • (PR#1380) Test: Typings of constantFrom and chain
  • (PR#1381) Test: Tests on typings should fail with explicit errors
  • (PR#1386) Test: Add tests for ArbitraryWithContextualShrink
  • (PR#1388) Test: Add snapshot tests for new core shrinkers: integer, bigint, arrayInt64

2.11.0

Add support for Symbol properties and ability to mark keys as required in fc.record [Code][Diff]

Features

  • (PR#1265) Switch from Object.keys to for..in in record [reverted]
  • (PR#1266) Arbitrary records with optional fields
  • (PR#1306) Prefer unique symbols over Symbol.for ⚠️
  • (PR#1328) Better handling of known symbols with fc.stringify

... (truncated)

Commits
  • 7e245e1 2.12.0
  • e8ffe48 Update CHANGELOG.md
  • 3e61478 ✅ Add snapshot tests for new core shrinkers: integer, bigint, arrayInt64 (#1388)
  • a159489 ♻️ Restructure implementations of ArbitraryWithContextualShrink (#1387)
  • 44a9090 ✅ Add tests for ArbitraryWithContextualShrink (#1386)
  • 990a46f ♻️ Extract Stream.of logic for re-use (#1385)
  • a0a6445 ⚡️ More efficient shrinker on double (#1384)
  • f7b6712 ⚡️ More efficient shrinker on mixedCase (#1383)
  • 716d15b ✅ Tests on typings should fail with explicit errors (#1381)
  • f7672bb ⚡️ Re-use context from integer for a faster shrinker of subarray (#1382)
  • 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 Jan 22, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #195.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/fast-check-2.12.0 branch February 1, 2021 19:26
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