From 1a26c8f38fe19567224814161ac964cadb1087ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:59:50 -0400 Subject: [PATCH] chore(deps): Bump playwright from v1.44.0-focal to v1.44.1-focal (#7342) Bumps playwright from v1.44.0-focal to v1.44.1-focal. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=playwright&package-manager=docker&previous-version=v1.44.0-focal&new-version=v1.44.1-focal)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anjali Singh --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 817b2938451..a1f58889ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: name: e2e-web-tests (${{ matrix.shard-index }}/${{ strategy.job-total }}) runs-on: ubuntu-20.04 # We need to update this each time we update playwright - container: mcr.microsoft.com/playwright:v1.44.0-focal + container: mcr.microsoft.com/playwright:v1.44.1-focal strategy: fail-fast: false matrix: diff --git a/Dockerfile b/Dockerfile index 6376adeb2f1..9c39b9a9392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # reference: https://stackoverflow.com/a/51683309/3711475 # reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker -FROM mcr.microsoft.com/playwright:v1.44.0-focal AS setup +FROM mcr.microsoft.com/playwright:v1.44.1-focal AS setup USER root diff --git a/package.json b/package.json index b40e036263c..ca946437c61 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "license-check-and-add": "^4.0.5", "mini-css-extract-plugin": "2.9.0", "npm-run-all": "^4.1.5", - "playwright": "^1.44.0", + "playwright": "^1.44.1", "postcss": "^8.4.35", "postcss-modules": "^6.0.0", "prettier": "^3.2.5", diff --git a/yarn.lock b/yarn.lock index bfb76bd927e..2379603431d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3354,7 +3354,7 @@ __metadata: luxon: ^3.4.4 mini-css-extract-plugin: 2.9.0 npm-run-all: ^4.1.5 - playwright: ^1.44.0 + playwright: ^1.44.1 postcss: ^8.4.35 postcss-modules: ^6.0.0 prettier: ^3.2.5 @@ -10673,27 +10673,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.44.0": - version: 1.44.0 - resolution: "playwright-core@npm:1.44.0" +"playwright-core@npm:1.44.1": + version: 1.44.1 + resolution: "playwright-core@npm:1.44.1" bin: playwright-core: cli.js - checksum: 7bee257c830153578753a6dfb34b8216f8c552d750e24a0be6d3ba10baff013fb1320a1c3d487fbb0df9d1ce5d1f027ccf6e990d4514989da63691f177141ba4 + checksum: ebc6fa0ff77792fe52648fda06cc4474d4e9746db6dc5750d262b7fe2caf9f9e2327a71f1fb365e862213403a9daf95361c5040a9b0fd462928d7eb4fdc760e1 languageName: node linkType: hard -"playwright@npm:^1.44.0": - version: 1.44.0 - resolution: "playwright@npm:1.44.0" +"playwright@npm:^1.44.1": + version: 1.44.1 + resolution: "playwright@npm:1.44.1" dependencies: fsevents: 2.3.2 - playwright-core: 1.44.0 + playwright-core: 1.44.1 dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 22653ded652f436c1a837842009a175e8acb91ab340bb3deee87dbdb7205b439bd174f5f20591eb67f0171728c9f8f4bdfa3668a517da6bc7b45a4a79eabdbd5 + checksum: c2e8ff0a855e4a9e665ae5ffa0ff90423289546157be55e83f78916d17075c5910a7244773739c2a973da884a4ff0b3cf9b6e6b543de112e43b12169a9208e86 languageName: node linkType: hard