Update react monorepo - #4792
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
📝 WalkthroughWalkthroughThe web application package manifest updates ChangesReact type updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@admin-console/src/main/webapp/package.json`:
- Around line 30-31: Regenerate admin-console/src/main/webapp/yarn.lock from the
updated `@types/react` and `@types/react-dom` versions declared in package.json,
ensuring their resolved versions and integrity checksums become 19.2.18 and
19.2.4 respectively. Commit the resulting lockfile changes without modifying
unrelated dependencies.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: fb59012c-91fe-4e70-ad4b-02ed254c1bf3
📒 Files selected for processing (1)
admin-console/src/main/webapp/package.json
| "@types/react": "19.2.18", | ||
| "@types/react-dom": "19.2.4", |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Update the lockfile with these dependency changes.
admin-console/src/main/webapp/yarn.lock still resolves @types/react to 19.2.17 and @types/react-dom to 19.2.3. This leaves the manifest and lockfile inconsistent. Yarn immutable installs can fail, or installs can continue using the old type packages.
Regenerate the lockfile and commit the updated entries and checksums.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@admin-console/src/main/webapp/package.json` around lines 30 - 31, Regenerate
admin-console/src/main/webapp/yarn.lock from the updated `@types/react` and
`@types/react-dom` versions declared in package.json, ensuring their resolved
versions and integrity checksums become 19.2.18 and 19.2.4 respectively. Commit
the resulting lockfile changes without modifying unrelated dependencies.
|
❌ Performance Tests failed
Tests run: InsightsNotificationswebhook_runner · InsightsNotificationsgw_runner · InsightsNotificationsemail_runner 📊 Performance ResultsInsightsNotificationsemail_runner
InsightsNotificationswebhook_runner
InsightsNotificationsgw_runner
|
This PR contains the following updates:
19.2.17→19.2.1819.2.3→19.2.4Configuration
📅 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.