matheus23 / md-spellcheck-action

Spellcheck markdown files in your github action
MIT License
4 stars 1 forks source link

Bump fast-check from 3.1.1 to 3.6.2 #91

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fast-check from 3.1.1 to 3.6.2.

Release notes

Sourced from fast-check's releases.

Still work in fake timer contexts

[Code][Diff]

Fixes

  • (PR#3571) Bug: Resist to fake timers in interruptAfterTimeLimit
  • (PR#3572) Bug: Resist to fake timers in timeout
  • (PR#3564) Performance: Drop bailout linked to toss

Some more performance improvements

[Code][Diff]

Fixes

  • (PR#3563) Performance: Mutate rng inplace in tosser

Slightly faster execution of properties

[Code][Diff]

Features

  • (PR#3547) Slightly faster thanks to pure-rand v6
  • (PR#3552) Do not wrap stream when dropping 0 items
  • (PR#3551) Faster implementation of internal function runIdToFrequency
  • (PR#3553) Drop useless internal stream conversions
  • (PR#3554) Tosser must immediately produce values

Fixes

  • (PR#3556) CI: Enable sourceMap in unpublished for coverage
  • (PR#3512) Script: Add --cache option to Prettier
  • (PR#3523) Script: Initialize default devcontainer
  • (PR#3524) Script: Install and setup nvs inside Dockerfile

Interrupt running tasks when interruptAfterTimeLimit exceeded

[Code][Diff]

Features

  • (PR#3507) Interrupt predicates when interruptAfterTimeLimit
  • (PR#3508) Mark interrupted runs without any success as failures

Better handling of timeout with beforeEach and afterEach

[Code][Diff]

Features

  • (PR#3464) No timeout for beforeEach or afterEach

Fixes

... (truncated)

Changelog

Sourced from fast-check's changelog.

3.6.2

Still work in fake timer contexts [Code][Diff]

Fixes

  • (PR#3571) Bug: Resist to fake timers in interruptAfterTimeLimit
  • (PR#3572) Bug: Resist to fake timers in timeout
  • (PR#3564) Performance: Drop bailout linked to toss

3.6.1

Some more performance improvements [Code][Diff]

Fixes

  • (PR#3563) Performance: Mutate rng inplace in tosser

3.6.0

Slightly faster execution of properties [Code][Diff]

Features

  • (PR#3547) Slightly faster thanks to pure-rand v6
  • (PR#3552) Do not wrap stream when dropping 0 items
  • (PR#3551) Faster implementation of internal function runIdToFrequency
  • (PR#3553) Drop useless internal stream conversions
  • (PR#3554) Tosser must immediately produce values

Fixes

  • (PR#3556) CI: Enable sourceMap in unpublished for coverage
  • (PR#3512) Script: Add --cache option to Prettier
  • (PR#3523) Script: Initialize default devcontainer
  • (PR#3524) Script: Install and setup nvs inside Dockerfile

3.5.1

Still work in fake timer contexts [Code][Diff]

Fixes

  • (PR#3571) Bug: Resist to fake timers in interruptAfterTimeLimit

... (truncated)

Commits
  • 0d0a63c 🔖 Update CHANGELOG.md for fast-check@3.6.2 (#3573)
  • 147be0b 🐛 Resist to fake timers in timeout (#3572)
  • b64377f 🐛 Resist to fake timers in interruptAfterTimeLimit (#3571)
  • 312e72f ⚡️ Drop bailout linked to toss (#3564)
  • 6841f98 🔖 Update CHANGELOG.md for fast-check@3.6.1 (#3570)
  • 417afeb ⬆️ Update dependency @​microsoft/api-extractor to ^7.33.8 (#3567)
  • b1ebedb ⬆️ Update dependency @​types/jest to ^29.2.6 (#3565)
  • c94a967 ⚡️ Mutate rng inplace in tosser (#3563)
  • 29e9903 🔖 Update CHANGELOG.md for fast-check@3.6.0 (#3560)
  • 7b89487 ⚡️ Tosser must immediately produce values (#3554)
  • 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 1 year ago

Superseded by #97.