Skip to content

Commit f539d3f

Browse files
chore(deps): update dependency typescript to v6 (#1807)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.9.3` → `^6.0.0`](https://renovatebot.com/diffs/npm/typescript/5.9.3/6.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/6.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.9.3/6.0.2?slim=true) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v6.0.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.9.3...607a22a90d1a5a1b507ce01bb8cd7ec020f954e7) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am every weekday" (UTC), 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/apify/crawlee-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d3a5ce commit f539d3f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"path-browserify": "^1.0.1",
6767
"prettier": "^3.0.0",
6868
"rimraf": "^6.0.0",
69-
"typescript": "^5.9.3"
69+
"typescript": "^6.0.0"
7070
},
7171
"packageManager": "yarn@4.13.0"
7272
}

website/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7417,7 +7417,7 @@ __metadata:
74177417
react-lite-youtube-embed: "npm:^3.0.0"
74187418
rimraf: "npm:^6.0.0"
74197419
stream-browserify: "npm:^3.0.0"
7420-
typescript: "npm:^5.9.3"
7420+
typescript: "npm:^6.0.0"
74217421
unist-util-visit: "npm:^5.0.0"
74227422
languageName: unknown
74237423
linkType: soft
@@ -17431,23 +17431,23 @@ __metadata:
1743117431
languageName: node
1743217432
linkType: hard
1743317433

17434-
"typescript@npm:^5.9.3":
17435-
version: 5.9.3
17436-
resolution: "typescript@npm:5.9.3"
17434+
"typescript@npm:^6.0.0":
17435+
version: 6.0.2
17436+
resolution: "typescript@npm:6.0.2"
1743717437
bin:
1743817438
tsc: bin/tsc
1743917439
tsserver: bin/tsserver
17440-
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
17440+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
1744117441
languageName: node
1744217442
linkType: hard
1744317443

17444-
"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
17445-
version: 5.9.3
17446-
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
17444+
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
17445+
version: 6.0.2
17446+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
1744717447
bin:
1744817448
tsc: bin/tsc
1744917449
tsserver: bin/tsserver
17450-
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
17450+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
1745117451
languageName: node
1745217452
linkType: hard
1745317453

0 commit comments

Comments
 (0)