Skip to content

Conversation

@CodeDead
Copy link
Owner

No description provided.

@CodeDead CodeDead added enhancement Indicates new feature requests dependencies Dependency upgrades labels Mar 31, 2025
@CodeDead CodeDead requested a review from Copilot March 31, 2025 00:12
@CodeDead CodeDead self-assigned this Mar 31, 2025
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 various dependencies, including a Yarn upgrade and updates to Rust-related configurations in Cargo.toml.

  • Upgraded Rust edition from 2021 to 2024 and updated rust-version to 1.85.1
  • Updated dependency versions for tauri, open, chrono, and related plugins
  • Upgraded the Yarn release path from 4.5.3 to 4.8.1

Reviewed Changes

Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.

File Description
src-tauri/Cargo.toml Updated Rust edition, rust-version and several dependency versions
.yarnrc.yml Updated yarnPath to use a newer Yarn release
Files not reviewed (3)
  • package.json: Language not supported
  • src-tauri/gen/schemas/desktop-schema.json: Language not supported
  • src-tauri/gen/schemas/linux-schema.json: Language not supported
@CodeDead CodeDead requested a review from Copilot March 31, 2025 00: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 dependencies and updates related configuration files, including a Yarn upgrade and refactoring of module imports.

  • Consolidated MUI color imports in ThemeSelector and Settings files using destructured imports.
  • Replaced usage of Grid2 with Grid in Home and GridList components.
  • Upgraded Rust edition, dependency versions in Cargo.toml, and updated Yarn version in .yarnrc.yml.

Reviewed Changes

Copilot reviewed 11 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/utils/ThemeSelector/index.js Refactored individual color imports into a structured destructured import from '@mui/material/colors'.
src/routes/Settings/index.jsx Standardized MUI color imports using destructuring; minor code reformatting.
src/routes/Home/index.jsx Updated import for Grid component from '@mui/material/Grid2' to '@mui/material/Grid'.
src/components/Layout/index.jsx Added JSDoc return type annotation for the updateThreads function.
src/components/GridList/index.jsx Updated Grid component import from '@mui/material/Grid2' to '@mui/material/Grid'.
src-tauri/Cargo.toml Updated Rust edition and several dependency versions.
.yarnrc.yml Upgraded Yarn version by updating the yarnPath.
Files not reviewed (3)
  • package.json: Language not supported
  • src-tauri/gen/schemas/desktop-schema.json: Language not supported
  • src-tauri/gen/schemas/linux-schema.json: Language not supported
@CodeDead CodeDead merged commit 4f3c3a4 into master Mar 31, 2025
1 check passed
@CodeDead CodeDead deleted the feature/upgrades branch March 31, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency upgrades enhancement Indicates new feature requests

2 participants