Skip to content

Commit 5e56ff4

Browse files
dependabot[bot]hectahertzprimer[bot]joshblack
authored
chore(deps): bump playwright and @playwright/test (#7040)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hector Garcia <[email protected]> Co-authored-by: primer[bot] <119360173+primer[bot]@users.noreply.github.com> Co-authored-by: Josh Black <[email protected]>
1 parent ac1698e commit 5e56ff4

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.github/workflows/aat-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pid=$pid" >> $GITHUB_OUTPUT
4444
sleep 5
4545
- name: Run AAT
46-
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
46+
uses: docker://mcr.microsoft.com/playwright:v1.56.1-jammy
4747
env:
4848
STORYBOOK_URL: 'http://172.17.0.1:6006'
4949
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: npm run build
8181
continue-on-error: ${{ matrix.react-version == 'react-19' }}
8282
- name: Run tests defined in vitest
83-
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
83+
uses: docker://mcr.microsoft.com/playwright:v1.56.1-jammy
8484
with:
8585
args: npm test
8686

.github/workflows/vrt-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pid=$pid" >> $GITHUB_OUTPUT
4444
sleep 5
4545
- name: Run VRT
46-
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
46+
uses: docker://mcr.microsoft.com/playwright:v1.56.1-jammy
4747
env:
4848
STORYBOOK_URL: 'http://172.17.0.1:6006'
4949
with:

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "pid=$pid" >> $GITHUB_OUTPUT
5353
sleep 5
5454
- name: Run VRT
55-
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
55+
uses: docker://mcr.microsoft.com/playwright:v1.56.1-jammy
5656
env:
5757
STORYBOOK_URL: 'http://172.17.0.1:6006'
5858
with:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@github/mini-throttle": "2.1.1",
5555
"@github/prettier-config": "0.0.6",
5656
"@mdx-js/react": "1.6.22",
57-
"@playwright/test": "^1.55.0",
57+
"@playwright/test": "^1.56.1",
5858
"@prettier/sync": "0.5.5",
5959
"@primer/stylelint-config": "13.4.1",
6060
"@size-limit/preset-big-lib": "11.2.0",

0 commit comments

Comments
 (0)