Closed renovate[bot] closed 1 week ago
This PR contains the following updates:
^0.453.0
^0.456.0
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
This PR contains the following updates:
^0.453.0
->^0.456.0
Release Notes
lucide-icons/lucide (lucide-react)
### [`v0.456.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.456.0): Choosing import name style 0.456.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.455.0...0.456.0) #### What's Changed - ci(pull-request): Fix generate comments for empty changes by [@ericfennis](https://redirect.github.com/ericfennis) in [https://github.com/lucide-icons/lucide/pull/2593](https://redirect.github.com/lucide-icons/lucide/pull/2593) - feat(lucide-react, lucide-preact, lucide-react-native, lucide-solid, lucide-vue-next): Adjustable icon naming imports by [@ericfennis](https://redirect.github.com/ericfennis) in [https://github.com/lucide-icons/lucide/pull/2328](https://redirect.github.com/lucide-icons/lucide/pull/2328) - fix(icons): changed `glass-water` icon by [@jguddas](https://redirect.github.com/jguddas) in [https://github.com/lucide-icons/lucide/pull/2579](https://redirect.github.com/lucide-icons/lucide/pull/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` ```json { "typescript.preferences.autoImportFileExcludePatterns": [ "lucide-react", "lucide-preact", "lucide-react-native", "lucide-vue-next" ] } ``` 2. **Create a custom module declaration file**: It allows you to choose the import name style. For React: ```ts 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: ```ts 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`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.455.0): New icons 0.455.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.454.0...0.455.0) #### New icons 🎨 - `wind-arrow-down` ([#2554](https://redirect.github.com/lucide-icons/lucide/issues/2554)) by [@jamiemlaw](https://redirect.github.com/jamiemlaw) #### Modified Icons 🔨 - `file-music` ([#2536](https://redirect.github.com/lucide-icons/lucide/issues/2536)) by [@jguddas](https://redirect.github.com/jguddas) - `slice` ([#2500](https://redirect.github.com/lucide-icons/lucide/issues/2500)) by [@jguddas](https://redirect.github.com/jguddas) - `undo-dot` ([#2557](https://redirect.github.com/lucide-icons/lucide/issues/2557)) by [@jguddas](https://redirect.github.com/jguddas) - `wind` ([#2554](https://redirect.github.com/lucide-icons/lucide/issues/2554)) by [@jamiemlaw](https://redirect.github.com/jamiemlaw) ### [`v0.454.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.454.0): New icons 0.454.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.453.0...0.454.0) #### Modified Icons 🔨 - `pizza` ([#2476](https://redirect.github.com/lucide-icons/lucide/issues/2476)) by [@jamiemlaw](https://redirect.github.com/jamiemlaw) - `star-half` ([#1987](https://redirect.github.com/lucide-icons/lucide/issues/1987)) by [@jguddas](https://redirect.github.com/jguddas) - `star` ([#1987](https://redirect.github.com/lucide-icons/lucide/issues/1987)) by [@jguddas](https://redirect.github.com/jguddas)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.