chore(deps): bump github.com/matzefriedrich/parsley from 1.4.2 to 1.6.1 in /parsley - #5280
Merged
ReneWerner87 merged 2 commits intoAug 1, 2026
Conversation
Bumps [github.com/matzefriedrich/parsley](https://github.com/matzefriedrich/parsley) from 1.4.2 to 1.6.1. - [Release notes](https://github.com/matzefriedrich/parsley/releases) - [Changelog](https://github.com/matzefriedrich/parsley/blob/main/CHANGELOG.md) - [Commits](matzefriedrich/parsley@v1.4.2...v1.6.1) --- updated-dependencies: - dependency-name: github.com/matzefriedrich/parsley dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
parsley v1.5.0 removed the context.Context parameter from features.RegisterList; the resolver context is used internally now. This is the only call site in the recipe, and it was blocking the bump to v1.6.1. go build, go vet and go test all pass on v1.6.1.
Member
|
This was stuck on a breaking change, not on the bump itself. Pushed a fix to the branch (574f740). parsley v1.5.0 removed the That was the only call site in the recipe, so the fix is dropping Checked the other breaking changes in the 1.4.2 to 1.6.1 range as well, none of them affect this recipe:
Verified on v1.6.1: Note that pushing to this branch means Dependabot will no longer rebase or update the PR automatically. Generated by Claude Code |
ReneWerner87
approved these changes
Aug 1, 2026
ReneWerner87
deleted the
dependabot/go_modules/parsley/github.com/matzefriedrich/parsley-1.6.1
branch
August 1, 2026 12:03
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 github.com/matzefriedrich/parsley from 1.4.2 to 1.6.1.
Release notes
Sourced from github.com/matzefriedrich/parsley's releases.
... (truncated)
Changelog
Sourced from github.com/matzefriedrich/parsley's changelog.
... (truncated)
Commits
5cf6721update: release v1.6.1 in changelog9b45a47chore: bumpgo.yaml.in/yaml/v3to v3.0.5 in dependencies03e9e01chore: migrate to cobra-extensions v0.7.0 and cobra-x tags (#89)7599a67refactor: improve error handling and formatting for resolver and registry err...becf63crefactor: remove context from RegisterNamed (#87)9ec9a99Upgrades Go version to 1.26.4 and updatecobra-extensionsdependency to v0.6.2d8bc35fRefactor type model functions to simplify string formatting and improve reada...d63ddedBump golang.org/x/mod from 0.37.0 to 0.38.0 (#86)cf5cdf7Updates the README.md filedb91a9fBump golang.org/x/mod from 0.36.0 to 0.37.0 (#85)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 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)