Skip to content

Bump react-icons from 5.5.0 to 5.6.0#456

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-icons-5.6.0
Closed

Bump react-icons from 5.5.0 to 5.6.0#456
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-icons-5.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps react-icons from 5.5.0 to 5.6.0.

Release notes

Sourced from react-icons's releases.

v5.6.0

What's Changed

Full Changelog: react-icons/react-icons@v5.5.0...v5.6.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-142-gbb04090f93 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.13.1 2754
Remix Icon Apache License Version 2.0 4.6.0 3058
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.14.0 637
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Single dependency patch/minor bump with lockfile update; no application logic changes.

Overview
Updates the react-icons dependency from 5.5.0 to 5.6.0 in package.json, and refreshes package-lock.json to the new resolved tarball/integrity metadata.

Written by Cursor Bugbot for commit b4c37b2. This will update automatically on new commits. Configure here.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2026
@github-actions
Copy link
Copy Markdown

🤖 Cursor Dependency Analysis

CURSOR_API_KEY is not set; analysis was skipped.

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedreact-icons@​5.5.0 ⏵ 5.6.0100 +110010089 -180

View full report

@github-actions
Copy link
Copy Markdown

🤖 Cursor Dependency Analysis

Here's my analysis:

1. Usage in this repo

Single usage site in src/components/Runnable.tsx:

import { FaCheck, FaKeyboard, FaPlay, FaTimes } from 'react-icons/fa';

All four icons (FaCheck, FaKeyboard, FaPlay, FaTimes) come from Font Awesome 5 (react-icons/fa).

2. Do changes intersect with usage?

No. The upstream diff between v5.5.0 and v5.6.0 has exactly two source-level changes:

  • iconBase.tsx: Return type changed from JSX.Element to React.ReactElement -- a React 19 compatibility fix. This is a type-only change; runtime behavior is identical.
  • icons/index.ts: Updated icon source hashes for various icon libraries (Font Awesome 6, Material Design, Bootstrap, Remix, Heroicons 2, etc.). Font Awesome 5 (the fa module this repo imports from) is not among the updated libraries. The four icons used here (FaCheck, FaKeyboard, FaPlay, FaTimes) are unaffected.

All other commits in the release are internal dependency bumps (webpack, vite, babel, etc.) that don't ship to consumers.

3. Risks / unknowns

  • Very low risk. This is a minor version bump with no API changes, no breaking changes, and no modifications to the icon set this project actually uses.
  • The JSX.Element -> React.ReactElement type change actually improves compatibility with this project's React 19 dependency ("^19.2.0").
  • The release contains no changelog entries suggesting removed or renamed icons.

4. Recommendation

Merge. This is a safe, low-risk minor bump. The only code-level change (type narrowing) is beneficial for React 19, and none of the updated icon sets are used by this project.

@BrandtH22
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Looks like react-icons is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-icons-5.6.0 branch April 13, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant