Skip to content

chore(deps-dev): Bump snapper-fmt from 0.11.0 to 0.11.1 - #3244

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/snapper-fmt-0.11.1
Sep 14, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/snapper-fmt-0.11.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps snapper-fmt from 0.11.0 to 0.11.1.

Release notes

Sourced from snapper-fmt's releases.

v0.11.1 - 2026-09-09

Release Notes

Features

  • (cli) default to pandoc when a writer is available (#68)
  • (pandoc) keep RST comments and snapper pragmas on write (#67)
  • (pandoc) write reflowed AST through pandoc writer (#56)

Bug Fixes

  • (ci) install cargo-dist on Windows and macOS ARM (#42)
  • (markdown) keep indented inner fences as code body (#55)
  • (pandoc) write in-process when FFI exports a writer (#63)
  • (pandoc) refuse comments and snapper pragmas instead of dropping them (#62)
  • (rst) join compact list hangs into one prose region (#66)
  • (rst) keep two-space directive bodies as structure (#54)
  • (rst) keep comment bodies as structure (#52)
  • (rst) keep list continuation paragraph hang (#51)
  • (rst) keep definition lists as structure (#50)
  • (rst) keep simple tables as structure (#49)
  • (sentence) markup closer-split needs a real next sentence (#53)

Documentation

  • (i18n) regenerate gettext catalogs for v0.11 docs (#69)

Tests

  • (pandoc) keep wasm and editors on native parsers (#64)

Install snapper-fmt 0.11.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TurtleTech-ehf/snapper/releases/download/v0.11.1/snapper-fmt-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/TurtleTech-ehf/snapper/releases/download/v0.11.1/snapper-fmt-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install TurtleTech-ehf/tap/snapper-fmt

Download snapper-fmt 0.11.1

File Platform Checksum
snapper-fmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snapper-fmt-x86_64-apple-darwin.tar.xz Intel macOS checksum

... (truncated)

Changelog

Sourced from snapper-fmt's changelog.

v0.11.1 - 2026-09-09

Features

  • (cli) default to pandoc when a writer is available (#68)
  • (pandoc) keep RST comments and snapper pragmas on write (#67)
  • (pandoc) write reflowed AST through pandoc writer (#56)

Bug Fixes

  • (ci) install cargo-dist on Windows and macOS ARM (#42)
  • (markdown) keep indented inner fences as code body (#55)
  • (pandoc) write in-process when FFI exports a writer (#63)
  • (pandoc) refuse comments and snapper pragmas instead of dropping them (#62)
  • (rst) join compact list hangs into one prose region (#66)
  • (rst) keep two-space directive bodies as structure (#54)
  • (rst) keep comment bodies as structure (#52)
  • (rst) keep list continuation paragraph hang (#51)
  • (rst) keep definition lists as structure (#50)
  • (rst) keep simple tables as structure (#49)
  • (sentence) markup closer-split needs a real next sentence (#53)

Documentation

  • (i18n) regenerate gettext catalogs for v0.11 docs (#69)

Tests

  • (pandoc) keep wasm and editors on native parsers (#64)
Commits
  • 21aa5a9 chore(release): prepare v0.11.1 (#70)
  • d4ffaf4 docs(i18n): regenerate gettext catalogs for v0.11 docs (#69)
  • a0b8a3c feat(cli): default to pandoc when a writer is available (#68)
  • ee7b624 feat(pandoc): keep RST comments and snapper pragmas on write (#67)
  • 3cba42f fix(rst): join compact list hangs into one prose region (#66)
  • c0981f7 test(pandoc): keep wasm and editors on native parsers (#64)
  • b684327 fix(pandoc): write in-process when FFI exports a writer (#63)
  • 2645394 fix(pandoc): refuse comments and snapper pragmas instead of dropping them (#62)
  • 48524ad feat(pandoc): write reflowed AST through pandoc writer (#56)
  • 9d2a28a fix(markdown): keep indented inner fences as code body (#55)
  • 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 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 [snapper-fmt](https://github.com/TurtleTech-ehf/snapper) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/TurtleTech-ehf/snapper/releases)
- [Changelog](https://github.com/TurtleTech-ehf/snapper/blob/main/CHANGELOG.md)
- [Commits](TurtleTech-ehf/snapper@v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: snapper-fmt
  dependency-version: 0.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 14, 2026
@dependabot
dependabot Bot deployed to development September 14, 2026 10:34 Active
@github-actions
github-actions Bot enabled auto-merge September 14, 2026 10:36
@github-actions
github-actions Bot merged commit 47ea1f4 into main Sep 14, 2026
13 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/snapper-fmt-0.11.1 branch September 14, 2026 10:41
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants