Skip to content

Commit

Permalink
⬆️ Update dependency typescript to ~5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent cf43db9 commit 085e59d
Show file tree
Hide file tree
Showing 12 changed files with 156 additions and 149 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^19.0.10",
"@types/supertest": "^6.0.2",
"happy-dom": "^17.1.8",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vitest": "^2.1.9"
},
"author": "Nicolas DUBIEN <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pkg-pr-new": "^0.0.40",
"prettier": "3.5.2",
"publint": "^0.3.7",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"typescript-eslint": "^8.25.0"
}
}
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"esm": "^3.2.25",
"fast-check": "workspace:*",
"rxjs": "^7.8.2",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^2.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/expect-type#readme",
"devDependencies": {
"@fast-check/expect-type": "workspace:*",
"typescript": "~5.7.3"
"typescript": "~5.8.2"
},
"keywords": [
"type",
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.3.0",
"typedoc": "^0.27.9",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vitest": "^2.1.9"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^2.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/npm-packlist": "^7.0.3",
"@types/npmcli__arborist": "^6.3.0",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^2.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@fast-check/poisoning": "workspace:*",
"@types/node": "^22.13.8",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vitest": "^2.1.9"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fast-check/vitest": "workspace:*",
"@types/node": "^22.13.8",
"fast-check": "workspace:*",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^2.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@fast-check/worker": "workspace:*",
"@types/node": "^22.13.8",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vitest": "^2.1.9"
},
"keywords": [
Expand Down
283 changes: 145 additions & 138 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jimp": "^1.6.0",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^2.1.9"
},
Expand Down

0 comments on commit 085e59d

Please sign in to comment.