[Chore] Upgrade deps 2025-07#64
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates several dependencies in package.json to their latest patch versions, primarily for bug fixes, security patches, and compatibility improvements.
- Bumped
@deskpro/app-sdkfrom^6.0.4to^6.0.6 - Bumped
@sentry/reactfrom^9.22.0to^9.38.0 - Bumped
@types/reactfrom^17.0.85to^17.0.87 - Bumped
styled-componentsfrom^6.1.15to^6.1.19
Comments suppressed due to low confidence (2)
package.json:18
- [nitpick] Consider adding a brief entry to the project CHANGELOG or release notes summarizing these dependency upgrades and any notable fixes or breaking changes.
"@deskpro/app-sdk": "^6.0.6",
package.json:18
- Please commit the updated lockfile (
package-lock.jsonoryarn.lock) alongside these version changes to ensure consistent installs across environments.
"@deskpro/app-sdk": "^6.0.6",
|
Build for commit 5d6b775 deployed to: https://scratchpad-pr-64.ci.next.deskprodemo.com URLs: |
AFOJ
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 newer versions, likely to address bug fixes, security patches, or compatibility improvements.Dependency updates:
@deskpro/app-sdkfrom^6.0.4to^6.0.6.@sentry/reactfrom^9.22.0to^9.38.0.@types/reactfrom^17.0.85to^17.0.87.styled-componentsfrom^6.1.15to^6.1.19.