Skip to content

chore: pnpm update + cargo update#122

Open
ellie wants to merge 1 commit intomainfrom
ellie/updates
Open

chore: pnpm update + cargo update#122
ellie wants to merge 1 commit intomainfrom
ellie/updates

Conversation

@ellie
Copy link
Member

@ellie ellie commented Oct 8, 2025

No description provided.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Summary

This PR performs routine dependency maintenance by updating all JavaScript/TypeScript and Rust dependencies using `pnpm update` and `cargo update`. The changes include updates to core libraries like React (19.1.0 → 19.2.0), Sentry SDK (9.10.1 → 9.46.0), and TanStack Query (5.80.10 → 5.90.2). The updates follow semantic versioning constraints, ensuring compatibility while bringing in security patches and bug fixes.

One notable change is the modernization of a git dependency format from git+https://github.com/atuinsh/ts-tiny-activerecord#v0.0.6 to the cleaner github:atuinsh/ts-tiny-activerecord#v0.0.6 syntax, reflecting pnpm's evolution toward standardized dependency references.

These bulk dependency updates are essential for maintaining security posture and preventing dependency drift in an active codebase. All updates appear to be within compatible version ranges due to caret (^) constraints in the package.json.

Important Files Changed

Changed Files
Filename Score Overview
package.json 4/5 Routine dependency updates across the entire JavaScript/TypeScript stack with notable React, Sentry, and TanStack Query version bumps

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

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