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

Chore/update to react 19 #7548

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

arjenbloemsma
Copy link

@arjenbloemsma arjenbloemsma commented Jan 31, 2025

Please note that this is a "copy" of PR #7467 which got accidentally closed while doing an update to resolve conflicts

React 19 stable has been released on December 5th (see announcement). This PR updates the react packages to version 19 and also sets the peerDependecies to reflect this.

This change will allow msal-react to be used in projects that use react 19 and enables existing projects that use react and msal-react to upgrade to react 19.

All test succeed:

image

See issue #7455

@github-actions github-actions bot added the msal-react Related to @azure/msal-react label Jan 31, 2025
@arjenbloemsma arjenbloemsma force-pushed the chore/update-to-react-19 branch from ee2652f to 6383620 Compare January 31, 2025 16:30
@iampoul
Copy link

iampoul commented Feb 18, 2025

What needs to be done for this to go out of draft.

"@types/jest": "^29.5.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react": "^19.0.01",

Choose a reason for hiding this comment

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

Suggested change
"@types/react": "^19.0.01",
"@types/react": "^19.0.10",

@antonakospanos
Copy link

@arjenbloemsma we would also like to upgrade our stack to React 19 and we are stuck because of this. Are you ok accepting the suggestion so that we include this in the next release?

@JackMorganNZ
Copy link

Similar to others here, our path to React 19 is blocked due to this package. @arjenbloemsma Is this okay to be marked as ready? Is there anything we can do to assist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-react Related to @azure/msal-react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants