chore(deps): update non-major updates - #17
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/non-major-updates
branch
from
July 24, 2026 23:34
80874db to
e105895
Compare
renovate
Bot
force-pushed
the
renovate/non-major-updates
branch
10 times, most recently
from
July 31, 2026 00:40
2f89b7b to
e7de4d9
Compare
renovate
Bot
force-pushed
the
renovate/non-major-updates
branch
from
July 31, 2026 09:08
e7de4d9 to
7d2a3e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.4.0→5.5.71.61.1→1.62.119.2.17→19.2.1819.2.3→19.2.48.21.0→8.22.01.18.1→1.19.00feee4f→01fc865189f7c8→34971638b9f90e→86085bcee0d20f→cb9d975a0b9bf0→f70403e1.61.1→1.62.18.5.22→8.5.257.82.0→7.83.07.18.1→7.18.26ab0b6e→e7723ffRelease Notes
react-hook-form/resolvers (@hookform/resolvers)
v5.5.7Compare Source
v5.5.6Compare Source
v5.5.5Compare Source
Bug Fixes
v5.5.4Compare Source
Bug Fixes
v5.5.3Compare Source
Bug Fixes
v5.5.2Compare Source
v5.5.1Compare Source
Bug Fixes
v5.5.0Compare Source
Features
v5.4.3Compare Source
Bug Fixes
v5.4.2Compare Source
Bug Fixes
a21e723)b7bb3f9)v5.4.1Compare Source
Bug Fixes
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:
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (System.IdentityModel.Tokens.Jwt)
v8.22.0Compare Source
What's Changed
Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.21.0...8.22.0
axios/axios (axios)
v1.19.0Compare Source
This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.
postcss/postcss (postcss)
v8.5.25Compare Source
list.split()for non-string values (by @amir-rezaei).v8.5.24Compare Source
v8.5.23Compare Source
opts.fromfor security reasons.react-hook-form/react-hook-form (react-hook-form)
v7.83.0: Version 7.83.0Compare Source
⚡ Improvements
getEventValueto handle file inputs (#13289)🐞 Fixes
clearErrors()(#13613)dirtyFieldsreference stability (#13612)useController): re-subscribeonChange/onBlurwhencontrolchanges (#13603)undefined(#13287)remix-run/react-router (react-router-dom)
v7.18.2Compare Source
Configuration
📅 Schedule: (in timezone Europe/Istanbul)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.