Skip to content

Commit dd1e3ad

Browse files
authored
chore(deps): Bump playwright from 1.55.0 to 1.55.1 in /.github/actions/find (#979)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.0 to 1.55.1. <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.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/37479">microsoft/playwright#37479</a> - [Bug]: Upgrade Chromium to 140.0.7339.186. <a href="https://redirect.github.com/microsoft/playwright/issues/37147">microsoft/playwright#37147</a> - [Regression]: Internal error: step id not found. <a href="https://redirect.github.com/microsoft/playwright/issues/37146">microsoft/playwright#37146</a> - [Regression]: HTML reporter displays a broken chip link when there are no projects. <a href="https://redirect.github.com/microsoft/playwright/pull/37137">microsoft/playwright#37137</a> - Revert &quot;fix(a11y): track inert elements as hidden&quot;.</p> <h2>Browser Versions</h2> <ul> <li>Chromium 140.0.7339.186</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/ae51df7a35888f663553ab4e9c45d6cb6335397f"><code>ae51df7</code></a> chore: mark v1.55.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/37530">#37530</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/86dde294ce7fc9dd62d2f7ce5afd0c79cff50140"><code>86dde29</code></a> feat(chromium): roll to r1193 (<a href="https://redirect.github.com/microsoft/playwright/issues/37529">#37529</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/86328bc9f43da2fe2b9aba2822c79f8b4c0c7f72"><code>86328bc</code></a> chore: do not use -k option (<a href="https://redirect.github.com/microsoft/playwright/issues/37532">#37532</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/63799ba68340fde11445d4f48c12515c28dcc92a"><code>63799ba</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37214">#37214</a>): docs: fix method names in release notes</li> <li><a href="https://github.com/microsoft/playwright/commit/21e29a42ab090d7848a3c3255f05335ba0db424d"><code>21e29a4</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37153">#37153</a>): fix(html): don't display a chip with empty content with ...</li> <li><a href="https://github.com/microsoft/playwright/commit/ba62e6ab0d25f7415ffdf121e4e186aadb213be5"><code>ba62e6a</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37149">#37149</a>): fix(test): attaching in boxed fixture</li> <li><a href="https://github.com/microsoft/playwright/commit/25bb073f2697c98995871d40828604b0836c29b7"><code>25bb073</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37137">#37137</a>): Revert &quot;fix(a11y): track inert elements as hidden (<a href="https://redirect.github.com/microsoft/playwright/issues/36947">#36947</a>)&quot;</li> <li>See full diff in <a href="https://github.com/microsoft/playwright/compare/v1.55.0...v1.55.1">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.55.0&new-version=1.55.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>
2 parents cd5fef9 + 46216fb commit dd1e3ad

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.55.0"
18+
"playwright": "^1.55.1"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^24.5.2",

0 commit comments

Comments
 (0)