Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Snyk] Upgrade lucide-react from 0.436.0 to 0.471.0 #373

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

Kevin-Umali
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade lucide-react from 0.436.0 to 0.471.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 34 versions ahead of your current version.

  • The recommended version was released 22 days ago.

Release notes
Package name: lucide-react
  • 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

    New icons 🎨

  • 0.467.0 - 2024-12-05

    New icons 🎨

    Modified Icons 🔨

  • 0.466.0 - 2024-12-05

    New icons 🎨

    Modified Icons 🔨

  • 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
  • 0.459.0 - 2024-11-15
  • 0.458.0 - 2024-11-15
  • 0.457.0 - 2024-11-15
  • 0.456.0 - 2024-11-08
  • 0.455.0 - 2024-11-08
  • 0.454.0 - 2024-10-28
  • 0.453.0 - 2024-10-15
  • 0.452.0 - 2024-10-11
  • 0.451.0 - 2024-10-08
  • 0.449.0 - 2024-10-08
  • 0.448.0 - 2024-10-08
  • 0.447.0 - 2024-10-01
  • 0.446.0 - 2024-09-25
  • 0.445.0 - 2024-09-20
  • 0.444.0 - 2024-09-20
  • 0.443.0 - 2024-09-20
  • 0.442.0 - 2024-09-20
  • 0.441.0 - 2024-09-12
  • 0.440.0 - 2024-09-12
  • 0.439.0 - 2024-09-06
  • 0.438.0 - 2024-09-01
  • 0.437.0 - 2024-08-31
  • 0.436.0 - 2024-08-25
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.436.0 to 0.471.0.

See this package in npm:
lucide-react

See this project in Snyk:
https://app.snyk.io/org/kevin-umali/project/668d6ef8-e245-4d46-ac1f-07983e76575a?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Feb 1, 2025

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
make-me ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2025 5:02am

@github-actions github-actions bot added the client label Feb 1, 2025
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] 🔁 npm/[email protected] None 0 34.7 MB ericfennis

View full report↗︎

@Kevin-Umali Kevin-Umali merged commit 323ff3e into main Feb 2, 2025
7 checks passed
@Kevin-Umali Kevin-Umali deleted the snyk-upgrade-d78f9a3a8aa8525b8ddb8382f82d84e9 branch February 2, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants