Skip to content

deps(deps): bump github.com/yuin/goldmark from 1.8.4 to 1.8.5 - #82

Merged
jackchuka merged 1 commit into
mainfrom
dependabot/go_modules/main/github.com/yuin/goldmark-1.8.5
Aug 5, 2026
Merged

deps(deps): bump github.com/yuin/goldmark from 1.8.4 to 1.8.5#82
jackchuka merged 1 commit into
mainfrom
dependabot/go_modules/main/github.com/yuin/goldmark-1.8.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v1.8.5

Commits

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)

Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.8.4...v1.8.5)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.8.5
  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 Aug 3, 2026

@jackchuka jackchuka left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

github.com/yuin/goldmark 1.8.4 → 1.8.5. The only runtime dependency in this batch and the highest-value bump: fixes a 'panic: index out of range [-1]' in fencedCodeBlockParser.Open on inputs like "> \t` " that lack a trailing newline (issue #568). The diff is a 3-line guard in parser/fcode_block.go plus a test fixture — no behavior change for valid documents. Since mdschema parses arbitrary user markdown, this closes a real crash path. Safe to merge.

@jackchuka
jackchuka merged commit 246aae8 into main Aug 5, 2026
2 checks passed
@jackchuka
jackchuka deleted the dependabot/go_modules/main/github.com/yuin/goldmark-1.8.5 branch August 5, 2026 01:58
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Aug 11, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackchuka/mdschema](https://github.com/jackchuka/mdschema) | minor | `v0.13.4` → `v0.15.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>jackchuka/mdschema (jackchuka/mdschema)</summary>

### [`v0.15.1`](https://github.com/jackchuka/mdschema/releases/tag/v0.15.1)

[Compare Source](jackchuka/mdschema@v0.15.0...v0.15.1)

#### What's Changed

- deps(deps): bump github.com/yuin/goldmark from 1.8.4 to 1.8.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;82](jackchuka/mdschema#82)

**Full Changelog**: <jackchuka/mdschema@v0.15.0...v0.15.1>

### [`v0.15.0`](https://github.com/jackchuka/mdschema/releases/tag/v0.15.0)

[Compare Source](jackchuka/mdschema@v0.14.1...v0.15.0)

#### What's Changed

- feat(frontmatter): add enum validation for field values by [@&#8203;sz-po](https://github.com/sz-po) in [#&#8203;80](jackchuka/mdschema#80)
- fix(frontmatter): correct enum matching edge cases by [@&#8203;jackchuka](https://github.com/jackchuka) in [#&#8203;81](jackchuka/mdschema#81)

#### New Contributors

- [@&#8203;sz-po](https://github.com/sz-po) made their first contribution in [#&#8203;80](jackchuka/mdschema#80)

**Full Changelog**: <jackchuka/mdschema@v0.14.1...v0.15.0>

### [`v0.14.1`](https://github.com/jackchuka/mdschema/releases/tag/v0.14.1)

[Compare Source](jackchuka/mdschema@v0.14.0...v0.14.1)

#### What's Changed

- ci(deps): bump actions/checkout from 7.0.0 to 7.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;77](jackchuka/mdschema#77)
- docs: align README badges (drop retired Go Report Card) by [@&#8203;jackchuka](https://github.com/jackchuka) in [#&#8203;78](jackchuka/mdschema#78)

**Full Changelog**: <jackchuka/mdschema@v0.14.0...v0.14.1>

### [`v0.14.0`](https://github.com/jackchuka/mdschema/releases/tag/v0.14.0)

[Compare Source](jackchuka/mdschema@v0.13.4...v0.14.0)

#### What's Changed

- feat: add paragraphs rule, top-level paragraph collection, and unknown-key warnings by [@&#8203;jackchuka](https://github.com/jackchuka) in [#&#8203;76](jackchuka/mdschema#76)

**Full Changelog**: <jackchuka/mdschema@v0.13.4...v0.14.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant