Skip to content

Upgrade Deps#76

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

Upgrade Deps#76
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 include both production and development dependencies, aiming to keep the project up-to-date with bug fixes and new features.

Dependency updates:

  • Updated UI and React-related libraries, such as @deskpro/deskpro-ui, @fortawesome/react-fontawesome, react-hook-form, react-router-dom, react-time-ago, simplebar, and styled-components to their latest versions.
  • Upgraded Sentry packages (@sentry/react and @sentry/vite-plugin) and @tanstack/react-query to newer versions for improved error tracking and data fetching.
  • Updated utility libraries including javascript-time-ago and @adobe/css-tools.

Development and type definitions:

  • Bumped versions of type definitions such as @types/lodash and @types/react for better TypeScript support.
  • Upgraded development tools including jest-environment-jsdom, ts-jest, typescript, and vite for improved testing and build processes.

Summary by Sourcery

Upgrade application, UI, and tooling dependencies to current minor/patch versions.

Enhancements:

  • Refresh key runtime libraries (UI, routing, forms, time utilities, and Sentry/react-query) to newer compatible versions for stability and improvements.

Build:

  • Update TypeScript, Jest environment, ts-jest, Vite, and related type definition packages to newer versions to keep the toolchain current.

@HappyPaul55 HappyPaul55 requested a review from Copilot January 7, 2026 14:07
@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 and dev dependencies in package.json (and syncs pnpm-lock.yaml) to newer minor/patch versions for UI, React ecosystem, Sentry, data fetching, utilities, and build/test tooling, without changing application code.

File-Level Changes

Change Details Files
Update UI, React ecosystem, and utility runtime dependencies to newer minor/patch versions.
  • Bump @deskpro/deskpro-ui, @fortawesome/react-fontawesome, react-hook-form, react-router-dom, react-time-ago, simplebar, and styled-components to their latest minor/patch releases
  • Update Sentry-related packages (@sentry/react and @sentry/vite-plugin) and @tanstack/react-query to newer versions
  • Increment javascript-time-ago and other utility versions to latest compatible releases
  • Regenerate pnpm-lock.yaml to reflect the new runtime dependency graph
package.json
pnpm-lock.yaml
Update TypeScript types and build/test tooling dependencies to newer minor/patch versions.
  • Bump @types/lodash and @types/react for improved type coverage and compatibility
  • Update jest-environment-jsdom and ts-jest to align with current Jest and jsdom versions
  • Bump typescript and vite to newer minor versions for improved build, type-checking, and dev tooling
  • Regenerate pnpm-lock.yaml to reflect the updated devDependency graph
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 reviewed your changes and they look great!


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.

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 PR updates multiple dependencies across the project to their latest minor and patch versions. The changes focus on keeping the project up-to-date with bug fixes, security patches, and new features while maintaining backward compatibility through semantic versioning.

Key changes:

  • Updated UI and React ecosystem libraries (Deskpro UI, React Hook Form, React Router, etc.)
  • Upgraded Sentry packages for improved error tracking
  • Bumped TypeScript, Vite, and testing tool versions for better development experience

Reviewed changes

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

File Description
package.json Updated version constraints for 16 production and 6 development dependencies to newer minor/patch versions
pnpm-lock.yaml Synchronized lock file with all transitive dependency updates from package.json changes

Based on my review, all the dependency updates follow semantic versioning conventions (minor and patch updates only) and the lock file is properly synchronized with the package.json changes. The updates include important libraries like @fortawesome/react-fontawesome which shows deprecation warnings in the lock file (moving from 0.2.2 to 0.2.6, though the package notes the 0.2.x branch is deprecated and recommends upgrading to 3.1.1+ in the future). All changes appear to be safe incremental updates without breaking changes.


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

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

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.

2 participants