recipes
                                
                                
                                
                                    recipes copied to clipboard
                            
                            
                            
                        chore(deps): bump github.com/matzefriedrich/parsley from 0.8.3 to 1.0.13 in /parsley
Bumps github.com/matzefriedrich/parsley from 0.8.3 to 1.0.13.
Release notes
Sourced from github.com/matzefriedrich/parsley's releases.
parsley v1.0.12
This release contains several version bumps, primarily reflecting updates for dependencies.
Changes
- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.0 to 0.4.5- Bumps
 golang.org/x/modfrom 0.22.0 to 0.24.0- Bumps
 github.com/spf13/cobrafrom 1.8.1 to 1.9.1Full Changelog: https://github.com/matzefriedrich/parsley/compare/v1.0.5...v1.0.12
parsley v1.0.5
This release contains a version bump primarily reflecting updates for dependencies.
Changes
- Bump github.com/matzefriedrich/cobra-extensions from 0.3.2 to 0.4.0
 - Adds the
 markdowncommand to the Parsley CLI that exports command documentation as Markdown filesparsley v1.0.3
This release simplifies the codebase and reduces reliance on third-party packages.
Changes
- Removed Dependency: The
 hashicorp/go-versiondependency has been removed from the project.- Implemented simplified version comparison functions directly within the
 version.gomodule, reducing external dependencies.parsley v1.0.2
This release includes new tests, refactorings, and important fixes to improve usability and flexibility.
Changes
- Introduced
 SupportsRegisterActivatorFunc, improved registration functions.- Enabled multiple activator functions in
 RegisterTransient,RegisterSingleton, andRegisterScoped, allowing the registration of several services with the same lifetime behavior at once. This reduces the amount of code required to register services.- Addressed reflection issues in code generator commands, particularly with interface and variadic parameters.
 - Updated documentation comments
 parsley v1.0.0
Parsley has reached its first stable release! 🎉 After continuous improvements, Parsley is now solidified as a robust, reliable, and easy-to-use dependency injection solution for Go applications.
New in v1.0.0
- Validator Service: A major addition in this release, the
 Validatorensures service registrations are sound:
- Detects missing service dependencies, improving app stability.
 - Identifies circular dependencies to prevent runtime errors.
 With this release, Parsley is officially production-ready! 🚀
parsley v0.10.0
I am excited to announce Parsley v0.10.0, marking significant progress toward a first stable release! This update focuses on improving test coverage, addressing bugs, and enhancing internal structure for better testability and performance. By introducing new tests for nearly all packages and modules, I’ve boosted overall test coverage from 55% to 80%, providing greater reliability and confidence in the Parsley library and CLI utility.
... (truncated)
Changelog
Sourced from github.com/matzefriedrich/parsley's changelog.
[v1.0.13] - 2025-05-27
- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.5 to 0.5.0 #50[v1.0.12] - 2025-05-02
- Bumps
 golang.org/x/modfrom 0.23.0 to 0.24.0 #47- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.4 to 0.4.5 #48[v1.0.11] - 2025-03-06
- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.3 to 0.4.4 #46[v1.0.10] - 2025-02-19
- Bumps
 github.com/spf13/cobra from1.8.1 to 1.9.1 #45[v1.0.9] - 2025-02-12
Changed
- Bumps
 golang.org/x/modfrom 0.22.0 to 0.23.0 #44[v1.0.8] - 2025-01-23
Changed
- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.2 to 0.4.3 #43[v1.0.7] - 2024-12-17
Changed
- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.1 to 0.4.2 #42[v1.0.6] - 2024-12-11
Changed
- Bumps
 github.com/matzefriedrich/cobra-extensionsfrom 0.4.0 to 0.4.1 #41[v1.0.5] - 2024-11-27
... (truncated)
Commits
227ac3eBumps github.com/matzefriedrich/cobra-extensions from 0.4.6 to 0.5.0 (#50)5bb05edBump github.com/matzefriedrich/cobra-extensions from 0.4.4 to 0.4.5 (#48)52c9db5Bump golang.org/x/mod from 0.23.0 to 0.24.0 (#47)5fe4684Bump github.com/matzefriedrich/cobra-extensions from 0.4.3 to 0.4.4 (#46)c7ac497Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#45)8cee3d2Bump golang.org/x/mod from 0.22.0 to 0.23.0 (#44)b6edcf1Bump github.com/matzefriedrich/cobra-extensions from 0.4.2 to 0.4.3 (#43)ae61683Bump github.com/matzefriedrich/cobra-extensions from 0.4.1 to 0.4.2 (#42)cefb05eBump github.com/matzefriedrich/cobra-extensions from 0.4.0 to 0.4.1 (#41)b693978Condensed README- Additional commits viewable in compare view
 
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)