update react and react-dom to 19.2.1#233
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the React and React-DOM dependencies in the examples/tab/Web project from version 19.1.1 to 19.2.1. The PR description references a Next.js security advisory, though the project uses Vite. The update also changes the versioning strategy from semver ranges to exact version pinning.
Key Changes:
- Updated React from
^19.1.1to19.2.1(exact version) - Updated React-DOM from
^19.1.1to19.2.1(exact version) - Updated corresponding package-lock.json with new version checksums and peerDependency requirements
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| examples/tab/Web/package.json | Updated React and React-DOM dependencies to exact version 19.2.1, removing semver range prefixes |
| examples/tab/Web/package-lock.json | Updated lockfile with new version hashes, integrity checksums, and peerDependency specification for React 19.2.1 |
Files not reviewed (1)
- examples/tab/Web/package-lock.json: Language not supported
heyitsaamir
approved these changes
Dec 8, 2025
heyitsaamir
requested changes
Dec 8, 2025
heyitsaamir
left a comment
Collaborator
There was a problem hiding this comment.
You will need to update all web DevTools compiled code as well.
lilyydu
commented
Dec 8, 2025
heyitsaamir
reviewed
Dec 9, 2025
singhk97
approved these changes
Dec 9, 2025
heyitsaamir
approved these changes
Dec 9, 2025
Merged
heyitsaamir
added a commit
that referenced
this pull request
Dec 9, 2025
## Release 2.0.0a7 ### Changes - update react and react-dom to 19.2.1 (#233) - Move to microsoft_teams namespace (#226) - Simplify setting http response after activity processing (#218) - Add TeamsChannelAccount type for Teams-specific APIs (#230) - Updating mcpplugin reference in README.md (#229) - Bring back bot builder example (#225) - Fix choices_data alias to use "choices.data" instead of "choicesData" (#224) - [docs] botbuilder package README fixes (#223) - Fix calling AI functions with no parameters (#221)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
updated for samples/tab
link to issue:
GHSA-9qr9-h5gf-34mp