Skip to content

Conversation

@HappyPaul55
Copy link
Contributor

@HappyPaul55 HappyPaul55 commented Jan 7, 2026

This pull request updates several dependencies in the package.json file, including both production and development packages. The main goal is to keep the project up to date with the latest versions, which can bring bug fixes, new features, and security improvements.

Dependency updates:

  • Updated core dependencies such as @deskpro/app-sdk, @deskpro/deskpro-ui, @fortawesome/react-fontawesome, @sentry/react, @tanstack/react-query, react-hook-form, react-router-dom, and styled-components to their latest versions.
  • Updated development dependencies like @swc/core, @swc/helpers, @types/react, jest-environment-jsdom, typescript, and vite to newer versions. [1] [2]

Summary by Sourcery

Update application and tooling dependencies to their latest compatible versions.

Build:

  • Bump runtime dependencies (Deskpro SDK/UI, Sentry, React Query, React Hook Form, React Router, styled-components, FontAwesome) to newer minor/patch releases.
  • Update build and test tooling dependencies (SWC, TypeScript, Jest JSDOM environment, Vite, React typings) to newer minor/patch versions.

@HappyPaul55 HappyPaul55 requested a review from Copilot January 7, 2026 14:12
@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 development dependencies in package.json (and syncs pnpm-lock.yaml) to newer patch/minor versions, with no application code changes, to keep the project current with upstream libraries and tooling.

File-Level Changes

Change Details Files
Update core runtime dependencies to newer minor/patch versions and refresh lockfile.
  • Bump @deskpro/app-sdk and @deskpro/deskpro-ui to the latest 6.x/8.x releases.
  • Upgrade @fortawesome/react-fontawesome, @sentry/react, @sentry/vite-plugin, @tanstack/react-query, react-hook-form, react-router-dom, and styled-components to newer compatible versions.
  • Regenerate pnpm-lock.yaml to align with the updated dependency tree.
package.json
pnpm-lock.yaml
Update build, test, and type-checking toolchain dependencies.
  • Upgrade SWC-related packages (@swc/core, @swc/helpers) to newer versions used by the build/test pipeline.
  • Bump TypeScript, @types/react, and jest-environment-jsdom to newer releases for type-checking and test runtime.
  • Update Vite to a newer 6.x version for the dev/build tooling.
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.

@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 updates multiple dependencies across both production and development packages. The updates are relatively minor version bumps following semantic versioning principles, primarily patch and minor version updates that should include bug fixes, new features, and security improvements without breaking changes.

Key Changes

  • Updated core dependencies including @deskpro/app-sdk, @deskpro/deskpro-ui, @sentry/react, @tanstack/react-query, react-hook-form, and react-router-dom
  • Updated build and testing dependencies including @swc/core, typescript, vite, and jest-environment-jsdom
  • All updates follow semantic versioning conventions (patch or minor version bumps)

Reviewed changes

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

File Description
package.json Updates 17 dependency versions across production and development dependencies with minor and patch version bumps
pnpm-lock.yaml Comprehensive lockfile update reflecting all transitive dependency changes from the package.json updates

💡 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.

2 participants