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.1.1 to 3.2.0 #129

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fast-check from 3.1.1 to 3.2.0.

Release notes

Sourced from fast-check's releases.

Stop copying the Error into the thrown one but use cause when asked too

[Code][Diff]

Features

  • (PR#2965) Attach the original Error as a cause of thrown one
  • (PR#3224) Attach real errors to internal failures

Fixes

  • (PR#3225) CI: Publish @fast-check/poisoning on CodeSandbox's builds
  • (PR#3260) Doc: Sync with current path
  • (PR#3264) Doc: Improve grammar in HowItWorks
  • (PR#3292) Test: Stabilize tests of SlicedBasedGenerator

Increased resiliency to poisoned globals

[Code][Diff]

Fixes

  • (PR#3172) Bug: Fix some remaining accesses to global properties
  • (PR#3165) Bug: Resist to poisoning of top-level types
  • (PR#3184) CI: Require renovate to always try to dedupe
  • (PR#3186) CI: Adapt configuration for new ts-jest
  • (PR#3194) CI: Attempt to fix "please deploy"
  • (PR#3196) CI: Build every package for "please deploy"
  • (PR#3208) CI: Better PRs for changelogs cross packages
  • (PR#3156) Doc: Add missing changesets in changelog of 2.21.0
  • (PR#3185) Refactor: Attach a depth onto globals internally
  • (PR#3157) Script: Less verbose description for PRs of CHANGELOG
  • (PR#3174) Test: Add tests dropping all globals
  • (PR#3183) Test: Add some more type related tests for oneof
  • (PR#3076) Test: Check arbitraries do not cause any poisoning
  • (PR#3205) Test: Add missing "typecheck" scripts on packages

More resilient to external poisoning on all arbitraries

[Code][Diff]

Fixes

  • (PR#3094) Bug: Make numeric arbitraries resistant to poisoning
  • (PR#3096) Bug: Make single char arbitraries resistant to poisoning
  • (PR#3097) Bug: Make simple combinators arbitraries resistant to poisoning
  • (PR#3098) Bug: Make array combinators arbitraries resistant to poisoning
  • (PR#3099) Bug: Make multi chars arbitraries resistant to poisoning
  • (PR#3102) Bug: Fix safeApply never calling original apply
  • (PR#3103) Bug: Make object arbitraries resistant to poisoning
  • (PR#3104) Bug: Make typed arrays arbitraries resistant to poisoning
  • (PR#3106) Bug: Make recursive arbitraries resistant to poisoning
  • (PR#3107) Bug: Make function arbitraries resistant to poisoning

... (truncated)

Changelog

Sourced from fast-check's changelog.

3.2.0

Stop copying the Error into the thrown one but use cause when asked too [Code][Diff]

Features

  • (PR#2965) Attach the original Error as a cause of thrown one
  • (PR#3224) Attach real errors to internal failures

Fixes

  • (PR#3225) CI: Publish @fast-check/poisoning on CodeSandbox's builds
  • (PR#3260) Doc: Sync with current path
  • (PR#3264) Doc: Improve grammar in HowItWorks
  • (PR#3292) Test: Stabilize tests of SlicedBasedGenerator

3.1.4

Increased resiliency to poisoned globals [Code][Diff]

Fixes

  • (PR#3172) Bug: Fix some remaining accesses to global properties
  • (PR#3165) Bug: Resist to poisoning of top-level types
  • (PR#3184) CI: Require renovate to always try to dedupe
  • (PR#3186) CI: Adapt configuration for new ts-jest
  • (PR#3194) CI: Attempt to fix "please deploy"
  • (PR#3196) CI: Build every package for "please deploy"
  • (PR#3208) CI: Better PRs for changelogs cross packages
  • (PR#3156) Doc: Add missing changesets in changelog of 2.21.0
  • (PR#3185) Refactor: Attach a depth onto globals internally
  • (PR#3157) Script: Less verbose description for PRs of CHANGELOG
  • (PR#3174) Test: Add tests dropping all globals
  • (PR#3183) Test: Add some more type related tests for oneof
  • (PR#3076) Test: Check arbitraries do not cause any poisoning
  • (PR#3205) Test: Add missing "typecheck" scripts on packages

3.1.3

More resilient to external poisoning on all arbitraries [Code][Diff]

Fixes

  • (PR#3094) Bug: Make numeric arbitraries resistant to poisoning
  • (PR#3096) Bug: Make single char arbitraries resistant to poisoning

... (truncated)

Commits


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 1 year ago

Superseded by #131.