Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis 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
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Build for commit 08f57ad deployed to: https://mondaycom-pr-55.ci.next.deskprodemo.com URLs: |
There was a problem hiding this comment.
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, andreact-router-dom - Updated build and testing dependencies including
@swc/core,typescript,vite, andjest-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.
This pull request updates several dependencies in the
package.jsonfile, 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:
@deskpro/app-sdk,@deskpro/deskpro-ui,@fortawesome/react-fontawesome,@sentry/react,@tanstack/react-query,react-hook-form,react-router-dom, andstyled-componentsto their latest versions.@swc/core,@swc/helpers,@types/react,jest-environment-jsdom,typescript, andviteto newer versions. [1] [2]Summary by Sourcery
Update application and tooling dependencies to their latest compatible versions.
Build: