Skip to content

build(deps): Bump akiomik/mado from 0.3.1 to 0.3.2 in the actions group - #20

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-05a2752e3c
Open

build(deps): Bump akiomik/mado from 0.3.1 to 0.3.2 in the actions group#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-05a2752e3c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions group with 1 update: akiomik/mado.

Updates akiomik/mado from 0.3.1 to 0.3.2

Release notes

Sourced from akiomik/mado's releases.

v0.3.2

Added

  • The GitHub Action takes a version input, so a workflow can run a mado release other than the one the action was published with (#390)

Fixed

  • MD030: derive the marker width from the item's own ordinal, so ordered items numbered 10 or higher are no longer reported when a single space already follows the marker (#363)
  • MD004, MD005, MD029 and MD030: descend into containers other than lists, so lists nested inside a blockquote are checked (#368)
  • MD007: measure indentation from the end of the blockquote prefix instead of the start of the line (#369)
  • The GitHub Action downloads the arm64 release asset on arm64 Linux runners, where it previously asked for an aarch64 one that no release publishes and failed (#395)
  • MD038: measure a code span against its own delimiter rather than a one-backtick one, so spans delimited by two or more backticks — the only way to write a span containing a backtick — are no longer reported when they hold no padding. A span whose delimiters sit on different lines is left unjudged rather than reported, since nothing recorded about it describes what was written against those delimiters (#391)
  • MD033, MD034, MD037, MD038 and MD039: put back the columns an escaped pipe cost the report. A \| written earlier in the same table cell, or earlier on the same line above a table's header row, moved an inline's reported column one to the left of the character it named, and one more for each further escape (#405)
  • MD034 and MD037: report the column an inline was written at, rather than one counted off a string CommonMark had already resolved the escapes out of. A \. written earlier in the same text node moved the reported column one to the left of the character it named, and one more for each further escape (#407)
  • MD037: an escaped * or _ is no longer read as an emphasis marker, so a line whose only emphasis is the one its author escaped to keep is left alone, and a line that has emphasis besides is reported at it (#407)
  • MD037: report the marker after a tab, or after any other whitespace, rather than the whitespace itself (#407)
Changelog

Sourced from akiomik/mado's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

Entries describe changes a user of mado can observe: rules, the command line, the configuration file, and the ways mado is distributed. Dependency updates, CI, packaging internals, refactors and tests are left to the commit history — except for the Markdown parser, whose version determines how documents are parsed and therefore what gets reported.

[Unreleased]

[0.3.2] - 2026-09-07

Added

  • The GitHub Action takes a version input, so a workflow can run a mado release other than the one the action was published with (#390)

Fixed

  • MD030: derive the marker width from the item's own ordinal, so ordered items numbered 10 or higher are no longer reported when a single space already follows the marker (#363)
  • MD004, MD005, MD029 and MD030: descend into containers other than lists, so lists nested inside a blockquote are checked (#368)
  • MD007: measure indentation from the end of the blockquote prefix instead of the start of the line (#369)
  • The GitHub Action downloads the arm64 release asset on arm64 Linux runners, where it previously asked for an aarch64 one that no release publishes and failed (#395)
  • MD038: measure a code span against its own delimiter rather than a one-backtick one, so spans delimited by two or more backticks — the only way to write a span containing a backtick — are no longer reported when they hold no padding. A span whose delimiters sit on different lines is left unjudged rather than reported, since nothing recorded about it describes what was written against those delimiters (#391)
  • MD033, MD034, MD037, MD038 and MD039: put back the columns an escaped pipe cost the report. A \| written earlier in the same table cell, or earlier on the same line above a table's header row, moved an inline's reported column one to the left of the character it named, and one more for each further escape (#405)
  • MD034 and MD037: report the column an inline was written at, rather than one counted off a string CommonMark had already resolved the escapes out of. A \. written earlier in the same text node moved the reported column one to the left of the character it named, and one more for each further escape (#407)

... (truncated)

Commits
  • 6642676 chore: bump version to v0.3.2 (#413)
  • 38690a5 ci: build the development scripts' mado with --locked (#412)
  • fb5e57a ci: run the rest of the cargo jobs with --locked (#411)
  • d911b3e ci: run cargo test with --locked (#410)
  • 22215d0 fix: report MD034 and MD037 at the column an inline was written at (#407)
  • f41b281 fix: report inline columns as written inside an escaped table cell (#405)
  • 6479490 fix: measure MD038's code span against its own delimiter (#402)
  • 63deb47 fix: repair the acceptance and benchmark shell scripts (#396)
  • 242d5f8 fix: map aarch64 to arm64 in the action's download (#395)
  • 4fd61ae ci: gate the version instead of failing Test Action on every bump (#390)
  • Additional commits viewable 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 <dependency name> major version will 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 version will 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 conditions

Bumps the actions group with 1 update: [akiomik/mado](https://github.com/akiomik/mado).


Updates `akiomik/mado` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/akiomik/mado/releases)
- [Changelog](https://github.com/akiomik/mado/blob/main/CHANGELOG.md)
- [Commits](akiomik/mado@177695b...6642676)

---
updated-dependencies:
- dependency-name: akiomik/mado
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 10, 2026
@dependabot
dependabot Bot requested a review from sgerrand as a code owner September 10, 2026 20:06
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants