Skip to content

Commit 8a96ada

Browse files
Bump @playwright/test from 1.43.0 to 1.43.1 in /webapp (#949)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.0 to 1.43.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@​playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.43.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/30300">microsoft/playwright#30300</a> - [REGRESSION]: UI mode restarts if keep storage state <a href="https://redirect.github.com/microsoft/playwright/issues/30339">microsoft/playwright#30339</a> - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode</p> <h3>Browser Versions</h3> <ul> <li>Chromium 124.0.6367.29</li> <li>Mozilla Firefox 124.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 123</li> <li>Microsoft Edge 123</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/a051ceb8e1302293ec42d4ad01d7f6325cbbfcf9"><code>a051ceb</code></a> chore: mark 1.43.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/30354">#30354</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/3ab466e1d34340e0ebeb50250011530b751a0fa4"><code>3ab466e</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/30312">#30312</a>): fix(ui-mode): do not loose run information after writing...</li> <li><a href="https://github.com/microsoft/playwright/commit/35468cfaaa909a5a290785e86b247efa434ab46c"><code>35468cf</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/30342">#30342</a>): Revert &quot;fix(reuse): reset Origin Private File System API...</li> <li><a href="https://github.com/microsoft/playwright/commit/53326391148545543b433e3e6d4e771f179b93a1"><code>5332639</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/30263">#30263</a>): docs: add v1.43 release notes for language ports</li> <li><a href="https://github.com/microsoft/playwright/commit/c729a7b86db1b74872526417c8008fe13cda1e87"><code>c729a7b</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/30232">#30232</a>): docs: fix C# and python snippets</li> <li><a href="https://github.com/microsoft/playwright/commit/7748e219a130c7a9b4479c46f436d1c378322f2e"><code>7748e21</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/30210">#30210</a>): docs: update context.backgroundPage event examples</li> <li><a href="https://github.com/microsoft/playwright/commit/acb6ff1d84e1119fe09966881cf2fac4d3ceee74"><code>acb6ff1</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/30200">#30200</a>): docs(java,csharp): add BrowserContext.backgroundPage(s)</li> <li>See full diff in <a href="https://github.com/microsoft/playwright/compare/v1.43.0...v1.43.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.43.0&new-version=1.43.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a345f48 commit 8a96ada

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@fluentui/react-icons": "^2.0.234",
2222
"@fluentui/react-northstar": "^0.66.4",
2323
"@microsoft/signalr": "^8.0.0",
24-
"@playwright/test": "^1.43.0",
24+
"@playwright/test": "^1.43.1",
2525
"@reduxjs/toolkit": "^2.2.3",
2626
"debug": "^4.3.4",
2727
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",

webapp/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,12 +2739,12 @@
27392739
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
27402740
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
27412741

2742-
"@playwright/test@^1.43.0":
2743-
version "1.43.0"
2744-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.43.0.tgz#5d90f247b26d404dd5d81c60f9c7c5e5159eb664"
2745-
integrity sha512-Ebw0+MCqoYflop7wVKj711ccbNlrwTBCtjY5rlbiY9kHL2bCYxq+qltK6uPsVBGGAOb033H2VO0YobcQVxoW7Q==
2742+
"@playwright/test@^1.43.1":
2743+
version "1.43.1"
2744+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.43.1.tgz#16728a59eb8ce0f60472f98d8886d6cab0fa3e42"
2745+
integrity sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==
27462746
dependencies:
2747-
playwright "1.43.0"
2747+
playwright "1.43.1"
27482748

27492749
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
27502750
version "0.5.11"
@@ -9184,17 +9184,17 @@ pkg-up@^3.1.0:
91849184
dependencies:
91859185
find-up "^3.0.0"
91869186

9187-
9188-
version "1.43.0"
9189-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.0.tgz#d8079acb653abebb0b63062e432479647a4e1271"
9190-
integrity sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==
9187+
9188+
version "1.43.1"
9189+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.1.tgz#0eafef9994c69c02a1a3825a4343e56c99c03b02"
9190+
integrity sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==
91919191

9192-
9193-
version "1.43.0"
9194-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.43.0.tgz#2c2efd4ee2a25defd8c24c98ccb342bdd9d435f5"
9195-
integrity sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==
9192+
9193+
version "1.43.1"
9194+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.43.1.tgz#8ad08984ac66c9ef3d0db035be54dd7ec9f1c7d9"
9195+
integrity sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==
91969196
dependencies:
9197-
playwright-core "1.43.0"
9197+
playwright-core "1.43.1"
91989198
optionalDependencies:
91999199
fsevents "2.3.2"
92009200

0 commit comments

Comments
 (0)