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 577 +4
=======================================
Hits 1544 1544
Misses 878 878
Partials 2 2
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
202d5cd to
425b7b8
Compare
3326fc3 to
20538c2
Compare
|
The container image build workflow finished with status: |
20538c2 to
9951890
Compare
9951890 to
97b8dfe
Compare
97b8dfe to
41cc317
Compare
41cc317 to
51d8a93
Compare
88380d7 to
836d0cf
Compare
|
The container image build workflow finished with status: |
836d0cf to
d317c72
Compare
d317c72 to
8fb8dd5
Compare
8fb8dd5 to
529fea6
Compare
|
The container image build workflow finished with status: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
529fea6 to
8532242
Compare
|



This PR contains the following updates:
1.61.1→1.62.02.10.4→2.10.7Release Notes
microsoft/playwright (@playwright/test)
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.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.