Make WordPress Core

Changeset 59682


Ignore:
Timestamp:
01/22/2025 05:49:26 PM (8 weeks ago)
Author:
desrosj
Message:

Build/Test Tools: Update @playwright/test.

This updates @playwright/test to the latest version, currently 1.49.1.

In older branches using Playwright, the E2E and Performance workflows have recently started failing. This is due to changes in the GitHub Actions runner images. Updating Playwright ensures more modern dependency trees are used when installing browsers for testing and fixes the issue.

Props swissspidy.
See #62843.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r59656 r59682  
    104104            "devDependencies": {
    105105                "@lodder/grunt-postcss": "^3.1.1",
    106                 "@playwright/test": "1.45.0",
     106                "@playwright/test": "1.49.1",
    107107                "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
    108108                "@wordpress/babel-preset-default": "8.8.2",
     
    41124112        },
    41134113        "node_modules/@playwright/test": {
    4114             "version": "1.45.0",
    4115             "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.0.tgz",
    4116             "integrity": "sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==",
    4117             "dev": true,
    4118             "dependencies": {
    4119                 "playwright": "1.45.0"
     4114            "version": "1.49.1",
     4115            "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz",
     4116            "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==",
     4117            "dev": true,
     4118            "license": "Apache-2.0",
     4119            "dependencies": {
     4120                "playwright": "1.49.1"
    41204121            },
    41214122            "bin": {
     
    2784927850        },
    2785027851        "node_modules/playwright": {
    27851             "version": "1.45.0",
    27852             "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.0.tgz",
    27853             "integrity": "sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==",
    27854             "dev": true,
    27855             "dependencies": {
    27856                 "playwright-core": "1.45.0"
     27852            "version": "1.49.1",
     27853            "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz",
     27854            "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==",
     27855            "dev": true,
     27856            "license": "Apache-2.0",
     27857            "dependencies": {
     27858                "playwright-core": "1.49.1"
    2785727859            },
    2785827860            "bin": {
     
    2786727869        },
    2786827870        "node_modules/playwright-core": {
    27869             "version": "1.45.0",
    27870             "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.0.tgz",
    27871             "integrity": "sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==",
    27872             "dev": true,
     27871            "version": "1.49.1",
     27872            "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz",
     27873            "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==",
     27874            "dev": true,
     27875            "license": "Apache-2.0",
    2787327876            "bin": {
    2787427877                "playwright-core": "cli.js"
  • trunk/package.json

    r59656 r59682  
    2626    "devDependencies": {
    2727        "@lodder/grunt-postcss": "^3.1.1",
    28         "@playwright/test": "1.45.0",
     28        "@playwright/test": "1.49.1",
    2929        "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
    3030        "@wordpress/babel-preset-default": "8.8.2",
Note: See TracChangeset for help on using the changeset viewer.