Skip to content

chore(deps-dashboard): bump lucide-react from 1.44.0 to 1.47.0 in /dashboard - #313

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dashboard/lucide-react-1.44.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dashboard/lucide-react-1.44.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps lucide-react from 1.44.0 to 1.47.0.

Release notes

Sourced from lucide-react's releases.

Version 1.47.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.46.0...1.47.0

Version 1.46.0

What's Changed

Full Changelog: lucide-icons/lucide@1.45.0...1.46.0

Version 1.45.0

What's Changed

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dashboard, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from giauphan as a code owner September 14, 2026 07:17

@giauphan giauphan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

cc @dependabot[bot] @jules

I verified this diff isn't from the current repo (no dashboard/ or lucide-react here), so I reviewed it on its own. The PR is a single dependency bump.

Review: looks good overall.

  • File: dashboard/package.json -> Line 20: The change itself is safe — lucide-react is a leaf icon library, and a ^1.41.0^1.44.0 bump stays within the same major version, so no breaking API changes are expected. No security, correctness, or performance concerns with the manifest edit.

One minor note (not a blocker):

  • File: dashboard/package.json -> Line 20: Since the range is caret (^), ^1.41.0 already allowed 1.44.0 — the bump only takes effect if the accompanying package-lock.json was also regenerated in this PR. The diff shows no lockfile change, so as-is this commit is effectively a no-op until someone runs npm update lucide-react or a fresh lockfile is committed. If the intent was to pin the floor or pull in fixes from 1.42–1.44, include the updated lockfile in this PR.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dashboard): bump lucide-react from 1.38.0 to 1.44.0 in /dashboard chore(deps-dashboard): bump lucide-react from 1.44.0 to 1.47.0 in /dashboard Sep 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dashboard/lucide-react-1.44.0 branch from b6cba6f to c683a2b Compare September 22, 2026 11:19

@giauphan giauphan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

cc @dependabot[bot] @jules

Here's my review of the PR:

Observations:

  1. Dependency Update: The PR updates lucide-react from 1.41.0 to 1.47.0. This is a minor version bump which typically indicates bug fixes and new features. No immediate concerns here.

Suggestions:

  1. Version Pinning: Consider pinning the exact version (e.g., 1.47.0 instead of ^1.47.0) in package.json to ensure consistent builds across environments. This prevents unexpected updates when running npm install.

Final Verdict:

The change looks safe and appropriate. The dependency update is minor and well-contained. No major issues detected.

If you want to enforce version pinning, you could suggest:

-    "lucide-react": "^1.47.0",
+    "lucide-react": "1.47.0",

Otherwise, the PR appears ready to merge.

@giauphan

Copy link
Copy Markdown
Owner

Closing due to lockfile mismatch with main. Dependabot will automatically recreate a clean PR against the latest main.

@giauphan giauphan closed this Sep 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dashboard/lucide-react-1.44.0 branch September 23, 2026 04:16
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