Make WordPress Core

Changeset 59683


Ignore:
Timestamp:
01/22/2025 05:52:06 PM (2 months 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.

Merges [59682] to the 6.7 branch.

Props swissspidy.
See #62843.

Location:
branches/6.7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/package-lock.json

    r59447 r59683  
    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",
     
    37333733        },
    37343734        "node_modules/@playwright/test": {
    3735             "version": "1.45.0",
    3736             "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.0.tgz",
    3737             "integrity": "sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==",
    3738             "dev": true,
    3739             "dependencies": {
    3740                 "playwright": "1.45.0"
     3735            "version": "1.49.1",
     3736            "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz",
     3737            "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==",
     3738            "dev": true,
     3739            "license": "Apache-2.0",
     3740            "dependencies": {
     3741                "playwright": "1.49.1"
    37413742            },
    37423743            "bin": {
     
    2734127342        },
    2734227343        "node_modules/playwright": {
    27343             "version": "1.45.0",
    27344             "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.0.tgz",
    27345             "integrity": "sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==",
    27346             "dev": true,
    27347             "dependencies": {
    27348                 "playwright-core": "1.45.0"
     27344            "version": "1.49.1",
     27345            "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz",
     27346            "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==",
     27347            "dev": true,
     27348            "license": "Apache-2.0",
     27349            "dependencies": {
     27350                "playwright-core": "1.49.1"
    2734927351            },
    2735027352            "bin": {
     
    2735927361        },
    2736027362        "node_modules/playwright-core": {
    27361             "version": "1.45.0",
    27362             "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.0.tgz",
    27363             "integrity": "sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==",
    27364             "dev": true,
     27363            "version": "1.49.1",
     27364            "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz",
     27365            "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==",
     27366            "dev": true,
     27367            "license": "Apache-2.0",
    2736527368            "bin": {
    2736627369                "playwright-core": "cli.js"
  • branches/6.7/package.json

    r59447 r59683  
    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.