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

fix(deps): update dependency lucide-vue-next to ^0.475.0 #603

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lucide-vue-next (source) ^0.466.0 -> ^0.475.0 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-vue-next)

v0.475.0: New icons 0.475.0

Compare Source

New icons 🎨

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

Compare Source

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

v0.468.0: New icons 0.468.0

Compare Source

New icons 🎨

v0.467.0: New icons 0.467.0

Compare Source

New icons 🎨

Modified Icons 🔨


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 becomes conflicted, 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.

Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
enspire ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 12, 2024 1:09pm

@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from a784b34 to d853004 Compare August 31, 2024 13:22
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.436.0 fix(deps): update dependency lucide-vue-next to ^0.437.0 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from d853004 to 14c15d5 Compare September 1, 2024 15:06
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 14c15d5 to acc9458 Compare September 1, 2024 15:21
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from acc9458 to d293487 Compare September 1, 2024 19:48
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.437.0 fix(deps): update dependency lucide-vue-next to ^0.438.0 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from d293487 to 0d64c71 Compare September 6, 2024 11:11
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.438.0 fix(deps): update dependency lucide-vue-next to ^0.439.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 0d64c71 to b5a5743 Compare September 9, 2024 01:48
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from b5a5743 to 26bfed8 Compare September 9, 2024 14:18
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 26bfed8 to c1b3256 Compare September 12, 2024 09:37
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.439.0 fix(deps): update dependency lucide-vue-next to ^0.440.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from c1b3256 to 890a99d Compare September 12, 2024 13:07
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.440.0 fix(deps): update dependency lucide-vue-next to ^0.441.0 Sep 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.441.0 fix(deps): update dependency lucide-vue-next to ^0.441.0 - autoclosed Sep 14, 2024
@renovate renovate bot closed this Sep 14, 2024
@renovate renovate bot deleted the renovate/lucide-monorepo branch September 14, 2024 07:01
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.441.0 - autoclosed fix(deps): update dependency lucide-vue-next to ^0.441.0 Sep 20, 2024
@renovate renovate bot restored the renovate/lucide-monorepo branch September 20, 2024 21:56
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.460.0 fix(deps): update dependency lucide-vue-next to ^0.461.0 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from f96d012 to 81dd627 Compare November 27, 2024 10:52
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.461.0 fix(deps): update dependency lucide-vue-next to ^0.462.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 2 times, most recently from b076292 to a24e09b Compare December 3, 2024 12:02
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.462.0 fix(deps): update dependency lucide-vue-next to ^0.464.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 2 times, most recently from 058fa52 to d7b9d3f Compare December 4, 2024 12:54
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.464.0 fix(deps): update dependency lucide-vue-next to ^0.465.0 Dec 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.465.0 fix(deps): update dependency lucide-vue-next to ^0.466.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 2 times, most recently from e1ce346 to be67d80 Compare December 5, 2024 12:47
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.466.0 fix(deps): update dependency lucide-vue-next to ^0.468.0 Dec 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.468.0 fix(deps): update dependency lucide-vue-next to ^0.469.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from be67d80 to ff3e3f4 Compare December 20, 2024 11:41
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from ff3e3f4 to ad9635c Compare January 10, 2025 11:13
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.469.0 fix(deps): update dependency lucide-vue-next to ^0.470.0 Jan 10, 2025
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.470.0 fix(deps): update dependency lucide-vue-next to ^0.471.0 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 2 times, most recently from 76833b9 to 7b07a52 Compare January 11, 2025 08:27
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.471.0 fix(deps): update dependency lucide-vue-next to ^0.472.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from 7b07a52 to 01ed55a Compare January 17, 2025 12:46
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.472.0 fix(deps): update dependency lucide-vue-next to ^0.473.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch 3 times, most recently from 5bfb634 to d4f0ac9 Compare January 23, 2025 23:06
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.473.0 fix(deps): update dependency lucide-vue-next to ^0.474.0 Jan 23, 2025
@renovate renovate bot changed the title fix(deps): update dependency lucide-vue-next to ^0.474.0 fix(deps): update dependency lucide-vue-next to ^0.475.0 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/lucide-monorepo branch from d4f0ac9 to f60e815 Compare February 7, 2025 16:32
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.

0 participants