Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency lucide-react to ^0.482.0 #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lucide-react (source) ^0.469.0 -> ^0.482.0 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-react)

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 🔨


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.

@renovate renovate bot requested a review from bwiggs as a code owner February 20, 2025 23:08
Copy link

vercel bot commented Feb 20, 2025

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

Name Status Preview Comments Updated (UTC)
openlane-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2025 6:07pm
storybook ❌ Failed (Inspect) Mar 14, 2025 6:07pm

@renovate renovate bot requested review from a team as code owners February 20, 2025 23:08
@renovate renovate bot changed the title Update dependency lucide-react to ^0.475.0 fix(deps): update dependency lucide-react to ^0.475.0 Feb 24, 2025
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to ^0.475.0 fix(deps): update dependency lucide-react to ^0.476.0 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from a333097 to 905f2e7 Compare February 25, 2025 13:45
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to ^0.476.0 Update dependency lucide-react to ^0.476.0 Feb 27, 2025
@renovate renovate bot changed the title Update dependency lucide-react to ^0.476.0 Update dependency lucide-react to ^0.477.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 905f2e7 to fe5abcb Compare February 28, 2025 17:16
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from fe5abcb to dc0a339 Compare March 7, 2025 15:10
@renovate renovate bot changed the title Update dependency lucide-react to ^0.477.0 Update dependency lucide-react to ^0.479.0 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from dc0a339 to 9ca9442 Compare March 14, 2025 15:02
@renovate renovate bot changed the title Update dependency lucide-react to ^0.479.0 Update dependency lucide-react to ^0.480.0 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 9ca9442 to 512a4e1 Compare March 14, 2025 15:35
@renovate renovate bot changed the title Update dependency lucide-react to ^0.480.0 Update dependency lucide-react to ^0.481.0 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 512a4e1 to e313a38 Compare March 14, 2025 18:03
@renovate renovate bot changed the title Update dependency lucide-react to ^0.481.0 Update dependency lucide-react to ^0.482.0 Mar 14, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants