Skip to content

Commit 864784a

Browse files
chore(deps): bump @playwright/test from 1.47.1 to 1.47.2 in /web (#542)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.47.1 to 1.47.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.47.2</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/pull/32699-">microsoft/playwright#32699</a> [REGRESSION]: fix(codegen): use content_frame property in python/.NET <a href="https://redirect.github.com/microsoft/playwright/issues/32706-">microsoft/playwright#32706</a> [REGRESSION]: page.pause() does not pause test timeout after 1.47 <a href="https://redirect.github.com/microsoft/playwright/pull/32661">microsoft/playwright#32661</a> - fix(trace-viewer): time delta between local and remote actions</p> <h2>Browser Versions</h2> <ul> <li>Chromium 129.0.6668.29</li> <li>Mozilla Firefox 130.0</li> <li>WebKit 18.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 128</li> <li>Microsoft Edge 128</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/d93029f32f9d0e2e2b30830ce3fde37f62273293"><code>d93029f</code></a> chore: mark v1.47.2 (<a href="https://redirect.github.com/microsoft/playwright/issues/32729">#32729</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/0c6217a85f8065a1815318b0505100f3c6234959"><code>0c6217a</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32699">#32699</a>): fix(codegen): use content_frame property in python</li> <li><a href="https://github.com/microsoft/playwright/commit/f96b4870302bb39df2f8c10b152d03b0411093fe"><code>f96b487</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32714">#32714</a>): fix(test runner): page.pause() should enable debug mode ...</li> <li><a href="https://github.com/microsoft/playwright/commit/937424fb59058495779e970dab4a443fdcf5f782"><code>937424f</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32661">#32661</a>): fix(trace-viewer): time delta between local and … (<a href="https://redirect.github.com/microsoft/playwright/issues/32663">#32663</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/playwright/compare/v1.47.1...v1.47.2">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.47.1&new-version=1.47.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9950c20 commit 864784a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vue": "^3.5.8"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.47.1",
27+
"@playwright/test": "^1.47.2",
2828
"@types/node": "^22.5.5",
2929
"@typescript-eslint/parser": "^8.6.0",
3030
"eslint": "^9.10.0",

web/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)