[Snyk] Upgrade @iconify/react from 6.0.0 to 6.0.1#587
[Snyk] Upgrade @iconify/react from 6.0.0 to 6.0.1#587ahochsteger wants to merge 1 commit intomainfrom
Conversation
Snyk has created this PR to upgrade @iconify/react from 6.0.0 to 6.0.1. See this package in npm: @iconify/react See this project in Snyk: https://app.snyk.io/org/ahochsteger/project/4bfef8d7-65d9-4f21-9fe9-4f4da3b75f06?utm_source=github&utm_medium=referral&page=upgrade-pr
Summary of ChangesHello @ahochsteger, 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 automates the process of keeping project dependencies current by upgrading the Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request upgrades the @iconify/react dependency from version 6.0.0 to 6.0.1. While the change is straightforward, I've noticed an inconsistency between package.json and package-lock.json regarding the version specifier for this dependency. My review includes a suggestion to align them to maintain consistency with the project's dependency pinning strategy.
| "@docusaurus/core": "3.8.1", | ||
| "@docusaurus/preset-classic": "3.8.1", | ||
| "@iconify/react": "6.0.0", | ||
| "@iconify/react": "^6.0.1", |
There was a problem hiding this comment.
There's an inconsistency between package.json and package-lock.json. The package.json file pins @iconify/react to version 6.0.1, but here in the lockfile's root package description, it's specified as ^6.0.1. To maintain the project's convention of pinning dependencies and ensure deterministic installs, this should be pinned to 6.0.1 as well.
| "@iconify/react": "^6.0.1", | |
| "@iconify/react": "6.0.1", |
|
Pull Request Test Coverage Report for Build 18217263291Details
💛 - Coveralls |



Snyk has created this PR to upgrade @iconify/react from 6.0.0 to 6.0.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: @iconify/react
-
6.0.1 - 2025-09-01
-
6.0.0 - 2025-04-10
from @iconify/react GitHub release notesImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: