Draft
Conversation
Bumps react version for dev and peer dependencies. This is line with the guidance on React migrations here: https://backstage.io/docs/tutorials/react18-migration
Fixes a test that failed due to React and testing-library bumps.
Bumps prettier to 3.6.2, in line with dependabot.
Bumps backstage/cli to 0.34.3 per dependabot. Bumping this and running `yarn install` causes `yarn lint` to fail. To make it work it required following the steps in the jsx-transform-migration [page](https://backstage.io/docs/tutorials/jsx-transform-migration/). Importantly, the compiler option of "react-jsx" requires React 17 or higher, so we updated the React dependencies to account for this in a previous commit.
Bumps backstage/plugin-catalog-react to 1.21.1 per dependabot. This is the first prod dependency bump in the PR.
Adds a resolution for sha.js to 2.4.12 per dependabot. Bumping the dependency that uses sha.js doesn't move it to 2.4.12 or above, so we add a resolution to ensure it moves beyond 2.4.11.
50ac646 to
59f468d
Compare
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.
No description provided.