Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2025

This PR contains the following updates:

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

Release Notes

lucide-icons/lucide (lucide-react)

v0.510.0: Version 0.510.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.509.0...0.510.0

v0.509.0: Version 0.509.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.508.0...0.509.0

v0.508.0: Version 0.508.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.507.0...0.508.0

v0.507.0: Version 0.507.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.506.0...0.507.0

v0.506.0: Version 0.506.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.505.0...0.506.0

v0.505.0: Version 0.505.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.504.0...0.505.0

v0.504.0: Version 0.504.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.503.0...0.504.0

v0.503.0: Version 0.503.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.502.0...0.503.0

v0.502.0: Version 0.502.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.501.0...0.502.0

v0.501.0: Version 0.501.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.500.0...0.501.0

v0.500.0

Compare Source

v0.499.0: Version 0.499.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.498.0...0.499.0

v0.498.0: Version 0.498.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.497.0...0.498.0

v0.497.0: Version 0.497.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.496.0...0.497.0

v0.496.0: Version 0.496.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.495.0...0.496.0

v0.495.0: Version 0.495.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.494.0...0.495.0

v0.494.0: Version 0.494.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.493.0...0.494.0

v0.493.0: Version 0.493.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.492.0...0.493.0

v0.492.0: Version 0.492.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.491.0...0.492.0

v0.491.0: Version 0.491.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.490.0...0.491.0

v0.490.0: Version 0.490.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.489.0...0.490.0

v0.489.0: Version 0.489.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.488.0...0.489.0

v0.488.0: Version 0.488.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.487.0...0.488.0

v0.487.0: Version 0.487.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.486.0...0.487.0

v0.486.0: Version 0.486.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.485.0...0.486.0

v0.485.0

Compare Source

v0.484.0: Version 0.484.0

Compare Source

What's Changed
New Contributors

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

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 this update again.


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

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

Copy link

netlify bot commented May 16, 2025

Deploy Preview for commandkit ready!

Name Link
🔨 Latest commit 97cbaf7
🔍 Latest deploy log https://app.netlify.com/projects/commandkit/deploys/682714099f2ea700089e78e0
😎 Deploy Preview https://deploy-preview-125--commandkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 3e1c02c to 97cbaf7 Compare May 16, 2025 10:31
@twlite twlite merged commit c1d59e4 into main May 16, 2025
@renovate renovate bot deleted the renovate/lucide-monorepo branch May 16, 2025 10:38
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