From d51349f3184ed6f92ec40f2816de37852359b1c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:12:05 +0000 Subject: [PATCH] Update playwright monorepo to ~1.61.0 --- typescript-examples/auth-with-email-otp/package.json | 2 +- typescript-examples/auth-with-secret-otp/package.json | 2 +- typescript-examples/browser-sdk-showcase/package.json | 2 +- typescript-examples/captcha-in-login/package.json | 2 +- typescript-examples/captcha-solving-basic/package.json | 2 +- typescript-examples/cdp-connection/package.json | 2 +- typescript-examples/computer-use/package.json | 2 +- typescript-examples/e-commerce-auth-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-nested/package.json | 2 +- typescript-examples/e-commerce-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-shopify/package.json | 2 +- typescript-examples/hybrid-automation/package.json | 2 +- typescript-examples/jsdom/package.json | 2 +- typescript-examples/native-crawler/package.json | 2 +- typescript-examples/network-interception/package.json | 2 +- typescript-examples/playwright-basics/package.json | 2 +- typescript-examples/quick-recipes/package.json | 2 +- typescript-examples/rpa-auth-example/package.json | 2 +- typescript-examples/rpa-example/package.json | 2 +- typescript-examples/rpa-forms-example/package.json | 2 +- typescript-examples/setup-hooks/package.json | 2 +- typescript-examples/stagehand/package.json | 2 +- typescript-examples/starter-auth/package.json | 2 +- typescript-examples/starter-jsdom/package.json | 2 +- typescript-examples/starter-network-interception/package.json | 2 +- typescript-examples/starter-rpa/package.json | 2 +- typescript-examples/starter-shopify/package.json | 2 +- typescript-examples/starter-stagehand/package.json | 2 +- typescript-examples/starter/package.json | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 3b6bd4c8..a6b07823 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -18,7 +18,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "resend": "^6.6.0", "zod": "^3.22.4" }, diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 0bdebbd9..9d066229 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -19,7 +19,7 @@ "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", "otplib": "^12.0.1", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/browser-sdk-showcase/package.json b/typescript-examples/browser-sdk-showcase/package.json index 71002c39..670981df 100644 --- a/typescript-examples/browser-sdk-showcase/package.json +++ b/typescript-examples/browser-sdk-showcase/package.json @@ -16,6 +16,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/captcha-in-login/package.json b/typescript-examples/captcha-in-login/package.json index 80755e41..61e90961 100644 --- a/typescript-examples/captcha-in-login/package.json +++ b/typescript-examples/captcha-in-login/package.json @@ -16,6 +16,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/captcha-solving-basic/package.json b/typescript-examples/captcha-solving-basic/package.json index b78ecba7..15bdbb48 100644 --- a/typescript-examples/captcha-solving-basic/package.json +++ b/typescript-examples/captcha-solving-basic/package.json @@ -16,6 +16,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/cdp-connection/package.json b/typescript-examples/cdp-connection/package.json index dae1c99d..fc68bbf2 100644 --- a/typescript-examples/cdp-connection/package.json +++ b/typescript-examples/cdp-connection/package.json @@ -14,7 +14,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index 9ac4008a..d4ed2f01 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.10.3", "luxon": "^3.7.2", "openai": "^6.10.0", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "3.25.67" } } diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index c3bad926..88eb3b52 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -19,7 +19,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/e-commerce-nested/package.json b/typescript-examples/e-commerce-nested/package.json index 8c7c595b..283fd414 100644 --- a/typescript-examples/e-commerce-nested/package.json +++ b/typescript-examples/e-commerce-nested/package.json @@ -14,7 +14,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index e0844088..c1984ee0 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -13,7 +13,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/e-commerce-shopify/package.json b/typescript-examples/e-commerce-shopify/package.json index 6d9a97e9..cf054283 100644 --- a/typescript-examples/e-commerce-shopify/package.json +++ b/typescript-examples/e-commerce-shopify/package.json @@ -14,7 +14,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index c18d68e6..847d273a 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -23,7 +23,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "3.25.67" } } diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index 2cab2c6d..00785be2 100644 --- a/typescript-examples/jsdom/package.json +++ b/typescript-examples/jsdom/package.json @@ -15,7 +15,7 @@ "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", "jsdom": "^26.1.0", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index 20245b87..ce03a2c7 100644 --- a/typescript-examples/native-crawler/package.json +++ b/typescript-examples/native-crawler/package.json @@ -15,7 +15,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" }, "packageManager": "yarn@1.22.22" } diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index a379748a..0e7854d2 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -14,7 +14,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/playwright-basics/package.json b/typescript-examples/playwright-basics/package.json index 71002c39..670981df 100644 --- a/typescript-examples/playwright-basics/package.json +++ b/typescript-examples/playwright-basics/package.json @@ -16,6 +16,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/quick-recipes/package.json b/typescript-examples/quick-recipes/package.json index 71002c39..670981df 100644 --- a/typescript-examples/quick-recipes/package.json +++ b/typescript-examples/quick-recipes/package.json @@ -16,6 +16,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 18fcc2b7..cc12124e 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -19,7 +19,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index 92a90021..0c7f4099 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -14,7 +14,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/rpa-forms-example/package.json b/typescript-examples/rpa-forms-example/package.json index 6f00c7bd..4f1f7650 100644 --- a/typescript-examples/rpa-forms-example/package.json +++ b/typescript-examples/rpa-forms-example/package.json @@ -23,7 +23,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "3.25.67" } } diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index ce5397ee..b737a78f 100644 --- a/typescript-examples/setup-hooks/package.json +++ b/typescript-examples/setup-hooks/package.json @@ -14,7 +14,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index 5515dc36..5fab0afe 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -20,7 +20,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "3.25.67" } } diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index 0a43903a..3bc199e8 100644 --- a/typescript-examples/starter-auth/package.json +++ b/typescript-examples/starter-auth/package.json @@ -19,7 +19,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/starter-jsdom/package.json b/typescript-examples/starter-jsdom/package.json index 2b1b8a06..56c5e10f 100644 --- a/typescript-examples/starter-jsdom/package.json +++ b/typescript-examples/starter-jsdom/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", "jsdom": "^26.1.0", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/starter-network-interception/package.json b/typescript-examples/starter-network-interception/package.json index 4c6cf600..1fcd8849 100644 --- a/typescript-examples/starter-network-interception/package.json +++ b/typescript-examples/starter-network-interception/package.json @@ -13,6 +13,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/starter-rpa/package.json b/typescript-examples/starter-rpa/package.json index 313676b6..782ed1e9 100644 --- a/typescript-examples/starter-rpa/package.json +++ b/typescript-examples/starter-rpa/package.json @@ -13,6 +13,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/starter-shopify/package.json b/typescript-examples/starter-shopify/package.json index 9f179346..31f14b5c 100644 --- a/typescript-examples/starter-shopify/package.json +++ b/typescript-examples/starter-shopify/package.json @@ -13,6 +13,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } } diff --git a/typescript-examples/starter-stagehand/package.json b/typescript-examples/starter-stagehand/package.json index 12ca2b0b..98c7a080 100644 --- a/typescript-examples/starter-stagehand/package.json +++ b/typescript-examples/starter-stagehand/package.json @@ -15,7 +15,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0", + "playwright": "~1.61.0", "zod": "3.25.67" } } diff --git a/typescript-examples/starter/package.json b/typescript-examples/starter/package.json index 71002c39..670981df 100644 --- a/typescript-examples/starter/package.json +++ b/typescript-examples/starter/package.json @@ -16,6 +16,6 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "playwright": "~1.56.0" + "playwright": "~1.61.0" } }