-
Notifications
You must be signed in to change notification settings - Fork 65
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) Bump @carbon/react to v1.71.0 #435
base: main
Are you sure you want to change the base?
Conversation
@@ -29,7 +29,7 @@ | |||
"access": "public" | |||
}, | |||
"dependencies": { | |||
"@carbon/react": ">1.47.0 <1.50.0", |
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.
Hi @elishabantana there's an ongoing discussion to make this a peer dependency all together. The reason it was previously like this was because of Carbon's searchable multi-select behavior between versions.
We also wouldn't want to give a static version because this is package is only a library and not a microfrontend
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.
@pirupius sorry I'm a bit lost. Does that mean we shouldn't update carbon or we should update it to be a more up-to-date range?
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.
@NethmiRodrigo The reason this was added was to resolve a breaking change in some components. The resolution would involve
- Testing and fixing any breaking changes in some components with newer versions Carbon
- Move carbon back to being a peer dependency.
So how do I bump its carbon version to the latest
…On Tue, Dec 3, 2024, 15:41 Pius Rubangakene ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In package.json
<#435 (comment)>
:
> @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
- ***@***.***/react": ">1.47.0 <1.50.0",
Hi @elishabantana <https://github.com/elishabantana> there's an ongoing
discussion to make this a peer dependency all together. The reason it was
previously like this was because of Carbon's searchable multi-select
behavior between versions.
We also wouldn't want to give a static version because this is package is
only a library and not a microfrontend
—
Reply to this email directly, view it on GitHub
<#435 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRFYDWCTXMGGOMW26GQ4UD2DWRJLAVCNFSM6AAAAABS3QKBOWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDINZVGU3TEMZZHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Requirements
Summary
This PR updated the version of @carbon/react to the latest, v1.71.0 in esm-form-engine-lib.
Screenshots
Related Issue
https://openmrs.atlassian.net/browse/O3-4229
Other