deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6 - #414
deps: bump github.com/yuin/goldmark from 1.8.5 to 1.8.6#414dependabot[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>
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.
|
Superseded by #422, which carries this bump together with the regenerated Nix vendorHash the flake build needs. |
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.