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

⬆️ Update dependency prettier to v3.3.1 #5041

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.3.0",
"prettier": "3.2.5",
"prettier": "3.3.1",
"publint": "^0.2.8",
"typescript": "~5.4.5",
"typescript-eslint": "^7.11.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/fast-check/MIGRATION_2.X_TO_3.X.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ As the migration is pretty automatable, a codemod is provided to do part of the
**Guidelines for v2 (≥2.8.0 recommended)**: Move any of the signatures specified above to its recent equivalent.

[^1]: Like `integer(max)` or `array(arb, maxLength)` and even `array(arb, minLength, maxLength)`.

[^2]: For instance, we added `size` and `depthIdentifier` onto `array` doing it with yet another set of extra parameters would have been problematic.

[^3]: Initially, the rule has been: one extra argument for each new option like `array(arb, maxLength)`. But it used to be replaced by constraints-based signatures like `object(constraints)` for the most recent additions.

## Drop some arbitraries ✨
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@ __metadata:
eslint: "npm:^9.3.0"
eslint-config-prettier: "npm:^9.1.0"
globals: "npm:^15.3.0"
prettier: "npm:3.2.5"
prettier: "npm:3.3.1"
publint: "npm:^0.2.8"
typescript: "npm:~5.4.5"
typescript-eslint: "npm:^7.11.0"
Expand Down Expand Up @@ -15690,12 +15690,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
"prettier@npm:3.3.1":
version: 3.3.1
resolution: "prettier@npm:3.3.1"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
checksum: 10c0/c25a709c9f0be670dc6bcb190b622347e1dbeb6c3e7df8b0711724cb64d8647c60b839937a4df4df18e9cfb556c2b08ca9d24d9645eb5488a7fc032a2c4d5cb3
languageName: node
linkType: hard

Expand Down
Loading