Version Packages (app-defaults) - #4217
Merged
Merged
Conversation
rhdh-bot
requested review from
a team,
christoph-jerolimov and
rohitkrai03
as code owners
August 10, 2026 09:00
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4217 +/- ##
=======================================
Coverage 55.19% 55.19%
=======================================
Files 2423 2423
Lines 96358 96358
Branches 26925 26927 +2
=======================================
Hits 53180 53180
Misses 41728 41728
Partials 1450 1450
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
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.



Releases
@red-hat-developer-hub/backstage-plugin-app-auth@0.2.0
Minor Changes
04e09fb: BREAKING:
SignInPageis no longer exported from@red-hat-developer-hub/backstage-plugin-app-auth/alpha. UseappAuthModule(or the package default export); the page loads throughSignInPageBlueprintwith a dynamicimport().Replaces
import appPlugin from '@backstage/plugin-app'+ extension override withSignInPageBlueprintfrom@backstage/plugin-app-reactso the NFS alpha Module Federation sync chunk no longer pulls the full@backstage/plugin-apptree (AppRoot,@backstage/ui, framer-motion, markdown, MUI v4).