Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for @fast-check/vitest@0.1.4, fast-check@3.23.0…
Browse files Browse the repository at this point in the history
…, @fast-check/packaged@0.5.0, @fast-check/worker@0.4.1, @fast-check/jest@2.0.3, @fast-check/poisoning@0.2.2 (#5397)

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

Got the following errors:
- ℹ️ Scanned 126 PRs for @fast-check/vitest:
- ℹ️ • accepted: 5,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 121,
- ℹ️ • failed: 0
- ℹ️ Scanned 126 PRs for fast-check:
- ℹ️ • accepted: 23,
- ℹ️ • skipped ignored: 91,
- ℹ️ • skipped unrelated: 12,
- ℹ️ • failed: 0
- ℹ️ Scanned 377 PRs for @fast-check/packaged:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 376,
- ℹ️ • failed: 0
- ℹ️ Scanned 314 PRs for @fast-check/worker:
- ℹ️ • accepted: 2,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 312,
- ℹ️ • failed: 0
- ℹ️ Scanned 126 PRs for @fast-check/jest:
- ℹ️ • accepted: 3,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 123,
- ℹ️ • failed: 0
- ℹ️ Scanned 126 PRs for @fast-check/poisoning:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 125,
- ℹ️ • failed: 0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <github@dubien.org>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 52740dd commit 7eb6ddd
Show file tree
Hide file tree
Showing 31 changed files with 94 additions and 105 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-forks-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/angry-points-raise.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/big-birds-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-peas-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-apes-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-dingos-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-beers-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-owls-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-weeks-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-games-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-teachers-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-zebras-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-pumpkins-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-owls-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-spoons-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-dancers-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-mails-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-eggs-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bananas-double.md

This file was deleted.

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

_Extend usages of string-units and increased performance_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.23.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.22.0...v3.23.0)]

## Features

- ([PR#5366](https://github.com/dubzzz/fast-check/pull/5366)) Add support for string-`unit` on `object`/`anything` arbitrary
- ([PR#5367](https://github.com/dubzzz/fast-check/pull/5367)) Add support for string-`unit` on `json` arbitrary
- ([PR#5390](https://github.com/dubzzz/fast-check/pull/5390)) Add back strong unmapping capabilities to `string`

## Fixes

- ([PR#5327](https://github.com/dubzzz/fast-check/pull/5327)) Bug: Resist even more to external poisoning for `string`
- ([PR#5368](https://github.com/dubzzz/fast-check/pull/5368)) Bug: Better support for poisoning on `stringMatching`
- ([PR#5344](https://github.com/dubzzz/fast-check/pull/5344)) CI: Adapt some tests for Node v23
- ([PR#5346](https://github.com/dubzzz/fast-check/pull/5346)) CI: Drop usages of `it.concurrent` due to Node 23 failing
- ([PR#5363](https://github.com/dubzzz/fast-check/pull/5363)) CI: Move to Vitest for `examples/`
- ([PR#5391](https://github.com/dubzzz/fast-check/pull/5391)) CI: Preview builds using `pkg.pr.new`
- ([PR#5392](https://github.com/dubzzz/fast-check/pull/5392)) CI: Connect custom templates to `pkg.pr.new` previews
- ([PR#5394](https://github.com/dubzzz/fast-check/pull/5394)) CI: Install dependencies before building changesets
- ([PR#5396](https://github.com/dubzzz/fast-check/pull/5396)) CI: Proper commit name on changelogs
- ([PR#5393](https://github.com/dubzzz/fast-check/pull/5393)) Clean: Drop unused `examples/jest.setup.js`
- ([PR#5249](https://github.com/dubzzz/fast-check/pull/5249)) Doc: Release note for fast-check 3.22.0
- ([PR#5369](https://github.com/dubzzz/fast-check/pull/5369)) Doc: Typo fix in model-based-testing.md
- ([PR#5370](https://github.com/dubzzz/fast-check/pull/5370)) Doc: Add new contributor jamesbvaughan
- ([PR#5383](https://github.com/dubzzz/fast-check/pull/5383)) Doc: Properly indent code snippets for the documentation
- ([PR#5372](https://github.com/dubzzz/fast-check/pull/5372)) Performance: Faster `canShrinkWithoutContext` for constants
- ([PR#5386](https://github.com/dubzzz/fast-check/pull/5386)) Performance: Faster generate process for `mapToConstant`
- ([PR#5387](https://github.com/dubzzz/fast-check/pull/5387)) Performance: Faster tokenizer of strings
- ([PR#5388](https://github.com/dubzzz/fast-check/pull/5388)) Performance: Faster initialization of `string` with faster slices
- ([PR#5389](https://github.com/dubzzz/fast-check/pull/5389)) Performance: Faster initialization of `string` with pre-cached slices
- ([PR#5371](https://github.com/dubzzz/fast-check/pull/5371)) Test: Add extra set of tests for `constant*`

---

# 3.22.0

_Graphemes support on `fc.string`_
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.22.0",
"version": "3.23.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.0.3

_Rework our testing stack_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.2...jest%2Fv2.0.3)]

## Fixes

- ([PR#5364](https://github.com/dubzzz/fast-check/pull/5364)) CI: Move to Vitest
- ([PR#5375](https://github.com/dubzzz/fast-check/pull/5375)) Test: Better scoping of tests execution
- ([PR#5378](https://github.com/dubzzz/fast-check/pull/5378)) Test: Make tests run concurrently

# 2.0.2

_Export missing types_
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.2",
"version": "2.0.3",
"type": "module",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/packaged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.4.1

_Rework our testing stack_
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.5.0)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.4.0...packaged%2Fv0.4.1)]

## Fixes

- ([PR#5348](https://github.com/dubzzz/fast-check/pull/5348)) CI: Move to Vitest

# 0.4.0

_Better error handling in script_
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/packaged",
"description": "Utility package removing any files that will not be part of the final bundle",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "lib/packaged.js",
"types": "lib/packaged.d.ts",
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.2

_Rework our testing stack_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.2.2)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.2.1...poisoning%2Fv0.2.2)]

## Fixes

- ([PR#5353](https://github.com/dubzzz/fast-check/pull/5353)) CI: Move to Vitest

# 0.2.1

_Export missing types_
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.1",
"version": "0.2.2",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.1.4

_Rework our testing stack_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.4)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.1.3...vitest%2Fv0.1.4)]

## Fixes

- ([PR#5350](https://github.com/dubzzz/fast-check/pull/5350)) CI: Move to Vitest
- ([PR#5352](https://github.com/dubzzz/fast-check/pull/5352)) CI: Drop unneeded configuration files
- ([PR#5380](https://github.com/dubzzz/fast-check/pull/5380)) Test: Make tests run concurrently
- ([PR#5379](https://github.com/dubzzz/fast-check/pull/5379)) Test: Better scoping of tests execution
- ([PR#5384](https://github.com/dubzzz/fast-check/pull/5384)) Test: Add retry for Node 23

# 0.1.3

_Export missing types_
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.3",
"version": "0.1.4",
"type": "module",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.4.1

_Rework our testing stack_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.4.1)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.4.0...worker%2Fv0.4.1)]

## Fixes

- ([PR#5347](https://github.com/dubzzz/fast-check/pull/5347)) CI: Move to Vitest
- ([PR#5351](https://github.com/dubzzz/fast-check/pull/5351)) CI: Drop unneeded devDependencies

# 0.4.0

_Respawn only on crash not on failure and support pre_
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/worker",
"description": "Provide built-ins to run predicates directly within dedicated workers",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 7eb6ddd

Please sign in to comment.