Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the smallweb-deps group with 7 updates in the / directory:

Package From To
github.com/cli/go-gh/v2 2.12.1 2.13.0
github.com/knadh/koanf/providers/file 1.2.0 1.2.1
github.com/knadh/koanf/v2 2.2.2 2.3.2
github.com/spf13/cobra 1.9.1 1.10.2
golang.org/x/term 0.35.0 0.39.0
github.com/caddyserver/certmagic 0.23.0 0.25.1
github.com/samber/slog-http 1.7.0 1.10.0

Updates github.com/cli/go-gh/v2 from 2.12.1 to 2.13.0

Release notes

Sourced from github.com/cli/go-gh/v2's releases.

v2.13.0

What's Changed

✨ Features

🐛 Fixes

📚 Docs & Chores

:dependabot: Dependencies

New Contributors

Full Changelog: cli/go-gh@v2.12.2...v2.13.0

v2.12.2

What's Changed

Full Changelog: cli/go-gh@v2.12.1...v2.12.2

Commits
  • a0a6e89 Merge pull request #201 from cli/kw/bump-go-1.25.0
  • 1585603 Merge pull request #202 from cli/babakks/explain-resp-body-close
  • ec8f5ca docs(pkg/api): explain HandleHTTPError does not close resp body
  • 5a975a9 Update Go version to 1.25.0
  • 41e1e0d Merge pull request #200 from cli/babakks/upgrade-golangci-lint
  • f6d1f60 chore: upgrade to Golangci-lint v2.6
  • b7798dc docs: fix incorrect godoc usages
  • 32287ae refactor: lift break condition into the loop
  • ff8ebd0 chore: disable QF1008 from staticcheck rules
  • c6bd235 chore: remove redundant/deprecated // +build tags
  • Additional commits viewable in compare view

Updates github.com/knadh/koanf/providers/file from 1.2.0 to 1.2.1

Release notes

Sourced from github.com/knadh/koanf/providers/file's releases.

v1.2.1

changelog for v1.2.0 -> v1.2.1

  • 29cce50 Merge pull request #101 from e-nikolov/fix-pflag-map-types
  • 0202243 posflag: add support for pflag map types
Commits

Updates github.com/knadh/koanf/v2 from 2.2.2 to 2.3.2

Release notes

Sourced from github.com/knadh/koanf/v2's releases.

v2.3.2

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.3.1...v2.3.2

v2.3.1

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.3.0...v2.3.1

v2.3.0

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.2.2...v2.3.0

Commits
  • ec91994 fix: preserve nil pointer types in Get() method (#397)
  • 99a91c6 Fix Get() panic on nil pointers. Fixes #396.
  • fbccb44 Upgrade go-huml (v0.2.0 spec).
  • 9c90b76 fix: pass event to callback instead of nil when file changes detected (#384)
  • 45d1dc2 Refactor all instances of interface{} to any (#385)
  • 7e04a35 Bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /providers/nats (#390)
  • 733704a Bump golang.org/x/crypto from 0.40.0 to 0.45.0 in /providers/kiln (#391)
  • 8818413 fix panic in dotenv parser when callback function is not provided (#387)
  • e38d5b4 providers/cliflagv3: Set the flags if they have a default value (#382)
  • 20c4cba fix: bump mapstructure version (#381)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

... (truncated)

Commits

Updates golang.org/x/term from 0.35.0 to 0.39.0

Commits
  • a7e5b04 go.mod: update golang.org/x dependencies
  • 943f25d x/term: handle transpose
  • 9b991dd x/term: handle delete key
  • 3863673 go.mod: update golang.org/x dependencies
  • 1231d54 go.mod: update golang.org/x dependencies
  • 3475bc8 term: fix some comments
  • 3a0828a go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates github.com/caddyserver/certmagic from 0.23.0 to 0.25.1

Release notes

Sourced from github.com/caddyserver/certmagic's releases.

v0.25.0

Adds support for disabling distributed solving, but still allows distributed solving of the http-01 challenge as long as the right ACME account is used.

What's Changed

New Contributors

Full Changelog: caddyserver/certmagic@v0.24.0...v0.25.0

v0.24.0

What's Changed

New Contributors

Full Changelog: caddyserver/certmagic@v0.23.0...v0.24.0

Commits
  • d2a7286 Upgrade dependencies, esp. zerossl
  • 20b57b0 Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#358)
  • 80e9a59 Explicitly allow small RSA key sizes for testing
  • d66689d Add TryLock for use with optional tasks like ARI updates to reduce lock conte...
  • aba1313 Fix edge case panic in case of repeated account recreation failure (fix #354)
  • 14972fd Don't log about OCSP when disabled (Fixes #353)
  • 5a448ab Ability to disable distributed solvers
  • 7084df0 Precise lock lease renewal for storages that support it (#347)
  • 621b7e9 Move cfg nil check from RenewManagedCertificates to getConfig (#348)
  • 17fb245 readme: Update draft-ari link to RFC 9773
  • Additional commits viewable in compare view

Updates github.com/samber/slog-http from 1.7.0 to 1.10.0

Release notes

Sourced from github.com/samber/slog-http's releases.

v1.10.0

What's Changed

New Contributors

Full Changelog: samber/slog-http@v1.9.0...v1.10.0

v1.9.0

feat: add variadic parameters to AddCustomAttributes and AddContextAttributes

v1.8.2

fix: fix out of bounds slice

v1.8.1

What's Changed

Full Changelog: samber/slog-http@v1.8.0...v1.8.1

v1.8.0

What's Changed

New Contributors

Full Changelog: samber/slog-http@v1.7.0...v1.8.0

Commits

Updates go.uber.org/zap from 1.27.0 to 1.27.1

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.1

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.1 (19 Nov 2025)

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

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 smallweb-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cli/go-gh/v2](https://github.com/cli/go-gh) | `2.12.1` | `2.13.0` |
| [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) | `1.2.0` | `1.2.1` |
| [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) | `2.2.2` | `2.3.2` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.2` |
| [golang.org/x/term](https://github.com/golang/term) | `0.35.0` | `0.39.0` |
| [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | `0.23.0` | `0.25.1` |
| [github.com/samber/slog-http](https://github.com/samber/slog-http) | `1.7.0` | `1.10.0` |



Updates `github.com/cli/go-gh/v2` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/cli/go-gh/releases)
- [Commits](cli/go-gh@v2.12.1...v2.13.0)

Updates `github.com/knadh/koanf/providers/file` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v1.2.0...v1.2.1)

Updates `github.com/knadh/koanf/v2` from 2.2.2 to 2.3.2
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v2.2.2...v2.3.2)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.2)

Updates `golang.org/x/term` from 0.35.0 to 0.39.0
- [Commits](golang/term@v0.35.0...v0.39.0)

Updates `github.com/caddyserver/certmagic` from 0.23.0 to 0.25.1
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.23.0...v0.25.1)

Updates `github.com/samber/slog-http` from 1.7.0 to 1.10.0
- [Release notes](https://github.com/samber/slog-http/releases)
- [Commits](samber/slog-http@v1.7.0...v1.10.0)

Updates `go.uber.org/zap` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: github.com/cli/go-gh/v2
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: github.com/knadh/koanf/providers/file
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smallweb-deps
- dependency-name: github.com/knadh/koanf/v2
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: github.com/caddyserver/certmagic
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: github.com/samber/slog-http
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: smallweb-deps
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smallweb-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 Jan 27, 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