diff --git a/.github/actions/version-matrix/package.json b/.github/actions/version-matrix/package.json index d1ea9c13..a7e3bd1b 100644 --- a/.github/actions/version-matrix/package.json +++ b/.github/actions/version-matrix/package.json @@ -17,7 +17,7 @@ "@biomejs/biome": "^2.0.0", "@types/node": "^24.0.0", "@types/semver": "^7.7.0", - "typescript": "^5.8.3" + "typescript": "^6.0.0" }, "dependencies": { "@actions/core": "^3.0.0", diff --git a/.github/actions/version-matrix/yarn.lock b/.github/actions/version-matrix/yarn.lock index 5f744de5..f54bef95 100644 --- a/.github/actions/version-matrix/yarn.lock +++ b/.github/actions/version-matrix/yarn.lock @@ -308,7 +308,7 @@ __metadata: "@types/node": "npm:^24.0.0" "@types/semver": "npm:^7.7.0" semver: "npm:^7.7.2" - typescript: "npm:^5.8.3" + typescript: "npm:^6.0.0" languageName: unknown linkType: soft @@ -328,23 +328,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.8.3": - version: 5.9.3 - resolution: "typescript@npm:5.9.3" +"typescript@npm:^6.0.0": + version: 6.0.2 + resolution: "typescript@npm:6.0.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/c089d9d3da2729fd4ac517f9b0e0485914c4b3c26f80dc0cffcb5de1719a17951e92425d55db59515c1a7ddab65808466debb864d0d56dcf43f27007d0709594 + checksum: 10/b9fc2fcee7ee8e5ca6f5138181964550531e18e2d20ecb71b802d4d495881e3444e0ef94cbb6e84eb2ba41e913f6feae3ca33cc722b32e6e6dfadb32d23b80e6 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin": - version: 5.9.3 - resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin::version=5.9.3&hash=5786d5" +"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin": + version: 6.0.2 + resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin::version=6.0.2&hash=5786d5" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/696e1b017bc2635f4e0c94eb4435357701008e2f272f553d06e35b494b8ddc60aa221145e286c28ace0c89ee32827a28c2040e3a69bdc108b1a5dc8fb40b72e3 + checksum: 10/e5501dfcf8c5b6b9a61f6fa53decc40187cebe3a2b7b2bd51c615007ad4cf6d58298461fef63294f6be9d5f2f33019b2a2e2bf02d9cb7d7f6ec94372bf24ffa2 languageName: node linkType: hard diff --git a/node-playwright-camoufox/package.json b/node-playwright-camoufox/package.json index e3d603c6..65466bdd 100644 --- a/node-playwright-camoufox/package.json +++ b/node-playwright-camoufox/package.json @@ -12,7 +12,7 @@ "crawlee": "CRAWLEE_VERSION", "impit": "latest", "playwright": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": { diff --git a/node-playwright-chrome/package.json b/node-playwright-chrome/package.json index 9d10b6fd..6f1f8fb0 100644 --- a/node-playwright-chrome/package.json +++ b/node-playwright-chrome/package.json @@ -10,7 +10,7 @@ "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", "playwright-chromium": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": { diff --git a/node-playwright-firefox/package.json b/node-playwright-firefox/package.json index 49e046e5..8666e01e 100644 --- a/node-playwright-firefox/package.json +++ b/node-playwright-firefox/package.json @@ -10,7 +10,7 @@ "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", "playwright-firefox": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": { diff --git a/node-playwright-webkit/package.json b/node-playwright-webkit/package.json index 1e457900..fc2e4623 100644 --- a/node-playwright-webkit/package.json +++ b/node-playwright-webkit/package.json @@ -10,7 +10,7 @@ "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", "playwright-webkit": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": { diff --git a/node-playwright/package.json b/node-playwright/package.json index 76ef31f6..e9dd0a4a 100644 --- a/node-playwright/package.json +++ b/node-playwright/package.json @@ -10,7 +10,7 @@ "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", "playwright": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": { diff --git a/node-puppeteer-chrome/package.json b/node-puppeteer-chrome/package.json index be665a85..c091504a 100644 --- a/node-puppeteer-chrome/package.json +++ b/node-puppeteer-chrome/package.json @@ -10,7 +10,7 @@ "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", "puppeteer": "PUPPETEER_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": { diff --git a/node/package.json b/node/package.json index 1a942f8e..8d2db585 100644 --- a/node/package.json +++ b/node/package.json @@ -9,7 +9,7 @@ "dependencies": { "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", - "typescript": "^5.4.3" + "typescript": "^6.0.0" }, "overrides": { "apify": {