Skip to content

chore(deps): bump the dev-dependencies group with 7 updates#1807

Merged
benmcclelland merged 1 commit intomainfrom
dependabot/go_modules/dev-dependencies-50b95ed59f
Feb 4, 2026
Merged

chore(deps): bump the dev-dependencies group with 7 updates#1807
benmcclelland merged 1 commit intomainfrom
dependabot/go_modules/dev-dependencies-50b95ed59f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dev-dependencies group with 7 updates:

Package From To
github.com/DataDog/datadog-go/v5 5.8.2 5.8.3
github.com/aws/aws-sdk-go-v2/service/s3 1.95.1 1.96.0
github.com/gofiber/fiber/v2 2.52.10 2.52.11
github.com/clipperhouse/uax29/v2 2.4.0 2.5.0
github.com/golang-jwt/jwt/v5 5.3.0 5.3.1
github.com/nats-io/nkeys 0.4.12 0.4.15
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.21.0 1.21.1

Updates github.com/DataDog/datadog-go/v5 from 5.8.2 to 5.8.3

Release notes

Sourced from github.com/DataDog/datadog-go/v5's releases.

v5.8.3

See the CHANGELOG for the details on previous releases.

Changelog

Sourced from github.com/DataDog/datadog-go/v5's changelog.

5.8.3 / 2026-02-02

  • [IMPROVEMENT] Shard aggregator lock. See #351[], thanks [@​opsengine][].
  • [IMPROVEMENT] Fix race condition in statsd external_env initialization. See #352[], thanks [@​jprobinson][].
Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.1 to 1.96.0

Commits

Updates github.com/gofiber/fiber/v2 from 2.52.10 to 2.52.11

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.11

What's Changed

🧹 Updates

🐛 Bug Fixes

Full Changelog: gofiber/fiber@v2.52.10...v2.52.11

Commits
  • 65b0f3d Bump version to 2.52.11
  • 1b53334 Modernize error handling in UUID functions (#3941)
  • eb874b6 Merge commit from fork
  • 4ff945a 🩹 bug: Fix ErrorHandler invocation for mounted sub-apps (#3907)
  • 68d80a0 🩹 bug: Fix Fprint to use format instead of fmtArgs (#3924)
  • 5346c81 🔧 chore: Upgrade setup-go action from v5 to v6 in workflow files
  • 54fa41d Update AGENTS.md with coding practices and commands
  • a290d14 🐛 bug: Fixes and improvements for limiter middleware (#3899)
  • 3927e17 🧹 chore: Improve mount functionality (#3900)
  • 0786b39 🐛 Backport defensive copying fixes from #3828 and #3829 to v2 (#3888)
  • See full diff in compare view

Updates github.com/clipperhouse/uax29/v2 from 2.4.0 to 2.5.0

Release notes

Sourced from github.com/clipperhouse/uax29/v2's releases.

v2.5.0

What's Changed

Breaking change

The returned iterator type from FromString() and FromBytes() is now a pointer. This will not present a problem if you are just using it in the typical way, which is assigning to a local variable and iterating.

If you are embedding this iterator into another object, and therefore declaring its type, this change might break your compilation. You’ll need to change to a pointer type. Apologies if so — this seems like a small enough change that a v3 would be a bit much.

New Contributors

Full Changelog: clipperhouse/uax29@v2.4.0...v2.5.0

Commits

Updates github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.1

What's Changed

🔐 Features

👒 Dependencies

New Contributors

Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1

Commits
  • 7ceae61 Add release.yml for changelog configuration
  • dce8e4d Set token.Signature in ParseUnverified (#414)
  • 8889e20 Save signature to Token struct after successful signing (#417)
  • d237f82 ci: update github-actions schedule interval to monthly
  • d8dce95 Bump crate-ci/typos from 1.41.0 to 1.42.1 (#492)
  • e931803 Bump crate-ci/typos from 1.40.0 to 1.41.0 (#490)
  • e6a0afa Bump actions/checkout from 5 to 6 (#487)
  • 9f85c9e Bump crate-ci/typos from 1.39.0 to 1.40.0 (#488)
  • 60a8669 Bump actions/setup-go from 5 to 6 (#469)
  • 76f5828 Remove misleading ParserOptions documentation (#484)
  • Additional commits viewable in compare view

Updates github.com/nats-io/nkeys from 0.4.12 to 0.4.15

Commits
  • 0f43077 Merge pull request #83 from nats-io/fix-release-action
  • 83b1ce1 chore(workflows): disable Go installation in staticcheck action
  • 9e5e0cf chore(workflows): switch to go-version-file for setup-go in workflows
  • 06ac8f5 chore(actions): added a toolchain for go1.24.12
  • ff35292 Merge pull request #82 from nats-io/fix-release-action
  • c59e933 chore(actions): upgrade setup-go to v6 in workflows
  • e14f241 chore(deps): update golang.org/x/crypto to v0.47.0 and golang.org/x/sys to v0...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.21.0 to 1.21.1

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/DataDog/datadog-go/v5](https://github.com/DataDog/datadog-go) | `5.8.2` | `5.8.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.95.1` | `1.96.0` |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.10` | `2.52.11` |
| [github.com/clipperhouse/uax29/v2](https://github.com/clipperhouse/uax29) | `2.4.0` | `2.5.0` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` |
| [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) | `0.4.12` | `0.4.15` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.21.0` | `1.21.1` |


Updates `github.com/DataDog/datadog-go/v5` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-go@v5.8.2...v5.8.3)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.95.1 to 1.96.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.95.1...service/s3/v1.96.0)

Updates `github.com/gofiber/fiber/v2` from 2.52.10 to 2.52.11
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.10...v2.52.11)

Updates `github.com/clipperhouse/uax29/v2` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/clipperhouse/uax29/releases)
- [Commits](clipperhouse/uax29@v2.4.0...v2.5.0)

Updates `github.com/golang-jwt/jwt/v5` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Commits](golang-jwt/jwt@v5.3.0...v5.3.1)

Updates `github.com/nats-io/nkeys` from 0.4.12 to 0.4.15
- [Release notes](https://github.com/nats-io/nkeys/releases)
- [Commits](nats-io/nkeys@v0.4.12...v0.4.15)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.21.0...v1.21.1)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go/v5
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/gofiber/fiber/v2
  dependency-version: 2.52.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/clipperhouse/uax29/v2
  dependency-version: 2.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/nats-io/nkeys
  dependency-version: 0.4.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-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 Feb 3, 2026
@versity-github
Copy link
Copy Markdown
Collaborator

This won't automatically run in continuous integration without approval. A member of the Versity organization must allow it.

Comment thread go.mod
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/nats-io/nkeys v0.4.12 // indirect
github.com/nats-io/nkeys v0.4.15 // indirect
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benmcclelland I see that the latest version for nkeys is 0.4.12 again in github.
Versions list.

We are going to face the same problem with direct Go proxy trying to fetch the version from github, if we updated the nkeys version

@benmcclelland benmcclelland merged commit 3560568 into main Feb 4, 2026
107 checks passed
@benmcclelland benmcclelland deleted the dependabot/go_modules/dev-dependencies-50b95ed59f branch February 4, 2026 16:11
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.

3 participants