[Chore] Upgrade deps 2025-07#71
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates various runtime and development dependencies to their latest patch and minor releases for improved features, bug fixes, and performance.
- Upgrades core libraries such as React Query, React Hook Form, React Router, Sentry, and Zod
- Updates build tools and TypeScript-related packages for faster builds and compatibility
- Bumps styling and bundler dependencies (styled-components, Vite)
Comments suppressed due to low confidence (1)
package.json:26
- Ensure you commit the updated lockfile (yarn.lock or package-lock.json) alongside package.json to keep dependency resolutions deterministic.
"@sentry/react": "^9.38.0",
|
Build for commit 7163f37 deployed to: https://azure-devops-pr-71.ci.next.deskprodemo.com URLs: |
AFOJ
approved these changes
Jul 15, 2025
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.
This pull request updates several dependencies in the
package.jsonfile to their latest versions, ensuring compatibility with recent features and bug fixes. The updates span runtime dependencies, development dependencies, and build tools.Dependency Updates:
Runtime Dependencies:
@sentry/reactto^9.38.0for enhanced error tracking capabilities.@tanstack/react-queryto^4.40.1for improved data fetching and caching.react-hook-formto^7.60.0for better form management features.react-router-domto^6.30.1for minor improvements and bug fixes in routing.zodto^3.25.76for extended schema validation capabilities.Development Dependencies:
@swc/coreto^1.12.14and@swc/jestto^0.2.39for faster builds and test execution.@types/reactto^18.3.23and@types/react-domto^18.3.7for improved TypeScript support.@types/lodashto^4.17.20for better type definitions.Build Tools:
styled-componentsto^6.1.19for style improvements.ts-jestto^29.4.0for compatibility with the latest TypeScript version.viteto^6.3.5for improved build performance.