Skip to content

chore(deps): bump lucide-react from 0.562.0 to 0.563.0 in /apps/admin#848

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/admin/lucide-react-0.563.0
Open

chore(deps): bump lucide-react from 0.562.0 to 0.563.0 in /apps/admin#848
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/admin/lucide-react-0.563.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps lucide-react from 0.562.0 to 0.563.0.

Release notes

Sourced from lucide-react's releases.

Version 0.563.0

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before. Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes

New Contributors

Full Changelog: lucide-icons/lucide@0.562.0...0.563.0

Commits
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.562.0 to 0.563.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.563.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
@dependabot dependabot bot requested a review from fingertips18 as a code owner January 26, 2026 08:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
@fingertips18
Copy link
Owner

@coderabbitai Are there any breaking changes in this dependency update? Is it safe to merge?

@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash

# Check the package.json in apps/admin to see current dependencies and React version
echo "=== Checking apps/admin/package.json ==="
cat apps/admin/package.json

echo -e "\n=== Searching for lucide-react imports in apps/admin ==="
# Find how lucide-react is being used in the codebase
rg "from ['\"]lucide-react['\"]" apps/admin --type ts --type tsx -C 2 || rg "from ['\"]lucide-react['\"]" apps/admin -C 2

echo -e "\n=== Checking for any lucide-react usage patterns ==="
# Also check for dynamic imports or require statements
rg "lucide-react" apps/admin --type-add 'tsx:*.tsx' --type tsx --type ts -n | head -20

Length of output: 9749


🌐 Web query:

lucide-react React 19 compatibility 0.563.0

💡 Result:

lucide-react@0.563.0 is React 19 compatible: its peerDependencies include react: "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" (so npm/yarn should accept React 19 without peer-dep conflicts). [1]

Sources: [1] (UNPKG lucide-react@0.563.0 package.json).


@fingertips18 No, there are no breaking changes in this update. It's safe to merge. ✅

Here's my analysis:

Version Type

This is a minor version bump (0.562.0 → 0.563.0), which follows semantic versioning and indicates no breaking changes.

Key Changes

The main feature is that aria-hidden is now added by default to icon components in all packages — but this was already present in lucide-react before this release, so it doesn't affect your codebase.

Other changes include:

  • Visual improvements to specific icons (star-off, tickets-plane, monitor-off, lasso, cloud-off, waypoints, bookmark, cloudy, message-square-dashed)
  • New icons: globe-x, printer-x
  • Dependency updates (lodash 4.17.21 → 4.17.23)

React 19 Compatibility

✅ Your project uses React 19.2.1, and lucide-react@0.563.0 explicitly supports React 19 in its peer dependencies.

Impact on Your Codebase

I checked your usage across ~20 files. You're using standard icon imports like Plus, FolderCode, MoveLeft, Loader, etc. None of the icons you're currently using appear in the list of visually updated icons, so you won't see any visual changes.

Recommendation: Safe to merge without concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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