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 non-major dependencies #123

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2025

RicardoGEsteves all-non-major update, dependency @types/node to v22.10.6

This PR contains the following updates:

Package Type Update Change OpenSSF New value Package file References
@types/node (source) devDependencies patch 22.10.5 -> 22.10.6 OpenSSF Scorecard 22.10.6 package.json homepage, source
@types/react (source) devDependencies patch 19.0.2 -> 19.0.7 OpenSSF Scorecard 19.0.7 package.json homepage, source
eslint-config-next (source) devDependencies patch 15.1.3 -> 15.1.4 OpenSSF Scorecard 15.1.4 package.json homepage, source
lucide-react (source) dependencies minor ^0.469.0 -> ^0.471.0 OpenSSF Scorecard ^0.471.0 package.json homepage, source
next (source) dependencies patch 15.1.3 -> 15.1.4 OpenSSF Scorecard 15.1.4 package.json homepage, source
postcss (source) devDependencies minor 8.4.49 -> 8.5.1 OpenSSF Scorecard 8.5.1 package.json homepage, source
typescript (source) devDependencies patch 5.7.2 -> 5.7.3 OpenSSF Scorecard 5.7.3 package.json homepage, source

Release Notes

vercel/next.js (eslint-config-next)

v15.1.4

Compare Source

lucide-icons/lucide (lucide-react)

v0.471.1: Hotfix Lucide React exports

Compare Source

What's Changed

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 🔨
vercel/next.js (next)

v15.1.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • backport: force module format for virtual client-proxy (#​74608)
  • Fix prerender tags when notFound is called (#​74607)
  • Use provided waitUntil for pending revalidates (#​74604)
  • Feature: next/image: add support for images.qualities in next.config (#​74588)
  • Chore: docs: add missing search: '' on remotePatterns (#​74587)
  • Chore: docs: update version history of next/image (#​73923) (#​74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#​74569)
Credits

Huge thanks to @​ and @​ for helping!

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 @types/react all-non-major dependencies Pull requests that update a dependency file major minor patch labels Jan 12, 2025
@renovate renovate bot enabled auto-merge (squash) January 12, 2025 06:46
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from 7c47052 to 3ad2692 Compare January 13, 2025 20:40
@renovate renovate bot force-pushed the renovate/all-non-major branch from 3ad2692 to 051c561 Compare January 14, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant