Electron-Labs / ed25519-circom

ED25519 implementation in Circom
https://docs.electronlabs.org/
108 stars 15 forks source link

chore(deps-dev): bump fast-check from 3.1.1 to 3.1.2 #116

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fast-check from 3.1.1 to 3.1.2.

Release notes

Sourced from fast-check's releases.

More resilient to external poisoning on assert and property

Fixes

  • (PR#3082) Bug: Protect assert from poisoned Math or Date
  • (PR#3086) Bug: Resist to poisoning of Object
  • (PR#3087) Bug: Resist to poisoning of Function/Array/String
  • (PR#3089) Bug: Clear poisoning instability in filter, map, chain
  • (PR#3079) CI: Auto-cancel previous runs on new commits
  • (PR#3088) Script: Add script to run e2e tests in debug mode
  • (PR#3092) Script: Better handle new projects in changelog generator
  • (PR#3081) Test: Add some poisoning e2e for fast-check
  • (PR#3085) Test: Check poisoning against noop arbitrary (for now)
Changelog

Sourced from fast-check's changelog.

3.1.2

More resilient to external poisoning on assert and property [Code][Diff]

Fixes

  • (PR#3082) Bug: Protect assert from poisoned Math or Date
  • (PR#3086) Bug: Resist to poisoning of Object
  • (PR#3087) Bug: Resist to poisoning of Function/Array/String
  • (PR#3089) Bug: Clear poisoning instability in filter, map, chain
  • (PR#3079) CI: Auto-cancel previous runs on new commits
  • (PR#3088) Script: Add script to run e2e tests in debug mode
  • (PR#3092) Script: Better handle new projects in changelog generator
  • (PR#3081) Test: Add some poisoning e2e for fast-check
  • (PR#3085) Test: Check poisoning against noop arbitrary (for now)
Commits
  • 7d4b8ed πŸ”– Update CHANGELOG.md for fast-check@3.1.2, @​fast-check/poisoning@​0.0.1 (#3093)
  • 644d5f5 πŸ› Clear poisoning instability in filter, map, chain (#3089)
  • 92945fc πŸ”¨ Add script to run e2e tests in debug mode (#3088)
  • 4e4c710 πŸ› Resist to poisoning of Function/Array/String (#3087)
  • 283f52f πŸ› Resist to poisoning of Object (#3086)
  • d2c657f βœ… Check poisoning against noop arbitrary (for now) (#3085)
  • 318333e πŸ› Protect assert from poisoned Math or Date (#3082)
  • 9db9559 βœ… Add some poisoning e2e for fast-check (#3081)
  • b7bd0cf πŸŽ‰ Add new internal @fast-check/poisoning (#3073)
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #119.