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.454.0 to 0.456.0 #166

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

WomB0ComB0
Copy link
Owner

snyk-top-banner

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

  • The recommended version was released on a month ago.

Release notes
Package name: lucide-react
  • 0.456.0 - 2024-11-08

    What's Changed

    • ci(pull-request): Fix generate comments for empty changes by @ ericfennis in #2593
    • feat(lucide-react, lucide-preact, lucide-react-native, lucide-solid, lucide-vue-next): Adjustable icon naming imports by @ ericfennis in #2328
    • fix(icons): changed glass-water icon by @ jguddas in #2579

    Adjustable icon naming imports

    Customize import name styles for lucide-react, lucide-vue, lucide-react-native, lucide-preact, to manage autocompletion in your IDE.

    1. Turn off autocomplete in your IDE:
      Add the following to your settings.json
    {
      "typescript.preferences.autoImportFileExcludePatterns": [
        "lucide-react",
        "lucide-preact",
        "lucide-react-native",
        "lucide-vue-next"
      ]
    }
    1. Create a custom module declaration file:

    It allows you to choose the import name style.

    For React:

    declare module "lucide-react" {
      // Prefixed import names
      export * from "lucide-react/dist/lucide-react.prefixed";
      // or
      // Suffixed import names
      export * from "lucide-react/dist/lucide-react.suffixed";
    }

    For Vue:

    declare module "lucide-vue-next" {
      // Prefixed import names
      export * from "lucide-vue-next/dist/lucide-vue-next.prefixed";
      // or
      // Suffixed import names
      export * from "lucide-vue-next/dist/lucide-vue-next.suffixed";
    }
  • 0.455.0 - 2024-11-08
  • 0.454.0 - 2024-10-28
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.454.0 to 0.456.0.

See this package in npm:
lucide-react

See this project in Snyk:
https://app.snyk.io/org/womb0comb0/project/50c3f21a-4385-405f-99d6-387977cfff55?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Dec 4, 2024

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

Name Status Preview Comments Updated (UTC)
portfolio ❌ Failed (Inspect) Dec 4, 2024 7:02am

@WomB0ComB0 WomB0ComB0 merged commit 45fd142 into master Dec 5, 2024
7 of 11 checks passed
@WomB0ComB0 WomB0ComB0 deleted the snyk-upgrade-203771dd30f37e80ff54518ed6d8f5d0 branch December 5, 2024 04:25
@WomB0ComB0
Copy link
Owner Author

🎉 This PR is included in version 1.0.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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