chore(deps): update devdependencies (non-major) - #5124
Conversation
|
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5124 +/- ##
=======================================
Coverage 63.69% 63.69%
=======================================
Files 123 123
Lines 2424 2424
Branches 573 573
=======================================
Hits 1544 1544
Misses 878 878
Partials 2 2
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
3c11b13 to
1ed1bd3
Compare
1ed1bd3 to
e6791b1
Compare
e6791b1 to
d5bc461
Compare
d5bc461 to
76ae015
Compare
76ae015 to
cc22ea6
Compare
cc22ea6 to
45ac74d
Compare
45ac74d to
bade398
Compare
bade398 to
4750cc0
Compare
4750cc0 to
256b5d5
Compare
256b5d5 to
db3959b
Compare
db3959b to
1b8ef08
Compare
bed5248 to
df68e53
Compare
df68e53 to
e0c4342
Compare
e0c4342 to
b8ac8d3
Compare
b8ac8d3 to
5d468d3
Compare
5d468d3 to
ccfb0d5
Compare
ccfb0d5 to
80a3e4f
Compare
80a3e4f to
7fa2f51
Compare
7fa2f51 to
333f746
Compare
333f746 to
ba04ca3
Compare
ba04ca3 to
501f809
Compare
|
The container image build workflow finished with status: |
d682479 to
a527bba
Compare
|
The container image build workflow finished with status: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a527bba to
4049164
Compare
|
The container image build workflow finished with status: |
|



This PR contains the following updates:
1.61.1→1.62.12.10.4→2.10.8Release Notes
microsoft/playwright (@playwright/test)
v1.62.1Compare Source
v1.62.0Compare Source
🧱 New component testing model
Component testing moves to a stories and galleries model.
A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a
gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates
to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:
Pass a story type as a template argument to type-check its props, and use
update(props)/unmount()on the returned locator to re-render or tear down within a test.🛑 Cancel operations with AbortSignal
Most operations and web-first assertions now accept a
signaloption that takes anAbortSignal, letting youcancel long-running actions, navigations, waits, and assertions:
Providing a signal does not disable the default timeout; pass
timeout: 0to disable it.🖼️ WebP screenshots
expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot()
can now store snapshots in the WebP format — just give the snapshot a
.webpname:page.screenshot() and locator.screenshot() also accept
webpas atype,where quality
100(the default) is lossless and lower values use lossy compression.🧩 Custom test filtering with Reporter.preprocess()
New reporter.preprocess() hook runs after the configuration is resolved and before
reporter.onBegin(), letting a reporter mark individual tests as skipped, excluded,
fixed, or failing through a TestRun object:
🔁 Isolated retries
New testConfig.retryStrategy controls when failed tests are retried. The default
'immediate'retries as soon as a worker is free;'isolated'runs all retries at the end,one by one in a single worker, to minimize interference with the rest of the suite:
New APIs
Browser and Context
credentialsincludes the context's virtual WebAuthn Credentials (passkeys) in the storage state, so they can be persisted and re-seeded into later contexts.Actions
scrolloption ("auto"|"none") on actions to opt out of Playwright's automatic scroll-into-view.Network
Evaluation
Command line & MCP
playwright-cli, runnable vianpx playwright mcpandnpx playwright cli.Reporters
mergeFilesreporter option:Announcements
Browser Versions
This version was also tested against the following stable channels:
vercel/turborepo (turbo)
v2.10.8: Turborepo v2.10.8Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.10.7...v2.10.8
v2.10.7: Turborepo v2.10.7Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.10.6...v2.10.7
v2.10.6: Turborepo v2.10.6Compare Source
What's Changed
Changelog
node@runtime:lockfile entries by @anthonyshew in #13408turbo watchby @anthonyshew in #13423New Contributors
Full Changelog: vercel/turborepo@v2.10.5...v2.10.6
v2.10.5: Turborepo v2.10.5Compare Source
What's Changed
Changelog
Toolchainoutput availability by @anthonyshew in #13360New Contributors
Full Changelog: vercel/turborepo@v2.10.4...v2.10.5
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.