-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore: upgrade deps #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 multiple dependencies to their latest versions, updates the pnpm package manager version, and modifies the pre-commit workflow to run oxfmt before lint-staged.
Key Changes:
- Updates multiple development dependencies to newer minor/patch versions (e.g., @napi-rs packages, oxfmt, oxlint, mediabunny)
- Updates pnpm package manager from 10.26.2 to 10.27.0
- Modifies pre-commit hook to run
pnpm oxfmtbeforepnpm lint-staged, while removing oxfmt from the lint-staged configuration
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates dependency lockfile with new versions for @napi-rs packages (0.1.87→0.1.88), @InQuirer packages, oxfmt (0.20.0→0.21.0), oxlint (1.35.0→1.36.0), and many transitive dependencies |
| package.json | Updates devDependencies versions, removes oxfmt from lint-staged configuration for js/ts/tsx/toml/json files, and updates packageManager to [email protected] |
| .husky/pre-commit | Adds pnpm oxfmt command to run before pnpm lint-staged in the pre-commit hook |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
36b991d to
acf735f
Compare
acf735f to
e384a2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Note
Updates project tooling and hooks.
oxfmtandgit add -ubeforelint-staged, removingoxfmtfromlint-stagedpatterns@napi-rs/*,oxfmt,oxlint,mediabunny, and other dev tooling; setspackageManagerto[email protected]pnpm-lock.yamlto capture transitive updatesNo application/runtime code changes.
Written by Cursor Bugbot for commit e384a2e. This will update automatically on new commits. Configure here.