Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dubzzz-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Aug 6, 2024
2 parents 4dcdbd9 + 0cc7b20 commit 657e653
Show file tree
Hide file tree
Showing 20 changed files with 1,544 additions and 1,494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Create bundles
run: yarn pack:all
- name: Upload production packages
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: bundles
path: packages/**/package.tgz
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
- name: Copy API reference within documentation
run: mv packages/fast-check/docs website/build/api-reference
- name: Upload documentation artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: website
path: website/build/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: 'Upload artifact'
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: SARIF file
path: results.sarif
Expand Down
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableHardenedMode: false
changesetIgnorePatterns:
- '**/*.spec.{js,ts}'

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"supertest": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@fast-check/monorepo",
"description": "Test making sure fast-check expose the right typings",
"type": "module",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"workspaces": [
".github/actions/*",
"examples",
Expand All @@ -28,14 +28,14 @@
"devDependencies": {
"@eslint/js": "^9.8.0",
"@fast-check/packaged": "*",
"@typescript-eslint/utils": "^7.17.0",
"@typescript-eslint/utils": "^7.18.0",
"all-contributors-cli": "^6.26.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"prettier": "3.3.3",
"publint": "^0.2.9",
"typescript": "~5.5.4",
"typescript-eslint": "^7.17.0"
"typescript-eslint": "^7.18.0"
}
}
9 changes: 9 additions & 0 deletions packages/ava/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.0.1

_Document minimum requirements of 2.x_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv2.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv2.0.0...ava%2Fv2.0.1)]

## Fixes

- ([PR#5170](https://github.com/dubzzz/fast-check/pull/5170)) Doc: Document minimum requirements of 2.x

# 2.0.0

_ES Module version by default_
Expand Down
1 change: 1 addition & 0 deletions packages/ava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ testProp('should reach terminal state', [fc.string()], (t, received) => {

| @fast-check/ava | AVA | fast-check |
| --------------- | ------- | ---------- |
| ^2.0.0 | >=4.0.0 | ^3.0.0 |
| ^1.0.0 | >=4.0.0 | ^3.0.0 |
4 changes: 2 additions & 2 deletions packages/ava/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/ava",
"description": "Property based testing for AVA based on fast-check",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"ava": "^4 || ^5 || ^6"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^20.14.14",
"ava": "^6.1.3",
"esm": "^3.2.25",
"fast-check": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
"devDependencies": {
"@fast-check/expect-type": "workspace:*",
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.47.3",
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.0.4",
"@microsoft/api-extractor": "^7.47.5",
"@types/node": "^20.14.14",
"@vitest/coverage-v8": "^2.0.5",
"cross-env": "^7.0.3",
"glob": "^11.0.0",
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.1.0",
"typedoc": "^0.26.5",
"typescript": "~5.5.4",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"keywords": [
"property-based testing",
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.1

_Document minimum requirements of 2.x_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.0...jest%2Fv2.0.1)]

## Fixes

- ([PR#5171](https://github.com/dubzzz/fast-check/pull/5171)) Doc: Document minimum requirements of 2.x

# 2.0.0

_ES Module version by default_
Expand Down
1 change: 1 addition & 0 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ test.prop([fc.constant(null)])('should pass', (value) => {
| @fast-check/jest | jest | fast-check | node |
| ---------------- | --------------------------------------- | ---------- | ------------------------------------------------------------------------------------- |
| ^2.0.0 | &gt;=26.5.0<sup>(1)</sup><sup>(2)</sup> | ^3.0.0 | &gt;=14.15.0<sup>(3)</sup> and &lt;18, &gt;=18.17.0 and &lt;19<sup>(4)</sup>, &gt;=20 |
| ^1.0.0 | &gt;=26.5.0<sup>(1)</sup><sup>(2)</sup> | ^3.0.0 | &gt;=14.15.0<sup>(3)</sup> and &lt;18, &gt;=18.17.0 and &lt;19<sup>(4)</sup>, &gt;=20 |
- (1) any version of `jest` should be greater or equal than 26.5.0 if you are using `commonjs`
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "2.0.1",
"type": "module",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down Expand Up @@ -72,13 +72,13 @@
}
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@fast-check/worker": "workspace:*",
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/node": "^20.14.14",
"babel-jest": "^29.7.0",
"fast-check": "workspace:*",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"npm-packlist": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/npm-packlist": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/poisoning#readme",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/node": "^20.14.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"vitest": ">=0.28.1 <1.0.0 || ^1 || ^2"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/node": "^20.14.14",
"babel-jest": "^29.7.0",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"typescript": "~5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"keywords": [
"vitest",
Expand Down
4 changes: 2 additions & 2 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"pure-rand": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/node": "^20.14.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.18.1",
"@codesandbox/sandpack-react": "^2.18.2",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-pwa": "3.4.0",
Expand All @@ -33,7 +33,7 @@
"@docusaurus/types": "3.4.0",
"@jest/globals": "^29.7.0",
"@mdx-js/react": "^3.0.1",
"@types/node": "^20.14.12",
"@types/node": "^20.14.14",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jimp": "^0.22.12",
Expand Down
Loading

0 comments on commit 657e653

Please sign in to comment.