deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6 - #414
Open
dependabot[bot] wants to merge 1 commit into
Open
deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6#414dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](yuin/goldmark@v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-version: 1.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
This is a patch-level dependency bump with consistent go.mod/go.sum updates and no additional code changes.
Pull request overview
Updates the goldmark Markdown parser dependency to the latest patch release, which should incorporate upstream bug fixes (notably around URL escaping) without changing hey-cli’s public CLI surface.
Changes:
- Bump
github.com/yuin/goldmarkfromv1.8.5tov1.8.6ingo.mod. - Refresh
go.sumchecksums to match the updated module version.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
| go.mod | Updates the required github.com/yuin/goldmark version to v1.8.6. |
| go.sum | Updates module checksums to reflect the new goldmark version. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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/yuin/goldmark from 1.8.5 to 1.8.6.
Release notes
Sourced from github.com/yuin/goldmark's releases.
Commits
e3e8a53Merge pull request #569 from binggao1230/fix-urlescape-percent-hex-guard8701257Merge pull request #570 from BananaJeanss/patch-1c52d4b3fix(extension): fix #57137b454cRemove Go Report Card badge72f79b9fix: URLEscape dropped a truncated utf8 leading byte67a4ecffix: URLEscape validated the same hex digit twiceDependabot 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)Summary by cubic
Bumps
github.com/yuin/goldmarkfrom 1.8.5 to 1.8.6, which fixes URL escaping bugs where truncated UTF-8 leading bytes were dropped and hex digits were validated twice. No breaking changes or migration steps are required.Written for commit 452f127. Summary will update on new commits.