-
Notifications
You must be signed in to change notification settings - Fork 0
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.469.0 to 0.473.0 #51
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade lucide-react from 0.469.0 to 0.473.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/jace.lander/project/bdf39633-ceed-4c2e-b6f6-79dd1fa2448f?utm_source=github&utm_medium=referral&page=upgrade-pr
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Reviewer's Guide by SourceryThis PR upgrades the lucide-react dependency from 0.469.0 to 0.473.0. The update is implemented by modifying the version specified in package.json and propagating the changes to package-lock.json, ensuring dependency safety and new feature inclusion based on Snyk's recommendations. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
PR SummaryThis pull request upgrades the
Overall, this update is beneficial for keeping dependencies current, which helps in maintaining security and compatibility with other packages. Review Checklist
SuggestionIf your project does not require dynamic icon rendering, it is advisable to continue using static icon components to avoid increased build times and additional network requests. However, if dynamic rendering is needed, consider testing the This comment was generated by AI. Information provided may be incorrect. Current plan usage: 13% Have feedback or need help? |
Snyk has created this PR to upgrade lucide-react from 0.469.0 to 0.473.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 6 versions ahead of your current version.
The recommended version was released 22 days ago.
Release notes
Package name: lucide-react
Modified Icons 🔨
package
(#2706) by @ sezzeNew icons 🎨
battery-plus
(#2693) by @ Footagesusmap-plus
(#2697) by @ Seanw265What's Changed
Full Changelog: 0.471.1...0.472.0
What's Changed
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.
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.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 🎨
triangle-dashed
(#2652) by @ YohhNew icons 🎨
house-wifi
(#2723) by @ akshaymemaneModified Icons 🔨
rat
(#2692) by @ jguddasModified Icons 🔨
snowflake
(#2610) by @ karsa-mistmeresun-snow
(#2610) by @ karsa-mistmerethermometer-snowflake
(#2610) by @ karsa-mistmereImportant
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:![](https://camo.githubusercontent.com/02913b26327b36e0f1a0ed3e73a90c563cb4d44e111ccc8f93a118905516aae5/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f6949324e6a417a596d566d4f53316b5a6d49354c54517a596d4d74595459784d43316b59574d774f54426b4f545a6d596a63694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496a59324d444e695a5759354c57526d596a6b744e444e69597931684e6a45774c575268597a41354d4751354e6d5a694e794a3966513d3d)
Summary by Sourcery
Enhancements: