Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for [email protected], @fast-check/[email protected]
Browse files Browse the repository at this point in the history
…, @fast-check/[email protected], @fast-check/[email protected] (#5242)

Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-67f7df384c902/packages/fast-check/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-67f7df384c902/packages/vitest/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-67f7df384c902/packages/jest/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-67f7df384c902/packages/poisoning/CHANGELOG.md

Got the following errors:
- ℹ️ Scanned 29 PRs for fast-check:
- ℹ️ • accepted: 7,
- ℹ️ • skipped ignored: 19,
- ℹ️ • skipped unrelated: 3,
- ℹ️ • failed: 0
- ℹ️ Scanned 89 PRs for @fast-check/vitest:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 88,
- ℹ️ • failed: 0
- ℹ️ Scanned 47 PRs for @fast-check/jest:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 46,
- ℹ️ • failed: 0
- ℹ️ Scanned 494 PRs for @fast-check/poisoning:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 493,
- ℹ️ • failed: 0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <[email protected]>
  • Loading branch information
3 people authored Aug 25, 2024
1 parent 94d5d57 commit 4e04fda
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 45 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/0a0bca50.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/66578bf1.yml

This file was deleted.

21 changes: 21 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 3.22.0

_Graphemes support on `fc.string`_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.22.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0)]

## Features

- ([PR#5222](https://github.com/dubzzz/fast-check/pull/5222)) Support for grapheme on `fc.string`
- ([PR#5233](https://github.com/dubzzz/fast-check/pull/5233)) Mark as deprecated most of char and string arbitraries
- ([PR#5238](https://github.com/dubzzz/fast-check/pull/5238)) Deprecate `bigInt`'s alternatives

## Fixes

- ([PR#5237](https://github.com/dubzzz/fast-check/pull/5237)) CI: Drop TypeScript rc release channel
- ([PR#5241](https://github.com/dubzzz/fast-check/pull/5241)) CI: Move to changeset
- ([PR#5199](https://github.com/dubzzz/fast-check/pull/5199)) Doc: Publish release note for 3.21.0
- ([PR#5240](https://github.com/dubzzz/fast-check/pull/5240)) Doc: Better `string`'s deprecation note in documentation
- ([PR#5203](https://github.com/dubzzz/fast-check/pull/5203)) Refactor: Add missing types on exported

---

# 3.21.0

_Support customisable versions on `uuid`_
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-check",
"version": "3.21.0",
"version": "3.22.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.0.2

_Export missing types_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.1...jest%2Fv2.0.2)]

## Fixes

- ([PR#5201](https://github.com/dubzzz/fast-check/pull/5201)) Refactor: Add missing types on exported

# 2.0.1

_Document minimum requirements of 2.x_
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/jest",
"description": "Property based testing for Jest based on fast-check",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/poisoning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.1

_Export missing types_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.2.0...poisoning%2Fv0.2.1)]

## Fixes

- ([PR#5202](https://github.com/dubzzz/fast-check/pull/5202)) Refactor: Add missing types on exported

# 0.2.0

_Declare root of the package as ESM_
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/poisoning",
"description": "Set of utilities to ease detection and revert of poisoning",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.1.3

_Export missing types_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.3)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.1.2...vitest%2Fv0.1.3)]

## Fixes

- ([PR#5200](https://github.com/dubzzz/fast-check/pull/5200)) Refactor: Add missing types on exported

# 0.1.2

_Allow vitest v2 as a peer dependency_
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/vitest",
"description": "Property based testing for Vitest based on fast-check",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down

0 comments on commit 4e04fda

Please sign in to comment.