From c5b2641335033b267d9e6047b4519146e81f7f3e Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Wed, 15 Jan 2025 17:16:22 +1100 Subject: [PATCH] Update Playwright to `^1.49.1` (#12746) --- .gitignore | 1 + integration/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 36 ++++++++++++++++++------------------ 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 5db1ec892..94758e52f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules/ /tutorial/dist /playground-local/ /integration/playwright-report +/integration/test-results # v5 build files /packages/*/cjs/ diff --git a/integration/package.json b/integration/package.json index 5bf051acf..b5cce3163 100644 --- a/integration/package.json +++ b/integration/package.json @@ -8,7 +8,7 @@ "typecheck": "tsc" }, "dependencies": { - "@playwright/test": "^1.33.0", + "@playwright/test": "^1.49.1", "@react-router/dev": "workspace:*", "@react-router/express": "workspace:*", "@react-router/node": "workspace:*", diff --git a/package.json b/package.json index 19b0abaf7..944ed5a8d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@octokit/graphql": "^4.8.0", "@octokit/plugin-paginate-rest": "^2.21.3", "@octokit/rest": "^18.12.0", - "@playwright/test": "^1.33.0", + "@playwright/test": "^1.49.1", "@remix-run/changelog-github": "^0.0.5", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "^13.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f31a6d0a2..717d22f64 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,8 +65,8 @@ importers: specifier: ^18.12.0 version: 18.12.0 '@playwright/test': - specifier: ^1.33.0 - version: 1.42.1 + specifier: ^1.49.1 + version: 1.49.1 '@remix-run/changelog-github': specifier: ^0.0.5 version: 0.0.5 @@ -236,8 +236,8 @@ importers: integration: dependencies: '@playwright/test': - specifier: ^1.33.0 - version: 1.42.1 + specifier: ^1.49.1 + version: 1.49.1 '@react-router/dev': specifier: workspace:* version: link:../packages/react-router-dev @@ -3006,9 +3006,9 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.42.1': - resolution: {integrity: sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==} - engines: {node: '>=16'} + '@playwright/test@1.49.1': + resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} + engines: {node: '>=18'} hasBin: true '@remix-run/changelog-github@0.0.5': @@ -6597,14 +6597,14 @@ packages: pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} - playwright-core@1.42.1: - resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==} - engines: {node: '>=16'} + playwright-core@1.49.1: + resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} + engines: {node: '>=18'} hasBin: true - playwright@1.42.1: - resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==} - engines: {node: '>=16'} + playwright@1.49.1: + resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} + engines: {node: '>=18'} hasBin: true possible-typed-array-names@1.0.0: @@ -10018,9 +10018,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.42.1': + '@playwright/test@1.49.1': dependencies: - playwright: 1.42.1 + playwright: 1.49.1 '@remix-run/changelog-github@0.0.5': dependencies: @@ -14818,11 +14818,11 @@ snapshots: mlly: 1.6.1 pathe: 1.1.2 - playwright-core@1.42.1: {} + playwright-core@1.49.1: {} - playwright@1.42.1: + playwright@1.49.1: dependencies: - playwright-core: 1.42.1 + playwright-core: 1.49.1 optionalDependencies: fsevents: 2.3.2