Skip to content

Conversation

@CodeDead
Copy link
Owner

@CodeDead CodeDead commented Jun 9, 2025

No description provided.

@CodeDead CodeDead self-assigned this Jun 9, 2025
@CodeDead CodeDead added the dependencies Dependency upgrades label Jun 9, 2025
@CodeDead CodeDead requested a review from Copilot June 9, 2025 14:18
@CodeDead CodeDead merged commit ed49085 into development Jun 9, 2025
1 check passed
@CodeDead CodeDead deleted the feature/upgrades branch June 9, 2025 14:23
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

This PR upgrades several dependencies and development tools to their latest patch versions, including a Yarn upgrade.

  • Upgraded Mantine, Next, and several dev dependency versions in package.json
  • Updated the Yarn version in both package.json and .yarnrc.yml

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Dependency and devDependency version upgrades
.yarnrc.yml Updated Yarn version reference

"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5.3",
"jest-environment-jsdom": "30.0.0-beta.3",
Copy link

Copilot AI Jun 9, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a stable release for jest-environment-jsdom instead of a beta version to ensure reliable test outcomes.

Suggested change
"jest-environment-jsdom": "30.0.0-beta.3",
"jest-environment-jsdom": "^30.0.0",

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

dependencies Dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants