chore: bump Yarn 4.17.1 and Node 24 - #159
Merged
Merged
Conversation
Align rhdh-cli with the RHIDP-16074 Yarn Berry upgrade (packageManager, yarnPath, release binary, yarn.lock). https://redhat.atlassian.net/browse/RHIDP-16074 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
CI already uses node-version-file: .nvmrc, so workflows pick this up. https://redhat.atlassian.net/browse/RHIDP-16074 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
https://redhat.atlassian.net/browse/RHIDP-16074 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
Prettier wants single-quoted approvedGitRepositories; yarn install rewrote lockfile checksums to algorithm 10 under Yarn 4.17.1. https://redhat.atlassian.net/browse/RHIDP-16074 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
nickboldt
enabled auto-merge (squash)
August 7, 2026 17:03
Verify Plugin Export reads plugins-list.yaml from overlays; homepage still lists plugins/dynamic-home-page after the rename to plugins/homepage. Skip missing plugin dirs so CI keeps validating homepage / homepage-backend. https://redhat.atlassian.net/browse/RHIDP-16074 Generated-by: cursor Co-authored-by: Cursor <cursoragent@cursor.com>
This reverts commit 3daa96f.
|
hopehadfield
approved these changes
Aug 7, 2026
hopehadfield
left a comment
Member
There was a problem hiding this comment.
LGTM to merge so long as tests pass
Member
Author
|
fixed a bug in overlays for homepage plugin-list.yaml in https://github.com/redhat-developer/rhdh-plugin-export-overlays/pull/3202/changes (dynamic-home-page is renamed to homepage so the https://github.com/redhat-developer/rhdh-cli/actions/runs/31201475675/job/92942552232?pr=159 should be green now. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
packageManager,yarnPath,.yarn/releases,yarn.lock).nvmrc(aligned with rhdh; Actions usenode-version-file: .nvmrc)Test plan
node .yarn/releases/yarn-4.17.1.cjs -v→4.17.1yarn installsucceeds under Node 24.18.0.nvmrc) greenyarn build/ lint smoke as neededRef: https://redhat.atlassian.net/browse/RHIDP-16074
Generated-by: cursor