You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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.
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps lucide-react from 0.513.0 to 0.525.0.
Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
3e644fdchore(scripts): Refactor scripts to typescript (#3316)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)