Skip to content
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

fix: block next 15 update #88

Closed
wants to merge 1 commit into from
Closed

Conversation

prescottprue
Copy link
Contributor

🎟️ TICKET-000

Upstream PRs

Downstream PRs

Changes

As called out here Recoil doesn't support react 19 (and won't) which blocks updating any UIs using recoil to Next 15: https://residenetwork.atlassian.net/browse/PLAT-8597 (all UIs other than identity)
Jotai is a great replacement that we were already talking about making the switch to anyway (since FB team said they won't be up keeping Recoil anymore) - the change looks close to a drop in replacement but it will require testing of everything using Recoil (edited)

Notes for Reviewers

For identity-ui (and each UI that makes the update) we will add a repo level renovate override to allow next versions >15

Recordings/Screenshots

@prescottprue prescottprue requested a review from a team as a code owner November 5, 2024 20:12
@prescottprue prescottprue requested review from hershmire and alexsupp and removed request for a team November 5, 2024 20:12
@@ -12,6 +12,11 @@
"matchUpdateTypes": ["patch", "minor"],
"groupName": "MUI X",
"updateNotScheduled": false
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering not all UIs are using Recoil, can this go within those UIs specifically vs making this global?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every UI other than identity is using recoil - my thinking was to skip across all then have an override in each repo that makes the change instead of needing to skip in every UI other than identity.

I'm fine doing the skip in each repo though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like just identity-ui is not using Recoil :(. That's really a shame that we went all in on this lib.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's skip in the UIs vs global.

@prescottprue prescottprue deleted the block-next-15-update branch November 5, 2024 22:15
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.

2 participants