Skip to content

chore(deps): upgrade dependencies (2026-02-28) and CI improvement#62

Merged
gkozlenko merged 1 commit intomasterfrom
upgrade-dependencies-2026-02-28
Feb 28, 2026
Merged

chore(deps): upgrade dependencies (2026-02-28) and CI improvement#62
gkozlenko merged 1 commit intomasterfrom
upgrade-dependencies-2026-02-28

Conversation

@gkozlenko
Copy link
Owner

@gkozlenko gkozlenko commented Feb 28, 2026

Upgrade dependnecies:

  • c8 from 10.1.3 to 11.0.0
  • eslint from 10.0.0 to 10.0.2
  • minimatch from 10.2.1 to 10.2.4

Add overrides:

  • serialize-javascript of 7.0.3 version to fix some vulnerabilities

Make lint and tests using current node version (25x) not blocking.

@gemini-code-assist
Copy link

Summary of Changes

Hello, 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 focuses on maintaining the project's health and security by updating several core development dependencies and implementing a specific override to mitigate vulnerabilities. These changes ensure that the project benefits from the latest features, bug fixes, and security patches provided by these updated packages, contributing to a more robust and secure development environment.

Highlights

  • Dependency Upgrades: Upgraded c8 from version 10.1.3 to 11.0.0, eslint from 10.0.0 to 10.0.1, and minimatch from 10.2.1 to 10.2.4.
  • Security Override: Added an override for serialize-javascript to version 7.0.3 to address known vulnerabilities.
  • Transitive Dependency Updates: Numerous transitive dependencies such as @eslint/config-array, @eslint/object-schema, ajv, balanced-match, brace-expansion, espree, eslint-scope, eslint-visitor-keys, minipass, and test-exclude were updated to their latest compatible versions.
Changelog
  • package-lock.json
    • Updated versions and integrity hashes for numerous direct and transitive dependencies including c8, eslint, minimatch, ajv, balanced-match, brace-expansion, espree, eslint-scope, eslint-visitor-keys, minipass, and serialize-javascript.
    • Removed explicit entries for randombytes and safe-buffer as they are likely no longer direct dependencies or are handled differently by the updated lockfile.
  • package.json
    • Updated c8 dev dependency to ^11.0.0.
    • Updated eslint dev dependency to ^10.0.1.
    • Updated minimatch override to ^10.2.4.
    • Added serialize-javascript override to ^7.0.3.
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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 28, 2026

Test Coverage Summary Statistics

  • Lines: 95.55%
  • Statements: 95.55%
  • Functions: 92.59%
  • Branches: 89.3%

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

This pull request upgrades several development dependencies, including a major version bump for c8. My review focuses on the implications of these upgrades. I've identified a critical issue regarding Node.js version compatibility introduced by the new versions of c8 and serialize-javascript, which require Node.js 20+. This conflicts with the project's currently supported Node.js version (>=10.0.0) and could break the development environment for contributors. I've also noted a minor version discrepancy for the eslint package. Please see my detailed comments for suggestions on how to address these points.

Upgrade dependnecies:
- `c8` from `10.1.3` to `11.0.0`
- `eslint` from `10.0.0` to `10.0.2`
- `minimatch` from `10.2.1` to `10.2.4`

Add overrides:
- `serialize-javascript` of `7.0.3` version to fix some vulnerabilities

Make lint and tests using current node version (25x) not blocking.
@gkozlenko gkozlenko changed the title chore(deps): upgrade dependencies 2026-02-28 chore(deps): upgrade dependencies (2026-02-28) and CI improvement Feb 28, 2026
@gkozlenko gkozlenko force-pushed the upgrade-dependencies-2026-02-28 branch from c2d315a to 15f1837 Compare February 28, 2026 18:23
@gkozlenko
Copy link
Owner Author

/gemini review

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

This pull request upgrades several development dependencies, including a major version bump for c8 and patch updates for eslint and minimatch. It also adds an override for serialize-javascript to address vulnerabilities. My review focuses on the implications of these upgrades. I've identified a potential issue with the Node.js engine requirement for development, which has become inconsistent with the project's package.json due to the c8 upgrade. Please see my specific comment for details.

@gkozlenko gkozlenko merged commit ab8b3ee into master Feb 28, 2026
4 checks passed
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