-
Notifications
You must be signed in to change notification settings - Fork 95
chore(chat): Update React to v19.2.1 #8647
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
Conversation
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | |
| Commit Type | ✅ | |
| Risk Level | ✅ | |
| What & Why | ✅ | |
| Impact of Change | ✅ | |
| Test Plan | ✅ | |
| Contributors | Tag others for credit if appropriate | |
| Screenshots/Videos | ✅ |
PR passes. No required changes for compliance. Consider always tagging any contributing teammates, designers or PMs for greater transparency, but this is not required. Thank you for maintaining a high-quality PR submission!
Last updated: Fri, 05 Dec 2025 23:10:50 GMT
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 updates React and React-DOM from version ^19.2.0 to ^19.2.1 in two packages within the monorepo: libs/a2a-core (@microsoft/logic-apps-chat SDK) and apps/iframe-app (the embeddable chat widget). The a2a-core library is a standalone React SDK designed specifically for React 19+, and the iframe-app is its primary consumer within this monorepo.
Key Changes:
- Bump React and React-DOM dev dependencies from
^19.2.0to^19.2.1in libs/a2a-core - Update peer dependency constraint from
>=19.2.0to>=19.2.1in libs/a2a-core - Bump React and React-DOM dependencies from
^19.2.0to^19.2.1in apps/iframe-app
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| libs/a2a-core/package.json | Updates React devDependencies to 19.2.1 and tightens peerDependency to >=19.2.1 for the chat SDK library |
| apps/iframe-app/package.json | Updates React dependencies to 19.2.1 to align with the a2a-core SDK it consumes |
Commit Type
Risk Level
What & Why
Updates React and React DOM from v19.2.0 to v19.2.1 in the iframe-app and a2a-core packages to incorporate the latest bug fixes and improvements from the React team.
Impact of Change
Test Plan
Contributors
@ccastrotrejo
Screenshots/Videos
N/A - Dependency update only