-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Deps #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Upgrade Deps #64
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis 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
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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), andreact-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", |
Copilot
AI
Jan 7, 2026
There was a problem hiding this comment.
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.
| "@fortawesome/react-fontawesome": "^0.2.6", | |
| "@fortawesome/react-fontawesome": "^3.1.1", |
|
Build for commit 09d557b deployed to: https://mailchimp-pr-64.ci.next.deskprodemo.com URLs: |
This pull request updates several dependencies in the
package.jsonfile 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:
@deskpro/app-sdk,@deskpro/deskpro-ui,@fortawesome/react-fontawesome,@sentry/react,@sentry/vite-plugin,formik, andreact-router-domto their latest compatible versions.@types/lodashandviteto newer versions.Summary by Sourcery
Update project dependencies to newer versions for both runtime and development tooling.
Enhancements:
Build: