Skip to content

Comments

fix(deps): update dependency lucide-react to ^0.483.0 - abandoned#3190

Closed
renovate[bot] wants to merge 2 commits intomainfrom
renovate/lucide-monorepo
Closed

fix(deps): update dependency lucide-react to ^0.483.0 - abandoned#3190
renovate[bot] wants to merge 2 commits intomainfrom
renovate/lucide-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lucide-react (source) ^0.468.0 -> ^0.483.0 age adoption passing confidence
lucide-react (source) ^0.436.0 -> ^0.483.0 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-react)

v0.483.0: Version 0.483.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.482.0...0.483.0

v0.482.0: Version 0.482.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.481.0...0.482.0

v0.481.0: Version 0.481.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.480.0...0.481.0

v0.480.0: Version 0.480.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.479.0...0.480.0

v0.479.0: Version 0.479.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.478.0...0.479.0

v0.478.0: Version 0.478.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.477.0...0.478.0

v0.477.0: New icons 0.477.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.476.0: Fixes and new icons 0.476.0

Compare Source

Fixes

New icons 🎨

Modified Icons 🔨

v0.475.0: New icons 0.475.0

Compare Source

New icons 🎨

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.1: Hotfix Lucide React exports

Compare Source

What's Changed

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link

codesandbox bot commented Mar 24, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link

changeset-bot bot commented Mar 24, 2025

⚠️ No Changeset found

Latest commit: 0b3f80d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Mar 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
assistant-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 3:38pm
bird-checker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 3:38pm
crypto-chatbot ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 3:38pm
mastra-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 3:38pm
openapi-spec-writer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 3:38pm
travel-ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 3:38pm

@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@wardpeet wardpeet closed this Apr 1, 2025
@wardpeet wardpeet deleted the renovate/lucide-monorepo branch June 5, 2025 11:18
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.

2 participants