-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency fast-check to v3.23.2 #200
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/fast-check-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13d142c
to
6e94a76
Compare
6e94a76
to
3e83a34
Compare
3e83a34
to
34aaf4b
Compare
34aaf4b
to
6c09367
Compare
6c09367
to
5e94330
Compare
5e94330
to
56d262d
Compare
56d262d
to
888da76
Compare
888da76
to
1f0b835
Compare
1f0b835
to
937a031
Compare
937a031
to
87d507c
Compare
87d507c
to
a544c10
Compare
a544c10
to
cb1cfda
Compare
cb1cfda
to
8171964
Compare
8171964
to
f8548f1
Compare
f8548f1
to
e79796f
Compare
e79796f
to
e196591
Compare
e196591
to
9e8d56b
Compare
9e8d56b
to
b15ae0e
Compare
b15ae0e
to
674be7b
Compare
674be7b
to
55bc94b
Compare
55bc94b
to
a3cac5a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
3.9.0
->3.23.2
Release Notes
dubzzz/fast-check (fast-check)
v3.23.2
Compare Source
Increased resiliency to poisoning
[Code][Diff]
Fixes
subarray
a bit more resilient to poisoningstringify
a bit more resilient to poisoningmapToConstant
a bit more resilient to poisoninggen
a bit more resilient to poisoningv3.23.1
Compare Source
Faster instantiation of internet-related arbitraries
[Code][Diff]
Fixes
v3.23.0
Compare Source
Extend usages of string-units and increased performance
[Code][Diff]
Features
unit
onobject
/anything
arbitraryunit
onjson
arbitrarystring
Fixes
string
stringMatching
it.concurrent
due to Node 23 failingexamples/
pkg.pr.new
pkg.pr.new
previewsexamples/jest.setup.js
canShrinkWithoutContext
for constantsmapToConstant
string
with faster slicesstring
with pre-cached slicesconstant*
v3.22.0
Compare Source
Graphemes support on
fc.string
[Code][Diff]
Features
fc.string
bigInt
's alternativesFixes
string
's deprecation note in documentationv3.21.0
Compare Source
Support customisable versions on
uuid
[Code][Diff]
Features
uuidV
uuidV
in favor ofuuid
uuid
Fixes
float
anddouble
v3.20.0
Compare Source
New arbitraries to alter shrinking capabilities
[Code][Diff]
Features
fc.noShrink
arbitraryfc.noBias
arbitrarylimitShrink
before releasingFixes
your-first-race-condition-test.mdx
noShrink
v3.19.0
Compare Source
New options to generate unicode strings on objects
[Code][Diff]
Features
object
json
Fixes
v3.18.0
Compare Source
New options for floating point arbitraries
[Code][Diff]
Features
double
float
Fixes
double
on small rangesnoInteger
ondouble
noInteger
ondouble
via integration layersv3.17.2
Compare Source
Directly reference the official documentation from NPM
[Code][Diff]
Fixes
v3.17.1
Compare Source
Better interrupt CJS/MJS regarding types
[Code][Diff]
Fixes
v3.17.0
Compare Source
Allow access to some internals details linked to the underlying random generator
[Code][Diff]
Features
Random
Fixes
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.