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 1.21.0 to 1.24.2 #16

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2020

Bumps fast-check from 1.21.0 to 1.24.2.

Release notes

Sourced from fast-check's releases.

Better random values and ability to shrink very large data-structures

Features

  • (PR#534) Better independance between generated values during a test suite ⚠️
  • (PR#536) Exclude internationalized-like domains ⚠️ - (PR#538)
  • (PR#537) Add xoroshiro128plsu in the list of random generators
  • (PR#539) Add js extension onto esm files
  • (PR#540) Add metadata on the generated sources (see fc.__version)

Fixes

  • (PR#505) Bug: Fix stack overflow when shrinking large arrays
  • (PR#541) Bug: Fix stack overflow when shrinking large arrays of commands
  • (PR#511) Doc: Add Jest example in the README
  • (PR#542) Doc: Example with function arbitrary
  • (PR#518) Doc: Fix typos in Arbitraries.md
  • (PR#523) Doc: Fix typos in Arbitraries.md
  • (PR#533) Doc: Fix typos in Arbitraries.md
  • (PR#529) Doc: Tip explaining how to avoid timeouts
  • (PR#519) Clean: Add missing files in *ignore
  • (PR#535) Clean: Better logs for GenericArbitraryHelper
Changelog

Sourced from fast-check's changelog.

1.24.2

Fix constantFrom not compatible with older versions of node

Fixes

  • (PR#583) Bug: constantFrom not compatible with old browsers
  • (PR#569) Clean: Prebuild to cjs extension
  • (PR#568) Doc: Broken links
  • (PR#575) Doc: Invalid code in example of the README
  • (PR#578) Doc: Schedule native timers
  • (PR#576) Example: Fibonacci example
  • (PR#577) Example: Fix decompPrime example for CodeSandbox
  • (PR#581) Example: Fix wrong usages of userEvent.type
  • (PR#579) Example: Race conditions with timers

1.24.1

Fixes a code issue detected in fc.object() when using withNullPrototype

Fixes

  • (PR#567) Bug: Error in the code of fc.object() when using withNullPrototype

1.24.0

Model based testing and race condition detection

Features

  • (PR#491) Add ability to run commands in a scheduled context

Fixes

  • (PR#565) Doc: Broken documentation build
  • (PR#566) Doc: Document how race conditions can be detected

1.23.0

Better typings for filter and oneof plus support for null prototypes

Features

  • (PR#548) Stringify should distinguish {} from Object.create(null)
  • (PR#552) Add ability to generate objects without prototype
  • (PR#555) Support type guards while filtering ⚠️
  • (PR#556) Better typings for oneof and frequency ⚠️
... (truncated)
Commits
  • bac8699 1.24.2
  • 5dd6bed Update CHANGELOG.md
  • 8d572d1 🐛 Add findOrUndefined function. (#583)
  • d4a01c6 📄 Add funding url in package.json (#584)
  • f4eaa40 💚 Fix wrongly used userEvent.type in examples (#581)
  • 2916b2a Create FUNDING.yml
  • 0720f49 📝 Add an example showing how to test race conditions with timers (#579)
  • 7539d8c 📝 Document how to schedule native timers with fc.scheduler (#578)
  • 740bc94 📝 Adapt decompPrime to be compatible with CodeSandbox (#577)
  • f54ed4c 📝 Add an example based on Fibonacci (#576)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2020
@coveralls
Copy link

coveralls commented Jun 11, 2020

Pull Request Test Coverage Report for Build 754

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.257%

Totals Coverage Status
Change from base Build 748: 0.0%
Covered Lines: 250
Relevant Lines: 251

💛 - Coveralls

@dubzzz dubzzz merged commit d0263c3 into master Jun 11, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-check-1.24.2 branch June 11, 2020 21:52
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

2 participants