Skip to content

chore(deps): bump the go-modules group with 5 updates#591

Merged
NGTmeaty merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-f4cdccea80
Apr 27, 2026
Merged

chore(deps): bump the go-modules group with 5 updates#591
NGTmeaty merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-f4cdccea80

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 5 updates:

Package From To
github.com/gdamore/tcell/v2 2.13.8 2.13.9
github.com/getsentry/sentry-go 0.45.1 0.46.0
github.com/hashicorp/consul/api 1.34.1 1.34.2
github.com/ncruces/go-sqlite3 0.30.5 0.34.0
github.com/pdfcpu/pdfcpu 0.11.1 0.12.0

Updates github.com/gdamore/tcell/v2 from 2.13.8 to 2.13.9

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.13.9 Bug Fix Release

What's Changed

Full Changelog: gdamore/tcell@v2.13.8...v2.13.9

Commits
  • cdc241c fix: backport OSC 8 sanitizer to v2
  • 2fdac94 fix(input): handle ESC during CSI and SS3 parse states per ECMA-48
  • 15d91df fix: fix simscreen double chan closure on disposal
  • See full diff in compare view

Updates github.com/getsentry/sentry-go from 0.45.1 to 0.46.0

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.46.0

Breaking Changes 🛠

New Features ✨

  • Add internal_sdk_error client report on serialization fail by @​giortzisg in #1273
  • Add grpc integration support by @​ribice in #938
  • Re-enable Telemetry Processor by default. To disable the behavior use the DisableTelemetryBuffer flag by @​giortzisg in #1254
  • Simplify client DSN storage to internal/protocol.Dsn and make it safe to access by @​giortzisg in #1254

Internal Changes 🔧

Deps

  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by @​dependabot in #1253
  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by @​dependabot in #1272
  • Bump golangci-lint action from 2.1.1 to 2.11.4 by @​giortzisg in #1265
  • Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by @​dependabot in #1256
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by @​dependabot in #1255

Other

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.46.0

Breaking Changes 🛠

New Features ✨

  • Add internal_sdk_error client report on serialization fail by @​giortzisg in #1273
  • Add grpc integration support by @​ribice in #938
  • Re-enable Telemetry Processor by default. To disable the behavior use the DisableTelemetryBuffer flag by @​giortzisg in #1254
  • Simplify client DSN storage to internal/protocol.Dsn and make it safe to access by @​giortzisg in #1254

Internal Changes 🔧

Deps

  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by @​dependabot in #1253
  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by @​dependabot in #1272
  • Bump golangci-lint action from 2.1.1 to 2.11.4 by @​giortzisg in #1265
  • Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by @​dependabot in #1256
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by @​dependabot in #1255

Other

Commits
  • 7e1f926 release: 0.46.0
  • 55688a9 fix: keep replace directives (#1275)
  • edb9172 feat!: remove SetExtra (#1274)
  • dbb964c feat: add internal_sdk_error client report on serialization fail (#1273)
  • 1fee895 feat: Add grpc integration support (#938)
  • f4eabe8 feat: re-enable Telemetry Processor and simplify setup (#1254)
  • aaef0ff chore: improve ci (#1271)
  • 533d762 chore: simplify makefile with go work (#1270)
  • 1ecdc28 build(deps): bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo (#...
  • 00dcbf0 build(deps): bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosste...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/consul/api from 1.34.1 to 1.34.2

Commits

Updates github.com/ncruces/go-sqlite3 from 0.30.5 to 0.34.0

Release notes

Sourced from github.com/ncruces/go-sqlite3's releases.

v0.34.0

What's Changed

Updates:

Native (C) SQLite extensions are now compiled differently:

  • to use Spellfix1, you need to import github.com/ncruces/go-sqlite3/ext/spellfix1
  • you can also try the recent Vec1 vector extension at github.com/ncruces/go-sqlite3/ext/vec1

Full Changelog: ncruces/go-sqlite3@v0.33.3...v0.34.0

Artifact attestations

v0.33.3

[!IMPORTANT]

This is one of the first versions of this package to use wasm2go.

wasm2go is a recent project, so you may prefer to stick to previous versions, if you value stability.

Your feedback on this change is very appreciated. Please read and comment on the discussion.

What's Changed

Updates:

  • SQLite 3.53.0

Full Changelog: ncruces/go-sqlite3@v0.33.2...v0.33.3

Artifact attestations

v0.33.2

[!IMPORTANT]

This is one of the first versions of this package to use wasm2go.

wasm2go is a recent project, so you may prefer to stick to previous versions, if you value stability.

wasm2go had a bug affecting the following GOARCHs: alpha, arm, mipsle, mips64le, riscv, riscv64, sh. If you have users using these CPUs, please upgrade SQLite to v0.33.2.

Your feedback on this change is very appreciated. Please read and comment on the discussion.

This is a breaking change, but in most cases, upgrading is as simple as removing this import from your code:

import _ "github.com/ncruces/go-sqlite3/embed"
</tr></table> 

... (truncated)

Commits

Updates github.com/pdfcpu/pdfcpu from 0.11.1 to 0.12.0

Release notes

Sourced from github.com/pdfcpu/pdfcpu's releases.

v0.12.0

A Release Featuring Command Completion

Starting with this release, pdfcpu now offers shell command completion for CLI users.

Supported shells:

  • bash
  • zsh
  • fish
  • PowerShell

Big thanks to @​doronbehar for providing the Cobra integration 🙌

CLI Improvements

This release also refines how command flags work:

  • Clear distinction between short and long flags

    • Example: -f vs --full
  • Short flags can now be chained:

    pdfcpu signatures validate signed.pdf -af

    is equivalent to:

    pdfcpu signatures validate signed.pdf --all --full

Tradeoff

As a result of this cleanup:

  • Arbitrary abbreviation of commands and flags is no longer supported

However, the CLI is now more predictable and easier to use overall.

👉 Learn more:

pdfcpu completion --help

👉 For command help going forward:

pdfcpu <command> --help

🛠️ Stability & Ongoing Work

... (truncated)

Commits

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-modules group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) | `2.13.8` | `2.13.9` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.45.1` | `0.46.0` |
| [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) | `1.34.1` | `1.34.2` |
| [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) | `0.30.5` | `0.34.0` |
| [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu) | `0.11.1` | `0.12.0` |


Updates `github.com/gdamore/tcell/v2` from 2.13.8 to 2.13.9
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v2.13.8...v2.13.9)

Updates `github.com/getsentry/sentry-go` from 0.45.1 to 0.46.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.45.1...v0.46.0)

Updates `github.com/hashicorp/consul/api` from 1.34.1 to 1.34.2
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@api/v1.34.1...api/v1.34.2)

Updates `github.com/ncruces/go-sqlite3` from 0.30.5 to 0.34.0
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.30.5...v0.34.0)

Updates `github.com/pdfcpu/pdfcpu` from 0.11.1 to 0.12.0
- [Release notes](https://github.com/pdfcpu/pdfcpu/releases)
- [Commits](pdfcpu/pdfcpu@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.13.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/hashicorp/consul/api
  dependency-version: 1.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/ncruces/go-sqlite3
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/pdfcpu/pdfcpu
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

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 Apr 27, 2026
@NGTmeaty NGTmeaty merged commit b9fb5db into main Apr 27, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go-modules-f4cdccea80 branch April 27, 2026 06: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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant