Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 1, 2025

The dependency bump to @backstage/plugin-scaffolder-backend v3.0.1 broke the build due to an incompatible alpha import path that no longer exists in the new major version.

Changes

  • Removed /alpha suffix from @backstage/plugin-scaffolder-backend import in packages/backend/src/index.ts
- backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
+ backend.add(import('@backstage/plugin-scaffolder-backend'));

The v3 major version exports the plugin directly without requiring the alpha path qualifier.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: johnnyhuy <27847622+johnnyhuy@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump npm_and_yarn group with 7 package updates Fix TypeScript error after scaffolder-backend v3 upgrade Dec 1, 2025
Copilot AI requested a review from johnnyhuy December 1, 2025 10:06
Copilot finished work on behalf of johnnyhuy December 1, 2025 10:06
@johnnyhuy johnnyhuy marked this pull request as ready for review December 1, 2025 10:09
@johnnyhuy johnnyhuy merged commit 04655dc into dependabot/npm_and_yarn/npm_and_yarn-802f81064d Dec 1, 2025
1 check passed
@johnnyhuy johnnyhuy deleted the copilot/sub-pr-62 branch December 1, 2025 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants