-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(chore) O3-3540: Bump @carbon/react to v1.74.0 #456
base: main
Are you sure you want to change the base?
Conversation
@brandones Could you please review this? |
@dilankavishka can we have Carbon as a peer dependency instead? |
@samuelmale do you mean like, add both devDependencies and peerDependencies like other apps? |
@dilankavishka yes! Just like |
@samuelmale Sure! I will do that. |
@samuelmale I made the changes. can you take look now please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dilankavishka is there a plan of bumping Carbon across the framework? If yes, is the agreed-upon version ~1.73.0
? cc: @denniskigen @ibacher
@samuelmale I think it's says to upgrade the version to a recent one. I did the same thing for the esm-fast-data-entry app also. but it's @carbon/react": "1.71.0" |
@dilankavishka the failing tests are likely related to the Carbon bump. Can you investigate why or calibrate the Carbon version? |
Hey, @dilankavishka, @samuelmale, there's a separate effort trying to get everything on ^1.71.0 ongoing at the moment. It'd be ideal use that version here too. |
In order for Carbon to be used as a peerdep, we do need to agree on a version. Unfortunately, I think that means we're requiring a very specific version, e.g., 1.71.0 or w/e makes sense across the app because Carbon's versions are not reliably non-breaking, even across patch versions. For right now, I think the goal should be getting everything on say 1.74.0 (the most recent release as of this moment) and then we can migrate to using it as a peer dependency. |
Sure! Let me do that. |
@denniskigen, @ibacher Should I need to change the version to 1.71.0 or Keep the version 1.74.0 and go through ? |
The goal is to support the latest Carbon version, |
@samuelmale I made the changes. |
@dilankavishka are you able to look into the failing tests? |
@samuelmale Yeah i'll do that |
Requirements
Summary
Upgrade to @carbon/react 1.73.0
Screenshots
Related Issue
https://openmrs.atlassian.net/jira/software/c/projects/O3/issues/O3-3540?jql=project%20%3D%20%22O3%22%20AND%20assignee%20%3D%20empty%20ORDER%20BY%20created%20DESC
Other