build(deps): bump lucide-react from 0.577.0 to 1.22.0#30
build(deps): bump lucide-react from 0.577.0 to 1.22.0#30dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.22.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.22.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.22.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 |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge This is a one-line Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 38.4K · Output: 3.1K · Cached: 268K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ccf342fce7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "imapflow": "^1.3.4", | ||
| "linkedom": "^0.18.12", | ||
| "lucide-react": "^0.577.0", | ||
| "lucide-react": "^1.22.0", |
There was a problem hiding this comment.
Update bun.lock with lucide-react bump
This changes the root manifest to lucide-react@^1.22.0 but leaves bun.lock with the root dependency range at ^0.577.0 and the resolved package at 0.577.0. I checked the install paths in .github/workflows/ci.yml and docker/Dockerfile; they both run bun install --frozen-lockfile, and bun install --help defines that flag as “Disallow changes to lockfile”, so CI/Docker installs must fail or keep resolving the old icon package until the lockfile is regenerated and committed.
Useful? React with 👍 / 👎.
| "imapflow": "^1.3.4", | ||
| "linkedom": "^0.18.12", | ||
| "lucide-react": "^0.577.0", | ||
| "lucide-react": "^1.22.0", |
There was a problem hiding this comment.
Replace removed Github icon before upgrading
After the lockfile is regenerated for this v1 upgrade, the client still imports Github from lucide-react in src/client/components/project/GithubRepoPicker.tsx, but Lucide's v0→v1 migration guide lists Github among the removed brand icons. That leaves the app with a missing named export during the client build, so the dependency bump needs a replacement brand icon source or a generic icon before it can ship.
Useful? React with 👍 / 👎.
Bumps lucide-react from 0.577.0 to 1.22.0.
Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
5ff536eci(release.yml): Fix workflow and removeversionscripts in package scripts...07c885efix(docs): fix zephyr-cloud URL in readmes50d8af5docs(readme): Update readme files (#4320)653e44bfeat(packages): use .mjs for ESM bundles (#4285)7623e23feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...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)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)