chore(quickstart): upgrade plugin to BS v1.54.6 - #4682
Conversation
|
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
50e3f70 to
777117e
Compare
|
Quickstart upgrade to BS v1.54.x is currently blocked by global-header upgrade to BS v.154.x /hold |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4682 +/- ##
=======================================
Coverage 62.72% 62.72%
=======================================
Files 2636 2636
Lines 105422 105422
Branches 29521 29521
=======================================
Hits 66125 66125
Misses 38762 38762
Partials 535 535
*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:
|
777117e to
bf24fca
Compare
bf24fca to
1924229
Compare
|



Hey, I just made a Pull Request!
https://redhat.atlassian.net/browse/RHIDP-16315
Backstage version bump to v1.54.6. Also bump
@red-hat-developer-hub/backstage-plugin-app-reactto^1.0.0(NFS exports moved off/alpha) forfrontend-plugin-api0.18.0 compatibility.Blocked: The published plugin’s main entry is NFS (src/index.tsx). That file imports
GlobalHeaderMenuItemBlueprint. On Backstage 1.54,@backstage/frontend-plugin-api@0.18.0throws the following error as soon as that blueprint is created:The config.schema option is no longer supported.That happens inside published global-header 2.0.0, which still uses the old config.schema API. Quickstart cannot change that without the global-header upgrade to BS v1.54.x work.
✔️ Checklist