From 3e45246e643dfb9ea14f74007d15ee775789eab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:49:06 +0200 Subject: [PATCH] chore(deps): update dependency @apify/timeout to ^0.4.0 (#3872) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@apify/timeout](https://apify.com) ([source](https://redirect.github.com/apify/apify-shared-js)) | [`^0.3.1` → `^0.4.0`](https://renovatebot.com/diffs/npm/@apify%2ftimeout/0.3.5/0.4.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@apify%2ftimeout/0.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apify%2ftimeout/0.3.5/0.4.1?slim=true) | | [@apify/timeout](https://apify.com) ([source](https://redirect.github.com/apify/apify-shared-js)) | [`^0.3.0` → `^0.4.0`](https://renovatebot.com/diffs/npm/@apify%2ftimeout/0.3.5/0.4.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@apify%2ftimeout/0.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apify%2ftimeout/0.3.5/0.4.1?slim=true) | --- ### Release Notes
apify/apify-shared-js (@​apify/timeout) ### [`v0.4.1`](https://redirect.github.com/apify/apify-shared-js/compare/@apify/timeout@0.4.0...@apify/timeout@0.4.1) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/timeout@0.4.0...@apify/timeout@0.4.1) ### [`v0.4.0`](https://redirect.github.com/apify/apify-shared-js/compare/@apify/timeout@0.3.5...@apify/timeout@0.4.0) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/timeout@0.3.5...@apify/timeout@0.4.0)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday" - 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 these updates again. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/basic-crawler/package.json | 2 +- packages/browser-crawler/package.json | 2 +- packages/browser-pool/package.json | 2 +- packages/core/package.json | 2 +- packages/http-crawler/package.json | 2 +- packages/jsdom-crawler/package.json | 2 +- packages/linkedom-crawler/package.json | 2 +- packages/playwright-crawler/package.json | 2 +- packages/stagehand-crawler/package.json | 2 +- yarn.lock | 27 +++++++++++++++--------- 10 files changed, 26 insertions(+), 19 deletions(-) diff --git a/packages/basic-crawler/package.json b/packages/basic-crawler/package.json index ad1103ed9e05..a995864b4450 100644 --- a/packages/basic-crawler/package.json +++ b/packages/basic-crawler/package.json @@ -47,7 +47,7 @@ "dependencies": { "@apify/datastructures": "^2.0.0", "@apify/log": "^2.4.0", - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@apify/utilities": "^2.7.10", "@crawlee/core": "3.17.0", "@crawlee/types": "3.17.0", diff --git a/packages/browser-crawler/package.json b/packages/browser-crawler/package.json index c58c44599258..cae2f395c847 100644 --- a/packages/browser-crawler/package.json +++ b/packages/browser-crawler/package.json @@ -53,7 +53,7 @@ "access": "public" }, "dependencies": { - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@crawlee/basic": "3.17.0", "@crawlee/browser-pool": "3.17.0", "@crawlee/types": "3.17.0", diff --git a/packages/browser-pool/package.json b/packages/browser-pool/package.json index eb1ddb7c7198..1ae37193e539 100644 --- a/packages/browser-pool/package.json +++ b/packages/browser-pool/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@apify/log": "^2.4.0", - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@crawlee/core": "3.17.0", "@crawlee/types": "3.17.0", "fingerprint-generator": "^2.1.68", diff --git a/packages/core/package.json b/packages/core/package.json index f8fea9f97884..ee2da4d01aab 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -57,7 +57,7 @@ "@apify/datastructures": "^2.0.0", "@apify/log": "^2.4.0", "@apify/pseudo_url": "^2.0.30", - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@apify/utilities": "^2.7.10", "@crawlee/memory-storage": "3.17.0", "@crawlee/types": "3.17.0", diff --git a/packages/http-crawler/package.json b/packages/http-crawler/package.json index 12f91b5fb8d2..e7455991c193 100644 --- a/packages/http-crawler/package.json +++ b/packages/http-crawler/package.json @@ -53,7 +53,7 @@ "access": "public" }, "dependencies": { - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@apify/utilities": "^2.7.10", "@crawlee/basic": "3.17.0", "@crawlee/core": "3.17.0", diff --git a/packages/jsdom-crawler/package.json b/packages/jsdom-crawler/package.json index 956b15c51fbf..7e3becb901a9 100644 --- a/packages/jsdom-crawler/package.json +++ b/packages/jsdom-crawler/package.json @@ -53,7 +53,7 @@ "access": "public" }, "dependencies": { - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@apify/utilities": "^2.7.10", "@crawlee/http": "3.17.0", "@crawlee/types": "3.17.0", diff --git a/packages/linkedom-crawler/package.json b/packages/linkedom-crawler/package.json index f0d21116814d..68f15f67be5b 100644 --- a/packages/linkedom-crawler/package.json +++ b/packages/linkedom-crawler/package.json @@ -53,7 +53,7 @@ "access": "public" }, "dependencies": { - "@apify/timeout": "^0.3.0", + "@apify/timeout": "^0.4.0", "@apify/utilities": "^2.7.10", "@crawlee/http": "3.17.0", "@crawlee/types": "3.17.0", diff --git a/packages/playwright-crawler/package.json b/packages/playwright-crawler/package.json index c14b4cd956f3..fdadb78d0cf5 100644 --- a/packages/playwright-crawler/package.json +++ b/packages/playwright-crawler/package.json @@ -55,7 +55,7 @@ "dependencies": { "@apify/datastructures": "^2.0.0", "@apify/log": "^2.4.0", - "@apify/timeout": "^0.3.1", + "@apify/timeout": "^0.4.0", "@crawlee/browser": "3.17.0", "@crawlee/browser-pool": "3.17.0", "@crawlee/core": "3.17.0", diff --git a/packages/stagehand-crawler/package.json b/packages/stagehand-crawler/package.json index e891b5ca1781..3a4ab2dd8a13 100644 --- a/packages/stagehand-crawler/package.json +++ b/packages/stagehand-crawler/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@apify/log": "^2.4.0", - "@apify/timeout": "^0.3.1", + "@apify/timeout": "^0.4.0", "@crawlee/browser": "3.17.0", "@crawlee/browser-pool": "3.17.0", "@crawlee/core": "3.17.0", diff --git a/yarn.lock b/yarn.lock index bca722fb7973..e51a95b8eb66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -301,13 +301,20 @@ __metadata: languageName: node linkType: hard -"@apify/timeout@npm:^0.3.0, @apify/timeout@npm:^0.3.1": +"@apify/timeout@npm:^0.3.0": version: 0.3.5 resolution: "@apify/timeout@npm:0.3.5" checksum: 10c0/6fd0d788a16bee23e32a58a60cb654d9e43a660de16141763cf38981695e1656951bccf9984d51a9ded8ae977020d546289b69050f73879d4e85fb8b72dc1144 languageName: node linkType: hard +"@apify/timeout@npm:^0.4.0": + version: 0.4.1 + resolution: "@apify/timeout@npm:0.4.1" + checksum: 10c0/d74a171b2905ddbbbe9ec7a2e6e673413f4dad06889feb881ac89e75bdd2a12fbc586dd991e0411f9b8f8a0384428d272e7030e65c044ca83124d17310a3f6ab + languageName: node + linkType: hard + "@apify/tsconfig@npm:^0.2.0": version: 0.2.0 resolution: "@apify/tsconfig@npm:0.2.0" @@ -808,7 +815,7 @@ __metadata: dependencies: "@apify/datastructures": "npm:^2.0.0" "@apify/log": "npm:^2.4.0" - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@apify/utilities": "npm:^2.7.10" "@crawlee/core": "npm:3.17.0" "@crawlee/types": "npm:3.17.0" @@ -828,7 +835,7 @@ __metadata: resolution: "@crawlee/browser-pool@workspace:packages/browser-pool" dependencies: "@apify/log": "npm:^2.4.0" - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@crawlee/core": "npm:3.17.0" "@crawlee/types": "npm:3.17.0" fingerprint-generator: "npm:^2.1.68" @@ -856,7 +863,7 @@ __metadata: version: 0.0.0-use.local resolution: "@crawlee/browser@workspace:packages/browser-crawler" dependencies: - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@crawlee/basic": "npm:3.17.0" "@crawlee/browser-pool": "npm:3.17.0" "@crawlee/types": "npm:3.17.0" @@ -912,7 +919,7 @@ __metadata: "@apify/datastructures": "npm:^2.0.0" "@apify/log": "npm:^2.4.0" "@apify/pseudo_url": "npm:^2.0.30" - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@apify/utilities": "npm:^2.7.10" "@crawlee/memory-storage": "npm:3.17.0" "@crawlee/types": "npm:3.17.0" @@ -938,7 +945,7 @@ __metadata: version: 0.0.0-use.local resolution: "@crawlee/http@workspace:packages/http-crawler" dependencies: - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@apify/utilities": "npm:^2.7.10" "@crawlee/basic": "npm:3.17.0" "@crawlee/core": "npm:3.17.0" @@ -973,7 +980,7 @@ __metadata: version: 0.0.0-use.local resolution: "@crawlee/jsdom@workspace:packages/jsdom-crawler" dependencies: - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@apify/utilities": "npm:^2.7.10" "@crawlee/http": "npm:3.17.0" "@crawlee/types": "npm:3.17.0" @@ -990,7 +997,7 @@ __metadata: version: 0.0.0-use.local resolution: "@crawlee/linkedom@workspace:packages/linkedom-crawler" dependencies: - "@apify/timeout": "npm:^0.3.0" + "@apify/timeout": "npm:^0.4.0" "@apify/utilities": "npm:^2.7.10" "@crawlee/http": "npm:3.17.0" "@crawlee/types": "npm:3.17.0" @@ -1026,7 +1033,7 @@ __metadata: dependencies: "@apify/datastructures": "npm:^2.0.0" "@apify/log": "npm:^2.4.0" - "@apify/timeout": "npm:^0.3.1" + "@apify/timeout": "npm:^0.4.0" "@crawlee/browser": "npm:3.17.0" "@crawlee/browser-pool": "npm:3.17.0" "@crawlee/core": "npm:3.17.0" @@ -1151,7 +1158,7 @@ __metadata: resolution: "@crawlee/stagehand@workspace:packages/stagehand-crawler" dependencies: "@apify/log": "npm:^2.4.0" - "@apify/timeout": "npm:^0.3.1" + "@apify/timeout": "npm:^0.4.0" "@browserbasehq/stagehand": "npm:3.0.7" "@crawlee/browser": "npm:3.17.0" "@crawlee/browser-pool": "npm:3.17.0"