fix(repo-tools): fix yarn create-workspace - #4882
christoph-jerolimov wants to merge 2 commits into
Conversation
Align create-app and CLI deps with Backstage 1.54 so workspace scaffolding works again. Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Changed Packages
|
PR Summary by QodoRestore repo-tools workspace scaffolding with Backstage 1.54
AI Description
Diagram
High-Level Assessment
Files changed (6)
|
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can turn on the rule miner and Qodo learns your standards from review history |
|
Important The |
yarn create-workspace to create new workspaces
yarn create-workspace to create new workspacesyarn create-workspace
Align the workspace TypeScript version with newer Backstage CLI tooling. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
55b8164 to
7fe07f7
Compare
|


Summary
@backstage/cli/create-appdeps and pinscreate-app@0.9.1(Backstage 1.54) soyarn create-workspacescaffolds successfully againbackstage.jsonand aligns prettier/repo-tools package metadata with the newer Backstage toolingTest plan
yarn create-workspace(or the workspace create CLI entry) and confirm a new workspace is generated underworkspaces/.hbstemplate with the workspace nameworkspaces/repo-toolsstill builds/lints after the CLI dependency bumpMade with Cursor