Skip to content

Commit 0e5e3a9

Browse files
renovate[bot]CopilotB4nan
authored
chore(deps): update dependency typescript to v6 (#1046)
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.8.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 - "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 is behind base branch, 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/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: B4nan <615580+B4nan@users.noreply.github.com>
1 parent 76c092f commit 0e5e3a9

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"prettier": "^3.5.3",
144144
"tsup": "^8.5.0",
145145
"tsx": "^4.16.5",
146-
"typescript": "^5.8.3",
146+
"typescript": "^6.0.0",
147147
"typescript-eslint": "^8.31.0",
148148
"vitest": "^4.0.0"
149149
},

src/commands/actors/pull.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ export class ActorsPullCommand extends ApifyCommand<typeof ActorsPullCommand> {
122122
return;
123123
}
124124

125-
switch (correctVersion.sourceType) {
125+
const { sourceType } = correctVersion;
126+
switch (sourceType) {
126127
case 'TARBALL': {
127128
if (!correctVersion.tarballUrl) {
128129
throwMissingSourceCodeAccessError();
@@ -194,7 +195,7 @@ export class ActorsPullCommand extends ApifyCommand<typeof ActorsPullCommand> {
194195
break;
195196
}
196197
default:
197-
throw new Error(`Unknown source type: ${correctVersion.sourceType}`);
198+
throw new Error(`Unknown source type: ${sourceType}`);
198199
}
199200

200201
success({

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ __metadata:
24672467
tinyglobby: "npm:^0.2.15"
24682468
tsup: "npm:^8.5.0"
24692469
tsx: "npm:^4.16.5"
2470-
typescript: "npm:^5.8.3"
2470+
typescript: "npm:^6.0.0"
24712471
typescript-eslint: "npm:^8.31.0"
24722472
vitest: "npm:^4.0.0"
24732473
which: "npm:^6.0.0"
@@ -9208,23 +9208,23 @@ __metadata:
92089208
languageName: node
92099209
linkType: hard
92109210

9211-
"typescript@npm:^5.8.3":
9212-
version: 5.9.3
9213-
resolution: "typescript@npm:5.9.3"
9211+
"typescript@npm:^6.0.0":
9212+
version: 6.0.2
9213+
resolution: "typescript@npm:6.0.2"
92149214
bin:
92159215
tsc: bin/tsc
92169216
tsserver: bin/tsserver
9217-
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
9217+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
92189218
languageName: node
92199219
linkType: hard
92209220

9221-
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
9222-
version: 5.9.3
9223-
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
9221+
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
9222+
version: 6.0.2
9223+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
92249224
bin:
92259225
tsc: bin/tsc
92269226
tsserver: bin/tsserver
9227-
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
9227+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
92289228
languageName: node
92299229
linkType: hard
92309230

0 commit comments

Comments
 (0)