Skip to content

Conversation

@hectormmg
Copy link
Member

No description provided.

@hectormmg hectormmg changed the title V5 react hotfix post release [msal-v5-alpha] msal-react hotfix post-release Dec 4, 2025
@hectormmg hectormmg changed the base branch from dev to msal-v5 December 4, 2025 20:48
@hectormmg hectormmg marked this pull request as ready for review December 4, 2025 20:53
@hectormmg hectormmg requested a review from a team as a code owner December 4, 2025 20:53
Copilot AI review requested due to automatic review settings December 4, 2025 20:53
Copilot finished reviewing on behalf of hectormmg December 4, 2025 20:54
Copy link
Contributor

Copilot AI left a 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

Comment on lines 31 to 70
{
"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"
}
]
}
Copy link

Copilot AI Dec 4, 2025

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.

Copilot uses AI. Check for mistakes.
@hectormmg hectormmg closed this Dec 4, 2025
@hectormmg hectormmg reopened this Dec 4, 2025
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.

4 participants