chore(deps): update npm dependencies - #324
Conversation
c1b6c72 to
6d71572
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #324 +/- ##
=======================================
Coverage 75.87% 75.87%
=======================================
Files 109 109
Lines 1621 1621
Branches 496 496
=======================================
Hits 1230 1230
Misses 343 343
Partials 48 48
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:
|
7917226 to
b93a32a
Compare
Full review (53 lines)Code Review: PR #324 — chore(deps): update npm dependencies1. Summary of IntentThis is an automated Konflux bot dependency-update PR that bumps devDependencies only:
No runtime (production) dependency is touched. All changes are patch-level version bumps confined to lint tooling, commit-message tooling, and browser-capability data used by Playwright/Browserslist at build/test time. 2. Correctness, Safety, and Risk Analysis
3. FindingsCriticalNone identified. No runtime dependencies, security-sensitive code, or data-handling logic is touched. HighNone identified. No production behavior, error handling, or user-facing logic is affected by this diff. Medium
Low
4. Overall AssessmentReady to merge, contingent only on green CI (lint, build, and e2e/Playwright test jobs, given Blocking items: none from a code-review standpoint. The only operational consideration is sequencing this merge relative to sibling bot PRs (#325, #330) that touch overlapping lockfile regions, to avoid unnecessary merge conflicts. Key risks: negligible. The sole residual risk is a lint-rule regression from the |
8c24bbb to
2787425
Compare
7447a3e to
f0a952a
Compare
a6117d9 to
e151113
Compare
32f36ed to
399b70c
Compare
3368454 to
88b2513
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
88b2513 to
5d42bc4
Compare
This PR contains the following updates:
5.18.1→5.18.25.18.31.61.1→1.62.11.61.1→1.62.11.5.380→1.5.4011.5.40217.8.0→17.9.01.61.1→1.62.11.61.1→1.62.14.62.3→4.62.48.65.0→8.66.0Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v5.18.2Compare Source
🐞 Fixes
react-x/no-nested-component-definitions: fixed a regression where nested components wrapped inuseCallback(e.g.const C = useCallback(() => <div />, []);) were no longer reported — the rule now resolves the component name through well-known component wrappers (memo,forwardRef,useCallback,observer, react-redux'sconnect, Relay'screate*Containerhelpers, Apollo'sgraphql, andwith*HOCs, including curried forms likeconnect(...)(Component)) up to the enclosing variable declarator, and no longer misreports array method callbacks (flatMap,forEach,reduce, etc.) in list rendering patterns. (#1928, closes #1927)🏗️ Internal
effectto3.22.1,eslint-plugin-jsdocto63.3.3,textlintto15.8.0,js-yamlto4.3.1,axiosto1.19.0,nxto23.1.1,viteto8.2.0,@vitejs/plugin-reactto6.0.5,fumadocsto16.14.0,fumadocs-mdxto15.2.2,preactto10.29.8,globalsto17.9.0,lucide-reactto1.28.0,@types/reactto19.2.18,@types/react-domto19.2.4, andpnpmto11.20.0.Full Changelog: Rel1cx/eslint-react@v5.18.1...v5.18.2
microsoft/playwright (@playwright/test)
v1.62.1Compare Source
Bug Fixes
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 you cancel 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() (https://playwright.dev/docs/api/class-locator#locator-screenshot) also accept
webpas atype, where quality100(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:
Kilian/electron-to-chromium (electron-to-chromium)
v1.5.401Compare Source
v1.5.400Compare Source
v1.5.399Compare Source
v1.5.398Compare Source
v1.5.397Compare Source
v1.5.396Compare Source
v1.5.395Compare Source
v1.5.394Compare Source
v1.5.393Compare Source
v1.5.392Compare Source
v1.5.391Compare Source
v1.5.389Compare Source
v1.5.388Compare Source
v1.5.387Compare Source
v1.5.386Compare Source
v1.5.385Compare Source
v1.5.384Compare Source
v1.5.383Compare Source
v1.5.382Compare Source
v1.5.381Compare Source
sindresorhus/globals (globals)
v17.9.0Compare Source
5a958edrollup/rollup (rollup)
v4.62.4Compare Source
2026-08-01
Bug Fixes
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)
v8.66.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: (UTC)
🚦 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.