build(frontend): bump mobx-react - #7480
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the frontend dependency tree to make mobx-react “React v19 ready” by upgrading to the latest major version and updating the lockfile accordingly.
Changes:
- Bump
mobx-reactfrom^7.6.0to^9.2.2. - Update
package-lock.jsonto reflect the newmobx-react/mobx-react-liteversions and their transitive dependencies (includinguse-sync-external-store).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the declared mobx-react dependency version. |
| package-lock.json | Updates resolved versions/metadata for mobx-react, mobx-react-lite, and transitive deps to match the upgrade. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
| "lodash.zip": "^4.2.0", | ||
| "mobx": "^6.15.2", | ||
| "mobx-react": "^7.6.0", | ||
| "mobx-react": "^9.2.2", |
There was a problem hiding this comment.
This major dependency upgrade is documented using only the Notes section, omitting the repository template's required checklist, summary, description, and validation information and leaving reviewers and changelog maintainers without the expected context.
Rule Used: What: PR descriptions must follow the repository's... (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
💭 Notes
Bump
mobx-reactto a version that is React v19 ready.