Skip to content

Upgrade Deps#73

Open
HappyPaul55 wants to merge 2 commits into
mainfrom
upgrade-deps-2026-07-01
Open

Upgrade Deps#73
HappyPaul55 wants to merge 2 commits into
mainfrom
upgrade-deps-2026-07-01

Conversation

@HappyPaul55
Copy link
Copy Markdown
Contributor

This pull request updates several dependencies and devDependencies in the package.json file to their latest minor or patch versions. These updates help ensure compatibility, improved performance, and access to the latest features and bug fixes.

Dependency updates:

  • Upgraded key runtime dependencies such as @deskpro/deskpro-ui, @sentry/react, @tanstack/react-query, react-hook-form, react-router-dom, styled-components, and others to their latest minor or patch versions.
  • Updated supporting libraries like javascript-time-ago, react-time-ago, and turndown to newer versions.

DevDependency updates:

  • Upgraded important development tools including @swc/core, @types/lodash, @types/react, jest-environment-jsdom, ts-jest, typescript, and vite to their latest releases. [1] [2]

Copy link
Copy Markdown

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 attempts to upgrade multiple dependencies and devDependencies to newer versions. However, there are several critical issues that must be addressed before this PR can be merged:

  • Updated dependency versions in package.json for both runtime and development dependencies
  • Upgrades include UI libraries (@deskpro/deskpro-ui), monitoring tools (@sentry/react), state management (@tanstack/react-query), forms (react-hook-form), routing (react-router-dom), styling (styled-components), and build tools (vite, typescript, @swc/core)
  • Critical Issue: The pnpm-lock.yaml file has not been regenerated to reflect these changes
  • Critical Issue: Invalid TypeScript version specified (5.9.3 does not exist)
  • Critical Issue: jest-environment-jsdom version incompatible with jest version

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

Comment thread package.json
"intersection-observer": "^0.12.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"jest-environment-jsdom": "^30.2.0",
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 jest-environment-jsdom version 30.2.0 is incompatible with the jest version 29.7.0 currently in use. The major version of jest-environment-jsdom should match the major version of jest. Please downgrade jest-environment-jsdom to a version in the 29.x range (e.g., ^29.7.0) to ensure compatibility with jest 29.7.0.

Suggested change
"jest-environment-jsdom": "^30.2.0",
"jest-environment-jsdom": "^29.7.0",

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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