Skip to content

fix(deps): update npm minor and patch dependencies - #358

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/npm-minor-and-patch-dependencies
Open

fix(deps): update npm minor and patch dependencies#358
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/npm-minor-and-patch-dependencies

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@patternfly/chatbot 6.5.06.7.1 age confidence
@patternfly/patternfly ^6.4.0^6.6.1 age confidence
@patternfly/react-core ^6.4.0^6.6.1 age confidence
@patternfly/react-icons ^6.4.0^6.6.1 age confidence
@playwright/test (source) ^1.60.0^1.62.1 age confidence
@redhat-cloud-services/frontend-components (source) ^7.0.26^7.10.4 age confidence
@redhat-cloud-services/frontend-components-config (source) 6.7.236.14.3 age confidence
@redhat-cloud-services/frontend-components-utilities (source) ^7.0.22^7.5.2 age confidence
@redhat-cloud-services/tsc-transform-imports (source) ^1.0.39^1.3.2 age confidence
@scalprum/core ^0.9.0^0.10.3 age confidence
@scalprum/react-core ^0.11.1^0.13.3 age confidence
@types/node (source) ^22.19.7^22.20.1 age confidence
@types/react (source) ^18.3.27^18.3.31 age confidence
@unleash/proxy-client-react ^5.0.1^5.1.0 age confidence
cypress-localstorage-commands ^2.2.8^2.3.0 age confidence
dompurify ^3.4.0^3.4.13 age confidence
npm-run-all2 5.0.05.0.2 age confidence
playwright (source) ^1.60.0^1.62.1 age confidence
react-router-dom (source) ^6.30.3^6.30.4 age confidence
rimraf ^6.1.2^6.1.3 age confidence
ts-jest (source) ^29.4.6^29.4.12 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

patternfly/chatbot (@​patternfly/chatbot)

v6.7.1

Compare Source

What's Changed

Full Changelog: patternfly/chatbot@v6.7.0...v6.7.1

v6.7.0

Compare Source

What's Changed

Full Changelog: patternfly/chatbot@v6.6.0...v6.7.0

v6.6.0

Compare Source

What's Changed

Full Changelog: patternfly/chatbot@v6.5.0...v6.6.0

patternfly/patternfly (@​patternfly/patternfly)

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.2

Compare Source

v6.5.1

Compare Source

v6.5.0

Compare Source

What's Changed

Full Changelog: patternfly/patternfly@prerelease-v6.5.0-prerelease.93...v6.5.0

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@coderabbitai

coderabbitai Bot commented Jan 23, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Dependency version bumps in package.json for PatternFly, Red Hat frontend libraries, TypeScript types, and a run-scripts utility. No changes to application code, build scripts, or exported/public APIs.

Changes

Cohort / File(s) Summary
Dependency Updates
package.json
Bumped dependency and devDependency versions: @patternfly/react-core ^6.4.0 → ^6.4.1, @redhat-cloud-services/frontend-components ^7.0.26 → ^7.0.40, @redhat-cloud-services/frontend-components-utilities ^7.0.22 → ^7.0.36, @redhat-cloud-services/frontend-components-config 6.7.23 → 6.7.51, @redhat-cloud-services/tsc-transform-imports ^1.0.39 → ^1.0.53, @types/node ^22.19.7 → ^22.19.11, @types/react ^18.3.27 → ^18.3.28, and npm-run-all2 5.0.0 → 5.0.2. No functional or script changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The body is detailed and on-topic, but it omits required template sections for the issue, checklist, reviewer notes, and AI disclosure. Add the required template sections, including a two-to-three-sentence summary, issue reference, checklist status, reviewer notes, and AI disclosure.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title clearly identifies the pull request as an npm dependency update involving minor and patch releases.
✨ 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/main/npm-minor-and-patch-dependencies

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

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch from 4b88d1b to 2cd8dbe Compare January 23, 2026 12:40
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency npm-run-all2 to v5.0.2 fix(deps): update npm minor and patch dependencies Jan 23, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 3 times, most recently from 9085a84 to 2253fa9 Compare January 29, 2026 00:38
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 5 times, most recently from c05578e to 7f6060e Compare February 9, 2026 17:19
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 3 times, most recently from 4daa4da to a9174c2 Compare February 16, 2026 16:57
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 4 times, most recently from 367ebc3 to c098dc4 Compare February 27, 2026 13:03
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 3 times, most recently from a9610aa to 032ecf6 Compare March 9, 2026 18:06
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 7 times, most recently from c8965bf to 9373189 Compare March 20, 2026 17:09
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 2 times, most recently from 00f2863 to 6089aa9 Compare March 31, 2026 01:53
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch from cf9f6f1 to 6c6084c Compare April 10, 2026 17:41
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 3 times, most recently from 48c9ed0 to 617bd46 Compare April 24, 2026 13:32
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch from 617bd46 to f0d420f Compare April 29, 2026 17:55
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 5 times, most recently from 878c8fe to 6a9d923 Compare May 12, 2026 05:33
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 10 times, most recently from bb67a19 to 5e79ae0 Compare May 22, 2026 05:29
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/npm-minor-and-patch-dependencies branch 8 times, most recently from eccef50 to 52ed77f Compare June 1, 2026 21:48
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/main/npm-minor-and-patch-dependencies branch from 52ed77f to b5acc20 Compare June 2, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants