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 to newer versions. These updates include both runtime and development dependencies, ensuring the project stays up-to-date with the latest features, bug fixes, and security improvements.

Dependency updates:

  • Updated core dependencies such as @deskpro/app-sdk, @deskpro/deskpro-ui, @fortawesome/react-fontawesome, @sentry/react, @sentry/vite-plugin, formik, and react-router-dom to their latest compatible versions.
  • Updated development dependencies including @types/lodash and vite to newer versions.

Summary by Sourcery

Update project dependencies to newer versions for both runtime and development tooling.

Enhancements:

  • Refresh core runtime libraries (Deskpro SDK/UI, FontAwesome React, Sentry, Formik, React Router) to their latest compatible versions.

Build:

  • Update build and tooling dependencies including Vite and @types/lodash to current versions.

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

sourcery-ai bot commented Jan 7, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR upgrades several runtime and development dependencies in package.json (and the corresponding pnpm-lock.yaml) to newer compatible versions, primarily affecting the Deskpro SDK/UI, Sentry integration, form handling, routing, type definitions, and the Vite build toolchain.

File-Level Changes

Change Details Files
Upgrade core Deskpro, Sentry, form, and routing dependencies to newer compatible versions.
  • Bump @deskpro/app-sdk from ^6.0.6 to ^6.0.8.
  • Bump @deskpro/deskpro-ui from ^8.3.1 to ^8.4.0.
  • Bump @fortawesome/react-fontawesome from ^0.2.2 to ^0.2.6.
  • Bump @sentry/react from ^9.38.0 to ^9.47.1.
  • Bump @sentry/vite-plugin from ^3.5.0 to ^3.6.1.
  • Bump formik from ^2.4.6 to ^2.4.9.
  • Bump react-router-dom from ^7.6.3 to ^7.11.0.
package.json
pnpm-lock.yaml
Upgrade development tooling and type definitions to newer versions.
  • Bump @types/lodash from ^4.17.20 to ^4.17.21.
  • Bump vite from ^6.3.6 to ^6.4.1.
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 pull request upgrades multiple runtime and development dependencies to their latest versions, focusing on minor and patch version updates to incorporate bug fixes, security improvements, and new features.

Key changes:

  • Updated core dependencies including @deskpro/app-sdk (6.0.6 → 6.0.8), @deskpro/deskpro-ui (8.3.1 → 8.4.0), and react-router-dom (7.6.3 → 7.11.0)
  • Updated monitoring and build tools including @sentry/react (9.38.0 → 9.47.1) and @sentry/vite-plugin (3.5.0 → 3.6.1)
  • Updated development dependencies including vite (6.3.6 → 6.4.1) and @types/lodash (4.17.20 → 4.17.21)

Reviewed changes

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

File Description
package.json Updates version specifiers for 9 dependencies (7 runtime, 2 development) to newer minor/patch versions
pnpm-lock.yaml Reflects transitive dependency updates, including numerous @babel, @esbuild, @rollup, and @sentry packages with their complete dependency trees
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

"@sentry/react": "^9.38.0",
"@sentry/vite-plugin": "^3.5.0",
"formik": "^2.4.6",
"@fortawesome/react-fontawesome": "^0.2.6",
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

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

The @fortawesome/react-fontawesome package version 0.2.6 is marked as deprecated in the lock file. The deprecation message indicates: "v0.2.x is no longer supported. Unless you are still using FontAwesome 5, please update to v3.1.1 or greater."

Consider upgrading to version 3.1.1 or later to use the currently supported version of this package.

Suggested change
"@fortawesome/react-fontawesome": "^0.2.6",
"@fortawesome/react-fontawesome": "^3.1.1",

Copilot uses AI. Check for mistakes.
@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