Skip to content

Update patternfly to v6.5.1#2035

Merged
openshift-merge-bot[bot] merged 1 commit into
release-4.19from
konflux/mintmaker/release-4.19/patternfly
Jun 5, 2026
Merged

Update patternfly to v6.5.1#2035
openshift-merge-bot[bot] merged 1 commit into
release-4.19from
konflux/mintmaker/release-4.19/patternfly

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Jun 3, 2026

This PR contains the following updates:

Package Change Age Confidence
@patternfly/react-code-editor (source) 6.4.36.5.1 age confidence
@patternfly/react-core 6.4.36.5.1 age confidence
@patternfly/react-icons 6.4.06.5.1 age confidence

Release Notes

patternfly/patternfly-react (@​patternfly/react-code-editor)

v6.5.1

Compare Source

v6.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: patternfly/patternfly-react@v6.4.0...v6.5.0


Configuration

📅 Schedule: Branch creation - Every minute ( * * * * * ) in timezone UTC, 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 3, 2026

📝 Walkthrough

Walkthrough

PatternFly dependencies in package.json are upgraded: @patternfly/chatbot moves from prerelease to stable, while @patternfly/react-code-editor, @patternfly/react-core, and @patternfly/react-icons are bumped from version 6.4.x to 6.5.x.

Changes

PatternFly Dependencies

Layer / File(s) Summary
PatternFly package upgrades
package.json
@patternfly/chatbot is promoted from prerelease to stable version; @patternfly/react-code-editor, @patternfly/react-core, and @patternfly/react-icons are upgraded to 6.5.x.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

lgtm, approved

Suggested reviewers

  • xrajesh

Poem

🐰 PatternFly's feathers now bright,
From prerelease to stable delight,
Six-point-five hops across the way,
Dependencies dance and play,
Console code takes wing in flight! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update patternfly to v6.5.1' accurately reflects the main change in the pull request, which updates PatternFly dependencies to version 6.5.x/6.5.0 releases.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/release-4.19/patternfly

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from joshuawilson and xrajesh June 3, 2026 20:30
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-4.19/patternfly branch 2 times, most recently from 95f432f to 44f5e58 Compare June 5, 2026 00:11
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 `@package.json`:
- Line 27: The project currently pins "`@patternfly/chatbot`" at 6.6.0 which
requires React ^18/19 while the repo uses React 17; either upgrade the app to
React 18+ or change the dependency to the last React-17-compatible release
(replace "`@patternfly/chatbot`": "6.6.0" with the appropriate older version),
then run npm install and verify peerDependencies with npm ls and run the
app/tests to ensure the chatbot package works; locate the dependency by the
"`@patternfly/chatbot`" entry in package.json and update that version accordingly.
🪄 Autofix (Beta)

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: 89a12c20-09a9-4a0f-a6c3-2831c35492aa

📥 Commits

Reviewing files that changed from the base of the PR and between 09c6a7f and 44f5e58.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
"@patternfly/react-code-editor": "6.4.3",
"@patternfly/react-core": "6.4.3",
"@patternfly/react-icons": "6.4.0",
"@patternfly/chatbot": "6.6.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify peer-dependency compatibility between package.json pins and resolved lockfile packages.
set -euo pipefail

echo "== React pins in package.json =="
jq -r '.dependencies.react, .dependencies["react-dom"], .overrides.react, .overrides["react-dom"]' package.json

echo
echo "== PatternFly chatbot peerDependencies from lockfile =="
jq -r '.packages["node_modules/@patternfly/chatbot"].peerDependencies' package-lock.json

echo
echo "== PatternFly versions currently resolved =="
jq -r '.packages[""].dependencies
  | {chatbot: .["`@patternfly/chatbot`"], code_editor: .["`@patternfly/react-code-editor`"], core: .["`@patternfly/react-core`"], icons: .["`@patternfly/react-icons`"]}' package-lock.json

Repository: openshift/lightspeed-console

Length of output: 449


@patternfly/chatbot@6.6.0 has peer-dependency conflict with React 17
@patternfly/chatbot on package.json line 27 is 6.6.0, whose peerDependencies require react/react-dom ^18 || ^19. This repo pins react and react-dom to 17.0.2 (dependencies + overrides), so npm peer resolution is likely to warn/error and the package may not function correctly.

Suggested direction
-    "`@patternfly/chatbot`": "6.6.0",
+    "`@patternfly/chatbot`": "<last React-17-compatible version>",

If upgrading to React 18+ is out of scope, keep chatbot on the last React-17-compatible release.

🤖 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 `@package.json` at line 27, The project currently pins "`@patternfly/chatbot`" at
6.6.0 which requires React ^18/19 while the repo uses React 17; either upgrade
the app to React 18+ or change the dependency to the last React-17-compatible
release (replace "`@patternfly/chatbot`": "6.6.0" with the appropriate older
version), then run npm install and verify peerDependencies with npm ls and run
the app/tests to ensure the chatbot package works; locate the dependency by the
"`@patternfly/chatbot`" entry in package.json and update that version accordingly.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 5, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-4.19/patternfly branch from 44f5e58 to 14b6a07 Compare June 5, 2026 05:16
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 5, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update patternfly Update patternfly to v6.5.1 Jun 5, 2026
@kyoto
Copy link
Copy Markdown
Member

kyoto commented Jun 5, 2026

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 5, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 5, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kyoto

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 5, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit c362249 into release-4.19 Jun 5, 2026
6 checks passed
@kyoto kyoto deleted the konflux/mintmaker/release-4.19/patternfly branch June 5, 2026 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant