Skip to content

chore(deps):(deps): bump lucide-react from 1.7.0 to 1.8.0#286

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

chore(deps):(deps): bump lucide-react from 1.7.0 to 1.8.0#286
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lucide-react-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps lucide-react from 1.7.0 to 1.8.0.

Release notes

Sourced from lucide-react's releases.

Version 1.8.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

Commits
  • 7623e23 feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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
Low risk dependency-only update; primary impact is potential minor icon/component changes from lucide-react plus lockfile metadata churn.

Overview
Updates the lucide-react dependency from 1.7.0 to 1.8.0.

Refreshes package-lock.json accordingly, including the new lucide-react tarball integrity/resolution and related lockfile metadata changes.

Reviewed by Cursor Bugbot for commit e58f488. Bugbot is set up for automated code reviews on this repo. Configure here.

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

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.8.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 Apr 13, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e58f488. Configure here.

Comment thread package-lock.json
"arm"
],
"dev": true,
"libc": [
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile lost libc fields for platform-specific packages

Medium Severity

The libc field was dropped from numerous platform-specific native packages in package-lock.json (affecting @img/sharp-*, @rolldown/binding-*, and lightningcss-* entries). This field distinguishes glibc vs musl variants and is essential for correct platform resolution. Without it, npm ci on musl-based systems (e.g., Alpine Linux Docker containers) may select incorrect native binaries, causing dev tools like sharp, lightningcss, and rolldown to malfunction. This appears to be an unintended side effect of Dependabot regenerating the lockfile for the lucide-react bump.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e58f488. Configure here.

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.

0 participants