jbolda / finatr

helping you analyze your future cash flows
http://www.finatr.com
Apache License 2.0
27 stars 9 forks source link

Update dependency lucide-react to ^0.460.0 #849

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

Release Notes

lucide-icons/lucide (lucide-react) ### [`v0.460.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.460.0): New icons 0.460.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.459.0...0.460.0) #### New icons šŸŽØ - `toilet` ([#​2141](https://redirect.github.com/lucide-icons/lucide/issues/2141)) by [@​EthanHazel](https://redirect.github.com/EthanHazel) ### [`v0.459.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.459.0): New icons 0.459.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.458.0...0.459.0) #### New icons šŸŽØ - `equal-approximately` ([#​2594](https://redirect.github.com/lucide-icons/lucide/issues/2594)) by [@​ksk3110](https://redirect.github.com/ksk3110) ### [`v0.458.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.458.0): New icons 0.458.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.457.0...0.458.0) #### New icons šŸŽØ - `cloud-alert` ([#​2611](https://redirect.github.com/lucide-icons/lucide/issues/2611)) by [@​lscheibel](https://redirect.github.com/lscheibel) #### Modified Icons šŸ”Ø - `drill` ([#​1919](https://redirect.github.com/lucide-icons/lucide/issues/1919)) by [@​jguddas](https://redirect.github.com/jguddas) #### Other Changes - feat(lucide-svelte): Aliased imports for direct imports by [@​ericfennis](https://redirect.github.com/ericfennis) in [https://github.com/lucide-icons/lucide/pull/2584](https://redirect.github.com/lucide-icons/lucide/pull/2584) **Full Changelog**: https://github.com/lucide-icons/lucide/compare/0.457.0...0.458.0 ### [`v0.457.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.457.0): New icons 0.457.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.456.0...0.457.0) #### New icons šŸŽØ - `laptop-minimal-check` ([#​2563](https://redirect.github.com/lucide-icons/lucide/issues/2563)) by [@​jguddas](https://redirect.github.com/jguddas) #### Modified Icons šŸ”Ø - `bath` ([#​2512](https://redirect.github.com/lucide-icons/lucide/issues/2512)) by [@​jamiemlaw](https://redirect.github.com/jamiemlaw) - `cross` ([#​2578](https://redirect.github.com/lucide-icons/lucide/issues/2578)) by [@​jguddas](https://redirect.github.com/jguddas) - `hand-platter` ([#​2326](https://redirect.github.com/lucide-icons/lucide/issues/2326)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `hard-hat` ([#​2559](https://redirect.github.com/lucide-icons/lucide/issues/2559)) by [@​jguddas](https://redirect.github.com/jguddas) - `heading-4` ([#​2546](https://redirect.github.com/lucide-icons/lucide/issues/2546)) by [@​jguddas](https://redirect.github.com/jguddas) - `puzzle` ([#​2603](https://redirect.github.com/lucide-icons/lucide/issues/2603)) by [@​jamiemlaw](https://redirect.github.com/jamiemlaw) - `school` ([#​2598](https://redirect.github.com/lucide-icons/lucide/issues/2598)) by [@​jguddas](https://redirect.github.com/jguddas) - `vegan` ([#​2556](https://redirect.github.com/lucide-icons/lucide/issues/2556)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`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 - "after 2am on monday" (UTC), 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.

github-actions[bot] commented 2 weeks ago

Package Changes Through 26d627419e9e22ea88530611eba0c45672b5c4a7

There are 2 changes which include web with minor, app with minor

Planned Package Versions The following package releases are the planned based on the context of changes in this pull request. | package | current | next | |----|----|----| | web | 0.4.1 | 0.5.0 | app | 0.2.1 | 0.3.0 |

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

netlify[bot] commented 2 weeks ago

Deploy Preview for finatr ready!

Name Link
Latest commit 26d627419e9e22ea88530611eba0c45672b5c4a7
Latest deploy log https://app.netlify.com/sites/finatr/deploys/673d99e3b9d21100085f15fc
Deploy Preview https://deploy-preview-849--finatr.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 85
Accessibility: 100
Best Practices: 100
SEO: 75
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.