feat(cost-management): upgrade Backstage from 1.39.0 to 1.49.4#2946
Merged
PreetiW merged 6 commits intoredhat-developer:mainfrom Apr 29, 2026
Merged
Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
b12e3a6 to
30a72a3
Compare
Upgrade the cost-management workspace to align with the RHDH 1.10 target Backstage version (1.49.4) and Node.js 22. Key changes: - backstage.json: 1.39.0 → 1.49.4 - Node.js engine: 18 || 20 → 22 - TypeScript: 5.3 → 5.8 - All @backstage/* deps bumped via backstage-cli versions:bump - Removed stale resolutions (catalog-backend, scaffolder pinned versions) - Added @backstage/cli-defaults devDependency - Added isolated-vm ^6.0.1 resolution for Node 22 compatibility - Fixed AuthorizeResult type narrowing in permission code - Fixed @backstage/plugin-proxy-backend/alpha → root import - Removed deprecated variant="gridItem" from catalog components - Removed import assertion syntax from test file - Updated react-router-dom, @testing-library/react, @testing-library/dom, better-sqlite3 to versions compatible with Backstage 1.49.x Made-with: Cursor
36400ce to
4acde1d
Compare
…bufjs/inquire Remove orchestrator plugin from dev app/backend to reduce transitive dependency footprint (isolated-vm, protobufjs, grpc, etc.) and fix CI build failure caused by @protobufjs/inquire@1.1.1 dynamic require() triggering Rspack critical dependency warning with CI=true. Pin @protobufjs/inquire to 1.1.0 to match other workspaces in the monorepo. Add README section documenting how to re-add orchestrator for local dev. Made-with: Cursor
Made-with: Cursor
Remove @janus-idp/backstage-plugin-audit-log-node from dev backend as it is never imported. The plugin uses its own auditLog.ts utility. Made-with: Cursor
|
Contributor
Author
|
Thanks for the review @asmasarw merging the PR. |
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.



Description
Upgrade the cost-management workspace to align with the RHDH 1.10 target Backstage version (1.49.4) and Node.js 22.
Key changes:
Made-with: Cursor
Hey, I just made a Pull Request!
✔️ Checklist