Uh oh!
There was an error while loading. Please reload this page.
deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6 in the go-dependencies group - #685
Merged
github-actions[bot] merged 1 commit intoSep 7, 2026
Conversation
Bumps the go-dependencies group with 1 update: [github.com/yuin/goldmark](https://github.com/yuin/goldmark). Updates `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 dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🟢 Approval recommended
The patch dependency bump and checksums are consistent, with existing rich-text tests covering affected behavior.
Pull request overview
Updates Goldmark to v1.8.6, incorporating URL escaping and extension fixes.
Changes:
- Bumps the direct Goldmark dependency.
- Updates module checksums.
[!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 Goldmark from v1.8.5 to v1.8.6. |
go.sum | Updates Goldmark checksums. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
dependabotBot
deleted the
dependabot/go_modules/go-dependencies-d5a5f09c30
branch
September 7, 2026 11:09
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 freeto 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 the go-dependencies group with 1 update: github.com/yuin/goldmark.
Updates
github.com/yuin/goldmarkfrom 1.8.5 to 1.8.6Release 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Updates
github.com/yuin/goldmarkfrom 1.8.5 to 1.8.6, a patch release that fixes URL escaping bugs that could drop truncated UTF-8 bytes and validate the same hex digit twice.Written for commit afa770d. Summary will update on new commits.