File tree Expand file tree Collapse file tree 5 files changed +26
-26
lines changed
Expand file tree Collapse file tree 5 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 3030jobs :
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.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cd $(dirname $0)
99export 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"
1313OS=$( uname -s)
1414CWD=$( pwd)
1515
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments