Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump @playwright/test from 1.50.1 to 1.55.1 in /site#20071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 1, 2025

Bumps@playwright/test from 1.50.1 to 1.55.1.

Release notes

Sourced from@​playwright/test's releases.

v1.55.1

Highlights

microsoft/playwright#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.microsoft/playwright#37147 - [Regression]: Internal error: step id not found.microsoft/playwright#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.microsoft/playwright#37137 - Revert "fix(a11y): track inert elements as hidden".

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

New APIs

  • New PropertytestStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • AutomatictoBeVisible() assertions: Codegen can now generate automatictoBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected optionmicrosoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm byplaywright-bot, a new releaser for@​playwright/test since your current version.


Dependabot compatibility score

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 commands and options

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)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.50.1 to 1.55.1.- [Release notes](https://github.com/microsoft/playwright/releases)- [Commits](microsoft/playwright@v1.50.1...v1.55.1)---updated-dependencies:- dependency-name: "@playwright/test"  dependency-version: 1.55.1  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsOct 1, 2025
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsOct 1, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)October 1, 2025 11:18
@github-actionsgithub-actionsbot merged commit057b0eb intomainOct 1, 2025
35 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/npm_and_yarn/site/playwright/test-1.55.1 branchOctober 1, 2025 11:26
aslilac pushed a commit that referenced this pull requestOct 7, 2025
Bumps [@playwright/test](https://github.com/microsoft/playwright) from1.50.1 to 1.55.1.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/microsoft/playwright/releases"><code>@​playwright/test</code>'sreleases</a>.</em></p><blockquote><h2>v1.55.1</h2><h3>Highlights</h3><p><ahref="https://redirect.github.com/microsoft/playwright/issues/37479">microsoft/playwright#37479</a>- [Bug]: Upgrade Chromium to 140.0.7339.186.<ahref="https://redirect.github.com/microsoft/playwright/issues/37147">microsoft/playwright#37147</a>- [Regression]: Internal error: step id not found.<ahref="https://redirect.github.com/microsoft/playwright/issues/37146">microsoft/playwright#37146</a>- [Regression]: HTML reporter displays a broken chip link when there areno projects.<ahref="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 stablechannels:</p><ul><li>Google Chrome 139</li><li>Microsoft Edge 139</li></ul><h2>v1.55.0</h2><h2>New APIs</h2><ul><li>New Property <ahref="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 testand step titles.</li></ul><h2>Codegen</h2><ul><li>Automatic <code>toBeVisible()</code> assertions: Codegen can nowgenerate automatic <code>toBeVisible()</code> assertions for common UIinteractions. This feature can be enabled in the Codegen settingsUI.</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 stablechannels:</p><ul><li>Google Chrome 139</li><li>Microsoft Edge 139</li></ul><h2>v1.54.2</h2><h3>Highlights</h3><p><ahref="https://redirect.github.com/microsoft/playwright/issues/36714">microsoft/playwright#36714</a>- [Regression]: Codegen is not able to launch in Administrator Terminalon Windows (ProtocolError: Protocol error)<ahref="https://redirect.github.com/microsoft/playwright/issues/36828">microsoft/playwright#36828</a>- [Regression]: Playwright Codegen keeps spamming with selected option<ahref="https://redirect.github.com/microsoft/playwright/issues/36810">microsoft/playwright#36810</a>- [Regression]: Starting Codegen with target language doesn't workanymore</p><h2>Browser Versions</h2><ul><li>Chromium 139.0.7258.5</li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/microsoft/playwright/commit/ae51df7a35888f663553ab4e9c45d6cb6335397f"><code>ae51df7</code></a>chore: mark v1.55.1 (<ahref="https://redirect.github.com/microsoft/playwright/issues/37530">#37530</a>)</li><li><ahref="https://github.com/microsoft/playwright/commit/86dde294ce7fc9dd62d2f7ce5afd0c79cff50140"><code>86dde29</code></a>feat(chromium): roll to r1193 (<ahref="https://redirect.github.com/microsoft/playwright/issues/37529">#37529</a>)</li><li><ahref="https://github.com/microsoft/playwright/commit/86328bc9f43da2fe2b9aba2822c79f8b4c0c7f72"><code>86328bc</code></a>chore: do not use -k option (<ahref="https://redirect.github.com/microsoft/playwright/issues/37532">#37532</a>)</li><li><ahref="https://github.com/microsoft/playwright/commit/63799ba68340fde11445d4f48c12515c28dcc92a"><code>63799ba</code></a>cherry-pick(<ahref="https://redirect.github.com/microsoft/playwright/issues/37214">#37214</a>):docs: fix method names in release notes</li><li><ahref="https://github.com/microsoft/playwright/commit/21e29a42ab090d7848a3c3255f05335ba0db424d"><code>21e29a4</code></a>cherry-pick(<ahref="https://redirect.github.com/microsoft/playwright/issues/37153">#37153</a>):fix(html): don't display a chip with empty content with ...</li><li><ahref="https://github.com/microsoft/playwright/commit/ba62e6ab0d25f7415ffdf121e4e186aadb213be5"><code>ba62e6a</code></a>cherry-pick(<ahref="https://redirect.github.com/microsoft/playwright/issues/37149">#37149</a>):fix(test): attaching in boxed fixture</li><li><ahref="https://github.com/microsoft/playwright/commit/25bb073f2697c98995871d40828604b0836c29b7"><code>25bb073</code></a>cherry-pick(<ahref="https://redirect.github.com/microsoft/playwright/issues/37137">#37137</a>):Revert &quot;fix(a11y): track inert elements as hidden (<ahref="https://redirect.github.com/microsoft/playwright/issues/36947">#36947</a>)&quot;</li><li><ahref="https://github.com/microsoft/playwright/commit/f992162f04ae0b0b5a0f4b6114b894215be98995"><code>f992162</code></a>chore: mark v1.55.0 (<ahref="https://redirect.github.com/microsoft/playwright/issues/37121">#37121</a>)</li><li><ahref="https://github.com/microsoft/playwright/commit/4a92ea00253106c8bd4234b8d5be2e205d049012"><code>4a92ea0</code></a>cherry-pick(<ahref="https://redirect.github.com/microsoft/playwright/issues/37113">#37113</a>):docs: add release-notes for v1.55</li><li><ahref="https://github.com/microsoft/playwright/commit/aa05507bbabc170abf7775bf0d3ddd2438dc384a"><code>aa05507</code></a>cherry-pick(<ahref="https://redirect.github.com/microsoft/playwright/issues/37114">#37114</a>):test: move browser._launchServer in child process</li><li>Additional commits viewable in <ahref="https://github.com/microsoft/playwright/compare/v1.50.1...v1.55.1">compareview</a></li></ul></details><details><summary>Maintainer changes</summary><p>This version was pushed to npm by <ahref="https://www.npmjs.com/~playwright-bot">playwright-bot</a>, a newreleaser for <code>@​playwright/test</code> since your currentversion.</p></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.50.1&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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@aslilacaslilacAwaiting requested review from aslilacaslilac is a code owner

@ParkreinerParkreinerAwaiting requested review from ParkreinerParkreiner is a code owner

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp