fix(deps): update dependency @playwright/test to v1.58.2 #134

Open
ticktock_depbot wants to merge 1 commit from renovate/playwright-monorepo into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@playwright/test (source) dependencies minor 1.57.0 -> 1.58.2

Release Notes

microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

Highlights

#​39121 fix(trace viewer): make paths via stdin work
#​39129 fix: do not force swiftshader on chromium mac

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

📣 Playwright CLI+SKILLs 📣

We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.

It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144
  • Microsoft Edge 144

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playwright/test](https://playwright.dev) ([source](https://github.com/microsoft/playwright)) | dependencies | minor | [`1.57.0` -> `1.58.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.57.0/1.58.2) | --- ### Release Notes <details> <summary>microsoft/playwright (@&#8203;playwright/test)</summary> ### [`v1.58.2`](https://github.com/microsoft/playwright/releases/tag/v1.58.2) [Compare Source](https://github.com/microsoft/playwright/compare/v1.58.1...v1.58.2) #### Highlights [#&#8203;39121](https://github.com/microsoft/playwright/issues/39121) fix(trace viewer): make paths via stdin work [#&#8203;39129](https://github.com/microsoft/playwright/issues/39129) fix: do not force swiftshader on chromium mac #### Browser Versions - Chromium 145.0.7632.6 - Mozilla Firefox 146.0.1 - WebKit 26.0 ### [`v1.58.1`](https://github.com/microsoft/playwright/releases/tag/v1.58.1) [Compare Source](https://github.com/microsoft/playwright/compare/v1.58.0...v1.58.1) #### Highlights [#&#8203;39036](https://github.com/microsoft/playwright/issues/39036) fix(msedge): fix local network permissions [#&#8203;39037](https://github.com/microsoft/playwright/issues/39037) chore: update cft download location [#&#8203;38995](https://github.com/microsoft/playwright/issues/38995) chore(webkit): disable frame sessions on fronzen builds #### Browser Versions - Chromium 145.0.7632.6 - Mozilla Firefox 146.0.1 - WebKit 26.0 ### [`v1.58.0`](https://github.com/microsoft/playwright/releases/tag/v1.58.0) [Compare Source](https://github.com/microsoft/playwright/compare/v1.57.0...v1.58.0) #### 📣 Playwright CLI+SKILLs 📣 We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at [playwright-cli](https://github.com/microsoft/playwright-cli). This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly. > It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM! #### Timeline If you're using [merged reports](https://playwright.dev/docs/test-sharding#merging-reports-from-multiple-environments), the HTML report Speedboard tab now shows the Timeline: ![Timeline chart in the HTML report](https://github.com/microsoft/playwright/blob/main/docs/src/images/timeline.png?raw=true) #### UI Mode and Trace Viewer Improvements - New 'system' theme option follows your OS dark/light mode preference - Search functionality (Cmd/Ctrl+F) is now available in code editors - Network details panel has been reorganized for better usability - JSON responses are now automatically formatted for readability Thanks to [@&#8203;cpAdm](https://github.com/cpAdm) for contributing these improvements! #### Miscellaneous [browserType.connectOverCDP()](https://playwright.dev/docs/api/class-browsertype#browser-type-connect-over-cdp) now accepts an `isLocal` option. When set to `true`, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations. #### Breaking Changes ⚠️ - Removed `_react` and `_vue` selectors. See [locators guide](https://playwright.dev/docs/locators) for alternatives. - Removed `:light` selector engine suffix. Use standard CSS selectors instead. - Option `devtools` from [browserType.launch()](https://playwright.dev/docs/api/class-browsertype#browser-type-launch) has been removed. Use `args: ['--auto-open-devtools-for-tabs']` instead. - Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version. #### Browser Versions - Chromium 145.0.7632.6 - Mozilla Firefox 146.0.1 - WebKit 26.0 This version was also tested against the following stable channels: - Google Chrome 144 - Microsoft Edge 144 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update dependency @playwright/test to v1.58.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Successful in 4m36s
f0706c9e83
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot changed title from fix(deps): update dependency @playwright/test to v1.58.0 to fix(deps): update dependency @playwright/test to v1.58.1 2026-01-30 18:34:48 +00:00
ticktock_depbot force-pushed renovate/playwright-monorepo from f0706c9e83
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Successful in 4m36s
to a889d52700
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 16s
/ build (pull_request) Successful in 4m15s
2026-01-30 18:34:49 +00:00
Compare
ticktock_depbot changed title from fix(deps): update dependency @playwright/test to v1.58.1 to fix(deps): update dependency @playwright/test to v1.58.2 2026-02-06 16:44:42 +00:00
ticktock_depbot force-pushed renovate/playwright-monorepo from a889d52700
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 16s
/ build (pull_request) Successful in 4m15s
to 20eadb28c9
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m26s
/ build (pull_request) Successful in 4m49s
2026-02-06 16:44:43 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m26s
/ build (pull_request) Successful in 4m49s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/playwright-monorepo:renovate/playwright-monorepo
git switch renovate/playwright-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/playwright-monorepo
git switch renovate/playwright-monorepo
git rebase main
git switch main
git merge --ff-only renovate/playwright-monorepo
git switch renovate/playwright-monorepo
git rebase main
git switch main
git merge --no-ff renovate/playwright-monorepo
git switch main
git merge --squash renovate/playwright-monorepo
git switch main
git merge --ff-only renovate/playwright-monorepo
git switch main
git merge renovate/playwright-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
btclock/webui!134
No description provided.