Skip to content

Commit c751d37

Browse files
Bump @playwright/test from 1.40.0 to 1.41.2 in /webapp (#785)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.0 to 1.41.2. <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.41.2</h2> <h3>Highlights</h3> <p><a href="https://github.com/microsoft/playwright/issues/29123">microsoft/playwright#29123</a> - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.</p> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.41.1</h2> <h3>Highlights</h3> <p><a href="https://github.com/microsoft/playwright/issues/29067">microsoft/playwright#29067</a> - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded <a href="https://github.com/microsoft/playwright/issues/29028">microsoft/playwright#29028</a> - [REGRESSION] React component tests throw type error when passing null/undefined to component <a href="https://github.com/microsoft/playwright/issues/29027">microsoft/playwright#29027</a> - [REGRESSION] React component tests not passing Date prop values <a href="https://github.com/microsoft/playwright/issues/29023">microsoft/playwright#29023</a> - [REGRESSION] React component tests not rendering children prop <a href="https://github.com/microsoft/playwright/issues/29019">microsoft/playwright#29019</a> - [REGRESSION] trace.playwright.dev does not currently support the loading from URL</p> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.41.0</h2> <h2>New APIs</h2> <ul> <li>New method <a href="https://playwright.dev/docs/api/class-page#page-unroute-all">page.unrouteAll([options])</a> removes all routes registered by <a href="https://playwright.dev/docs/api/class-page#page-route">page.route(url, handler, handler[, options])</a> and <a href="https://playwright.dev/docs/api/class-page#page-route-from-har">page.routeFromHAR(har[, options])</a>. Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.</li> <li>New method <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-unroute-all">browserContext.unrouteAll([options])</a> removes all routes registered by <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-route">browserContext.route(url, handler, handler[, options])</a> and <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-route-from-har">browserContext.routeFromHAR(har[, options])</a>. Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.</li> <li>New option <code>style</code> in <a href="https://playwright.dev/docs/api/class-page#page-screenshot">page.screenshot([options])</a> and <a href="https://playwright.dev/docs/api/class-locator#locator-screenshot">locator.screenshot([options])</a> to add custom CSS to the page before taking a screenshot.</li> <li>New option <code>stylePath</code> for methods <a href="https://playwright.dev/docs/api/class-pageassertions#page-assertions-to-have-screenshot-1">expect(page).toHaveScreenshot(name[, options])</a> and <a href="https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-screenshot-1">expect(locator).toHaveScreenshot(name[, options])</a> to apply a custom stylesheet while making the screenshot.</li> <li>New <code>fileName</code> option for <a href="https://playwright.dev/docs/test-reporters#blob-reporter">Blob reporter</a>, to specify the name of the report to be created.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.40.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/a4096676abe3f00b4924267449bb52086569e302"><code>a409667</code></a> chore: mark 1.41.2 (<a href="https://github.com/microsoft/playwright/issues/29293">#29293</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/414affaed4bb879a55277bd59cdd6466951ba9c8"><code>414affa</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29271">#29271</a>): Revert &quot;chore: remove fake <code>error</code> from expect calls (<a href="https://github.com/microsoft/playwright/issues/2">#2</a>...</li> <li><a href="https://github.com/microsoft/playwright/commit/7a72adc33c2e1806ba47c4198d84a53a8656e66e"><code>7a72adc</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29180">#29180</a>): fix: interception id not found error in route.co… (<a href="https://github.com/microsoft/playwright/issues/29222">#29222</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/8f0163f3f4cf573037b6697e15ab55a0dc910f57"><code>8f0163f</code></a> chore: mark 1.41.1 (<a href="https://github.com/microsoft/playwright/issues/29075">#29075</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/98a661824dab2e0e72353de77ec942e70b4fc588"><code>98a6618</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29069">#29069</a>): Revert &quot;feat(codegen): add range input recording support...</li> <li><a href="https://github.com/microsoft/playwright/commit/50f1f08e9c8d17edc6119c2d2db1bceda42dc7b0"><code>50f1f08</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29070">#29070</a>): chore(ct): revert export mount result</li> <li><a href="https://github.com/microsoft/playwright/commit/e5d201b459d2ac477394b58db1e1048ad5d95dd3"><code>e5d201b</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29031">#29031</a>): fix(ct): allow passing date, url, bigint as properties</li> <li><a href="https://github.com/microsoft/playwright/commit/8ee2d811431842864149a3ccd4c446038aed09bf"><code>8ee2d81</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29026">#29026</a>): test: add a props.children test</li> <li><a href="https://github.com/microsoft/playwright/commit/50a8e4f52a792aec4f173754f72a2b2784a5e09d"><code>50a8e4f</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/29016">#29016</a>): chore: add an image import component test</li> <li><a href="https://github.com/microsoft/playwright/commit/cb6c64cc33289fac00b63f9b4d2ecabbcdeba3f1"><code>cb6c64c</code></a> cherry-pick(<a href="https://github.com/microsoft/playwright/issues/28986">#28986</a>): fix(ct): move import list into the compilation cache data</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.40.0...v1.41.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~yurys">yurys</a>, a new releaser for <code>@​playwright/test</code> since your current version.</p> </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.40.0&new-version=1.41.2)](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 7560eda commit c751d37

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@fluentui/react-icons": "^2.0.224",
2222
"@fluentui/react-northstar": "^0.66.4",
2323
"@microsoft/signalr": "^8.0.0",
24-
"@playwright/test": "^1.40.0",
24+
"@playwright/test": "^1.41.2",
2525
"@reduxjs/toolkit": "^2.0.1",
2626
"debug": "^4.3.4",
2727
"microsoft-cognitiveservices-speech-sdk": "^1.35.0",

webapp/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -2707,12 +2707,12 @@
27072707
"@nodelib/fs.scandir" "2.1.5"
27082708
fastq "^1.6.0"
27092709

2710-
"@playwright/test@^1.40.0":
2711-
version "1.40.0"
2712-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.40.0.tgz#d06c506977dd7863aa16e07f2136351ecc1be6ed"
2713-
integrity sha512-PdW+kn4eV99iP5gxWNSDQCbhMaDVej+RXL5xr6t04nbKLCBwYtA046t7ofoczHOm8u6c+45hpDKQVZqtqwkeQg==
2710+
"@playwright/test@^1.41.2":
2711+
version "1.41.2"
2712+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.41.2.tgz#bd9db40177f8fd442e16e14e0389d23751cdfc54"
2713+
integrity sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==
27142714
dependencies:
2715-
playwright "1.40.0"
2715+
playwright "1.41.2"
27162716

27172717
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
27182718
version "0.5.10"
@@ -8740,17 +8740,17 @@ pkg-up@^3.1.0:
87408740
dependencies:
87418741
find-up "^3.0.0"
87428742

8743-
playwright-core@1.40.0:
8744-
version "1.40.0"
8745-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.0.tgz#82f61e5504cb3097803b6f8bbd98190dd34bdf14"
8746-
integrity sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==
8743+
playwright-core@1.41.2:
8744+
version "1.41.2"
8745+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.2.tgz#db22372c708926c697acc261f0ef8406606802d9"
8746+
integrity sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==
87478747

8748-
playwright@1.40.0:
8749-
version "1.40.0"
8750-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.0.tgz#2a1824b9fe5c4fe52ed53db9ea68003543a99df0"
8751-
integrity sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==
8748+
playwright@1.41.2:
8749+
version "1.41.2"
8750+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.41.2.tgz#4e760b1c79f33d9129a8c65cc27953be6dd35042"
8751+
integrity sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==
87528752
dependencies:
8753-
playwright-core "1.40.0"
8753+
playwright-core "1.41.2"
87548754
optionalDependencies:
87558755
fsevents "2.3.2"
87568756

0 commit comments

Comments
 (0)