Skip to content

Bump fast-check from 2.14.0 to 3.3.0#365

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/fast-check-3.3.0
Closed

Bump fast-check from 2.14.0 to 3.3.0#365
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/fast-check-3.3.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps fast-check from 2.14.0 to 3.3.0.

Release notes

Sourced from fast-check's releases.

Expose webPath arbitrary

[Code][Diff]

Features

  • (PR#3299) Explicitly declare typings for constraints on date
  • (PR#3300) Expose an url path builder called webPath

Fixes

  • (PR#3328) CI: Drop netlify related code and "please " actions
  • (PR#3298) Doc: Document default values in the JSDoc
  • (PR#3316) Funding: Add link to GitHub sponsors in funding
  • (PR#3301) Test: Poisoning checks compatible with watch mode
  • (PR#3330) Test: Make sure poisoning spec never forget one global

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

... (truncated)

Changelog

Sourced from fast-check's changelog.

3.3.0

Expose webPath arbitrary [Code][Diff]

Features

  • (PR#3299) Explicitly declare typings for constraints on date
  • (PR#3300) Expose an url path builder called webPath

Fixes

  • (PR#3328) CI: Drop netlify related code and "please " actions
  • (PR#3298) Doc: Document default values in the JSDoc
  • (PR#3316) Funding: Add link to GitHub sponsors in funding
  • (PR#3301) Test: Poisoning checks compatible with watch mode
  • (PR#3330) Test: Make sure poisoning spec never forget one global

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

... (truncated)

Commits
  • 1474ef9 🔖 Update CHANGELOG.md for fast-check@3.3.0, @​fast-check/poisoning@​0.0.3, @​fas...
  • c7301a8 ✨ Expose an url path builder called webPath (#3300)
  • 8c8b384 ✅ Make sure poisoning spec never forget one global (#3330)
  • 93fb06a 👷 Drop netlify related code and "please <stuff>" actions (#3328)
  • fe6605e ⬆️ Update jest monorepo (#3327)
  • 5948818 ⬆️ Update dependency typedoc to ^0.23.17 (#3325)
  • 3ed25e4 ⬆️ Update dependency @​microsoft/api-extractor to ^7.33.4 (#3324)
  • bf70801 ⬆️ Update dependency @​microsoft/api-extractor to ^7.33.3 (#3321)
  • 79c6410 💸 Add link to GitHub sponsors in funding (#3316)
  • e00fcd5 ⬆️ Update dependency @​microsoft/api-extractor to ^7.33.2 (#3311)
  • 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/tree/HEAD/packages/fast-check) from 2.14.0 to 3.3.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v3.3.0/packages/fast-check)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #374.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-check-3.3.0 branch January 1, 2023 09:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants