Skip to content

👷 Update dependency @playwright/test to v1.59.1#4502

Open
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/playwright-monorepo
Open

👷 Update dependency @playwright/test to v1.59.1#4502
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/playwright-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 18, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.58.21.59.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 18, 2026
@renovate renovate Bot requested a review from a team as a code owner April 18, 2026 09:55
@datadog-official
Copy link
Copy Markdown

datadog-official Bot commented Apr 18, 2026

Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 75.00%
Overall Coverage: 77.05% (+0.10%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 398e207 | Docs | Datadog PR Page | Give us feedback!

@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from 2815796 to 0cb3c1c Compare April 29, 2026 12:11
@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da Bot commented Apr 29, 2026

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 169.36 KiB 169.38 KiB +21 B +0.01%
Rum Profiler 5.97 KiB 5.97 KiB 0 B 0.00%
Rum Recorder 21.23 KiB 21.23 KiB 0 B 0.00%
Logs 54.70 KiB 54.70 KiB 0 B 0.00%
Rum Slim 127.69 KiB 127.71 KiB +21 B +0.02%
Worker 22.99 KiB 22.99 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base CPU Time (ms) Local CPU Time (ms) 𝚫%
RUM - add global context 0.0027 0.0029 +7.41%
RUM - add action 0.0149 0.0149 0.00%
RUM - add error 0.0139 0.0122 -12.23%
RUM - add timing 0.0007 0.0006 -14.29%
RUM - start view 0.0157 0.0138 -12.10%
RUM - start/stop session replay recording 0.001 0.0011 +10.00%
Logs - log message 0.0234 0.0246 +5.13%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 42.49 KiB 38.71 KiB -3.78 KiB
RUM - add action 62.63 KiB 63.49 KiB +883 B
RUM - add timing 37.85 KiB 37.06 KiB -805 B
RUM - add error 69.48 KiB 69.75 KiB +272 B
RUM - start/stop session replay recording 41.60 KiB 45.43 KiB +3.83 KiB
RUM - start view 486.41 KiB 483.47 KiB -2.94 KiB
Logs - log message 55.20 KiB 54.76 KiB -449 B

🔗 RealWorld

@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch 4 times, most recently from 852b6c1 to c1b62aa Compare May 11, 2026 05:59
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from c1b62aa to 98dd5db Compare May 12, 2026 09:32
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from 98dd5db to 731c7fc Compare May 12, 2026 13:18
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 12, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

- Refresh comments to reference 1.59 client and v1.59.1 protocol diff.
- Translate Browser initializer: populate `browserName` from legacy `name`
  field, which 1.59 now requires on BrowserInitializer.
- Synthesise a Debugger channel on BrowserContext: 1.59 requires
  `BrowserContextInitializer.debugger`, but the 1.40 server has no such
  channel. Emit a synthetic `__create__` for an empty Debugger and inject
  the reference into the context initializer.
- Inject a best-effort `timestamp` on `console` events from BrowserContext,
  which 1.59 requires on BrowserContextConsoleEvent.
- Change `rewriteServerToClient` to return an array of messages so a single
  upstream message can produce multiple downstream messages (needed for the
  synthetic Debugger create).
@thomas-lebeau thomas-lebeau force-pushed the renovate/playwright-monorepo branch from a21ea3f to 14c42eb Compare May 13, 2026 07:43
The deferred setTimeout path used handleResource which routes through the
task queue's requestIdleCallback. That callback can fire after the click
action's PAGE_ACTIVITY_END_DELAY window closes, leaving the resource
uncounted by its parent action. Notify the lifecycle synchronously once
the matching delay elapses so the resource is attributed correctly.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant