Skip to content

Commit

Permalink
⬆️ Update dependency typescript to ~5.7.2 (#5440)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`~5.6.3`
-> `~5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.6.3/5.7.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.6.3/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.6.3/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/TypeScript (typescript)</summary>

###
[`v5.7.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...d701d908d534e68cfab24b6df15539014ac348a3)

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent d68684d commit 06c13b9
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 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": "^18.3.12",
"@types/supertest": "^6.0.2",
"happy-dom": "^15.11.6",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
},
"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.30",
"prettier": "3.3.3",
"publint": "^0.2.12",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.15.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.1",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
},
"keywords": [
"ava",
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 @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/expect-type#readme",
"devDependencies": {
"typescript": "~5.6.3"
"typescript": "~5.7.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 @@ -70,7 +70,7 @@
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.2.0",
"typedoc": "^0.26.11",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
},
"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 @@ -80,7 +80,7 @@
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
},
"keywords": [
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": "^5.6.11",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/poisoning#readme",
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
},
"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 @@ -52,7 +52,7 @@
"devDependencies": {
"@types/node": "^20.14.15",
"fast-check": "workspace:*",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jimp": "^0.22.12",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
},
"browserslist": {
"production": [
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3435,7 +3435,7 @@ __metadata:
esm: "npm:^3.2.25"
fast-check: "workspace:*"
rxjs: "npm:^7.8.1"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
peerDependencies:
ava: ^4 || ^5 || ^6
languageName: unknown
Expand All @@ -3460,7 +3460,7 @@ __metadata:
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
supertest: "npm:^7.0.0"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
languageName: unknown
linkType: soft
Expand All @@ -3469,7 +3469,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fast-check/expect-type@workspace:packages/expect-type"
dependencies:
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
languageName: unknown
linkType: soft

Expand All @@ -3485,7 +3485,7 @@ __metadata:
fast-check: "workspace:*"
jest: "npm:^29.7.0"
jest-jasmine2: "npm:^29.7.0"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
peerDependencies:
"@fast-check/worker": ">=0.0.7 <0.5.0"
Expand Down Expand Up @@ -3514,7 +3514,7 @@ __metadata:
pkg-pr-new: "npm:^0.0.30"
prettier: "npm:3.3.3"
publint: "npm:^0.2.12"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
typescript-eslint: "npm:^8.15.0"
languageName: unknown
linkType: soft
Expand All @@ -3527,7 +3527,7 @@ __metadata:
"@types/npm-packlist": "npm:^7.0.3"
"@types/npmcli__arborist": "npm:^5.6.11"
npm-packlist: "npm:^9.0.0"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
bin:
packaged: ./bin/packaged.js
Expand All @@ -3539,7 +3539,7 @@ __metadata:
resolution: "@fast-check/poisoning@workspace:packages/poisoning"
dependencies:
"@types/node": "npm:^20.14.15"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
languageName: unknown
linkType: soft
Expand All @@ -3550,7 +3550,7 @@ __metadata:
dependencies:
"@types/node": "npm:^20.14.15"
fast-check: "workspace:*"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vite: "npm:^5.4.11"
vitest: "npm:^2.1.3"
peerDependencies:
Expand All @@ -3565,7 +3565,7 @@ __metadata:
"@types/node": "npm:^20.14.15"
fast-check: "npm:^3.4.0"
pure-rand: "npm:^6.1.0"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10500,7 +10500,7 @@ __metadata:
regexp-tree: "npm:^0.1.27"
replace-in-file: "npm:^8.2.0"
typedoc: "npm:^0.26.11"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -20099,13 +20099,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
"typescript@npm:~5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
languageName: node
linkType: hard

Expand All @@ -20119,13 +20119,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
"typescript@patch:typescript@npm%3A~5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
checksum: 10c0/f3b8082c9d1d1629a215245c9087df56cb784f9fb6f27b5d55577a20e68afe2a889c040aacff6d27e35be165ecf9dca66e694c42eb9a50b3b2c451b36b5675cb
languageName: node
linkType: hard

Expand Down Expand Up @@ -20961,7 +20961,7 @@ __metadata:
prism-react-renderer: "npm:^2.4.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
typescript: "npm:~5.6.3"
typescript: "npm:~5.7.2"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 06c13b9

Please sign in to comment.