Bump the all-deps group across 1 directory with 6 updates#177
Merged
Conversation
Bumps the all-deps group with 4 updates in the / directory: [github.com/Kairum-Labs/should](https://github.com/Kairum-Labs/should), [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server), [github.com/pion/stun/v3](https://github.com/pion/stun) and [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt). Updates `github.com/Kairum-Labs/should` from 0.2.2 to 0.2.3 - [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.2...v0.2.3) Updates `github.com/nats-io/nats-server/v2` from 2.14.0 to 2.14.2 - [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.0...v2.14.2) Updates `github.com/nats-io/nkeys` from 0.4.15 to 0.4.16 - [Release notes](https://github.com/nats-io/nkeys/releases) - [Commits](nats-io/nkeys@v0.4.15...v0.4.16) Updates `github.com/pion/stun/v3` from 3.1.2 to 3.1.6 - [Release notes](https://github.com/pion/stun/releases) - [Commits](pion/stun@v3.1.2...v3.1.6) Updates `go.etcd.io/bbolt` from 1.4.3 to 1.5.0 - [Release notes](https://github.com/etcd-io/bbolt/releases) - [Commits](etcd-io/bbolt@v1.4.3...v1.5.0) Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0 - [Commits](golang/crypto@v0.51.0...v0.52.0) --- updated-dependencies: - dependency-name: github.com/Kairum-Labs/should dependency-version: 0.2.3 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.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: github.com/nats-io/nkeys dependency-version: 0.4.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: github.com/pion/stun/v3 dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/bbolt dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-deps group with 4 updates in the / directory: github.com/Kairum-Labs/should, github.com/nats-io/nats-server/v2, github.com/pion/stun/v3 and go.etcd.io/bbolt.
Updates
github.com/Kairum-Labs/shouldfrom 0.2.2 to 0.2.3Release notes
Sourced from github.com/Kairum-Labs/should's releases.
Changelog
Sourced from github.com/Kairum-Labs/should's changelog.
... (truncated)
Commits
2fb3bf7feat: prepare for v0.2.324a8b17fix: align public wrappers with assert packagebf64067refactor: enhance EndWith/StartWith with truncation and case checksb00cbc7ci: upgrade GitHub Actions to Node.js 24 compatible versions650a91aci: add commit message validation workflow and hook scriptf8dee25fix: correct spelling and format in README and assertion messagesUpdates
github.com/nats-io/nats-server/v2from 2.14.0 to 2.14.2Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
... (truncated)
Commits
1d06592Release v2.14.24e1aefaCherry-picks for v2.14.2 (#8256)ac092ffUpdate dependencies01e589d[FIXED] Peer set desync/re-add after stream peer-remove3d122e8De-flake TestJetStreamConsumerPrioritized3836d96[FIXED] Initial MaxMsgsPerSubject update not enforced92cf2e3[FIXED] Filestore only stores last block when MaxMsgsPerSubject 13288b4f(2.14) [IMPROVED] Remove redundant error check in filestore6ea46d5[FIXED] Stream and consumer scale down consistency5edd91c[FIXED] AccountStatz omits accounts with only leaf connectionsUpdates
github.com/nats-io/nkeysfrom 0.4.15 to 0.4.16Release notes
Sourced from github.com/nats-io/nkeys's releases.
Commits
c1eebf3Merge pull request #87 from nats-io/bump9e2706cbumped versiond071bc9Merge pull request #86 from nats-io/daniele/check-public-key-lenb2262fdchore: bump go to 1.25 for staticcheck latest77a71f8Validate decoded seed length in DecodeSeed57bc753Validate public key length before ed25519 verifyUpdates
github.com/pion/stun/v3from 3.1.2 to 3.1.6Release notes
Sourced from github.com/pion/stun/v3's releases.
Commits
e1234acFix UnknownAttributes encoding to match RFC 5389 (#280)02391b3Upgrade dtls to fix compatibility with firefox6a869cbUpdate module github.com/pion/dtls/v3 to v3.1.38f24ef3Update module github.com/pion/transport/v4 to v4.0.2fa9f074Fix panic on short XOR-MAPPED-ADDRESS value01aa5b8Throw an error when parsing message type 0x000c41a7f3Add opt-in strict mode and custom loggerbc40ca2Ignore attributes after message-integrity293095fUpdate CI configs to v0.12.2Updates
go.etcd.io/bboltfrom 1.4.3 to 1.5.0Release notes
Sourced from go.etcd.io/bbolt's releases.
Commits
e7a8b2dMerge pull request #1217 from pjsharath28/update-go-release-1.5a916f11bump go 1.25.1143ec888Merge pull request #1212 from Elbehery/20260527_remove_maxSize_guardd43321fchore(test): remove redundant MaxSize guard in TestDB_MaxSizeExceededDoesNotGrowc13504dMerge pull request #1211 from ahrtr/20260526_maxsize_changelog0a8fbd9Merge pull request #1210 from Elbehery/20260526_support_data_size_limit63896b7Update changelog for the feature of supporting setting file size limita85b887Reimplement the feature of support setting data file size limit443486etest: add and update tests for MaxSize and MMap behaviora1f42c4Merge pull request #1208 from etcd-io/dependabot/github_actions/golangci/gola...Updates
golang.org/x/cryptofrom 0.51.0 to 0.52.0Commits
a1c0d99go.mod: update golang.org/x dependencies3c7c869ssh: fix deadlock on unexpected channel responses533fb3fssh: fix source-address critical option bypassabbc44dssh: fix incorrect operator ordere052873ssh: fix infinite loop on large channel writes due to integer overflowb61cf85ssh: enforce user presence verification for security keys9c2cd33ssh: enforce strict limits on DSA key parameters8907318ssh: reject RSA keys with excessively large moduliffd87b4ssh: fix panic when authority callbacks are nil4e7a738ssh: fix deadlock on unexpected global responsesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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