Skip to content

Conversation

@StephenHodgson
Copy link
Member

  • bump deps

- bump deps
@StephenHodgson StephenHodgson requested a review from a team as a code owner September 21, 2025 13:14
@Copilot Copilot AI review requested due to automatic review settings September 21, 2025 13:14
@StephenHodgson StephenHodgson merged commit 02089a3 into main Sep 21, 2025
3 checks passed
@StephenHodgson StephenHodgson deleted the development branch September 21, 2025 13:15
Copy link

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

Bumps the action version and updates several dependency and devDependency versions.

  • Increment package version to 1.3.3
  • Update runtime dependency @rage-against-the-pixel/unity-releases-api
  • Update multiple devDependencies (jest, ts-jest, @types/*)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

"jest": "^30.1.3",
"shx": "^0.3.4",
"ts-jest": "^29.4.1",
"ts-jest": "^29.4.4",
Copy link

Copilot AI Sep 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest major version (30.x) and ts-jest major version (29.x) are out of sync; ts-jest versions normally track Jest's major version and this mismatch is likely to cause test initialization or transformer errors. Either keep Jest on 29.x or upgrade ts-jest to a compatible 30.x release (if available).

Suggested change
"ts-jest": "^29.4.4",
"ts-jest": "^30.0.0",

Copilot uses AI. Check for mistakes.
"jest": "^30.1.3",
"shx": "^0.3.4",
"ts-jest": "^29.4.1",
"ts-jest": "^29.4.4",
Copy link

Copilot AI Sep 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest major version (30.x) and ts-jest major version (29.x) are out of sync; ts-jest versions normally track Jest's major version and this mismatch is likely to cause test initialization or transformer errors. Either keep Jest on 29.x or upgrade ts-jest to a compatible 30.x release (if available).

Suggested change
"ts-jest": "^29.4.4",
"ts-jest": "^30.0.1",

Copilot uses AI. Check for mistakes.
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.

1 participant