-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Chore/update to react 19 #7548
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
Closed
Closed
Chore/update to react 19 #7548
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f2e085e
Updated react packages and peerDependencies
arjenbloemsma d3e11a1
Change files
arjenbloemsma 08b6c22
Merge branch 'dev' into chore/update-to-react-19
arjenbloemsma bd91972
Fixed typo in version number package types/react
arjenbloemsma b577d75
Merge branch 'dev' into chore/update-to-react-19
arjenbloemsma 6383620
Fixed conflicts
arjenbloemsma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@azure-msal-browser-97253ea7-d606-42ce-b474-9af12c38c390.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Updated react packages and peerDependencies", | ||
| "packageName": "@azure/msal-browser", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@azure-msal-react-52a632ba-21f7-42c1-af73-92f6cfeea994.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "Updated react packages and peerDependencies", | ||
| "packageName": "@azure/msal-react", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@azure/msal-react", | ||
| "version": "2.2.0", | ||
| "version": "3.0.2", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "email": "[email protected]", | ||
|
|
@@ -56,29 +56,29 @@ | |
| "apiExtractor": "api-extractor run" | ||
| }, | ||
| "peerDependencies": { | ||
| "@azure/msal-browser": "^3.27.0", | ||
| "react": "^16.8.0 || ^17 || ^18" | ||
| "@azure/msal-browser": "^4.0.2", | ||
| "react": "^16.8.0 || ^17 || ^18 || ^19" | ||
| }, | ||
| "devDependencies": { | ||
| "@azure/msal-browser": "^3.27.0", | ||
| "@azure/msal-browser": "^4.0.2", | ||
| "@microsoft/api-extractor": "^7.43.4", | ||
| "@rollup/plugin-typescript": "^11.1.5", | ||
| "@testing-library/jest-dom": "^5.11.5", | ||
| "@testing-library/react": "^13.4.0", | ||
| "@testing-library/react": "^16.1.0", | ||
| "@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", | ||
| "@types/react-dom": "^19.0.2", | ||
| "eslint-config-msal": "file:../../shared-configs/eslint-config-msal", | ||
| "jest": "^29.5.0", | ||
| "jest-environment-jsdom": "^29.5.0", | ||
| "prettier": "2.8.7", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "rollup": "^4.22.4", | ||
| "ts-jest": "^29.1.0", | ||
| "ts-jest-resolver": "^2.0.1", | ||
| "tslib": "^2.0.0", | ||
| "typescript": "^4.9.5" | ||
| } | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.