Skip to content

Commit 7e087f2

Browse files
chore(deps): update dependency @playwright/test to v1.55.0 (#11492)
* chore(deps): update dependency @playwright/test to v1.55.0 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <[email protected]>
1 parent 696026b commit 7e087f2

File tree

3 files changed

+134
-18
lines changed

3 files changed

+134
-18
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
# Jammy uses ubuntu 22.04
5555
# If this is to change, make sure to upgrade the ubuntu version in GitHub Actions
56-
image: mcr.microsoft.com/playwright:v1.54.2-jammy
56+
image: mcr.microsoft.com/playwright:v1.55.0-jammy
5757
# .cache is required by download artifact, and mount in ./.github/actions/docker/run
5858
# .tool_cache is required by pnpm
5959
options: -v ${{ runner.tool_cache }}:${{runner.tool_cache}}

pnpm-lock.yaml

Lines changed: 132 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@babel/core": "^7.28.0",
1111
"@babel/preset-react": "^7.27.1",
12-
"@playwright/test": "1.54.2",
12+
"@playwright/test": "1.55.0",
1313
"core-js": "3.45.0",
1414
"@rspack/core": "workspace:*",
1515
"@rspack/dev-server": "~1.1.3",

0 commit comments

Comments
 (0)