Skip to content

chore(deps)(deps): bump the go-dependencies group with 2 updates - #38

Merged
nmdra merged 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-ff1b9032ce
Aug 14, 2026
Merged

chore(deps)(deps): bump the go-dependencies group with 2 updates#38
nmdra merged 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-ff1b9032ce

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 2 updates: github.com/alecthomas/kong and github.com/klippa-app/go-pdfium.

Updates github.com/alecthomas/kong from 1.16.0 to 1.16.1

Commits
  • 0678fd3 Fix disabled DefaultEnvars help suffix (#638)
  • 33d3305 Fix single-character alias leaking between sibling commands (#637)
  • a5c9626 Fix counter panic on a uint or float field with an explicit --flag=N (#626)
  • b401ebf Fix filecontent mapper panicking on a non-[]byte target (#625)
  • See full diff in compare view

Updates github.com/klippa-app/go-pdfium from 1.19.6 to 1.19.7

Release notes

Sourced from github.com/klippa-app/go-pdfium's releases.

v1.19.7

What's Changed

  • Fix flaky document open error reporting on Windows by @​jerbob92 in klippa-app/go-pdfium#337
    • When you open a document in Pdfium, you first do the open call and then do another call to check what the error code was, in the Windows implementation of Pdfium, the error collection is bound to the OS thread, it may happen that different CGO calls happen over different OS threads, which sometimes caused Pdfium to not report the error correctly that happened in the document open call. This change forces both CGO calls to happen on the same thread, so that the error reporting of opening a document always works correctly on Windows.
  • fix: resolve build failure on 32-bit architectures (386/arm) due to oversized Cgo array type- #335 by @​maa3x in klippa-app/go-pdfium#336

New Contributors

Full Changelog: klippa-app/go-pdfium@v1.19.6...v1.19.7

Commits
  • 3d62c93 Merge pull request #336 from maa3x/main
  • a06d05d Merge pull request #337 from klippa-app/feature/fix-windows-flaky-tests
  • 8c6100b Fix flaky tests on Windows
  • aaab6b5 fix: replace fixed-size array casts with unsafe.Slice for 32-bit arch compati...
  • See full diff in compare view

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 go-dependencies group with 2 updates: [github.com/alecthomas/kong](https://github.com/alecthomas/kong) and [github.com/klippa-app/go-pdfium](https://github.com/klippa-app/go-pdfium).


Updates `github.com/alecthomas/kong` from 1.16.0 to 1.16.1
- [Commits](alecthomas/kong@v1.16.0...v1.16.1)

Updates `github.com/klippa-app/go-pdfium` from 1.19.6 to 1.19.7
- [Release notes](https://github.com/klippa-app/go-pdfium/releases)
- [Commits](klippa-app/go-pdfium@v1.19.6...v1.19.7)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/klippa-app/go-pdfium
  dependency-version: 1.19.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

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 14, 2026
@nmdra
nmdra merged commit dd3c298 into master Aug 14, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-dependencies-ff1b9032ce branch August 14, 2026 10:28
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.

1 participant