[PR #1741] [MERGED] chore(deps-dev): bump playwright from 1.51.0 to 1.55.1 #1696

Closed
opened 2026-02-15 20:16:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1741
Author: @dependabot[bot]
Created: 10/20/2025
Status: Merged
Merged: 11/11/2025
Merged by: @dqbd

Base: mainHead: dependabot/npm_and_yarn/playwright-1.55.1


📝 Commits (1)

  • 8deab46 chore(deps-dev): bump playwright from 1.51.0 to 1.55.1

📊 Changes

2 files changed (+11 additions, -11 deletions)

View changed files

📝 libs/langgraph-core/package.json (+1 -1)
📝 yarn.lock (+10 -10)

📄 Description

Bumps playwright from 1.51.0 to 1.55.1.

Release notes

Sourced from playwright'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". microsoft/playwright#37532 - chore: do not use -k option

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 Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() 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 option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by playwright-bot, a new releaser for playwright 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1741 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/playwright-1.55.1` --- ### 📝 Commits (1) - [`8deab46`](https://github.com/langchain-ai/langgraphjs/commit/8deab46c66577cb1d3c9f7a233fd3eecb543dad8) chore(deps-dev): bump playwright from 1.51.0 to 1.55.1 ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-core/package.json` (+1 -1) 📝 `yarn.lock` (+10 -10) </details> ### 📄 Description Bumps [playwright](https://github.com/microsoft/playwright) from 1.51.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;. <a href="https://redirect.github.com/microsoft/playwright/pull/37532">microsoft/playwright#37532</a> - chore: do not use -k option</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> <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> <h2>v1.54.2</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/36714">microsoft/playwright#36714</a> - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) <a href="https://redirect.github.com/microsoft/playwright/issues/36828">microsoft/playwright#36828</a> - [Regression]: Playwright Codegen keeps spamming with selected option <a href="https://redirect.github.com/microsoft/playwright/issues/36810">microsoft/playwright#36810</a> - [Regression]: Starting Codegen with target language doesn't work anymore</p> <h2>Browser Versions</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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><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>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.51.0...v1.55.1">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/~playwright-bot">playwright-bot</a>, a new releaser for playwright since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=playwright&package-manager=npm_and_yarn&previous-version=1.51.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/langgraphjs/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:33 -05:00
yindo closed this issue 2026-02-15 20:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1696