Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

fix(deps): update dependency lucide-react to v0.460.0 #499

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lucide-react (source) 0.454.0 -> 0.460.0 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-react)

v0.460.0: New icons 0.460.0

Compare Source

New icons 🎨

v0.459.0: New icons 0.459.0

Compare Source

New icons 🎨

v0.458.0: New icons 0.458.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.457.0: New icons 0.457.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.456.0: Choosing import name style 0.456.0

Compare Source

What's Changed

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";
}

v0.455.0: New icons 0.455.0

Compare Source

New icons 🎨

Modified Icons 🔨


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 3 times, most recently from c59fc92 to ad9e168 Compare October 30, 2024 13:29
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.454.0 fix(deps): update dependency lucide-react to v0.454.0 - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/lucide-monorepo branch November 4, 2024 09:56
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.454.0 - autoclosed fix(deps): update dependency lucide-react to v0.454.0 Nov 8, 2024
@renovate renovate bot reopened this Nov 8, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from ca3a475 to ad9e168 Compare November 8, 2024 09:46
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.454.0 fix(deps): update dependency lucide-react to v0.455.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 2 times, most recently from be72c56 to 7d6b12c Compare November 8, 2024 19:19
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.455.0 fix(deps): update dependency lucide-react to v0.456.0 Nov 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.456.0 fix(deps): update dependency lucide-react to v0.457.0 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 7d6b12c to af6e0b7 Compare November 15, 2024 12:02
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.457.0 fix(deps): update dependency lucide-react to v0.459.0 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 2 times, most recently from 4a1b7c2 to 1c1a385 Compare November 15, 2024 19:46
@renovate renovate bot changed the title fix(deps): update dependency lucide-react to v0.459.0 fix(deps): update dependency lucide-react to v0.460.0 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 1c1a385 to 2f2aa93 Compare November 18, 2024 10:43
@spaenleh spaenleh closed this Nov 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant