nvie / itertools

TypeScript port of Python's awesome itertools stdlib.
https://www.npmjs.com/package/itertools
MIT License
154 stars 20 forks source link

Bump fast-check from 3.16.0 to 3.17.0 #1024

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps fast-check from 3.16.0 to 3.17.0.

Release notes

Sourced from fast-check's releases.

Allow access to some internals details linked to the underlying random generator

[Code][Diff]

Features

  • (PR#4817) Expose internal state of the PRNG from Random

Fixes

  • (PR#4781) Doc: Official release note of 3.16.0
  • (PR#4799) Doc: Add more links in the footer
  • (PR#4800) Doc: Better colors for footer and dark mode
Changelog

Sourced from fast-check's changelog.

3.17.0

Allow access to some internals details linked to the underlying random generator [Code][Diff]

Features

  • (PR#4817) Expose internal state of the PRNG from Random

Fixes

  • (PR#4781) Doc: Official release note of 3.16.0
  • (PR#4799) Doc: Add more links in the footer
  • (PR#4800) Doc: Better colors for footer and dark mode

Commits
  • aa30464 🔖 Update CHANGELOG.md for fast-check@3.17.0 (#4823)
  • 4b7f27a ⬆️ Update dependency typescript to ~5.4.3 (#4816)
  • 74a9d3a ✨ Expose internal state of the PRNG from Random (#4817)
  • fc9f689 ⬆️ Update dependency typescript to ~5.4.2 (#4790)
  • db96c6d ⬆️ Update babel monorepo to ^7.24.3 (#4814)
  • 3a83c31 ⬆️ Update babel monorepo to ^7.24.1 (#4809)
  • 97cb318 ⬆️ Update dependency @​types/node to ^20.11.30 (#4808)
  • 2545622 ⬆️ Update dependency @​microsoft/api-extractor to ^7.43.0 (#4811)
  • 1a9dccc ⬆️ Update dependency @​types/node to ^20.11.28 (#4801)
  • 6f3dc3f ⬆️ Update dependency @​types/node to ^20.11.26 (#4794)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 6 months ago

Superseded by #1027.