fix(deps): update all dependencies - #40
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
from
July 27, 2026 15:31
c42c4da to
bd6076d
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
July 28, 2026 19:40
bd6076d to
6fd0fb0
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
August 5, 2026 12:56
f294079 to
8449829
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
August 7, 2026 20:54
b88ce24 to
0d371b8
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
August 7, 2026 21:19
0d371b8 to
33d45b8
Compare
Owner
|
🎉 This PR is included in version 2.2.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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:
19.2.17→19.2.1819.2.3→19.2.4v7.0.0→v7.0.1v4.4.0→v4.6.024.18.0→24.18.124.19.01.61.1→1.62.119.2.7→19.2.819.2.7→19.2.817.0.10→17.0.1125.0.7→25.0.825.0.9Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
docker/login-action (docker/login-action)
v4.6.0Compare Source
v4.5.2Compare Source
v4.5.1Compare Source
v4.5.0Compare Source
actions/node-versions (node)
v24.18.1: 24.18.1Compare Source
Node.js 24.18.1
microsoft/playwright (playwright)
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:
react/react (react)
v19.2.8Compare Source
react/react (react-dom)
v19.2.8Compare Source
i18next/react-i18next (react-i18next)
v17.0.11Compare Source
html-parse-stringifyupdated to^4.0.1. The parser powering<Trans>is now actively maintained under the i18next org (i18next/html-parse-stringify) after years without upstream releases. 4.x brings modern dual ESM/CJS packaging with anexportsmap, zero runtime dependencies, reworked TypeScript types and a long list of parser fixes (literal<in text, multiline/CRLF attribute values, comments containing>, doctype handling, quote-aware bracket handling).escapeLiteralLessThanscanner (~80 lines) is replaced by the parser's newallowedTagsoption with identical semantics: only numbered tags, kept basic HTML tags and known component names are parsed as markup, any other tag-shaped sequence in the translation stays literal text. Rendered output is unchanged (all 493 tests pass, including the #1880 and #1893 escaping cases).semantic-release/semantic-release (semantic-release)
v25.0.8Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.