Skip to content

build(deps): bump github.com/sudorandom/protodocs from 0.1.2 to 0.1.5 - #109

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/sudorandom/protodocs-0.1.5
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/sudorandom/protodocs-0.1.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/sudorandom/protodocs from 0.1.2 to 0.1.5.

Release notes

Sourced from github.com/sudorandom/protodocs's releases.

v0.1.5

0.1.5 (2026-07-20)

Bug Fixes

  • fix generation of blank map types (6f9f2ec)

Installation

Choose the download that matches how you want to use ProtoDocs:

Artifact Platform Description
protodocs-desktop-darwin-universal.dmg macOS (Intel + Apple Silicon) Desktop app — drag to Applications
protodocs-desktop-windows-amd64.zip Windows x64 Desktop app — extract and run ProtoDocs.exe
protodocs-desktop-linux-amd64.tar.gz Linux x64 Desktop app — extract and run ProtoDocs
protodocs-cli-darwin-arm64.tar.gz macOS Apple Silicon CLI binary
protodocs-cli-darwin-amd64.tar.gz macOS Intel CLI binary
protodocs-cli-linux-arm64.tar.gz Linux ARM64 CLI binary
protodocs-cli-linux-amd64.tar.gz Linux x64 CLI binary
protodocs-cli-windows-amd64.zip Windows x64 CLI binary
protodocs-static.tar.gz Any web host Static HTML/JS bundle for self-hosting

Desktop App

The desktop app is the easiest way to browse .proto schemas locally — no server required.

Quick Start

  1. Download the .dmg (macOS), .zip (Windows), or .tar.gz (Linux) from the assets below.
  2. Install / extract the app.
  3. Launch ProtoDocs.
  4. At the schema loader, either:
    • Drag & drop a compiled descriptor file (.binpb or .pb) onto the window.
    • Click Open File and select your descriptor file.
    • Enter a reflection URL to connect to a live gRPC / Connect server with reflection enabled.
    • Click Load Demo to explore the built-in Eliza sample schema.

Generating a descriptor file from your .proto sources:

# Using buf:
buf build -o my-api.binpb
Using protoc:
protoc --descriptor_set_out=my-api.binpb --include_imports your_file.proto

⚠️ macOS: "App is damaged" / Gatekeeper warning

... (truncated)

Changelog

Sourced from github.com/sudorandom/protodocs's changelog.

0.1.5 (2026-07-20)

Bug Fixes

  • fix generation of blank map types (6f9f2ec)

0.1.4 (2026-07-04)

Bug Fixes

  • go to definition now properly scrolls after loading a new file (0a28594)

0.1.3 (2026-06-29)

Bug Fixes

  • add a couple new sections (0cf8f48)
  • add a new section for the live website (c629265)
Commits
  • 1bcc76e chore(main): release 0.1.5 (#13)
  • 6f9f2ec fix: fix generation of blank map types
  • 6ed8c4c chore: add a way to copy links to messages/fields/enums
  • f362b08 Merge branch 'main' of github.com:sudorandom/protodocs
  • 497b17b chore: improve font/typography
  • e3ad7c4 chore(main): release 0.1.4 (#12)
  • 166ce5c chore: add Find References for built-in types
  • 232147a chore: change skeleton loading layout to look more like protobuf files
  • d9f2868 chore: update ghpages
  • 6967ec2 chore: retrigger ghpages
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/sudorandom/protodocs](https://github.com/sudorandom/protodocs) from 0.1.2 to 0.1.5.
- [Release notes](https://github.com/sudorandom/protodocs/releases)
- [Changelog](https://github.com/sudorandom/protodocs/blob/main/CHANGELOG.md)
- [Commits](sudorandom/protodocs@v0.1.2...v0.1.5)

---
updated-dependencies:
- dependency-name: github.com/sudorandom/protodocs
  dependency-version: 0.1.5
  dependency-type: direct:production
  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 go Pull requests that update go code labels Aug 3, 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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants