chatdev
chatdev copied to clipboard
chore(deps): bump lucide-react from 0.252.0 to 0.378.0
Bumps lucide-react from 0.252.0 to 0.378.0.
Release notes
Sourced from lucide-react's releases.
New icons 0.378.0
New icons 🎨
loader-pinwheel
(#1331) by@danielbayley
mouse-pointer-ban
(#1331) by@danielbayley
Modified Icons 🔨
loader
(#1331) by@danielbayley
moon-star
(#1937) by@karsa-mistmere
sparkle
(#1937) by@karsa-mistmere
sparkles
(#1937) by@karsa-mistmere
New icons 0.377.0
Modified Icons 🔨
Adding Icon component for external libs
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 '@lucide/lab'; import { Icon } from 'lucide-react';
<Icon iconNode={burger} /> // Renders burger icon
See the docs
New icons 0.375.0
New icons 🎨
grid-2x2-check
(#2084) by@chessurisme
grid-2x2-x
(#2085) by@chessurisme
... (truncated)
Commits
e50582e
feat(icon-component): Creating icons with iconNodes (#1997)09420cb
docs: Fix dark logo paths45e82a5
docs: Update readme files (#2102)ad7ae84
Split up workflows (#2093)0ee6b84
chore(deps-dev): bump vite from 5.0.12 to 5.0.13 (#2043)ad1accb
refactor: Adds repo shared package@lucide/shared
(#1904)ca4a38b
Fix import statements (#1922)eb035fe
Improve formatting (#1814)55f264b
Bump vite from 5.0.10 to 5.0.12 (#1817)d4cbe89
Remove aliasesSupport flag from rollup.config.mjs (#1794)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)