SYWYKE icon indicating copy to clipboard operation
SYWYKE copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 2 months ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^18.2.79 -> ^18.3.1 age adoption passing confidence
@types/react-dom (source) ^18.2.25 -> ^18.3.0 age adoption passing confidence
lucide-react (source) ^0.373.0 -> ^0.376.0 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-react)

v0.376.0: Adding Icon component for external libs

Compare Source

Implementation of the <Icon /> component which makes it easier to create (custom) icons from iconNodes. This will be useful for external packages like @lucide/lab and more.

Example with lucide-react

import { burger } from '@&#8203;lucide/lab';
import { Icon } from 'lucide-react';

<Icon iconNode={burger} /> // Renders burger icon

See the docs

v0.375.0: New icons 0.375.0

Compare Source

New icons 🎨

v0.374.0: New icons 0.374.0

Compare Source

Modified Icons 🔨

facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 28 '24 01:04 renovate[bot]