fix: propagate monorepo root yarn resolutions to dynamic plugin exports - #152
Merged
Merged
Conversation
davidfestal
force-pushed
the
add-backstage-features-to-dynamic-plugin
branch
2 times, most recently
from
July 30, 2026 17:37
9d4711b to
228596f
Compare
Read resolutions from the monorepo root `package.json` and propagate them to the generated `dist-dynamic` `package.json`, filtering out `patch:` resolutions. Signed-off-by: David Festal <dfestal@redhat.com> Assisted-by: Cursor
…x, since it has been renamed on the overlay `main` branch. Signed-off-by: David Festal <dfestal@redhat.com>
davidfestal
force-pushed
the
add-backstage-features-to-dynamic-plugin
branch
from
July 30, 2026 17:44
228596f to
baf643d
Compare
|
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.



Fix #RHIDP-15927
Read resolutions from the monorepo root
package.jsonand propagate them to the generateddist-dynamicpackage.json, filtering outpatch:resolutions.Assisted-by: Cursor