-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Deps #83
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 #83
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 minor/patch versions, primarily for bug fixes, compatibility, and tooling improvements, without altering application code. 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.
Hey - I've left some high level feedback:
- You’ve upgraded
jest-environment-jsdomto^30.2.0while keepingjestat^29.7.0; consider aligning their major versions or confirming that the v30 environment is officially compatible with Jest 29 to avoid subtle test-runner issues.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- You’ve upgraded `jest-environment-jsdom` to `^30.2.0` while keeping `jest` at `^29.7.0`; consider aligning their major versions or confirming that the v30 environment is officially compatible with Jest 29 to avoid subtle test-runner issues.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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 attempts to upgrade multiple dependencies in the package.json file to improve compatibility, features, and incorporate bug fixes. However, several of the specified versions appear to be invalid or non-existent.
Key Changes:
- Upgrades to core dependencies including @deskpro packages, Sentry SDK, React Query, React Hook Form, and styled-components
- Updates to development and testing dependencies including SWC, Testing Library, TypeScript, and Vite
- Updates to type definition packages
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Build for commit 3dee759 deployed to: https://linear-pr-83.ci.next.deskprodemo.com URLs: |
This pull request updates several dependencies in the
package.jsonfile to their latest versions. The updates include both runtime and development dependencies, ensuring compatibility, improved features, and bug fixes.Dependency updates:
Core dependencies:
@deskpro/app-sdkto^6.0.8,@deskpro/deskpro-uito^8.4.0, and several other libraries such as@sentry/react,@tanstack/react-query,react-hook-form,react-router-dom,styled-components, and more to their latest versions.Development and type dependencies:
@swc/core,@swc/helpers,@testing-library/jest-dom,@types/lodash, and@types/reactto newer versions.jest-environment-jsdom,ts-jest,typescript, andviteto their latest releases for improved testing and build processes.Summary by Sourcery
Update application and tooling dependencies to newer versions.
Enhancements:
Build: