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 all uncategorized dependencies #444

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@ai-sdk/openai (source) ^1.0.15 -> ^1.0.18 age adoption passing confidence dependencies patch 1.0.19
@types/react (source) 19.0.3 -> 19.0.4 age adoption passing confidence devDependencies patch 19.0.7 (+2)
actions/upload-artifact -> 65c4c4a action pinDigest
ai (source) ^4.0.30 -> ^4.0.33 age adoption passing confidence dependencies patch 4.0.36 (+2)
fumadocs-core (source) ^14.7.2 -> ^14.7.3 age adoption passing confidence dependencies patch 14.7.4
lucide-react (source) ^0.469.0 -> ^0.471.0 age adoption passing confidence dependencies minor 0.471.1
motion ^11.16.1 -> ^11.17.0 age adoption passing confidence dependencies patch 11.18.0 (+1)
react-email (source) ^3.0.5 -> ^3.0.6 age adoption passing confidence dependencies patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence dependencies patch

Release Notes

lucide-icons/lucide (lucide-react)

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 🔨
microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone Europe/Paris, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Jan 15, 2025
Copy link

vercel bot commented Jan 15, 2025

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

Name Status Preview Comments Updated (UTC)
nerdfish-be ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2025 2:11am

@darenmalfait darenmalfait merged commit 0eb687f into main Jan 15, 2025
9 checks passed
@darenmalfait darenmalfait deleted the renovate/all branch January 15, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant