Skip to content

Bump the all-deps group across 1 directory with 7 updates - #183

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/all-deps-b12103d70b
Open

Bump the all-deps group across 1 directory with 7 updates#183
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/all-deps-b12103d70b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 6 updates in the / directory:

Package From To
github.com/Kairum-Labs/should 0.2.3 0.3.0
github.com/caddyserver/certmagic 0.25.3 0.25.4
github.com/devilcove/boltdb 0.1.8 0.1.9
github.com/nats-io/nats-server/v2 2.14.2 2.14.6
github.com/nats-io/nats.go 1.52.0 1.53.1
github.com/pion/stun/v3 3.1.6 3.1.7

Updates github.com/Kairum-Labs/should from 0.2.3 to 0.3.0

Release notes

Sourced from github.com/Kairum-Labs/should's releases.

v0.3.0

What's Changed

New Contributors

Full Changelog: Kairum-Labs/should@v0.2.5...v0.3.0

v0.2.5

What's Changed

Full Changelog: Kairum-Labs/should@v0.2.4...v0.2.5

v0.2.4

What's Changed

New Contributors

Full Changelog: Kairum-Labs/should@v0.2.3...v0.2.4

Changelog

Sourced from github.com/Kairum-Labs/should's changelog.

[0.3.0] - 2026-08-28

Features

  • Add NotStartWith and NotEndWith assertions with case-insensitive matching support
  • Add AllMatch to verify every item in a slice satisfies a predicate
  • Add WithFailFast to stop the current test after an assertion failure
  • Include stack traces by default in NotPanic failure output

Refactor

  • Seal assertion options to the package-provided With* helpers
  • Deprecate Config, TimeOptions, and WithStackTrace compatibility APIs

Documentation

  • Document the new assertions and updated panic behavior

[0.2.5] - 2026-08-26

Bug Fixes

  • Report BeEqual nil-literal mismatch instead of panicking

Miscellaneous Tasks

  • Bump pinned golangci-lint for Go 1.27 support

[0.2.4] - 2026-08-12

Bug Fixes

  • Slice multi-byte strings on rune boundaries in error preview
  • Report NotContain duplicates once with all indexes
  • Reject inverted BeInRange bounds

Miscellaneous Tasks

  • Swap retired Go Report Card badge for Lint CI badge
  • Remove unused levenshteinDistance
Commits
  • 9f12121 feat: prepare v0.3.0 release
  • 79695b5 feat: merge v0.3.0-dev
  • 68c2913 refactor: seal assertion options
  • e666eea feat(assert): add AllMatch assertion
  • 5170824 feat: include stack traces in NotPanic failures
  • a740cc2 feat: WithFailFast
  • 2a0df8f style(assert): use fmt.Fprintf in formatNotStartsWithError
  • 57a2e69 feat: add NotStartWith assertion
  • 0ad5a54 feat: add NotEndWith assertion
  • fa8495e ci: update workflow branches to include v0.3.0
  • Additional commits viewable in compare view

Updates github.com/caddyserver/certmagic from 0.25.3 to 0.25.4

