-
Notifications
You must be signed in to change notification settings - Fork 1
Copier update (dependabot) #20
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "uv" | ||
| directories: | ||
| - "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "sunday" | ||
| time: "16:00" | ||
| open-pull-requests-limit: 5 | ||
| ignore: | ||
| - dependency-name: "*" | ||
| update-types: | ||
| - "version-update:semver-patch" | ||
|
|
||
| groups: | ||
| prod-dependencies: | ||
| dependency-type: "production" | ||
| update-types: | ||
| - "minor" | ||
| - "patch" | ||
| dev-dependencies: | ||
| dependency-type: "development" | ||
| update-types: | ||
| - "minor" | ||
| - "patch" |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/). | ||
|
|
||
| --- | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Added | ||
| - Describe new features added in this version. | ||
|
|
||
| ### Changed | ||
| - Describe changes in existing functionality. | ||
|
|
||
| ### Deprecated | ||
| - List features that are still available but will be removed in future versions. | ||
|
|
||
| ### Removed | ||
| - List features that have been removed. | ||
|
|
||
| ### Fixed | ||
| - List any bug fixes. | ||
|
|
||
| ### Security | ||
| - Describe security fixes or improvements. | ||
|
|
||
| --- | ||
|
|
||
| ## [0.1.0] - 2024-12-18 | ||
|
|
||
| ### Added | ||
| - Project setup. | ||
| - Initial functionality implemented. | ||
|
|
||
| --- | ||
|
|
||
| ### How to Use This Changelog | ||
|
|
||
| - **Added:** For new features. | ||
| - **Changed:** For changes in existing functionality. | ||
| - **Deprecated:** For features that will soon be removed. | ||
| - **Removed:** For features that have been removed. | ||
| - **Fixed:** For bug fixes. | ||
| - **Security:** In case of vulnerabilities addressed. | ||
|
|
||
| --- | ||
|
|
||
| ### Versioning | ||
|
|
||
| This project uses **Semantic Versioning (MAJOR.MINOR.PATCH)**: | ||
| - **MAJOR:** Incompatible API changes. | ||
| - **MINOR:** Backward-compatible new features. | ||
| - **PATCH:** Backward-compatible bug fixes. | ||
|
|
||
| For example: | ||
| - `1.0.0`: Major release with breaking changes. | ||
| - `1.1.0`: New backward-compatible feature. | ||
| - `1.1.1`: Bug fix or minor change. | ||
|
|
||
| --- | ||
|
|
||
| ### Contributing to the Changelog | ||
|
|
||
| When contributing changes, ensure you update the `[Unreleased]` section of this file with a brief description of your contribution. | ||
|
|
||
| - Use clear, concise language. | ||
| - Categorize your change under **Added**, **Changed**, **Deprecated**, **Removed**, **Fixed**, or **Security**. | ||
|
|
||
| When releasing a new version: | ||
| 1. Move changes from `[Unreleased]` to a new section with the version number and release date. | ||
| 2. Update any relevant documentation if necessary. | ||
|
|
||
| --- | ||
|
|
||
| Thank you for helping us maintain a clean and clear changelog! 🚀 |
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| {% raw %}version: 2 | ||
| updates: | ||
| - package-ecosystem: "uv" | ||
| directories: | ||
| - "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "sunday" | ||
| time: "16:00" | ||
| open-pull-requests-limit: 5 | ||
| ignore: | ||
| - dependency-name: "*" | ||
| update-types: | ||
| - "version-update:semver-patch" | ||
|
|
||
| groups: | ||
| prod-dependencies: | ||
| dependency-type: "production" | ||
| update-types: | ||
| - "minor" | ||
| - "patch" | ||
| dev-dependencies: | ||
| dependency-type: "development" | ||
| update-types: | ||
| - "minor" | ||
| - "patch"{% endraw %} |
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
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
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.
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.
Ensure that the variable 'input_arg' is properly defined in the script's context or update its assignment if the intended variable is still '$input', to avoid runtime errors.