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.456.0 #314

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kevin-Umali
Copy link
Owner

snyk-top-banner

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

  • The recommended version was released on 22 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 🔨

  • 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.456.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 Dec 1, 2024

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 Dec 1, 2024 3:52am

@github-actions github-actions bot added the client label Dec 1, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

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

🚮 Removed packages: npm/[email protected]

View full report↗︎

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