Commits
  • cf6f57d handshake: propagate leader load/obtain outcome to all waiters (#387)
  • 7475593 Fix jm.names and jm.activeWorkees leak (#385)
  • 9f98c96 Preserve DNS provider record data for cleanup (#382)
  • 49b3509 ocsp: add responder authorization regression test (#383)
  • 9b6be22 Support listening on file descriptors (#380)
  • See full diff in compare view

Updates github.com/devilcove/boltdb from 0.1.8 to 0.1.9

Release notes

Sourced from github.com/devilcove/boltdb's releases.

v0.1.9

What's Changed

  • dependency updates
  • refactor to eliminate globals

Full Changelog: devilcove/boltdb@v0.1.8...v0.1.9

Commits
  • 10079ed update should lib
  • df37d20 Merge branch 'remove-globals'
  • 17a1e79 linting
  • 3cad8b8 refactor to eliminate globals
  • 905f379 Merge pull request #35 from devilcove/dependabot/github_actions/master/action...
  • 818d5b9 Bump actions/setup-go from 6 to 7
  • 03a0512 Merge pull request #34 from devilcove/dependabot/go_modules/master/go.etcd.io...
  • 02c8616 Bump go.etcd.io/bbolt from 1.4.3 to 1.5.0
  • df76bdb Merge pull request #33 from devilcove/dependabot/go_modules/master/github.com...
  • 80d37af Merge pull request #32 from devilcove/dependabot/github_actions/master/action...
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats-server/v2 from 2.14.2 to 2.14.6

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.14.6

Changelog

Refer to the 2.14 Upgrade Guide for backwards compatibility notes with 2.12.x. Please note that the 2.13.x version was skipped.

Go Version

  • 1.26.7

Improved

General

  • Removal from service import response maps is now constant-time (#8463)
  • The client code no longer resets the deadline more times than necessary when flushing client buffers (#8513)
  • The client write buffers are now freed correctly when the working buffer exceeds a rational size (#8515)

JetStream

  • Stream reads are now isolated with a separate lock, which improves the performance of direct gets (#8486)
  • Improved the performance of looking up matching sequence numbers for multi-subject gets (#8486)
  • Reduced the number of heap escapes in subject tree matching (#8526)

Fixed

General

  • WebSocket client buffers are recycled more aggressively when reallocating into larger buffers (#8518)
  • Fixed missing routes after a reconnect when gossiped URLs were rejected (#8527)

JetStream

  • The filestore block sync no longer incorrectly skips blocks that were compacted during the same pass (#8456)
  • The filestore block sync now performs a single directory sync upon completion rather than once per compacted block (#8461)
  • The filestore I/O semaphore now covers block sync operations (#8462)
  • Stream config updates with replicas greater than 1 are now rejected on non-clustered systems (#8464)
  • Fixed some issues that could prevent stream snapshots from taking place on a clean shutdown (#8465)
  • The filestore inline compaction no longer ignores sync_interval: always (#8475)
  • The stream created time is now preserved after recovery on a standalone server (#8471, contributed by @​Green7)
  • Fixed a data race that could apply when accessing the batch ID (#8369)
  • Fixed a data race when reading the consumer direct or sourcing status (#8478, contributed by @​nberlee)
  • Prevent the consumer direct or sourcing status from being changed with a consumer update (#8478, contributed by @​nberlee)
  • Fixed an issue where the server could fail to distinguish consumer tiers when enforcing limits (#8484)
  • Fixed a flow control problem where replicated consumers could get stuck after a leader change (#8488)
  • Fixed various consumer create issues that could destroy the state of an existing consumer with the same name (#8491)
  • Internal message delete proposals are no longer counted in the JS API statistics (#8502)
  • Dynamic filestore reservations no longer incorrectly shrink based on used storage after restarts (#8503)
  • Fixed a signalling issue that could stall Raft catchups (#8501)
  • The pending append entry cache in-memory is now bounded by size as well as entry count (#8501)
  • Fixed an issue where a stale snapshot from a previous Raft group could be replayed if the group name was unchanged (#8501)

... (truncated)

Commits
  • 1aa10f9 Release v2.14.6
  • e863317 Cherry-picks for 2.14.6 (#8529)
  • 1196e5a [FIXED] Route missing after reconnect when duplicate resolution kept gossip URL
  • 89befb5 [IMPROVED] Only allocate AckAll sequences when acking in place
  • 0079dd9 [FIXED] AckAll on WQ removed messages outside consumer filter
  • c83ca82 Release v2.14.6-RC.2
  • 9dca6dc Reduce heap escapes in subject tree matching
  • 1c93130 Cherry-picks for 2.14.6-RC.2 (#8525)
  • b6971ae Fix handling of atomic writes tmp files in test helper
  • 591bb3b Fix TestJetStreamClusterHardKillAfterStreamAdd
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats.go from 1.52.0 to 1.53.1

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.53.1

Changelog

This is a patch release containing no functional changes.

FIXED

  • Version const and the README install line, which were not updated for v1.53.0 (#2118)

Complete Changes

nats-io/nats.go@v1.53.0...v1.53.1

Release v1.53.0

Changelog

ADDED

  • JetStream:
    • WithPublishAsyncAckHandler option for JetStream async publish. Thanks @​occamist for the contribution (#2109)
    • AckFlowControlPolicy to legacy API (#2091)
  • Micro:

FIXED

  • Core NATS:
  • JetStream:
    • Data race in resetOrderedConsumer when resets overlap (#2111)
    • Avoid panic in PullSubscribe consumer create path. Thanks @​wyf027 for the contribution (#2088)
    • Honor per-request JSOpt API prefix across JetStream APIs. Thanks @​wyf027 for the contribution (#2087)
    • Add nil checks for empty JetStream API responses. Thanks @​colecschmidt for the contribution (#2073)
  • KeyValue:
    • Recognize error code 10164 for replicated KV CAS conflicts (#2098)
    • Reject keys with consecutive dots in keyValid and searchKeyValid. Thanks @​c-tonneslan for the contribution (#2076)
  • Micro:

IMPROVED

  • Performance enhancement when publishing core NATS messages with headers. Thanks @​jonchammer for the contribution (#2083)
  • Migrate tests to ntf (#2082)
  • Add docs.nats.io examples to main (#2106)
  • Improve readme wording for JetStream consumers. Thanks @​trevorah for the contribution (#2104)

Complete Changes

nats-io/nats.go@v1.52.0...v1.53.0

Commits
  • db1375f Release v1.53.1 (#2118)
  • ae0af2c [IMPROVED] Migrate tests to ntf (#2082)
  • 0c5d8d7 [ADDED] WithPublishAsyncAckHandler option for JetStream async publish (#2109)
  • 15d96ca [FIXED] Data race in resetOrderedConsumer when resets overlap (#2111)
  • f66c8e7 [FIXED] Recognize error code 10164 for replicated KV CAS conflicts (#2097) (#...
  • 9d92e85 iter: don't yield a phantom (nil, nil) after MsgsTimeout's ErrTimeout (#2093)
  • c68c4de [FIXED] micro: endpoint subject prefix over-match (#2105)
  • e663e67 Improve example wording (#2104)
  • c1a0716 Add docs.nats.io examples to main (#2106)
  • 77e280d [FIXED] MsgsTimeout iterator yields spurious (nil, nil) after a timeout (#2099)
  • Additional commits viewable in compare view

Updates github.com/pion/stun/v3 from 3.1.6 to 3.1.7

Release notes

Sourced from github.com/pion/stun/v3's releases.

v3.1.7

Changelog

  • 7b40f80d8bb7a72b8a4589053807673399125604 Ignore reserved bits in ERROR-CODE (#286)
  • 57b10ab967ca9fdea8d0195d0c15efc1a6ece218 Update module github.com/stretchr/testify to v1.12.0 (#285)
  • b8526d339995a44f4b651c2aac4bed65f0428a17 Update module github.com/pion/transport/v4 to v4.1.0 (#283)
  • 23ce10783b39e9247e52f6b1f2bb2cb6567dc7a8 Update CI configs to v0.12.6
  • a7fd462d95c41d8a95ae8dbd444960905e3ead43 Update module github.com/pion/dtls/v3 to v3.1.5 (#281)
Commits
  • 7b40f80 Ignore reserved bits in ERROR-CODE (#286)
  • 57b10ab Update module github.com/stretchr/testify to v1.12.0 (#285)
  • b8526d3 Update module github.com/pion/transport/v4 to v4.1.0 (#283)
  • 23ce107 Update CI configs to v0.12.6
  • a7fd462 Update module github.com/pion/dtls/v3 to v3.1.5 (#281)
  • See full diff in compare view

Updates golang.org/x/crypto from 0.52.0 to 0.55.0

Commits
  • f44d03d go.mod: update golang.org/x dependencies
  • 5ed4944 crypto/internal/poly1305: provide optimised assembly for riscv64
  • b07833c ssh: return window credit for discarded extended data
  • d701c51 acme: fix nil pointer dereference in pebble test error reporting
  • 999d053 ssh: fix parsing of GSSAPI payloads offering multiple mechanisms
  • 90f76b8 ssh: reject certificate signature keys before recursing
  • b53964a ssh: permit empty but non-nil HostKeyAlgorithms, KeyExchanges, Ciphers, MACs
  • 626e40f ssh: drain stderr on forwarded TCP and Unix channels
  • 31914c6 x509roots/fallback: update bundle
  • f2135b8 all: clean up minor issues found by staticcheck
  • Additional commits viewable 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 all-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Kairum-Labs/should](https://github.com/Kairum-Labs/should) | `0.2.3` | `0.3.0` |
| [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | `0.25.3` | `0.25.4` |
| [github.com/devilcove/boltdb](https://github.com/devilcove/boltdb) | `0.1.8` | `0.1.9` |
| [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.14.2` | `2.14.6` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.52.0` | `1.53.1` |
| [github.com/pion/stun/v3](https://github.com/pion/stun) | `3.1.6` | `3.1.7` |



Updates `github.com/Kairum-Labs/should` from 0.2.3 to 0.3.0
- [Release notes](https://github.com/Kairum-Labs/should/releases)
- [Changelog](https://github.com/Kairum-Labs/should/blob/main/CHANGELOG.md)
- [Commits](Kairum-Labs/should@v0.2.3...v0.3.0)

Updates `github.com/caddyserver/certmagic` from 0.25.3 to 0.25.4
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.25.3...v0.25.4)

Updates `github.com/devilcove/boltdb` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/devilcove/boltdb/releases)
- [Commits](devilcove/boltdb@v0.1.8...v0.1.9)

Updates `github.com/nats-io/nats-server/v2` from 2.14.2 to 2.14.6
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/RELEASES.md)
- [Commits](nats-io/nats-server@v2.14.2...v2.14.6)

Updates `github.com/nats-io/nats.go` from 1.52.0 to 1.53.1
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.52.0...v1.53.1)

Updates `github.com/pion/stun/v3` from 3.1.6 to 3.1.7
- [Release notes](https://github.com/pion/stun/releases)
- [Commits](pion/stun@v3.1.6...v3.1.7)

Updates `golang.org/x/crypto` from 0.52.0 to 0.55.0
- [Commits](golang/crypto@v0.52.0...v0.55.0)

---
updated-dependencies:
- dependency-name: github.com/Kairum-Labs/should
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: github.com/caddyserver/certmagic
  dependency-version: 0.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/devilcove/boltdb
  dependency-version: 0.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: github.com/pion/stun/v3
  dependency-version: 3.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

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 Sep 7, 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