Skip to content

deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6 - #414

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/yuin/goldmark-1.8.6
Open

deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6#414
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/yuin/goldmark-1.8.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/yuin/goldmark from 1.8.5 to 1.8.6.

Release notes

Sourced from github.com/yuin/goldmark's releases.

v1.8.6

  • fix(extension): fix #571
  • Merge pull request #569
Commits
  • e3e8a53 Merge pull request #569 from binggao1230/fix-urlescape-percent-hex-guard
  • 8701257 Merge pull request #570 from BananaJeanss/patch-1
  • c52d4b3 fix(extension): fix #571
  • 37b454c Remove Go Report Card badge
  • 72f79b9 fix: URLEscape dropped a truncated utf8 leading byte
  • 67a4ecf fix: URLEscape validated the same hex digit twice
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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/goldmark from 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.

Review in cubic

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>
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Sep 8, 2026
Copilot AI balanced review requested due to automatic review settings September 8, 2026 09:14
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2026 09:14
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Sep 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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/goldmark from v1.8.5 to v1.8.6 in go.mod.
  • Refresh go.sum checksums to match the updated module version.

[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies deps go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant