Skip to content

Commit e2812ed

Browse files
authored
chore(deps): Bump playwright from 1.54.2 to 1.55.0 in /.github/actions/find (#40)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.2 to 1.55.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases">playwright's releases</a>.</em></p> <blockquote> <h2>v1.55.0</h2> <h2>New APIs</h2> <ul> <li>New Property <a href="https://playwright.dev/docs/api/class-teststepinfo#test-step-info-title-path">testStepInfo.titlePath</a> Returns the full title path starting from the test file, including test and step titles.</li> </ul> <h2>Codegen</h2> <ul> <li>Automatic <code>toBeVisible()</code> assertions: Codegen can now generate automatic <code>toBeVisible()</code> assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.</li> </ul> <h2>Breaking Changes</h2> <ul> <li>⚠️ Dropped support for Chromium extension manifest v2.</li> </ul> <h2>Miscellaneous</h2> <ul> <li>Added support for Debian 13 &quot;Trixie&quot;.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 140.0.7339.16</li> <li>Mozilla Firefox 141.0</li> <li>WebKit 26.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 139</li> <li>Microsoft Edge 139</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/f992162f04ae0b0b5a0f4b6114b894215be98995"><code>f992162</code></a> chore: mark v1.55.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/37121">#37121</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/4a92ea00253106c8bd4234b8d5be2e205d049012"><code>4a92ea0</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37113">#37113</a>): docs: add release-notes for v1.55</li> <li><a href="https://github.com/microsoft/playwright/commit/aa05507bbabc170abf7775bf0d3ddd2438dc384a"><code>aa05507</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37114">#37114</a>): test: move browser._launchServer in child process</li> <li><a href="https://github.com/microsoft/playwright/commit/27ae7dc63959ace8a53bc73b8856f8a1411ba019"><code>27ae7dc</code></a> test: tree gardening (<a href="https://redirect.github.com/microsoft/playwright/issues/37107">#37107</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/cd09d859a97b9e94a9b4342bad6f15552ade4656"><code>cd09d85</code></a> test: unflake &quot;should pick element&quot; (<a href="https://redirect.github.com/microsoft/playwright/issues/37103">#37103</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/72e47728ba845709f62addb45b719df4abb77f3f"><code>72e4772</code></a> chore(trace-viewer): remove unused code (<a href="https://redirect.github.com/microsoft/playwright/issues/37097">#37097</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/5b8c7d648ae0d9e6981d2cc644118a504e6c99e4"><code>5b8c7d6</code></a> chore(dotnet): float is non-nullable (<a href="https://redirect.github.com/microsoft/playwright/issues/37095">#37095</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/c7bf035c35bde3e2c225f0742ff5eb77ccf3ba3c"><code>c7bf035</code></a> test(webkit): closing dialog &gt; contenteditable (<a href="https://redirect.github.com/microsoft/playwright/issues/37084">#37084</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/9fd6986f8df872dc340059b742611c2b5a76d11d"><code>9fd6986</code></a> test: skip debug-controller tests in driver mode (<a href="https://redirect.github.com/microsoft/playwright/issues/37090">#37090</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/4c2f44d591ebc998a1ddbfe7985f3a8d326c815f"><code>4c2f44d</code></a> test(bidi): use the nightly channel only for Firefox in CI (<a href="https://redirect.github.com/microsoft/playwright/issues/37086">#37086</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.54.2...v1.55.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=playwright&package-manager=npm_and_yarn&previous-version=1.54.2&new-version=1.55.0)](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>
2 parents 7b6e004 + 2eaee4d commit e2812ed

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/actions/find/package-lock.json

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

.github/actions/find/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
1717
"@axe-core/playwright": "^4.10.2",
18-
"playwright": "^1.54.1"
18+
"playwright": "^1.55.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^24.3.0",

0 commit comments

Comments
 (0)