Skip to content

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

Merged
bdibon merged 6 commits into
mainfrom
renovate/playwright-monorepo
May 29, 2026
Merged

👷 Update dependency @playwright/test to v1.59.1#4502
bdibon merged 6 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!

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 50.00%
Overall Coverage: 76.70% (-0.05%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: aadd15a | 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 173.69 KiB 173.77 KiB +82 B +0.05%
Rum Profiler 8.08 KiB 8.08 KiB 0 B 0.00%
Rum Recorder 21.23 KiB 21.23 KiB 0 B 0.00%
Logs 55.47 KiB 55.47 KiB 0 B 0.00%
Rum Slim 131.39 KiB 131.47 KiB +82 B +0.06%
Worker 22.99 KiB 22.99 KiB 0 B 0.00%

🔗 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 2 times, most recently 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.

@thomas-lebeau thomas-lebeau force-pushed the renovate/playwright-monorepo branch from a21ea3f to 14c42eb Compare May 13, 2026 07:43
renovate Bot and others added 3 commits May 28, 2026 13:58
- 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).
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.
@bdibon bdibon force-pushed the renovate/playwright-monorepo branch from 398e207 to df0fa40 Compare May 28, 2026 12:12
RumPerformanceEntryType.NAVIGATION
)[0] as unknown as RumPerformanceNavigationTiming
if (navigationEntry) {
if (navigationEntry && !hasBrokenDomTimings(navigationEntry)) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 suggestion: ‏I usually prefer a positive signal instead of a double negative:

Suggested change
if (navigationEntry && !hasBrokenDomTimings(navigationEntry)) {
if (navigationEntry && isValidNavigationEntry(navigationEntry)) {

@bdibon bdibon merged commit ce9d821 into main May 29, 2026
30 checks passed
@bdibon bdibon deleted the renovate/playwright-monorepo branch May 29, 2026 11:22
@github-actions github-actions Bot locked and limited conversation to collaborators May 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants