Skip to content

Bump dependencies: knip, @types/node, bn.js#102

Merged
0xh3rman merged 1 commit intomainfrom
chore/bump-dependencies
Feb 24, 2026
Merged

Bump dependencies: knip, @types/node, bn.js#102
0xh3rman merged 1 commit intomainfrom
chore/bump-dependencies

Conversation

@0xh3rman
Copy link
Collaborator

Summary

Consolidates 4 Dependabot PRs into a single update:

Test plan

  • pnpm build passes
  • pnpm test passes (79 passed, 13 skipped)

Closes #97, closes #98, closes #99, closes #101

- knip 5.84.1 → 5.85.0
- @types/node 25.2.3 → 25.3.0
- bn.js 5.2.2 → 5.2.3 (root + packages/swapper)
@semanticdiff-com
Copy link

semanticdiff-com bot commented Feb 23, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  packages/swapper/package.json  97% smaller
  pnpm-lock.yaml  52% smaller
  apps/api/package.json  0% smaller
  package.json  0% smaller

@gemini-code-assist
Copy link

Summary of Changes

Hello @0xh3rman, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs routine dependency updates for several key packages: knip, @types/node, and bn.js. The primary goal is to keep the project's dependencies current, ensuring access to the latest features, bug fixes, and security patches. By consolidating multiple Dependabot alerts into one PR, the maintenance overhead is reduced, and the overall stability of the application is improved.

Highlights

  • Dependency Updates: Updated knip from version 5.84.1 to 5.85.0, @types/node from 25.2.3 to 25.3.0, and bn.js from 5.2.2 to 5.2.3.
  • Consolidated Dependabot PRs: This pull request consolidates four separate Dependabot updates into a single, streamlined change.
  • Lockfile Regeneration: The pnpm-lock.yaml file was regenerated to reflect the updated dependency versions and their transitive dependencies, including various @oxc-resolver bindings and undici-types.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • apps/api/package.json
    • Updated @types/node to version 25.3.0.
  • package.json
    • Updated knip to version 5.85.0.
  • packages/swapper/package.json
    • Updated bn.js to version 5.2.3.
  • pnpm-lock.yaml
    • Updated lockfile entries for knip, @types/node, and bn.js to reflect new versions.
    • Updated various @oxc-resolver binding packages from 11.17.1 to 11.18.0.
    • Updated undici-types from 7.16.0 to 7.18.2.
    • Propagated @types/node version updates across multiple dependent packages like jest, ts-node-dev, and ts-node.
Activity
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request consolidates dependency updates for knip, @types/node, and bn.js. The changes are mostly standard version bumps. However, the lockfile reveals a significant version fragmentation for @types/node, where some sub-dependencies (like @types/ws@7.4.7) have downgraded from version 25 to 12. This can lead to TypeScript compilation errors such as 'Duplicate identifier' or missing definitions for newer Node.js APIs. I recommend using pnpm.overrides in the root package.json to enforce a consistent version of Node.js types across the entire workspace.

@0xh3rman 0xh3rman merged commit 1b8213c into main Feb 24, 2026
4 checks passed
@0xh3rman 0xh3rman deleted the chore/bump-dependencies branch February 26, 2026 03:35
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