Skip to content

Commit 2d288b2

Browse files
committed
chore(deps): update playwright
1 parent 959a84e commit 2d288b2

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/actions/e2e/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ runs:
44
using: composite
55
steps:
66
- name: End-to-End
7-
uses: phi-ag/run-playwright@e2545afe0352419a2974e7c2a70cdf8a9dd5f85a # v1
7+
uses: phi-ag/run-playwright@6dd667f6044e5c035d176b0ccab578be5d3538bb # v1
88
with:
9-
version: v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
9+
version: v1.59.1-noble@sha256:b0ab6f3cb99aa7803adbc14d9027ec1785fc6e433b97e134e0f8fe61683b6b53
1010
options: -v ${STORE_PATH}:${STORE_PATH}
1111
run: |
1212
npm install -g --force corepack

e2e_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
set -eu
33

4-
VERSION=v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
4+
VERSION=v1.59.1-noble@sha256:b0ab6f3cb99aa7803adbc14d9027ec1785fc6e433b97e134e0f8fe61683b6b53
55
STORE_PATH="$(pnpm store path --silent)"
66

77
mkdir -p .playwright

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@axe-core/playwright": "4.11.1",
5151
"@eslint/js": "9.39.4",
52-
"@playwright/test": "1.58.2",
52+
"@playwright/test": "1.59.0",
5353
"@tailwindcss/vite": "4.2.2",
5454
"@testing-library/jest-dom": "6.9.1",
5555
"@trivago/prettier-plugin-sort-imports": "6.0.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)