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

chore(deps-dev): bump fast-check from 2.25.0 to 3.1.4 #1713

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps fast-check from 2.25.0 to 3.1.4.

Release notes

Sourced from fast-check's releases.

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

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

... (truncated)

Changelog

Sourced from fast-check's changelog.

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
  • (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

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

... (truncated)

Commits
  • d55f25e 🔖 Update CHANGELOG.md for @​fast-check/poisoning@​0.0.2, @​fast-check/jest@​1.1.0...
  • 47e0cd9 🔨 Factorize production tsconfig.json (#3213)
  • 87f1dd3 🔧 Share tsconfig.json across public packages (#3212)
  • 45b98e3 ⬆️ Update dependency typedoc to ^0.23.15 (#3211)
  • 98947b0 ⬆️ Update dependency @​types/jest to ^29.0.3 (#3206)
  • f98b386 ✅ Add missing "typecheck" scripts on packages (#3205)
  • 22ea8c2 ✅ Check arbitraries do not cause any poisoning (#3076)
  • fe2321a ⬆️ Update dependency @​microsoft/api-extractor to ^7.31.1 (#3197)
  • 7202449 ⬆️ Update dependency ts-jest to ^29.0.1 (#3190)
  • 2229602 ⬆️ Update dependency @​types/jest to ^29.0.2 (#3189)
  • 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 dependabot bot requested a review from a team as a code owner September 20, 2022 07:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 20, 2022
@vercel
Copy link

vercel bot commented Sep 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
solid-client-js ❌ Failed (Inspect) Oct 3, 2022 at 8:18PM (UTC)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 20, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4255e05:

Sandbox Source
solid-client-sandbox Configuration

@vercel vercel bot temporarily deployed to Preview September 20, 2022 07:03 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 86cd940 to c7e6d3b Compare September 20, 2022 09:32
@vercel vercel bot temporarily deployed to Preview September 20, 2022 09:36 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from c7e6d3b to cd82a4b Compare September 20, 2022 09:42
@vercel vercel bot temporarily deployed to Preview September 20, 2022 09:50 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from cd82a4b to e897e1a Compare September 22, 2022 08:12
@vercel vercel bot temporarily deployed to Preview September 22, 2022 08:16 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from e897e1a to 8b8a5a4 Compare September 22, 2022 08:21
@vercel vercel bot temporarily deployed to Preview September 22, 2022 08:23 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 8b8a5a4 to da0f0ed Compare September 22, 2022 08:42
@vercel vercel bot temporarily deployed to Preview September 22, 2022 08:47 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from da0f0ed to 8b21952 Compare September 23, 2022 08:26
@vercel vercel bot temporarily deployed to Preview September 23, 2022 08:29 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 8b21952 to 95ee721 Compare September 23, 2022 08:47
@vercel vercel bot temporarily deployed to Preview September 23, 2022 08:49 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 95ee721 to b281140 Compare September 26, 2022 08:17
@vercel vercel bot temporarily deployed to Preview September 26, 2022 08:21 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from b281140 to 114edef Compare September 26, 2022 08:30
@vercel vercel bot temporarily deployed to Preview September 26, 2022 08:33 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 114edef to ea9481a Compare September 26, 2022 08:46
@vercel vercel bot temporarily deployed to Preview September 26, 2022 08:48 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from ea9481a to 61e9b14 Compare September 26, 2022 09:03
@vercel vercel bot temporarily deployed to Preview September 26, 2022 09:06 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 61e9b14 to 1fe429e Compare September 28, 2022 08:30
@vercel vercel bot temporarily deployed to Preview September 28, 2022 08:41 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 1fe429e to baec177 Compare September 28, 2022 08:45
@vercel vercel bot temporarily deployed to Preview September 28, 2022 08:53 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from baec177 to 5c500a2 Compare September 28, 2022 08:57
@vercel vercel bot temporarily deployed to Preview September 28, 2022 09:01 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 5c500a2 to 5055e79 Compare September 28, 2022 09:14
@vercel vercel bot temporarily deployed to Preview September 28, 2022 09:15 Inactive
Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 2.25.0 to 3.1.4.
- [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.1.4/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 force-pushed the dependabot/npm_and_yarn/fast-check-3.1.4 branch from 5055e79 to 4255e05 Compare October 3, 2022 20:11
@vercel vercel bot temporarily deployed to Preview October 3, 2022 20:18 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2022

Superseded by #1730.

@dependabot dependabot bot closed this Oct 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-check-3.1.4 branch October 11, 2022 08:28
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.

None yet

0 participants