From 06d33d895bd5d87783520453e62d18222e10f18c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:11:26 +0000 Subject: [PATCH] Update playwright monorepo to ~1.60.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..89fefd83 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.60.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..17191aa9 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.60.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..d65692be 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.60.0" } } diff --git a/typescript-examples/captcha-in-login/package.json b/typescript-examples/captcha-in-login/package.json index 80755e41..533467ba 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.60.0" } } diff --git a/typescript-examples/captcha-solving-basic/package.json b/typescript-examples/captcha-solving-basic/package.json index b78ecba7..c8bb1b52 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.60.0" } } diff --git a/typescript-examples/cdp-connection/package.json b/typescript-examples/cdp-connection/package.json index dae1c99d..03eccfce 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index 9ac4008a..8fe3771e 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.60.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..d0ef21ee 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.60.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..4b896fb3 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.60.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..b564e971 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.60.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..a6d2768a 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index c18d68e6..a01adc13 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.60.0", "zod": "3.25.67" } } diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index 2cab2c6d..0f2fcd67 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index 20245b87..ea522aa7 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.60.0" }, "packageManager": "yarn@1.22.22" } diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index a379748a..25784e4a 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/playwright-basics/package.json b/typescript-examples/playwright-basics/package.json index 71002c39..d65692be 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.60.0" } } diff --git a/typescript-examples/quick-recipes/package.json b/typescript-examples/quick-recipes/package.json index 71002c39..d65692be 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.60.0" } } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 18fcc2b7..0e33f436 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index 92a90021..f80a1db7 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.60.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..95e6b0f9 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.60.0", "zod": "3.25.67" } } diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index ce5397ee..58e722f3 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index 5515dc36..58d1db7b 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.60.0", "zod": "3.25.67" } } diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index 0a43903a..878f08e2 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.60.0", "zod": "^3.22.4" } } diff --git a/typescript-examples/starter-jsdom/package.json b/typescript-examples/starter-jsdom/package.json index 2b1b8a06..27ecd3f0 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.60.0" } } diff --git a/typescript-examples/starter-network-interception/package.json b/typescript-examples/starter-network-interception/package.json index 4c6cf600..d9b758fc 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.60.0" } } diff --git a/typescript-examples/starter-rpa/package.json b/typescript-examples/starter-rpa/package.json index 313676b6..932b4bfd 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.60.0" } } diff --git a/typescript-examples/starter-shopify/package.json b/typescript-examples/starter-shopify/package.json index 9f179346..1b98c141 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.60.0" } } diff --git a/typescript-examples/starter-stagehand/package.json b/typescript-examples/starter-stagehand/package.json index 12ca2b0b..179adcbc 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.60.0", "zod": "3.25.67" } } diff --git a/typescript-examples/starter/package.json b/typescript-examples/starter/package.json index 71002c39..d65692be 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.60.0" } }