File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 if : github.repository_owner == 'vaadin'
2020 container :
21- image : mcr.microsoft.com/playwright:v1.56 .0-noble
21+ image : mcr.microsoft.com/playwright:v1.57 .0-noble
2222 options : --ipc=host
2323
2424 steps :
6262 runs-on : ubuntu-latest
6363 if : github.repository_owner == 'vaadin'
6464 container :
65- image : mcr.microsoft.com/playwright:v1.56 .0-noble
65+ image : mcr.microsoft.com/playwright:v1.57 .0-noble
6666 options : --ipc=host
6767
6868 steps :
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 if : github.repository_owner == 'vaadin'
109109 container :
110- image : mcr.microsoft.com/playwright:v1.56 .0-noble
110+ image : mcr.microsoft.com/playwright:v1.57 .0-noble
111111 options : --ipc=host
112112
113113 steps :
Original file line number Diff line number Diff line change 7575 "typescript" : " ^6.0.3"
7676 },
7777 "resolutions" : {
78- "playwright" : " ^1.56 .0"
78+ "playwright" : " ~1.57 .0"
7979 },
8080 "lint-staged" : {
8181 "*.{js,ts}" : [
Original file line number Diff line number Diff line change @@ -8423,17 +8423,17 @@ pkg-dir@^4.2.0:
84238423 dependencies :
84248424 find-up "^4.0.0"
84258425
8426- playwright-core@1.56 .0 :
8427- version "1.56 .0"
8428- resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.56 .0.tgz#14b40ea436551b0bcefe19c5bfb8d1804c83739c "
8429- integrity sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ ==
8426+ playwright-core@1.57 .0 :
8427+ version "1.57 .0"
8428+ resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57 .0.tgz#3dcc9a865af256fa9f0af0d67fc8dd54eecaebf5 "
8429+ integrity sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ ==
84308430
8431- playwright@^1.53.0, playwright@^1.56 .0 :
8432- version "1.56 .0"
8433- resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.56 .0.tgz#71c533c61da33e95812f8c6fa53960e073548d9a "
8434- integrity sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA ==
8431+ playwright@^1.53.0, playwright@~1.57 .0 :
8432+ version "1.57 .0"
8433+ resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.57 .0.tgz#74d1dacff5048dc40bf4676940b1901e18ad0f46 "
8434+ integrity sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw ==
84358435 dependencies :
8436- playwright-core "1.56 .0"
8436+ playwright-core "1.57 .0"
84378437 optionalDependencies :
84388438 fsevents "2.3.2"
84398439
You can’t perform that action at this time.
0 commit comments