Skip to content

Conversation

@tejachundru
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade lucide-react from 0.460.0 to 0.475.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 17 versions ahead of your current version.

  • The recommended version was released 23 days ago.

Release notes
Package name: lucide-react
  • 0.475.0 - 2025-02-07

    New icons 🎨

  • 0.474.0 - 2025-01-23

    Modified Icons 🔨

  • 0.473.0 - 2025-01-17

    Modified Icons 🔨

  • 0.472.0 - 2025-01-17

    New icons 🎨

    What's Changed

    • lucide-svelte: Make sure license ends up in SvelteKit bundles by @ Lettnald in #2728
    • lucide-react: Fixes aliases imports.

    Full Changelog: 0.471.1...0.472.0

  • 0.471.2 - 2025-01-17
  • 0.471.1 - 2025-01-13

    What's Changed

  • 0.471.0 - 2025-01-10

    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 🎨

  • 0.470.0 - 2025-01-10

    New icons 🎨

    Modified Icons 🔨

  • 0.469.0 - 2024-12-20

    Modified Icons 🔨

  • 0.468.0 - 2024-12-05
  • 0.467.0 - 2024-12-05
  • 0.466.0 - 2024-12-05
  • 0.465.0 - 2024-12-04
  • 0.464.0 - 2024-12-03
  • 0.463.0 - 2024-12-03
  • 0.462.0 - 2024-11-27
  • 0.461.0 - 2024-11-25
  • 0.460.0 - 2024-11-15
from lucide-react GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade lucide-react from 0.460.0 to 0.475.0.

See this package in npm:
lucide-react

See this project in Snyk:
https://app.snyk.io/org/tejachundru/project/4b838e8c-ff97-4da0-bd54-594700b4c07d?utm_source=github&utm_medium=referral&page=upgrade-pr
@vercel
Copy link

vercel bot commented Mar 2, 2025

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

Name Status Preview Comments Updated (UTC)
my-portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 2, 2025 7:54am

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