Conversation
Reviewer's GuideThis pull request upgrades multiple runtime and development dependencies in package.json (and syncs pnpm-lock.yaml) to newer minor/patch versions, with no functional code changes in the app itself. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since
jestremains on 29.x whilejest-environment-jsdomis on 30.x, it’s worth double-checking that this cross‑major combination is intentional and that there are no subtle incompatibilities in your Jest config or test helpers. - The TypeScript bump to 5.9.x alongside
ts-jestand@swc/jestupdates may require small config tweaks (e.g., intsconfigorjesttransform settings), so it could be useful to confirm those still align with the new compiler behavior.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since `jest` remains on 29.x while `jest-environment-jsdom` is on 30.x, it’s worth double-checking that this cross‑major combination is intentional and that there are no subtle incompatibilities in your Jest config or test helpers.
- The TypeScript bump to 5.9.x alongside `ts-jest` and `@swc/jest` updates may require small config tweaks (e.g., in `tsconfig` or `jest` transform settings), so it could be useful to confirm those still align with the new compiler behavior.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Build for commit 81fe163 deployed to: https://hubspot-pr-121.ci.next.deskprodemo.com URLs: |
There was a problem hiding this comment.
Pull request overview
This pull request updates the pnpm-lock.yaml file to reflect dependency version upgrades. The changes include updates to numerous runtime and development dependencies, upgrading packages like @deskpro/app-sdk, @sentry/react, @tanstack/react-query, styled-components, typescript, vite, and many others. The lockfile has been regenerated to ensure all transitive dependencies are properly resolved with the new versions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates several dependencies and development dependencies in the
package.jsonfile to their latest versions. The updates include both runtime and development packages, ensuring improved compatibility, security, and access to new features.Dependency updates:
@deskpro/app-sdk,@deskpro/deskpro-ui,@sentry/react,@sentry/vite-plugin,@tanstack/react-query,dompurify,formik,javascript-time-ago,react-hook-form,react-router-dom,react-time-ago,simplebar, andstyled-componentsto their latest versions.Development dependency updates:
@swc/core,@swc/helpers,@testing-library/dom,@types/react,jest-environment-jsdom,ts-jest,typescript, andviteto newer versions. [1] [2]Summary by Sourcery
Update application and tooling dependencies to newer versions for improved compatibility and maintenance.
Build: