[Chore] Upgrade deps 2025-07#66
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates various runtime and development dependencies to their latest versions, aiming to incorporate compatibility fixes, performance improvements, and address bug fixes.
- Bumped core runtime libraries such as
@sentry/react,@tanstack/react-query,react-router-dom,styled-components, andzod. - Upgraded development tools including
@swc/core,@swc/jest,@types/react,@vitejs/plugin-react,prettier,ts-jest, andvite. - Ensured minor patch updates for utilities like
simplebar,use-debounce, and type definitions.
Comments suppressed due to low confidence (1)
package.json:37
- Upgrading styled-components to v6 may introduce breaking changes; please review the styled-components v6 migration guide and verify your Babel/SC setup is still compatible.
"styled-components": "^6.1.19",
|
Build for commit 4a88535 deployed to: https://teamviewer-pr-66.ci.next.deskprodemo.com URLs: |
tidbit1
approved these changes
Jul 16, 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, bug fixes, and potential performance improvements.Dependency Updates:
Updated runtime dependencies:
@sentry/reactto^9.38.0@tanstack/react-queryto^4.40.1react-hook-formto^7.60.0react-router-domto^6.30.1styled-componentsto^6.1.19zodto^3.25.76Updated development dependencies:
@swc/coreto^1.12.14@swc/jestto^0.2.39@types/reactto^18.3.23@vitejs/plugin-reactto^4.6.0Updated build and testing tools:
prettierto^3.6.2ts-jestto^29.4.0viteto^6.3.5