chore(deps): update dependency fast-check to v3 #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0
->^3.0.0
Release Notes
dubzzz/fast-check (fast-check)
v3.16.0
Compare Source
Type assert on assertions linked to
fc.pre
[Code][Diff]
Features
fc.pre
an assertion functionFixes
jsonwebtoken
to track recordv3.15.1
Compare Source
Prepare the monorepo for ESM build-chain
[Code][Diff]
Fixes
onBrokenAnchors
'check on Docusaurusidonttrustlikethat-fast-check
in ecosystem.md@effect/schema
in ecosystemisCorrect
check on doublev3.15.0
Compare Source
Add support for
depthIdentifier
todictionary
[Code][Diff]
Features
depthIdentifier
todictionary
Fixes
object
when requested towaitAll
in the tutorialdictionary
forobject
instead of inlined reimplementationv3.14.0
Compare Source
Lighter import with less internals to load
[Code][Diff]
Features
Fixes
v3.13.2
Compare Source
Better reporting for invalid paths
[Code][Diff]
Fixes
gen
v3.13.1
Compare Source
Fix typings for node native esm
[Code][Diff]
Fixes
v3.13.0
Compare Source
New options for
date
,record
anddictionary
[Code][Diff]
Features
date
withDeletedKeys
onrecord
dictionary
record
Fixes
dictionary
date
date
(retry)dictionary
onanything
v3.12.1
Compare Source
Better support for types on ESM targets
[Code][Diff]
Fixes
v3.12.0
Compare Source
Faster
float
,double
andulid
and excluded min/max[Code][Diff]
Features
double
float
Fixes
ulid
we cannot buildulid
decomposeFloat/Double
ulid
ulid
ulid
ulid
mapper functionv3.11.0
Compare Source
New arbitrary for ulid
[Code][Diff]
Features
Fixes
v3.10.0
Compare Source
New arbitrary generating strings matching the provided regex:
stringMatching
[Code][Diff]
Features
stringMatching
stringMatching
stringMatching
Fixes
stringMatching
stringMatching
v3.9.0
Compare Source
Finer definition of
act
to detect race conditions[Code][Diff]
Features
act
per callact
per waitFixes
v3.8.3
Compare Source
Ensure scheduled models can wait everything needed
[Code][Diff]
Fixes
jsonValue
v3.8.2
Compare Source
Rework documentation
[Code][Diff]
Fixes
v3.8.1
Compare Source
New website for the documentation
[Code][Diff]
Fixes
build:all
baseUrl
on the ain documentationv3.8.0
Compare Source
Introduce new
gen
arbitrary[Code][Diff]
Features
gen
arbitraryFixes
fc.gen()
v3.7.1
Compare Source
Safer declaration of types in package.json
[Code][Diff]
Fixes
v3.7.0
Compare Source
Better error reports without duplicated messages
[Code][Diff]
Features
Fixes
v3.6.3
Compare Source
Fix broken replay based on path
[Code][Diff]
Fixes
v3.6.2
Compare Source
Still work in fake timer contexts
[Code][Diff]
Fixes
v3.6.1
Compare Source
Some more performance improvements
[Code][Diff]
Fixes
v3.6.0
Compare Source
Slightly faster execution of properties
[Code][Diff]
Features
runIdToFrequency
Fixes
--cache
option to Prettierv3.5.1
Compare Source
Still work in fake timer contexts
[Code][Diff]
Fixes
v3.5.0
Compare Source
Interrupt running tasks when
interruptAfterTimeLimit
exceeded[Code][Diff]
Features
interruptAfterTimeLimit
v3.4.0
Compare Source
Better handling of timeout with beforeEach and afterEach
[Code][Diff]
Features
Fixes
context
inexamples
v3.3.0
Compare Source
Expose
webPath
arbitrary[Code][Diff]
Features
date
webPath
Fixes
v3.2.0
Compare Source
Stop copying the Error into the thrown one but use cause when asked too
[Code][Diff]
Features
Error
as a cause of thrown oneFixes
@fast-check/poisoning
on CodeSandbox's buildsSlicedBasedGenerator
v3.1.4
Compare Source
Increased resiliency to poisoned globals
[Code][Diff]
Fixes
depth
onto globals internallyv3.1.3
Compare Source
More resilient to external poisoning on all arbitraries
[Code][Diff]
Fixes
safeApply
never calling originalapply
webFragments/Segment/QueryParameters
resistant to poisoninguniqueArray
safeApply
v3.1.2
Compare Source
More resilient to external poisoning on
assert
andproperty
[Code][Diff]
Fixes
assert
from poisonedMath
orDate
Object
Function
/Array
/String
filter
,map
,chain
v3.1.1
Compare Source
Better package.json definition and
__proto__
related fixes[Code][Diff]
Fixes
__proto__
as key inrecord
stringify
andJSON.stringify
record
wrongly manipulating__proto__
v3.1.0
Compare Source
Generate more dangerous strings by default
[Code][Diff]
Features
Fixes
SlicedBasedGenerator
statistics
package.json
corresponding to impacted CHANGELOGsv3.0.1
Compare Source
Basic setup for monorepo
[Code][Diff]
Fixes
yarn workspace *
instead ofcd packages/*
npx
byyarn dlx
.gitignore
fast-check
self reference itself as a dev dependencyyarn version check
yarn version
for generate changelogyarn version
when generating changelogdedupe
for each run.yarn/versions
with changelogspackages/fast-check
example/
toexamples/
test/
intopackages/test-bundle-*
packages/fast-check
commands
v3.0.0
Compare Source
Easier and more expressive thanks to the full support of size and a new and extensible API for custom arbitraries
[Code][Diff]
This new major of fast-check is:
Breaking changes
fc.array
fc.string
fc.*subarray
fc.commands
fc.option
fc.json
fc.lorem
fc.float
/fc.double
fc.integer
pure-rand
Arbitrary
and remove old variantsNextValue
intoValue
depthFactor
specified means: use defaulted configurationmaxKeys
andmaxDepth
onobject
arbitrariesmaxCount
onlorem
defaultSizeToMaxWhenMaxSpecified
to trueProperty::run
to return the original errorfrequency
now replaced byoneof
depthFactor
intodepthSize
and invert numericYou may refer to our migration guide in case of issue: https://github.com/dubzzz/fast-check/blob/main/MIGRATION\_2.X_TO\_3.X.md
Features
defaultSizeToMaxWhenMaxSpecified
to depthConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.