Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #288

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@clack/prompts (source) ^0.9.0 -> ^0.9.1 age adoption passing confidence
lucide-vue-next (source) ^0.469.0 -> ^0.471.0 age adoption passing confidence
repomix ^0.2.19 -> ^0.2.20 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence

Release Notes

natemoo-re/clack (@​clack/prompts)

v0.9.1

Compare Source

Patch Changes
lucide-icons/lucide (lucide-vue-next)

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨

Modified Icons 🔨

yamadashy/repomix (repomix)

v0.2.20

Compare Source

This release includes important fixes for Git Worktree support and repository name validation, improving Repomix's compatibility and stability.

Bug Fixes 🐛

Git Worktree Support (#​279)
  • Fixed an issue where Repomix fails when processing repositories created using git worktree
    • Now correctly handles .git as a reference file in worktree repositories

Special thanks to @​slavashvets for discovering and fixing this issue!

Repository Name Validation
  • Fixed an issue where --remote option would fail when using GitHub shorthand names containing dots (e.g., user/repo.name)

How to Update

To update to the latest version, run:

npm update -g repomix

We welcome community involvement and appreciate all contributions that help make Repomix better.


As always, if you encounter any issues or have suggestions, please let us know through our GitHub issues or join our Discord community for support.

microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Dependencies updates renovate Renovate labels Jan 13, 2025
Copy link

stackblitz bot commented Jan 13, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

Deploying repomix with  Cloudflare Pages  Cloudflare Pages

Latest commit: 11e6f81
Status: ✅  Deploy successful!
Preview URL: https://a564a353.repomix.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.repomix.pages.dev

View logs

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (fcbbd84) to head (11e6f81).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files          44       44           
  Lines        2168     2168           
  Branches      474      474           
=======================================
  Hits         1999     1999           
  Misses        169      169           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yamadashy yamadashy merged commit d082110 into main Jan 13, 2025
56 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 13, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies updates renovate Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant