-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade repomix from 0.2.5 to 0.2.14 #38
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
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade repomix from 0.2.5 to 0.2.14. See this package in npm: repomix See this project in Snyk: https://app.snyk.io/org/jace.lander/project/bdf39633-ceed-4c2e-b6f6-79dd1fa2448f?utm_source=github&utm_medium=referral&page=upgrade-pr
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Reviewer's Guide by SourceryThis pull request upgrades the repomix dependency from version 0.2.5 to 0.2.14. This is an automated update by Snyk to keep dependencies up-to-date. Flow diagram of repomix version upgrade changesgraph TD
A[repomix v0.2.5] -->|Upgrade| B[repomix v0.2.14]
B --> C[New Features]
B --> D[Bug Fixes]
C --> E[CLI Flags for Output Control]
C --> F[Docker Support]
C --> G[Remote Branch Support]
E --> H[--no-file-summary]
E --> I[--no-directory-structure]
E --> J[--remove-comments]
E --> K[--remove-empty-lines]
D --> L[Fixed missing dependency]
D --> M[Fixed instruction file path resolution]
D --> N[Enhanced file processing performance]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
Snyk has created this PR to upgrade repomix from 0.2.5 to 0.2.14.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 9 versions ahead of your current version.
The recommended version was released 22 days ago.
Release notes
Package name: repomix
0.2.14
No content.
This release introduces new CLI flags to provide users with more control over the structure and content of Repomix output.
Features
Added CLI Flags for Output Control (#236)
This release adds new CLI flags that allow users to control the output:
--no-file-summary
: Disables the file summary section in the output.--no-directory-structure
: Disables the directory structure section in the output.--remove-comments
: Enables comment removal from supported file types.--remove-empty-lines
: Enables removal of empty lines from the output.These flags provide more granular control over the output, and can be used to override configurations from the config file.
How to Update
To update to the latest version, run:
or if you use Homebrew
or if you use docker 🐳
We appreciate your feedback and contributions to make Repomix even better!
This release focuses on enhancing usability, flexibility, and remote repository handling. We've aimed to make Repomix more intuitive, particularly for those working with remote repositories or using custom configurations.
What's New
Support Commit SHA in --remote-branch Option (#195, #212)
--remote-branch
option now supports specific commit hashes, not just branch names or tags.For more details, please see Remote Repository Processing in the README.
Thank you to @ tranquochuy645 for this valuable contribution!
Bug Fixes
Fixed an issue where instruction file is not found when using a custom config file (#231)
How to Update
To update to the latest version, run:
or if you use Homebrew
or if you use docker 🐳
We appreciate your feedback and contributions in making Repomix better! If you encounter any issues or have suggestions, please share them through our GitHub issues.
This release introduces Docker support, making Repomix more accessible and easier to use in containerized environments. It also includes an important breaking change regarding Node.js version support.
What's New
Docker Support 🐳 (#221, #222)
You can now run Repomix using Docker:
For more detailed Docker usage instructions and examples, please see our Docker documentation.
Thanks to @ gaby for this valuable contribution that makes Repomix more accessible to containerized environments.
Maintenance
Node.js Version Support (#225)
Thanks to @ chenrui333 for helping maintain our Node.js compatibility:
How to Update
To update to the latest version, run:
As always, we appreciate your feedback and contributions to make Repomix even better! If you encounter any issues or have suggestions, please share them through our GitHub issues.
0.2.9
This release introduces new configuration options to control the output of the file summary and directory structure sections, providing more flexibility in customizing the output.
What's New
Customizable File Summary and Directory Structure Output (#206, #224)
output.fileSummary
option (default:true
): Controls whether to include the file summary section at the beginning of the output.output.directoryStructure
option (default:true
): Controls whether to include the directory structure in the output.These options allow you to tailor the output to your specific needs. For example:
Example Configuration:
To update to the latest version, run:
As always, we appreciate your feedback and contributions to make Repomix even better! If you encounter any issues or have suggestions, please share them through our GitHub issues.
This release focuses on improving code quality and performance, particularly when processing large codebases.
Improvements
JSON Configuration Improvements (#209, #214)
Special thanks to @ ivanionut for improving JSON configuration handling with their first contribution!
Enhanced File Processing Performance (#208, #223)
Internal Changes
Code Reorganization (#217)
Special thanks to @ mikelovesrobots for the excellent refactoring work on their first contribution! The changes have made the codebase more maintainable for future development.
To update to the latest version, run:
As always, we appreciate your feedback and contributions to make Repomix even better! If you encounter any issues or have suggestions, please share them through our GitHub issues.
This release introduces remote repository features and security check improvements.
What's New
Enhanced Remote Repository Support (#196, #199)
--remote-branch
option for cloning specific branchesExample usage:
# Clone a specific branch repomix --remote user/repo --remote-branch develop
Special thanks to @ tranquochuy645 for their first contribution, adding the remote branch feature!
Security Check Improvements (#191, #201)
--no-security-check
command line option for more control over security checkingHow to Update
To update to the latest version, run:
We value your feedback and contributions in making Repomix better! If you encounter any issues or have suggestions, please share them through our GitHub issues.
Bug Fixes
Fixed Missing Dependency (#186)
minimatch
dependencyHow to Update
To update to the latest version, run:
We value your feedback and contributions in making Repomix better! If you encounter any issues or have suggestions, please share them through our GitHub issues.
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Build: