Electron-Labs / ed25519-circom

ED25519 implementation in Circom
https://docs.electronlabs.org/
105 stars 14 forks source link

chore(deps-dev): bump fast-check from 3.0.1 to 3.1.0 #107

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fast-check from 3.0.1 to 3.1.0.

Release notes

Sourced from fast-check's releases.

Generate more dangerous strings by default

[Code][Diff]

Features

  • (PR#2975) Sanitize constraints used internally by "oneof" as much as possible
  • (PR#3048) Add experimental "custom slices" constraint on array
  • (PR#3043) Generate dangerous strings by default

Fixes

  • (PR#3049) Bug: Fix out-of-range in SlicedBasedGenerator
  • (PR#3050) Bug: Allow strange keys as keys of dictionary
  • (PR#3051) Bug: Better rounding in statistics
  • (PR#3052) CI: Add missing Ubuntu env for e2e
  • (PR#3047) Refactor: Implement sliced based generator for arrays
  • (PR#3059) Script: Add links to buggy PRs in changelog PR
  • (PR#3060) Script: Only commit package.json corresponding to impacted CHANGELOGs
Changelog

Sourced from fast-check's changelog.

3.1.0

Generate more dangerous strings by default [Code][Diff]

Features

  • (PR#2975) Sanitize constraints used internally by "oneof" as much as possible
  • (PR#3048) Add experimental "custom slices" constraint on array
  • (PR#3043) Generate dangerous strings by default

Fixes

  • (PR#3049) Bug: Fix out-of-range in SlicedBasedGenerator
  • (PR#3050) Bug: Allow strange keys as keys of dictionary
  • (PR#3051) Bug: Better rounding in statistics
  • (PR#3052) CI: Add missing Ubuntu env for e2e
  • (PR#3047) Refactor: Implement sliced based generator for arrays
  • (PR#3059) Script: Add links to buggy PRs in changelog PR
  • (PR#3060) Script: Only commit package.json corresponding to impacted CHANGELOGs

Commits
  • 3749924 🔖 Update CHANGELOG.md for fast-check@3.1.0, @​fast-check/packaged@​0.0.2, @​fast...
  • a6fd30c ✨ Generate dangerous strings by default (#3043)
  • e815295 🐛 Better rounding in statistics (#3051)
  • 43940ad 🐛 Allow strange keys as keys of dictionary (#3050)
  • c6cd40c 🐛 Fix out-of-range in SlicedBasedGenerator (#3049)
  • b99277b ✨ Add experimental "custom slices" constraint on array (#3048)
  • 1fde371 ⚡️ Sanitize constraints used internally by "oneof" as much as possible (#2975)
  • 06ef47f ⬆️ Update dependency typedoc to ^0.23.0 (#3046)
  • 8607cb7 ♻️ Implement sliced based generator for arrays (#3047)
  • See full diff 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)