Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies major ^22.8.1 -> ^25.0.0
@types/react (source) devDependencies major ^18.2.0 -> ^19.0.0
@types/react-dom (source) devDependencies major ^18.2.0 -> ^19.0.0
@vitest/browser (source) devDependencies major ^3.2.4 -> ^4.0.0
@vitest/coverage-v8 (source) devDependencies major ^3.2.4 -> ^4.0.0
globals devDependencies major ^16.2.0 -> ^17.0.0
react (source) peerDependencies major ^18 -> ^18 || ^19.0.0
react (source) dependencies major ^18.2.0 -> ^19.0.0
react-dom (source) peerDependencies major ^18 -> ^18 || ^19.0.0
react-dom (source) dependencies major ^18.2.0 -> ^19.0.0
react-error-boundary (source) dependencies major ^4.0.13 -> ^6.0.0
react-router-dom (source) dependencies major ^6.21.1 -> ^7.0.0
react-syntax-highlighter dependencies major ^15.6.1 -> ^16.0.0
vitest (source) devDependencies major ^3.2.4 -> ^4.0.0
vitest-browser-react devDependencies major ^1.0.1 -> ^2.0.0

Release Notes

vitest-dev/vitest (@​vitest/browser)

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.0

Compare Source

Vitest 4.0 is out!

To stay updated, read our blog post and check the migration guide.

   🚨 Breaking Changes
   🚀 Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
- Changed return types of MultiselectFilterControl and SearchFilterControl components from JSX.Element | null to React.ReactNode.
- Updated textInputRef initialization to use null for better type safety.
- Enhanced mocking of @peculiar/x509 in tests to use class syntax for constructors.
- Improved mock implementation for X509Certificate to allow dynamic data changes during tests.
- Added new dependency @testing-library/user-event to package.json.
- Updated ESLint configuration to reflect the new React version.

Assisted-By: claude-4.5-opus-high
- Updated return types for MultiselectFilterControl and SearchFilterControl to React.ReactNode for improved type safety.
- Initialized textInputRef with null to align with type safety practices.
- Refined test mocks for @peculiar/x509 using class syntax and improved dynamic data handling in X509Certificate mock.
- Added @testing-library/user-event as a new dependency for testing enhancements.
- Adjusted ESLint configuration to accommodate the latest React version.

Assisted-By: claude-4.5-opus-high
@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2026

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.61%. Comparing base (57af202) to head (4f1358c).

Files with missing lines Patch % Lines
...ponents/FilterToolbar/MultiselectFilterControl.tsx 0.00% 2 Missing ⚠️
client/src/app/components/ErrorFallback.tsx 0.00% 1 Missing ⚠️
...p/components/FilterToolbar/SearchFilterControl.tsx 0.00% 1 Missing ⚠️
.../src/app/pages/RekorSearch/components/Explorer.tsx 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (57af202) and HEAD (4f1358c). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (57af202) HEAD (4f1358c)
e2e 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #129       +/-   ##
===========================================
- Coverage   54.74%   42.61%   -12.13%     
===========================================
  Files         101       94        -7     
  Lines        4755     1368     -3387     
  Branches      519      393      -126     
===========================================
- Hits         2603      583     -2020     
+ Misses       2095      785     -1310     
+ Partials       57        0       -57     
Flag Coverage Δ
e2e ?
unit 42.61% <0.00%> (-3.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Updated the type definition for extensions in the X509Certificate mock to use a more concise array syntax.
- Enhanced the mock implementation of toRelativeDateString to convert the date to a string for better clarity.
- Modified navigate calls in ErrorFallback and Explorer components to use void for better readability.
- Improved ESLint comments in utils tests to include additional rules for better type safety.

Assisted-By: claude-4.5-opus-high
- Changed the search attribute from "Entry SHA" to "Commit SHA" for better clarity.
- Updated the locator selection method to use an object with a label for improved type safety in the applySearch function.
- Renamed the artifact upload in CI workflow to 'playwright-artifacts-coverage' for better clarity on its purpose.

Assisted-By: claude-4.5-opus-high
- Improved the health check process for the backend service by adding clear echo statements for better visibility during execution.
- Introduced a waiting mechanism for the backend TUF repository initialization, including a timeout warning and response output for troubleshooting.
- Added echo statements to indicate when the UI is ready, enhancing the overall feedback during the action execution.

Assisted-By: claude-4.5-opus-high
@red-hat-konflux
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants