Skip to content

chore: deps upgrade and clippy/fmt fix#283

Merged
Brooooooklyn merged 1 commit intomainfrom
11-01-chore_deps_upgrade_and_clippy_fmt_fix
Nov 1, 2025
Merged

chore: deps upgrade and clippy/fmt fix#283
Brooooooklyn merged 1 commit intomainfrom
11-01-chore_deps_upgrade_and_clippy_fmt_fix

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings November 1, 2025 10:27
Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Copy Markdown
Contributor

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 updates dependencies and applies code quality improvements including lint fixes and modernized Rust idioms.

  • Updated Rust nightly toolchain from 2025-08-05 to 2025-10-31
  • Upgraded multiple npm packages including oxlint, vitest, and various type definitions
  • Applied Rust code improvements: removed unused imports, simplified formatting, and used newer APIs

Reviewed Changes

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

Show a summary per file
File Description
rust-toolchain.toml Updated Rust nightly channel to 2025-10-31
pnpm-workspace.yaml Updated versions for @types/node, oxlint, oxlint-tsgolint, and vitest packages
pnpm-lock.yaml Updated lockfile reflecting dependency version changes
crates/vite_workspace/src/lib.rs Modernized panic message formatting
crates/vite_workspace/src/error.rs Removed unused imports (serde_json, serde_yml, wax)
crates/vite_tui/src/app.rs Changed to_string() to clone() for task value
crates/vite_task/src/ui.rs Simplified format string by extracting cwd_str variable
crates/vite_path/src/relative.rs Changed #[allow] to #[expect] for clippy lint
crates/vite_glob/src/error.rs Removed unused wax import
crates/fspy_test_utils/src/lib.rs Removed unused import and modernized print formatting
crates/fspy_shared_unix/src/exec/mod.rs Simplified Option handling using unwrap_or_else
crates/fspy_shared/src/ipc/channel/shm_io.rs Used is_multiple_of() API and repeat_n() iterator
crates/fspy_shared/src/ipc/channel/mod.rs Simplified error mapping using io::Error::other
crates/fspy_preload_unix/src/client/mod.rs Removed unnecessary reference in function call
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

Comment thread crates/vite_task/src/ui.rs
@Brooooooklyn Brooooooklyn force-pushed the 11-01-chore_deps_upgrade_and_clippy_fmt_fix branch from cb37ba8 to 491149a Compare November 1, 2025 12:02
@Brooooooklyn Brooooooklyn merged commit 0394428 into main Nov 1, 2025
17 of 19 checks passed
Copy link
Copy Markdown
Member Author

Merge activity

@Brooooooklyn Brooooooklyn deleted the 11-01-chore_deps_upgrade_and_clippy_fmt_fix branch November 1, 2025 12:27
Comment on lines -41 to -45
Some(format!(
"{}$ {}",
if cwd.is_empty() { format_args!("") } else { format_args!("~/{cwd}") },
display_command
))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Didn't expect bumping rust version would break this...🤔

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.

4 participants