Skip to content

Comments

Upgrade Deps#90

Open
HappyPaul55 wants to merge 2 commits intomainfrom
upgrade-deps-2026-07-01
Open

Upgrade Deps#90
HappyPaul55 wants to merge 2 commits intomainfrom
upgrade-deps-2026-07-01

Conversation

@HappyPaul55
Copy link
Contributor

@HappyPaul55 HappyPaul55 commented Jan 7, 2026

This pull request updates several dependencies in the package.json file to their latest minor or patch versions. These updates primarily focus on keeping the project up-to-date with bug fixes, performance improvements, and new features from upstream libraries.

Dependency updates:

  • Upgraded UI and SDK libraries, including @deskpro/deskpro-ui to 8.4.0 and @deskpro/app-sdk to 5.1.1, ensuring access to the latest UI components and SDK improvements.
  • Updated Sentry-related packages (@sentry/react to 9.47.1 and @sentry/vite-plugin to 3.6.1) for improved error monitoring and reporting.
  • Upgraded development and build tools such as @swc/core, typescript, ts-jest, and vite for better performance and compatibility. [1] [2]
  • Updated React-related dependencies, including react-hook-form, react-router-dom, and type definitions, to their latest versions for enhanced stability and new features. [1] [2]
  • Bumped other supporting libraries like styled-components, @types/lodash, and jest-environment-jsdom to maintain compatibility and receive the latest fixes. [1] [2]

Summary by Sourcery

Upgrade frontend, tooling, and testing dependencies to current minor/patch versions to keep the project aligned with upstream libraries.

Enhancements:

  • Refresh UI, SDK, and React ecosystem libraries to newer compatible versions for stability and compatibility improvements.

Build:

  • Update build and type-checking tooling (TypeScript, Vite, SWC, ts-jest) to newer minor/patch releases.

Tests:

  • Bump testing-related packages, including Jest environment and React type definitions, to maintain compatibility with updated tooling.

@HappyPaul55 HappyPaul55 requested a review from Copilot January 7, 2026 14:14
@sourcery-ai
Copy link

sourcery-ai bot commented Jan 7, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR bumps a set of runtime, UI, tooling, and testing dependencies in package.json to newer minor/patch versions, with the corresponding updates captured in pnpm-lock.yaml, without changing application code.

File-Level Changes

Change Details Files
Update runtime UI, SDK, and monitoring dependencies to newer minor/patch versions.
  • Bump @deskpro/deskpro-ui to 8.4.0 to pull in latest UI components and fixes.
  • Upgrade Sentry client libraries (@sentry/react and @sentry/vite-plugin) for improved error-monitoring support and build-time integration.
  • Increment @swc/core and @types/lodash to their latest patch versions for compatibility and type improvements.
package.json
pnpm-lock.yaml
Refresh React ecosystem dependencies used in the app layer.
  • Increase react-hook-form and react-router-dom to their latest 7.x and 6.x patch/minor versions respectively.
  • Update React type definitions (@types/react) to stay aligned with the installed React runtime version.
package.json
pnpm-lock.yaml
Upgrade build, test, and styling toolchain dependencies.
  • Bump styled-components to 6.2.0 for styling fixes and improvements.
  • Update ts-jest, typescript, and vite to newer versions for better build/test performance and compatibility.
  • Raise jest-environment-jsdom and various testing/dev tools to their latest compatible releases.
package.json
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • The jest-environment-jsdom version was bumped to ^30.2.0 while jest remains on ^29.7.0; it would be safer to align these major versions or confirm that the v30 environment is compatible with Jest 29 to avoid subtle test runner issues.
  • Since typescript and vite were both upgraded to newer minor versions, it may be worth quickly checking that any custom compiler or bundler configuration (tsconfig, Vite plugins) still matches the new defaults and doesn’t rely on deprecated options.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The `jest-environment-jsdom` version was bumped to `^30.2.0` while `jest` remains on `^29.7.0`; it would be safer to align these major versions or confirm that the v30 environment is compatible with Jest 29 to avoid subtle test runner issues.
- Since `typescript` and `vite` were both upgraded to newer minor versions, it may be worth quickly checking that any custom compiler or bundler configuration (tsconfig, Vite plugins) still matches the new defaults and doesn’t rely on deprecated options.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request performs a comprehensive dependency update across the project, upgrading approximately 15 direct dependencies and their transitive dependencies to their latest minor or patch versions. The updates focus on build tools, UI libraries, error monitoring, testing frameworks, and React-related packages. All changes are backward-compatible minor or patch version bumps with no breaking changes expected.

Key changes:

  • Updated UI and SDK libraries (@deskpro/deskpro-ui, @deskpro/app-sdk)
  • Upgraded error monitoring tools (Sentry packages)
  • Updated development and build tools (TypeScript 5.8.3 → 5.9.3, Vite 6.3.6 → 6.4.1, @swc/core)
  • Upgraded React-related dependencies (react-hook-form, react-router-dom, type definitions)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updated 15 direct dependency versions with minor/patch version bumps
pnpm-lock.yaml Comprehensive lockfile update reflecting all transitive dependency changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant