-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Release PR: official #8181
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
Release PR: official #8181
Conversation
|
@microsoft-github-policy-service agree company="Microsoft" |
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 contains the automated release updates for MSAL.js packages, including version bumps, changelog generation, and dependency updates across the monorepo. The release includes a minor version bump for msal-browser (new DOM API configuration feature) and patch bumps for dependent packages.
Key Changes
- msal-browser: Minor release (4.26.2 → 4.27.0) adding DOM API configuration feature
- msal-common: Patch release (15.13.2 → 15.13.3) with DOM API configuration support
- Dependent packages: Patch bumps for msal-react, msal-angular, msal-node, and msal-node-extensions to reflect updated dependencies
Reviewed changes
Copilot reviewed 31 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package-lock.json | Updated lockfile with new package versions and dependency references |
| lib/msal-common/package.json | Version bump to 15.13.3 |
| lib/msal-common/src/packageMetadata.ts | Updated version constant to match package.json |
| lib/msal-common/apiReview/msal-common.api.md | Updated API documentation with new version |
| lib/msal-common/CHANGELOG.md | Added release notes for 15.13.3 with DOM API configuration change |
| lib/msal-common/CHANGELOG.json | Machine-readable changelog entry for version 15.13.3 |
| lib/msal-browser/package.json | Version bump to 4.27.0 and updated msal-common dependency |
| lib/msal-browser/src/packageMetadata.ts | Updated version constant to 4.27.0 |
| lib/msal-browser/apiReview/msal-browser.api.md | Updated API documentation with new version |
| lib/msal-browser/CHANGELOG.md | Added release notes for 4.27.0 minor release |
| lib/msal-browser/CHANGELOG.json | Machine-readable changelog entry for version 4.27.0 |
| lib/msal-node/package.json | Version bump to 3.8.4 and updated msal-common dependency |
| lib/msal-node/src/packageMetadata.ts | Updated version constant to 3.8.4 |
| lib/msal-node/apiReview/msal-node.api.md | Updated API documentation with new version |
| lib/msal-node/CHANGELOG.md | Added release notes for 3.8.4 with dependency bumps |
| lib/msal-node/CHANGELOG.json | Machine-readable changelog entry for version 3.8.4 |
| lib/msal-react/package.json | Version bump to 3.0.23 and updated msal-browser peer dependency |
| lib/msal-react/src/packageMetadata.ts | Updated version constant to 3.0.23 |
| lib/msal-react/apiReview/msal-react.api.md | Updated API documentation with new version |
| lib/msal-react/CHANGELOG.md | Added release notes for 3.0.23 addressing React/Next CVEs |
| lib/msal-react/CHANGELOG.json | Machine-readable changelog entry for version 3.0.23 |
| lib/msal-angular/package.json | Version bump to 4.0.23 and updated msal-browser peer dependency |
| lib/msal-angular/src/packageMetadata.ts | Updated version constant to 4.0.23 |
| lib/msal-angular/CHANGELOG.md | Added release notes for 4.0.23 with dependency bumps |
| lib/msal-angular/CHANGELOG.json | Machine-readable changelog entry for version 4.0.23 |
| extensions/msal-node-extensions/package.json | Version bump to 1.5.26 and updated msal-common dependency |
| extensions/msal-node-extensions/src/packageMetadata.ts | Updated version constant to 1.5.26 |
| extensions/msal-node-extensions/CHANGELOG.md | Added release notes for 1.5.26 with dependency bumps |
| extensions/msal-node-extensions/CHANGELOG.json | Machine-readable changelog entry for version 1.5.26 |
| change/@azure-msal-react-73b5ab86-bd91-43d6-92e4-73f11de22120.json | Deleted beachball change file after processing |
| change/@azure-msal-common-c8d42435-3b15-43cc-9cce-19f00d77e61e.json | Deleted beachball change file after processing |
| change/@azure-msal-browser-bdb9bd60-08c2-4532-b0cd-2b9830ffa03f.json | Deleted beachball change file after processing |
This PR contains the changelogs and version bumps for the MSAL.js 3P releases.