chore(deps): bump lucide-react from 0.562.0 to 1.7.0 in /web#233
chore(deps): bump lucide-react from 0.562.0 to 1.7.0 in /web#233dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.562.0 to 1.7.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.7.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
JiwaniZakir
left a comment
There was a problem hiding this comment.
This bump crosses a major version boundary (0.x → 1.x), which in lucide-react's history typically involves icon renames, removals, or API changes — it's worth verifying that every icon name imported across the web/ source files still exists in 1.7.0, since the library has a track record of deprecating icons between releases. A quick audit with something like grep -r "from 'lucide-react'" web/src would surface all usage points to cross-reference against the 1.7.0 changelog. There's also an unrelated change in package-lock.json at line 4761 where "dev": true was removed from the fsevents entry — this is likely a lock file reconciliation artifact but is worth confirming it doesn't inadvertently affect build behavior. Finally, no tests or visual regression checks are referenced in this PR; given that icon rendering is UI-visible, it would be prudent to confirm the app has been manually smoke-tested with the new version before merging.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps lucide-react from 0.562.0 to 1.7.0.
Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
dada0a8fix(lucide-react): Fix dynamic imports (#4210)a6e648afix(lucide-react): correct client directives in RSC files (#4189)1f010a3fix(lucide-react): Fixes provider export and RSC render issues (#4175)484f2c9docs(version-1): Version 1 website (#4142)a0e202dfeat(packages/angular): add new@lucide/angularpackage (#3897)c5b155eMerge branch 'main' of https://github.com/lucide-icons/lucide into nextf6c0d06chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)628d4f9Merge branch 'main' of https://github.com/lucide-icons/lucide into next67c0485feat(scripts): added helper script to automatically update OpenCollective bac...b6ed43dfeat(packages): Added aria-hidden fallback for decorative icons to all packag...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)