fix(deps): update module github.com/mxschmitt/playwright-go to v0.6201.1 - abandoned - #643
fix(deps): update module github.com/mxschmitt/playwright-go to v0.6201.1 - abandoned#643renovate[bot] wants to merge 3 commits into
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #643 +/- ##
=======================================
Coverage 74.07% 74.07%
=======================================
Files 36 36
Lines 3151 3151
=======================================
Hits 2334 2334
Misses 817 817
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
423f52f to
1ff889e
Compare
1ff889e to
29e3fe9
Compare
29e3fe9 to
ec6b164
Compare
ec6b164 to
7ce4ef6
Compare
7ce4ef6 to
cfde919
Compare
cfde919 to
1ac4eaf
Compare
481d922 to
226cfc0
Compare
226cfc0 to
54086cd
Compare
54086cd to
8570e02
Compare
Two pre-existing breakages made every local commit fail before any hook ran: - tekwizely/pre-commit-golang v1.0.0-rc.1 ships `go-imports`, not the configured `go-fmt-goimports`, so pre-commit aborted environment setup with "hook not present in repository". - .prettierrc.json still loaded prettier-plugin-tailwindcss and prettier-plugin-go-template, leftovers from the removed bun/Tailwind toolchain; with no package.json in the repo the mirrors-prettier hook cannot resolve them and errors out on every run. Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_01D41i7TcscCHnuQ22AJzr4S Agent-Host: 0493f0 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
The renovate update added only the /go.mod hash for v0.6201.1 and dropped the module content hash, so the e2e-tagged package — the only importer of playwright-go — failed CI with "missing go.sum entry for module providing package github.com/mxschmitt/playwright-go". Ran go mod tidy under the pinned go1.27.0 toolchain, which also settles the drift left by the golangci-lint v2.13.1 bump (#657); go mod verify clean, build + unit tests + an e2e smoke against the new driver pass. Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_01D41i7TcscCHnuQ22AJzr4S Agent-Host: 0493f0 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
|
Edited/Blocked NotificationRenovate 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. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |



This PR contains the following updates:
v0.6100.0→v0.6201.1Release Notes
mxschmitt/playwright-go (github.com/mxschmitt/playwright-go)
v0.6201.1Compare Source
Go-only patch release on top of the v1.62.1 driver. The bundled driver version is unchanged, so no reinstall is needed when upgrading from v0.6201.0.
Four
any-typed parameters accepted argument types the generated docs promised but the code did not handle, and each failed by panicking rather than reporting an error. All four now behave as documented.Fixes
Page.ExpectRequest/Page.ExpectResponseacceptfunc(Request) bool/func(Response) boolpredicates again, so waits can filter onMethod(),Status(), headers or post data instead of the URL alone (#627).ToHaveText,ToContainTextandToHaveClassaccept mixed lists of strings and regexps ([]any{"alpha", regexp.MustCompile("bet.")}), matching upstream'sArray<string|RegExp>. Homogeneous[]string/[]*regexp.Regexpare unaffected.ExpectEvent/WaitForEventreject the wait with a descriptive error when the predicate is unusable — not a function, wrong argument type, wrong return type, or panicking — instead of crashing the process from the library's own dispatch goroutine. A typed-nil predicate now means "no predicate".GetBy*family onPage,Frame,LocatorandFrameLocator,GetByRole'sName/Descriptionoptions, and theHasText/HasNotTextlocator options report an invalid argument type throughLocator.Err()instead of panicking.Internal
encoding/jsonrather than the vendored Go 1.6 JSON fork ingo-jose/v3— about 20% faster on large frames at the same allocation count.github.com/go-jose/go-jose/v3andgolang.org/x/cryptoleave the module graph (investigated for #631).What's Changed
Full Changelog: mxschmitt/playwright-go@v0.6201.0...v0.6201.1
v0.6201.0Compare Source
Roll to v1.62.1
This release rolls the bundled Playwright driver to v1.62.1 (Chromium 151.0.7922.34, Firefox 153.0, WebKit 26.5).
New APIs
ScrollMode(auto/none) on the affected action options.BrowserContextstorage state.APIResponse.Timing().ResponseEnd.Locator.WaitForFunction.Behavior changes
responseEndTimingis preserved in API responses.Fixes
PLAYWRIGHT_CLI_PATHis compatible with more external driver layouts.Page's frame list (#626).What's Changed
New Contributors
Full Changelog: mxschmitt/playwright-go@v0.6100.0...v0.6201.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.