-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[msal-v5-alpha] msal-react hotfix post-release #8183
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
base: msal-v5
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR performs a post-release hotfix for msal-react v5.0.0-alpha, bumping the version from 5.0.0-alpha.0 to 5.0.0-alpha.2. The changes document two intermediate releases (alpha.1 and alpha.2) that address React and Next.js CVE issues, along with removal of msal-browser utility dependencies.
Key Changes
- Version bumped to 5.0.0-alpha.2 across package files
- Changelog entries added for alpha.1 and alpha.2 releases
- Beachball change files removed (consumed during release process)
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| lib/msal-react/src/packageMetadata.ts | Updates version constant to 5.0.0-alpha.2 |
| lib/msal-react/package.json | Updates package version to 5.0.0-alpha.2 |
| lib/msal-react/apiReview/msal-react.api.md | Updates API documentation version |
| lib/msal-react/CHANGELOG.md | Adds changelog entries for alpha.1 and alpha.2 releases |
| lib/msal-react/CHANGELOG.json | Adds structured changelog data for new releases |
| change/@azure-msal-react-b193ce98-892f-46bd-a6d2-045e6028177f.json | Removes consumed change file |
| change/@azure-msal-react-10d4cd9b-96c1-4e51-b198-dfb0642eb660.json | Removes consumed change file |
| { | ||
| "date": "Thu, 04 Dec 2025 04:58:42 GMT", | ||
| "version": "5.0.0-alpha.1", | ||
| "tag": "@azure/msal-react_v5.0.0-alpha.1", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "[email protected]", | ||
| "package": "@azure/msal-react", | ||
| "commit": "6993f34b984b4962f5d8eca3fbb6f5c061c5ff69", | ||
| "comment": "Address react and next CVEs" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@azure/msal-react", | ||
| "comment": "Bump eslint-config-msal to v0.0.0", | ||
| "commit": "not available" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@azure/msal-react", | ||
| "comment": "Bump msal-test-utils to v0.0.1", | ||
| "commit": "not available" | ||
| } | ||
| ], | ||
| "prerelease": [ | ||
| { | ||
| "author": "[email protected]", | ||
| "package": "@azure/msal-react", | ||
| "commit": "fc5ce32ecaa5f0f4ad67a4ef454269315cb846f7", | ||
| "comment": "Remove dependency on msal-browser Util functions [#8122](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/8122)" | ||
| }, | ||
| { | ||
| "author": "[email protected]", | ||
| "package": "@azure/msal-react", | ||
| "commit": "64616b0b7f7f8c9b8e4b1170768233450e6cdf7f", | ||
| "comment": "Bump to pre-release alpha" | ||
| } | ||
| ] | ||
| } |
Copilot
AI
Dec 4, 2025
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.
The CHANGELOG.json has inconsistent change types for version 5.0.0-alpha.1. Line 36 lists the change type as "patch" while line 56 lists it as "prerelease". For a prerelease version, all changes should use the "prerelease" type consistently.
No description provided.