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.3 #119

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fast-check from 3.1.1 to 3.1.3.

Release notes

Sourced from fast-check's releases.

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
  • (PR#3108) Bug: Make complex strings arbitraries resistant to poisoning
  • (PR#3143) Bug: Make webFragments/Segment/QueryParameters resistant to poisoning
  • (PR#3152) Bug: Protect string generators against poisoning
  • (PR#3101) CI: Do not suggest private packages during version bumps
  • (PR#3113) CI: Consider ⚡️ aka zap PRs as fixes for changelog
  • (PR#3111) CI: Try to configure renovate to open more PRs
  • (PR#3150) CI: Change update strategy for renovate
  • (PR#3151) CI: Update bump strategy of renovate
  • (PR#3141) Clean: Drop unused dependencies
  • (PR#3100) Performance: Drop unneeded copy for full custom uniqueArray
  • (PR#3105) Performance: Faster implementation for safeApply
  • (PR#3112) Performance: Speed-up all safe versions built-in methods
  • (PR#3109) Refactor: Extract and share code computing safe versions for built-ins
  • (PR#3154) Script: More verbose CHANGELOG script and continue on failure

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.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
  • (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
  • (PR#3108) Bug: Make complex strings arbitraries resistant to poisoning
  • (PR#3143) Bug: Make webFragments/Segment/QueryParameters resistant to poisoning
  • (PR#3152) Bug: Protect string generators against poisoning
  • (PR#3101) CI: Do not suggest private packages during version bumps
  • (PR#3113) CI: Consider ⚡️ aka zap PRs as fixes for changelog
  • (PR#3111) CI: Try to configure renovate to open more PRs
  • (PR#3150) CI: Change update strategy for renovate
  • (PR#3151) CI: Update bump strategy of renovate
  • (PR#3141) Clean: Drop unused dependencies
  • (PR#3100) Performance: Drop unneeded copy for full custom uniqueArray
  • (PR#3105) Performance: Faster implementation for safeApply
  • (PR#3112) Performance: Speed-up all safe versions built-in methods
  • (PR#3109) Refactor: Extract and share code computing safe versions for built-ins
  • (PR#3154) Script: More verbose CHANGELOG script and continue on failure

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
  • 4aad6b7 🔖 Update CHANGELOG.md for fast-check@3.1.3, @​fast-check/packaged@​0.0.3 (#3155)
  • b3f0af0 ⚡️ Speed-up all safe versions built-in methods (#3112)
  • c009423 🐛 Protect string generators against poisoning (#3152)
  • d9cf8e2 ⬆️ Update dependency typescript to ^4.8.2 (#3135)
  • 9be4757 ⬆️ Update dependency jest to ^29.0.2 (#3140)
  • 9dd42f1 🐛 Make webFragments/Segment/QueryParameters resistant to poisoning (#3143)
  • 8af96ff ⬆️ Update dependency jest to v29 (#3091)
  • 278e9c4 🔥 Drop unused dependencies (#3141)
  • 4205d0b ⬆️ Update dependency buffer to ^6.0.3 (#3122)
  • f0599ce ⬆️ Update dependency @​microsoft/api-extractor to ^7.30.0 (#3131)
  • 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[bot] commented 2 years ago

Superseded by #124.