Skip to content

Dependabot/npm and yarn/npm and yarn 26010aa459#11

Merged
KalCola merged 3 commits intoKalCola-patch-1from
dependabot/npm_and_yarn/npm_and_yarn-26010aa459
Mar 6, 2026
Merged

Dependabot/npm and yarn/npm and yarn 26010aa459#11
KalCola merged 3 commits intoKalCola-patch-1from
dependabot/npm_and_yarn/npm_and_yarn-26010aa459

Conversation

@KalCola
Copy link
Owner

@KalCola KalCola commented Mar 6, 2026

No description provided.

dependabot bot and others added 3 commits March 5, 2026 00:14
…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [immutable](https://github.com/immutable-js/immutable-js) and [minimatch](https://github.com/isaacs/minimatch).


Updates `immutable` from 5.1.4 to 5.1.5
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.1.4...v5.1.5)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn-620640078e

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [dompurify](https://github.com/cure53/DOMPurify) and [svgo](https://github.com/svg/svgo).


Updates `dompurify` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.1...3.3.2)

Updates `svgo` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: svgo
  dependency-version: 3.3.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 primarily focuses on maintaining up-to-date project dependencies by upgrading several packages to their latest patch versions. It also includes a cleanup of platform-specific metadata in the lock file and updates to transitive dependencies, ensuring better compatibility and security.

Highlights

  • Dependency Updates: Several npm dependencies have been updated to their latest patch versions, including dompurify, immutable, sax, serve-handler, and svgo.
  • Dependency Resolution Cleanup: Platform-specific libc entries (glibc, musl) were removed from various CPU architectures within the package-lock.json for several packages, streamlining dependency metadata.
  • Transitive Dependency Updates: The serve-handler package's internal minimatch dependency was updated, and svgo now uses sax directly instead of @trysound/sax.
  • Node.js Engine Requirement: The dompurify package now explicitly specifies a Node.js engine requirement of >=20.
Changelog
  • package-lock.json
    • Removed libc specifications for various CPU architectures (arm, arm64, x64) from several package entries.
    • Removed the node_modules/@trysound/sax entry.
    • Updated dompurify from version 3.3.1 to 3.3.2, and added a Node.js engine requirement of >=20.
    • Updated immutable from version 5.1.4 to 5.1.5.
    • Updated sax from version 1.4.4 to 1.5.0.
    • Updated serve-handler from version 6.1.6 to 6.1.7, which also updated its minimatch dependency from 3.1.2 to 3.1.5.
    • Updated svgo from version 3.3.2 to 3.3.3, and changed its internal sax dependency from @trysound/sax 0.2.0 to sax 1.5.0.
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.

@KalCola KalCola merged commit ed11f83 into KalCola-patch-1 Mar 6, 2026
1 check passed
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 from Dependabot updates several npm dependencies. While most changes are routine version bumps, the update to dompurify to version 3.3.2 introduces a potential compatibility issue. This new version requires Node.js v20 or later, which conflicts with this project's stated support for Node.js v18 and up. This could cause issues in environments running older supported Node.js versions.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment on lines +11886 to +11888
"engines": {
"node": ">=20"
},

Choose a reason for hiding this comment

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

high

The updated dompurify package requires Node.js version 20 or higher, but the project's package.json supports Node.js version 18 and above. This mismatch could lead to build or runtime failures on environments with Node.js 18 or 19. It is recommended to either update the project's Node.js requirement to >=20 in package.json to match this dependency, or to prevent this upgrade and find a version of dompurify that is compatible with Node.js 18.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-26010aa459 branch March 7, 2026 00:47
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