chore(deps): bump lucide-react from 1.24.0 to 1.25.0 in the frontend-production group across 1 directory#31
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b05ebbab71
ℹ️ 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".
| "dependencies": { | ||
| "@tauri-apps/api": "^2.11.0", | ||
| "lucide-react": "^1.24.0", | ||
| "lucide-react": "^1.25.0", |
There was a problem hiding this comment.
Update frontend license inventory with lucide bump
Changing the locked production dependency to lucide-react 1.25.0 leaves THIRD_PARTY_LICENSES.txt listing lucide-react 1.24.0; the frontend inventory check builds exact name version entries from pnpm licenses list --prod --json and compares them to that file (scripts/check-dependency-inventory.mjs lines 81-90), and CI runs it in license:check before the build (.github/workflows/ci.yml line 31). Once pnpm is set up, this dependency update will report missing lucide-react 1.25.0 and stale lucide-react 1.24.0, so the PR cannot pass CI/release license validation until the notice file is regenerated or updated.
Useful? React with 👍 / 👎.
Bumps the frontend-production group with 1 update in the / directory: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `lucide-react` from 1.24.0 to 1.25.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.25.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-production ... Signed-off-by: dependabot[bot] <[email protected]>
b05ebba to
388fcba
Compare
Bumps the frontend-production group with 1 update in the / directory: lucide-react.
Updates
lucide-reactfrom 1.24.0 to 1.25.0Release notes
Sourced from lucide-react's releases.
Commits
f229f83chore(depedencies): Update dependencies (#4553)