Skip to content

build(deps): bump lucide-react from 0.513.0 to 0.525.0#21

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lucide-react-0.525.0
Closed

build(deps): bump lucide-react from 0.513.0 to 0.525.0#21
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lucide-react-0.525.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2025

Bumps lucide-react from 0.513.0 to 0.525.0.

Release notes

Sourced from lucide-react's releases.

Version 0.525.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.524.0...0.525.0

Version 0.524.0

What's Changed

Full Changelog: lucide-icons/lucide@0.523.0...0.524.0

Version 0.523.0

What's Changed

Full Changelog: lucide-icons/lucide@0.522.0...0.523.0

Version 0.522.0

What's Changed

Full Changelog: lucide-icons/lucide@0.521.0...0.522.0

Version 0.521.0

What's Changed

New Contributors

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 27, 2025
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 27, 2025

Bug Report

Name: Inconsistent dependency versions after patch application
Severity: High
Example test case: Apply the provided patch and check the versions of lucide-react, @tailwindcss/vite, mermaid, motion, and preact in package.json. The versions should match the patch, but they don't.
Description: The patch updates lucide-react, @tailwindcss/vite, mermaid, motion, and preact to specific versions. However, after applying the patch, the package.json file does not reflect all the updated versions. Specifically, @tailwindcss/vite is not updated to 4.1.11, mermaid is not updated to 11.7.0, motion is not updated to 12.19.2, and preact is not updated to 10.26.9. This inconsistency can lead to dependency conflicts and unexpected behavior.

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lucide-react-0.525.0 branch from 3fc3c6a to b7d2e8f Compare July 10, 2025 17:10
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jul 10, 2025

Bug Report

Name Severity Example test case Description
Missing Icon in API Playground Medium Navigate to a page that uses the APIPlayground component. If the PencilIcon, TrashIcon, or XIcon have been removed or renamed in the lucide-react update, the component will fail to render correctly, potentially showing a blank space or a console error. The APIPlayground component in src/mdx/api-playground.tsx imports specific icons (PencilIcon, TrashIcon, XIcon) from lucide-react. If these icons have been removed or renamed in the updated version of lucide-react (0.525.0), the component will fail to render correctly.

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lucide-react-0.525.0 branch from b7d2e8f to 6f56ce9 Compare July 10, 2025 17:11
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jul 10, 2025

Bug Report

Name Severity Example test case Description
Insecure Type Casting in Icon Component Medium Pass an invalid icon name to the Icon component, e.g., <Icon icon="invalid-icon" />. The Icon component in /root/dory/src/mdx/icon.tsx uses as any for type casting when importing icons from lucide-react. This bypasses type checking and could hide potential type errors if the pascalCase variable does not correspond to a valid icon name in LucideIcons.

Comments? Email us.

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.513.0 to 0.525.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.525.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.525.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lucide-react-0.525.0 branch from 6f56ce9 to d60ee32 Compare July 14, 2025 14:37
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jul 14, 2025

Bug Report

Name Severity Example test case Description
Potential icon breakage due to lucide-react update in src/mdx/icon.tsx Medium Update lucide-react from 0.513.0 to 0.525.0. Check the documentation site for any broken icons, especially those rendered using the <Icon> component. For example, use an icon name that was removed or renamed in the updated lucide-react version. The src/mdx/icon.tsx file dynamically imports icons from lucide-react based on a string prop. If the lucide-react update includes icon renames or removals, the Icon component might fail to render the correct icon, resulting in a broken icon or an error. The dynamic nature of the icon import makes it harder to catch these errors during development.

Comments? Email us.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

Superseded by #59.

@dependabot dependabot bot closed this Jul 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lucide-react-0.525.0 branch July 29, 2025 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants