Skip to content

Commit d15d7b3

Browse files
chore(deps): update e2e dependencies
1 parent d2d8588 commit d15d7b3

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
test:
5353
runs-on: ubuntu-24.04
5454
# We use playwright browser to run karma tests
55-
container: mcr.microsoft.com/playwright:v1.57.0-noble
55+
container: mcr.microsoft.com/playwright:v1.58.2-noble
5656
env:
5757
# See: https://github.com/microsoft/playwright/issues/27620
5858
HOME: /root
@@ -160,7 +160,7 @@ jobs:
160160

161161
e2e:
162162
runs-on: ubuntu-24.04
163-
container: mcr.microsoft.com/playwright:v1.57.0-noble
163+
container: mcr.microsoft.com/playwright:v1.58.2-noble
164164
needs:
165165
- build
166166
strategy:

.github/workflows/vrt-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
jobs:
3131
vrt-update:
3232
runs-on: ubuntu-24.04
33-
container: mcr.microsoft.com/playwright:v1.57.0-noble
33+
container: mcr.microsoft.com/playwright:v1.58.2-noble
3434
# PR from non-collaborators requires a manual re-run from collaborators which
3535
# makes run_attempt > 1 on first attempt causing the workflow to run.
3636
# So we always skip if the PR is not from a collaborator.

e2e-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd $(dirname $0)
99
export MSYS_NO_PATHCONV=1
1010

1111
# Keep image version in sync with the image used in .github/workflows/build-and-test.yaml
12-
PLAYWRIGHT_IMAGE="mcr.microsoft.com/playwright:v1.57.0-noble"
12+
PLAYWRIGHT_IMAGE="mcr.microsoft.com/playwright:v1.58.2-noble"
1313
OS=$(uname -s)
1414
CWD=$(pwd)
1515

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@
129129
"@angular/compiler-cli": "21.0.8",
130130
"@angular/language-service": "21.0.8",
131131
"@angular/localize": "21.0.8",
132-
"@axe-core/playwright": "4.11.0",
132+
"@axe-core/playwright": "4.11.1",
133133
"@commitlint/cli": "20.4.1",
134134
"@commitlint/config-conventional": "20.4.1",
135135
"@eslint/js": "9.39.2",
136136
"@microsoft/api-extractor": "7.56.2",
137-
"@playwright/test": "1.57.0",
137+
"@playwright/test": "1.58.2",
138138
"@semantic-release/changelog": "6.0.3",
139139
"@semantic-release/git": "10.0.1",
140140
"@siemens/commitlint-config": "4.1.0",

0 commit comments

Comments
 (0)