Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR bumps a set of runtime, development, and build/tooling dependencies in package.json (and pnpm-lock.yaml) to newer compatible versions, mainly for UI, routing, error tracking, SWC/testing, TypeScript, and Vite, without changing any application source code. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull request overview
This PR updates multiple dependencies across production and development packages to keep the project current with the latest features, bug fixes, and security patches. Most updates are minor or patch version increments.
- Updated production dependencies including UI libraries, error tracking, form handling, routing, and styling packages
- Upgraded development dependencies for testing, type definitions, and build tooling
- All updates maintain backward compatibility through semantic versioning (minor/patch updates only)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Build for commit e0068d6 deployed to: https://shopify-pr-92.ci.next.deskprodemo.com URLs: |
This pull request updates several dependencies in the
package.jsonfile, bringing both production and development packages to their latest versions. These updates include UI libraries, error tracking, form handling, routing, testing tools, and TypeScript support. The main goal is to keep the project up-to-date with the latest features and security patches.Dependency updates:
@deskpro/deskpro-ui,@sentry/react,@tanstack/react-query,formik,react-router-dom,styled-components, and others to their latest versions for improved features and bug fixes.@swc/core,@swc/helpers,@testing-library/jest-dom,@types/lodash, and@types/reactfor better compatibility and performance in the development and testing environment.jest-environment-jsdom,ts-jest,typescript, andviteto ensure compatibility with the latest ecosystem changes.Summary by Sourcery
Upgrade frontend application dependencies and tooling to newer compatible versions.
Enhancements:
Build: