Skip to content

fix: rename migrate-select-combobox-deprecated-props to fit registry limit#106

Merged
schultzp2020 merged 1 commit into
mainfrom
fix/shorten-select-combobox-package-name
Jun 17, 2026
Merged

fix: rename migrate-select-combobox-deprecated-props to fit registry limit#106
schultzp2020 merged 1 commit into
mainfrom
fix/shorten-select-combobox-package-name

Conversation

@schultzp2020

Copy link
Copy Markdown
Contributor

The Codemod registry has a 50-character package name limit. @backstage/migrate-select-combobox-deprecated-props is 51 characters and failed to publish (run #27722145403).

Renamed to @backstage/migrate-select-combobox-props (40 chars).

Updated all references across package.json, codemod.yaml, workflow.yaml, metrics.json fixtures, migration-recipe, and README.

After merge, the following 3 packages need manual publish:

# 1. This renamed package
gh workflow run 'Publish Codemod (Manual)' -f codemod_name='v1.52.0/migrate-select-combobox-props'

# 2. Previously unpublished (under 50 chars, just never triggered)
gh workflow run 'Publish Codemod (Manual)' -f codemod_name='v1.52.0/migrate-bui-props-to-intersection'
gh workflow run 'Publish Codemod (Manual)' -f codemod_name='v1.48.0/migrate-blueprints-to-plugin-app-react'

@schultzp2020 schultzp2020 force-pushed the fix/shorten-select-combobox-package-name branch from 9f6b2bd to e6e232e Compare June 17, 2026 21:57
…egistry limit

Rename @backstage/migrate-select-combobox-deprecated-props (51 chars) to
@backstage/migrate-select-combobox-props (40 chars) to fit the Codemod
registry's 50-character package name limit.

Updated all references: package.json, codemod.yaml, workflow.yaml,
metrics.json fixtures, migration-recipe, and README.
@schultzp2020 schultzp2020 force-pushed the fix/shorten-select-combobox-package-name branch from e6e232e to f510a43 Compare June 17, 2026 21:59
@schultzp2020 schultzp2020 merged commit 72b0873 into main Jun 17, 2026
2 checks passed
@schultzp2020 schultzp2020 deleted the fix/shorten-select-combobox-package-name branch June 17, 2026 22:00
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.

1 participant