Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fast-check from 2.21.0 to 2.22.0 #928

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2022

Bumps fast-check from 2.21.0 to 2.22.0.

Changelog

Sourced from fast-check's changelog.

2.22.0

Introduce the notion of size to avoid having to specify maxLength not being real constraints [Code][Diff]

Features

  • (PR#2652) Stop defaulting maxLength when not provided on arrays
  • (PR#2664) Support shrink of any length with stringOf
  • (PR#2666) Introduce the notion of size
  • (PR#2668) Introduce the notion of relative size
  • (PR#2669) Add ability to configure a base size
  • (PR#2670) Add built-in support for size to set
  • (PR#2671) Add ability to configure constraints on dictionary
  • (PR#2673) Add support for size onto object arbitraries
  • (PR#2672) Add support for size onto string arbitraries
  • (PR#2690) Add support for size onto sparseArray
  • (PR#2699) Forward size of anything to underlying sparseArray
  • (PR#2701) Make ipV6 independent of size global settings
  • (PR#2700) Add support for size on typed arrays
  • (PR#2703) Add support for size onto lorem
  • (PR#2712) Add support for sized webUrl and related
  • (PR#2728) Add support for size on commands

Fixes

  • (PR#2674) Bug: fc.object not applying constraint maxKeys at root
  • (PR#2675) Bug: Don't shrink array with trailing hole when not supporting it
  • (PR#2709) Bug: Cap the max generated length with max length
  • (PR#2725) Bug: Pass length related constraints to internals in anything
  • (PR#2727) Bug: Pass size to any key and default value in anything
  • (PR#2639) CI: Properly define the tag when publishing versions
  • (PR#2661) CI: Support fire emoji in changelog
  • (PR#2660) Clean: Remove redundant computation in sparseArray
  • (PR#2649) Refactor: Split maxLength into two facets inside the internal for arrays
  • (PR#2676) Test: Add more tests around shrinker of sparseArray
  • (PR#2702) Test: More stable test on StrictlyEqualSet
  • (PR#2710) Test: Add more tests on size related helpers
  • (PR#2729) Test: Stabilize tests of adapter by switching to Object.is

Commits
  • c4a4c8d 2.22.0
  • 350d517 🔖 Update CHANGELOG.md for 2.22.0 (#2730)
  • b812710 ✅ Stabilize tests of adapter by switching to Object.is (#2729)
  • 4b3e581 ✨ Add support for size on commands (#2728)
  • 0d35c4c 🐛 Pass size to any key and default value in anything (#2727)
  • 9f1f1d9 ⬆️ Bump rollup in /test/esm/rollup-with-import (#2722)
  • ddc8da8 ⬆️ Bump actions/github-script from 5 to 6 (#2720)
  • 5082c8f ⬆️ Bump esbuild in /test/esm/esbuild-with-require (#2724)
  • 6b27c43 🐛 Pass length related constraints to internals in anything (#2725)
  • ea64e1d ⬆️ Bump follow-redirects in /.github/actions/deploy-netlify (#2723)
  • 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)

Bumps [fast-check](https://github.com/dubzzz/fast-check) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/CHANGELOG.md)
- [Commits](dubzzz/fast-check@v2.21.0...v2.22.0)

---
updated-dependencies:
- dependency-name: fast-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 15, 2022
@github-actions github-actions bot merged commit 14d3771 into master Feb 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/fast-check-2.22.0 branch February 15, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants