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 CHANGELOG.md for @fast-check/vitest@0.0.6, @fast-check/poisoning@0.0.7, @fast-check/worker@0.0.6, @fast-check/ava@1.1.5, fast-check@3.8.2, @fast-check/jest@1.6.2 #3874

Merged
merged 2 commits into from May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .yarn/versions/08d3868e.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/38b7b42c.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/41b40135.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/63014794.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/646b54ef.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/764f88e4.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/95ee8c6e.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/9d9d7823.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/d638c028.yml

This file was deleted.

13 changes: 13 additions & 0 deletions packages/ava/CHANGELOG.md
@@ -1,3 +1,16 @@
# 1.1.5

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.5)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.4...ava%2Fv1.1.5)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#3866](https://github.com/dubzzz/fast-check/pull/3866)) Doc: Update logo url

# 1.1.4

_Attach provenance to the packages_
Expand Down
4 changes: 2 additions & 2 deletions packages/ava/package.json
@@ -1,7 +1,7 @@
{
"name": "@fast-check/ava",
"description": "Property based testing for AVA based on fast-check",
"version": "1.1.4",
"version": "1.1.5",
"type": "commonjs",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/ava#readme",
"dependencies": {
"fast-check": "^3.0.0"
"fast-check": "^3.8.2"
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
},
"peerDependencies": {
"ava": ">=4.0.0"
Expand Down
35 changes: 35 additions & 0 deletions packages/fast-check/CHANGELOG.md
@@ -1,3 +1,38 @@
# 3.8.2

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.8.2)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.8.1...v3.8.2)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#3780](https://github.com/dubzzz/fast-check/pull/3780)) CI: Do not relaunch build on new tag
- ([PR#3792](https://github.com/dubzzz/fast-check/pull/3792)) CI: Remove parse5 when checking types
- ([PR#3804](https://github.com/dubzzz/fast-check/pull/3804)) CI: Build documentation with LFS enabled
- ([PR#3800](https://github.com/dubzzz/fast-check/pull/3800)) Doc: Add "advanced" part of the documentation
- ([PR#3803](https://github.com/dubzzz/fast-check/pull/3803)) Doc: Update our-first-property-based-test.md: typo, punctuation
- ([PR#3828](https://github.com/dubzzz/fast-check/pull/3828)) Doc: Fix typos in docs
- ([PR#3820](https://github.com/dubzzz/fast-check/pull/3820)) Doc: First iteration on race conditions tutorial
- ([PR#3834](https://github.com/dubzzz/fast-check/pull/3834)) Doc: Rework intro of race condition tutorial
- ([PR#3836](https://github.com/dubzzz/fast-check/pull/3836)) Doc: Merge category and intro for race condition
- ([PR#3837](https://github.com/dubzzz/fast-check/pull/3837)) Doc: Replace categories by real pages
- ([PR#3838](https://github.com/dubzzz/fast-check/pull/3838)) Doc: Add video explaining race condition in UI
- ([PR#3842](https://github.com/dubzzz/fast-check/pull/3842)) Doc: Note about solving race conditions
- ([PR#3843](https://github.com/dubzzz/fast-check/pull/3843)) Doc: Better colors for dark theme
- ([PR#3850](https://github.com/dubzzz/fast-check/pull/3850)) Doc: Points to projects in our ecosystem
- ([PR#3852](https://github.com/dubzzz/fast-check/pull/3852)) Doc: List some bugs found thanks to fast-check
- ([PR#3860](https://github.com/dubzzz/fast-check/pull/3860)) Doc: Use GitHub logo instead of label
- ([PR#3858](https://github.com/dubzzz/fast-check/pull/3858)) Doc: Rework homepage page of fast-check.dev
- ([PR#3863](https://github.com/dubzzz/fast-check/pull/3863)) Doc: Rework display of the homepage for small screens
- ([PR#3864](https://github.com/dubzzz/fast-check/pull/3864)) Doc: Properly display the quick nav buttons
- ([PR#3871](https://github.com/dubzzz/fast-check/pull/3871)) Doc: Update all links to new documentation
- ([PR#3867](https://github.com/dubzzz/fast-check/pull/3867)) Doc: Create proper images in website/
- ([PR#3872](https://github.com/dubzzz/fast-check/pull/3872)) Doc: Reference image from LFS in README
- ([PR#3835](https://github.com/dubzzz/fast-check/pull/3835)) Test: Add tests for snippets in the website

# 3.8.1

_New website for the documentation_
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
@@ -1,6 +1,6 @@
{
"name": "fast-check",
"version": "3.8.1",
"version": "3.8.2",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/jest/CHANGELOG.md
@@ -1,3 +1,16 @@
# 1.6.2

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.1...jest%2Fv1.6.2)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#3868](https://github.com/dubzzz/fast-check/pull/3868)) Doc: Update logo url

# 1.6.1

_Attach provenance to the packages_
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,7 +1,7 @@
{
"name": "@fast-check/jest",
"description": "Property based testing for Jest based on fast-check",
"version": "1.6.1",
"version": "1.6.2",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down Expand Up @@ -48,10 +48,10 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/jest#readme",
"dependencies": {
"fast-check": "^3.0.0"
"fast-check": "^3.8.2"
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
},
"peerDependencies": {
"@fast-check/worker": "~0.0.1",
"@fast-check/worker": "~0.0.6",
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
"@jest/expect": ">=28.0.0",
"@jest/globals": ">=25.5.2"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/poisoning/CHANGELOG.md
@@ -1,3 +1,16 @@
# 0.0.7

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.0.7)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.0.6...poisoning%2Fv0.0.7)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#3873](https://github.com/dubzzz/fast-check/pull/3873)) Doc: Add poisoning logo url

# 0.0.6

_Attach provenance to the packages_
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
@@ -1,7 +1,7 @@
{
"name": "@fast-check/poisoning",
"description": "Set of utilities to ease detection and revert of poisoning",
"version": "0.0.6",
"version": "0.0.7",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/vitest/CHANGELOG.md
@@ -1,3 +1,16 @@
# 0.0.6

_TODO Description_
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.0.6)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.0.5...vitest%2Fv0.0.6)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#3869](https://github.com/dubzzz/fast-check/pull/3869)) Doc: Update logo url

# 0.0.5

_Attach provenance to the packages_
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
@@ -1,7 +1,7 @@
{
"name": "@fast-check/vitest",
"description": "Property based testing for Vitest based on fast-check",
"version": "0.0.5",
"version": "0.0.6",
"type": "commonjs",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/vitest#readme",
"dependencies": {
"fast-check": "^3.0.0"
"fast-check": "^3.8.2"
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
},
"peerDependencies": {
"vitest": ">=0.28.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/worker/CHANGELOG.md
@@ -1,3 +1,16 @@
# 0.0.6

_TODO Description_
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.0.6)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.0.5...worker%2Fv0.0.6)]

## Features



## Fixes
dubzzz marked this conversation as resolved.
Show resolved Hide resolved

- ([PR#3870](https://github.com/dubzzz/fast-check/pull/3870)) Doc: Add worker logo url

# 0.0.5

_Attach provenance to the packages_
Expand Down
4 changes: 2 additions & 2 deletions packages/worker/package.json
@@ -1,7 +1,7 @@
{
"name": "@fast-check/worker",
"description": "Provide built-ins to run predicates directly within dedicated workers",
"version": "0.0.5",
"version": "0.0.6",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/worker#readme",
"dependencies": {
"fast-check": "^3.4.0"
"fast-check": "^3.8.2"
dubzzz marked this conversation as resolved.
Show resolved Hide resolved
},
"devDependencies": {
"jest": "^29.5.0",
Expand Down