Skip to content

Commit

Permalink
πŸ”– Update CHANGELOG.md for @fast-check/vitest@0.1.0, fast-check@3.15.1…
Browse files Browse the repository at this point in the history
…, @fast-check/packaged@0.3.0, @fast-check/worker@0.2.0, @fast-check/poisoning@0.2.0, @fast-check/expect-type@0.2.0 (#4676)

* πŸ”– Update CHANGELOG.md for @fast-check/vitest@0.1.0, fast-check@3.15.1, @fast-check/packaged@0.3.0, @fast-check/worker@0.2.0, @fast-check/poisoning@0.2.0, @fast-check/expect-type@0.2.0

* Update CHANGELOG.md

* Update packages/vitest/package.json

* Apply suggestions from code review

* Update packages/worker/CHANGELOG.md

* Update packages/worker/package.json

* Update packages/worker/CHANGELOG.md

* Apply suggestions from code review

---------

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 Jan 30, 2024
1 parent b65eba2 commit b0715a1
Show file tree
Hide file tree
Showing 23 changed files with 92 additions and 52 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/2561d1b5.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .yarn/versions/3036316f.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

11 changes: 11 additions & 0 deletions packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.0

_Declare root of the package as ESM_
[[Code](https://github.com/dubzzz/fast-check/tree/expect-type%2Fv0.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/expect-type%2Fv0.1.0...expect-type%2Fv0.2.0)]

## Breaking changes

- ([PR#4587](https://github.com/dubzzz/fast-check/pull/4587)) CI: Move build chain to ESM

---

# 0.1.0

_Lighter import with less internals to load_
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/expect-type",
"description": "Make sure your types are the ones you expect (similar to tsd)",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "src/main.js",
"exports": {
Expand Down
17 changes: 17 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 3.15.1

_Prepare the monorepo for ESM build-chain_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.15.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.15.0...v3.15.1)]

## Fixes

- ([PR#4591](https://github.com/dubzzz/fast-check/pull/4591)) CI: Move build chain to ESM for root of monorepo
- ([PR#4598](https://github.com/dubzzz/fast-check/pull/4598)) CI: Add `onBrokenAnchors`'check on Docusaurus
- ([PR#4606](https://github.com/dubzzz/fast-check/pull/4606)) CI: Configuration files for VSCode
- ([PR#4650](https://github.com/dubzzz/fast-check/pull/4650)) CI: Move examples build chain to ESM
- ([PR#4554](https://github.com/dubzzz/fast-check/pull/4554)) Doc: Add `idonttrustlikethat-fast-check` in ecosystem.md
- ([PR#4563](https://github.com/dubzzz/fast-check/pull/4563)) Doc: Add new contributor nielk
- ([PR#4669](https://github.com/dubzzz/fast-check/pull/4669)) Doc: Add `@effect/schema` in ecosystem
- ([PR#4665](https://github.com/dubzzz/fast-check/pull/4665)) Test: Fix `isCorrect` check on double
- ([PR#4666](https://github.com/dubzzz/fast-check/pull/4666)) Test: Stabilize flaky URL-related test

# 3.15.0

_Add support for `depthIdentifier` to `dictionary`_
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.15.0",
"version": "3.15.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/packaged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.3.0

_Declare root of the package as ESM_
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.3.0)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.2.0...packaged%2Fv0.3.0)]

## Breaking changes

- ([PR#4588](https://github.com/dubzzz/fast-check/pull/4588)) CI: Move build chain to ESM

## Fixes

- ([PR#4599](https://github.com/dubzzz/fast-check/pull/4599)) CI: Migrate jest to esm

---

# 0.2.0

_Faster execution with bulk removals_
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.2.0",
"version": "0.3.0",
"type": "module",
"main": "lib/packaged.js",
"types": "lib/packaged.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/poisoning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.2.0

_Declare root of the package as ESM_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.1.0...poisoning%2Fv0.2.0)]

## Breaking changes

- ([PR#4584](https://github.com/dubzzz/fast-check/pull/4584)) CI: Move build chain to ESM

## Fixes

- ([PR#4602](https://github.com/dubzzz/fast-check/pull/4602)) CI: Migrate jest to esm

---

# 0.1.0

_Lighter import with less internals to load_
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.1.0",
"version": "0.2.0",
"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.0

_Declare root of the package as ESM_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.0.9...vitest%2Fv0.1.0)]

## Breaking changes

- ([PR#4586](https://github.com/dubzzz/fast-check/pull/4586)) CI: Move build chain to ESM

## Fixes

- ([PR#4603](https://github.com/dubzzz/fast-check/pull/4603)) CI: Migrate jest to esm

# 0.0.9

_Stricter declaration of peers and better imports_
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.0.9",
"version": "0.1.0",
"type": "module",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.2.0

_Declare root of the package as ESM_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.2.0)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.1.1...worker%2Fv0.2.0)]

## Breaking changes

- ([PR#4585](https://github.com/dubzzz/fast-check/pull/4585)) CI: Move build chain to ESM

## Fixes

- ([PR#4604](https://github.com/dubzzz/fast-check/pull/4604)) CI: Migrate jest to esm

---

# 0.1.1

_Implement missing methods for future v4 of fast-check_
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.1.1",
"version": "0.2.0",
"type": "module",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit b0715a1

Please sign in to comment.