Skip to content

[Snyk] Upgrade lucide-react from 0.454.0 to 0.456.0#18

Open
RajAdroja wants to merge 1 commit into
mainfrom
snyk-upgrade-8399a79e59f9ebb7b425c7cb20f274c5
Open

[Snyk] Upgrade lucide-react from 0.454.0 to 0.456.0#18
RajAdroja wants to merge 1 commit into
mainfrom
snyk-upgrade-8399a79e59f9ebb7b425c7cb20f274c5

Conversation

@RajAdroja
Copy link
Copy Markdown
Collaborator

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 25 days 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

    New icons 🎨

    Modified Icons 🔨

  • 0.454.0 - 2024-10-28

    Modified Icons 🔨

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/rajadroja/project/8702bf8d-1db2-423a-bea0-5f5c1794999d?utm_source=github&utm_medium=referral&page=upgrade-pr
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