chore: bump Backstage to 1.51.1 and migrate test tooling#66
Merged
Conversation
Backstage CLI 0.36 makes Jest a peer dependency and drops the bundled version, so tests, type-check and lint all broke. Add jest 30, jsdom 27, @jest/environment-jsdom-abstract and @types/jest as devDependencies, and extend transformIgnorePatterns for the rehype-raw chain pulled in by the newer core-components. Migrate msw 1 (EOL) to msw 2 to drop @mswjs/interceptors' vulnerable xmldom (5 high advisories) and stay compatible with Jest 30. catalog-react 3.0 and eslint-plugin 0.3 have no breaking changes affecting this plugin. Pin GitHub Actions to commit SHAs via pinact for supply-chain safety.
tembleking
enabled auto-merge (squash)
June 10, 2026 10:46
airadier
approved these changes
Jun 10, 2026
alecron
approved these changes
Jun 10, 2026
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.
Backstage CLI 0.36 makes Jest a peer dependency and drops the bundled version, so tests, type-check and lint all broke after
versions:bump. Addsjest@30,jsdom@27,@jest/environment-jsdom-abstract@30and@types/jest@30as devDependencies, and extendstransformIgnorePatternsfor therehype-rawESM chain pulled in by the newercore-components.Migrates msw 1 (EOL) to msw 2 to drop
@mswjs/interceptors' vulnerablexmldom(5 high advisories) and stay compatible with Jest 30. The two test files move fromrest/res(ctx)tohttp/HttpResponse.plugin-catalog-react3.0 andeslint-plugin0.3 have no breaking changes affecting this plugin (we only use stableEntityProvider/useEntity/MissingAnnotationEmptyStateand have no self-imports).GitHub Actions pinned to commit SHAs via pinact for supply-chain safety.
yarn npm auditadvisories: 127 → 81 (−46, 0 new). All resolved/remaining items are dev/build-time transitive deps; none ship in the publisheddist/.Verified: lint, tsc, test (11/11), build all green.