Skip to content

build(deps-dev): bump playwright from 1.54.1 to 1.55.1 in /openhands-ui - #262

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/openhands-ui/playwright-1.55.1
Open

build(deps-dev): bump playwright from 1.54.1 to 1.55.1 in /openhands-ui#262
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/openhands-ui/playwright-1.55.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown

Bumps playwright from 1.54.1 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

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 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.

Enterprise server image for this PR:

ghcr.io/openhands/enterprise-server:sha-ed87e33

Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.1 to 1.55.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.1...v1.55.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.55.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@github-actions github-actions Bot added the type: build Build system or dependencies label Aug 26, 2026
@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@aivong-openhands

Copy link
Copy Markdown
Contributor

@OpenHands investigate failing PR checks

@openhands-ai

openhands-ai Bot commented Aug 26, 2026

Copy link
Copy Markdown

I'm on it! aivong-openhands can track my progress at all-hands.dev

Co-authored-by: openhands <openhands@all-hands.dev>

Copy link
Copy Markdown
Contributor

Investigated the two failing checks:

  • Run UI Component Build / Build openhands-ui failed deterministically at bun install --frozen-lockfile because openhands-ui/package.json requested Playwright 1.55.1 while openhands-ui/bun.lock still resolved 1.54.1. I reproduced the failure with the repository-pinned Bun 1.2.17, regenerated the lockfile, and pushed the fix in ed87e330.
  • PR Artifacts / cleanup-on-approval is unrelated to Playwright. actions/checkout@v6 failed before checkout with Input required and not supplied: token; OPENHANDS_BOT_GITHUB_PAT_PRIVATE was unavailable for the Dependabot pull_request_review event. Rerunning unchanged is unlikely to help without adjusting secret availability or the workflow fallback.

Local verification after the lockfile update:

  • bun install --frozen-lockfile
  • bun run build
  • pre-commit hooks ✅

The push currently has successful PR-title checks; GitHub has not scheduled a fresh Run UI Component Build run for the new SHA yet.

This comment was created by an AI agent (OpenHands) on behalf of the user.

@openhands-ai

openhands-ai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Investigated PR #262 and addressed the actionable failure.

  • Root cause: openhands-ui/package.json specified Playwright 1.55.1, but openhands-ui/bun.lock still resolved 1.54.1, causing bun install --frozen-lockfile to fail.
  • Fix: regenerated the lockfile with the pinned Bun 1.2.17.
  • Commit pushed: ed87e3301c96b66980516721be0047e53f9c4770
  • Validation passed:
    • frozen Bun install
    • bun run build
    • pre-commit hooks
    • git diff --check
  • The separate PR Artifacts failure is unrelated: its checkout step received no OPENHANDS_BOT_GITHUB_PAT_PRIVATE token on the Dependabot review event.
  • Posted findings on the PR: build(deps-dev): bump playwright from 1.54.1 to 1.55.1 in /openhands-ui #262 (comment)

The branch is clean and synchronized. The current SHA has two successful reported checks and no failures or pending checks; GitHub did not schedule a fresh UI build, though the matching build was verified locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code type: build Build system or dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants