-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the backend-go-compatible group in /backend with 6 updates - #59
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the backend-go-compatible group in /backend with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/alecthomas/kong](https://github.com/alecthomas/kong) | `1.13.0` | `1.16.1` | | [github.com/gammazero/workerpool](https://github.com/gammazero/workerpool) | `1.1.3` | `1.2.1` | | [github.com/goforj/env](https://github.com/goforj/env) | `1.0.0` | `1.1.0` | | [github.com/labstack/echo/v4](https://github.com/labstack/echo) | `4.15.3` | `4.15.4` | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.34.0` | `1.35.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` | Updates `github.com/alecthomas/kong` from 1.13.0 to 1.16.1 - [Commits](alecthomas/kong@v1.13.0...v1.16.1) Updates `github.com/gammazero/workerpool` from 1.1.3 to 1.2.1 - [Release notes](https://github.com/gammazero/workerpool/releases) - [Commits](gammazero/workerpool@v1.1.3...v1.2.1) Updates `github.com/goforj/env` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/goforj/env/releases) - [Commits](goforj/env@v1.0.0...v1.1.0) Updates `github.com/labstack/echo/v4` from 4.15.3 to 4.15.4 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/v4.15.4/CHANGELOG.md) - [Commits](labstack/echo@v4.15.3...v4.15.4) Updates `github.com/rs/zerolog` from 1.34.0 to 1.35.1 - [Commits](rs/zerolog@v1.34.0...v1.35.1) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-go-compatible - dependency-name: github.com/gammazero/workerpool dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-go-compatible - dependency-name: github.com/goforj/env dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-go-compatible - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-go-compatible - dependency-name: github.com/rs/zerolog dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-go-compatible - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-go-compatible ... 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
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 backend-go-compatible group in /backend with 6 updates:
1.13.01.16.11.1.31.2.11.0.01.1.04.15.34.15.41.34.01.35.11.11.11.12.1Updates
github.com/alecthomas/kongfrom 1.13.0 to 1.16.1Commits
0678fd3Fix disabled DefaultEnvars help suffix (#638)33d3305Fix single-character alias leaking between sibling commands (#637)a5c9626Fix counter panic on a uint or float field with an explicit --flag=N (#626)b401ebfFix filecontent mapper panicking on a non-[]byte target (#625)8cbde34Fix panic when a float flag is resolved from an integer value (#621)649eaf2chore(deps): update all non-major dependencies (#622)ae4bfddfix: correct typos in resolver.go and README.md (#617)c2c0229Fix env var validation conflicts (#619)f95198echore(deps): update all non-major dependencies (#608)b03afc3treat single-character aliases as short flags (#605)Updates
github.com/gammazero/workerpoolfrom 1.1.3 to 1.2.1Release notes
Sourced from github.com/gammazero/workerpool's releases.
Commits
b10a976Idle timeout can be disabled (#91)231aa6bconfigurable idle timeout (#90)1e993e8pause writes directly to task queue (#89)6ed6262FunctionDoreturns error if called on stopped workerpool (#80)5485e37Update README with note on blocking worker poolsa1ed203update tests to usetesting/synctestto check for goroutine leaks (#88)59aba2dupdate go workflow (#83)8e9cf0fremove repetitive the (#72)82c9bbeUpdate deque to v1.0.0 (#79)Updates
github.com/goforj/envfrom 1.0.0 to 1.1.0Release notes
Sourced from github.com/goforj/env's releases.
Commits
713c4a8feat: env context loading (#2)a3bca38fix: loading order (#1)Updates
github.com/labstack/echo/v4from 4.15.3 to 4.15.4Release notes
Sourced from github.com/labstack/echo/v4's releases.
... (truncated)
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
Commits
ec79b58Merge pull request #3020 from aldas/v4_v4-15-4_changelog2714c07Changelog for v4.15.4 - security fix13f0ed1Merge pull request #3019 from aldas/v4_backport_3016d16a4ecbackport PR 3016 from v48f167b9Merge pull request #3018 from aldas/v4_remove_v5_dep9afa4baremove dependency on labstack/echo v5 introduced in go.mod and go.sum1e05f63Merge pull request #3017 from aldas/v4_ci_updates11a3cc4Update dependencies and add ignore for linting26bd016Update CI action versionsaa52f6aci: run workflows on the v4 branch, not just master (#3013)Updates
github.com/rs/zerologfrom 1.34.0 to 1.35.1Commits
116c806event: restore Err() logging when ErrorStackMarshaler returns nil (#763)1396655Bump CI Go matrix minimum from 1.21 to 1.234b65a2fBump actions/cache from 4 to 5 (#741)b835796Bump actions/setup-go from 5 to 6 (#742)134caf8Added sanitization of journald keys (#751)e133b6aAdded variadic StrsV, ObjectsV, and StringersV (#752)82017d8Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)2f5b8a9fix: UpdateContext skips Nop and zero-value loggers (#754)d64c9a7Add slog.Handler implementation for zerolog (#755)a0d61dcfix: return dict to Event pool (#749)Updates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.BuilderDependabot 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