chore(mcp-integrations): bump workspace to Backstage 1.48.2#2405
chore(mcp-integrations): bump workspace to Backstage 1.48.2#2405johnmcollier merged 4 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: John Collier <jcollier@redhat.com>
Changed Packages
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
Signed-off-by: John Collier <jcollier@redhat.com>
Review Summary by QodoUpgrade mcp-integrations workspace to Backstage 1.48.2
WalkthroughsDescription• Upgrade mcp-integrations workspace to Backstage 1.48.2 • Update all Backstage dependencies across packages and plugins • Bump CLI and tooling versions to latest compatible releases • Add changeset documenting patch version updates Diagramflowchart LR
BS["Backstage 1.47.3"] -- "upgrade" --> BS2["Backstage 1.48.2"]
BS2 -- "updates" --> PKG["Package Dependencies"]
BS2 -- "updates" --> PLUGINS["Plugin Dependencies"]
PKG -- "includes" --> CLI["CLI ^0.35.4"]
PKG -- "includes" --> CORE["Core Libraries"]
PLUGINS -- "includes" --> BACKEND["Backend Plugins"]
PLUGINS -- "includes" --> CATALOG["Catalog Plugins"]
File Changes1. workspaces/mcp-integrations/.changeset/four-socks-flash.md
|
Code Review by Qodo
1. Backstage version mismatch
|
| { | ||
| "version": "1.48.3" | ||
| } |
There was a problem hiding this comment.
1. Backstage version mismatch 🐞 Bug ✓ Correctness
workspaces/mcp-integrations/backstage.json now reports Backstage 1.48.3 while the changeset text says the workspace was updated to Backstage 1.48.2. Multiple repo scripts read backstage.json.version for CI outputs and compatibility dashboards/badges, so the mismatch will publish misleading compatibility info.
Agent Prompt
## Issue description
`workspaces/mcp-integrations/backstage.json` declares Backstage version `1.48.3`, but the workspace changeset text says `1.48.2`. Repo CI/reporting scripts consume `backstage.json.version`, so this mismatch will propagate incorrect compatibility information.
## Issue Context
- `backstage.json` is treated as the workspace's compatibility/version source for CI outputs and dashboards.
- The changeset message is user-facing release metadata; it should match the actual declared compatibility version.
## Fix Focus Areas
- workspaces/mcp-integrations/backstage.json[1-3]
- workspaces/mcp-integrations/.changeset/four-socks-flash.md[1-7]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
…bs1482 Signed-off-by: John Collier <jcollier@redhat.com>
|
Rebasing before merging |
|



User description
Hey, I just made a Pull Request!
https://issues.redhat.com/browse/RHIDP-11969
Updates mcp-integrations to Backstage 1.48.2 via
yarn backstage-cli versions:bump✔️ Checklist
PR Type
Enhancement
Description
Update mcp-integrations workspace to Backstage 1.48.2
Bump all Backstage dependencies across packages and plugins
Update version in backstage.json from 1.47.3 to 1.48.3
Create changeset documenting patch updates for three MCP extras plugins
Diagram Walkthrough
File Walkthrough
four-socks-flash.md
Add changeset for Backstage 1.48.2 updateworkspaces/mcp-integrations/.changeset/four-socks-flash.md
backstage.json
Update backstage.json version to 1.48.3workspaces/mcp-integrations/backstage.json
package.json
Update root workspace devDependenciesworkspaces/mcp-integrations/package.json
package.json
Update app package Backstage dependenciesworkspaces/mcp-integrations/packages/app/package.json
to 0.9.0
package.json
Update backend package Backstage dependenciesworkspaces/mcp-integrations/packages/backend/package.json
to 3.4.0
package.json
Update scaffolder-mcp-extras plugin dependenciesworkspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json
package.json
Update software-catalog-mcp-extras plugin dependenciesworkspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json
package.json
Update techdocs-mcp-extras plugin dependenciesworkspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json