build(deps): bump the minor-and-patch group across 1 directory with 22 updates#471
build(deps): bump the minor-and-patch group across 1 directory with 22 updates#471dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
a1ea15f to
c92300e
Compare
…2 updates Bumps the minor-and-patch group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.76` | `0.17.86` | | [github.com/alitto/pond/v2](https://github.com/alitto/pond) | `2.5.0` | `2.6.0` | | [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) | `4.6.1` | `4.7.0` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.7` | `1.55.8` | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` | | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.34.1` | `0.42.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.27.0` | `10.30.1` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.3` | `5.3.1` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.6` | `5.8.0` | | [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.11.0` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.28` | `1.14.33` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` | | [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) | `1.8.0` | `1.8.1` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.2` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.37.0` | `0.40.0` | | [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) | `1.10.1` | `1.11.0` | | [github.com/vikstrous/dataloadgen](https://github.com/vikstrous/dataloadgen) | `0.0.9` | `0.0.10` | Updates `github.com/99designs/gqlgen` from 0.17.76 to 0.17.86 - [Release notes](https://github.com/99designs/gqlgen/releases) - [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) - [Commits](99designs/gqlgen@v0.17.76...v0.17.86) Updates `github.com/alitto/pond/v2` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/alitto/pond/releases) - [Commits](alitto/pond@v2.5.0...v2.6.0) Updates `github.com/avast/retry-go/v4` from 4.6.1 to 4.7.0 - [Release notes](https://github.com/avast/retry-go/releases) - [Commits](avast/retry-go@4.6.1...4.7.0) Updates `github.com/aws/aws-sdk-go` from 1.55.7 to 1.55.8 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](aws/aws-sdk-go@v1.55.7...v1.55.8) Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0 - [Commits](docker/go-connections@v0.5.0...v0.6.0) Updates `github.com/getsentry/sentry-go` from 0.34.1 to 0.42.0 - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-go@v0.34.1...v0.42.0) Updates `github.com/go-playground/validator/v10` from 10.27.0 to 10.30.1 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.27.0...v10.30.1) Updates `github.com/golang-jwt/jwt/v5` from 5.2.3 to 5.3.1 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Commits](golang-jwt/jwt@v5.2.3...v5.3.1) Updates `github.com/jackc/pgx/v5` from 5.7.6 to 5.8.0 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.6...v5.8.0) Updates `github.com/lib/pq` from 1.10.9 to 1.11.0 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.10.9...v1.11.0) Updates `github.com/mattn/go-sqlite3` from 1.14.28 to 1.14.33 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.28...v1.14.33) Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.22.0...v1.23.2) Updates `github.com/rubenv/sql-migrate` from 1.8.0 to 1.8.1 - [Commits](rubenv/sql-migrate@v1.8.0...v1.8.1) Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.3...v1.9.4) 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 `github.com/spf13/viper` from 1.20.1 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) Updates `github.com/testcontainers/testcontainers-go` from 0.37.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.37.0...v0.40.0) Updates `github.com/tetratelabs/wazero` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](wazero/wazero@v1.10.1...v1.11.0) Updates `github.com/vektah/gqlparser/v2` from 2.5.30 to 2.5.31 - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](vektah/gqlparser@v2.5.30...v2.5.31) Updates `github.com/vikstrous/dataloadgen` from 0.0.9 to 0.0.10 - [Commits](vikstrous/dataloadgen@v0.0.9...v0.0.10) Updates `golang.org/x/term` from 0.33.0 to 0.38.0 - [Commits](golang/term@v0.33.0...v0.38.0) Updates `golang.org/x/text` from 0.27.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.27.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/99designs/gqlgen dependency-version: 0.17.86 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/alitto/pond/v2 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/avast/retry-go/v4 dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/aws/aws-sdk-go dependency-version: 1.55.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/docker/go-connections dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/getsentry/sentry-go dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/lib/pq dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/rubenv/sql-migrate dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/tetratelabs/wazero dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/vektah/gqlparser/v2 dependency-version: 2.5.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/vikstrous/dataloadgen dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: golang.org/x/term dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
c92300e to
6d7d874
Compare
Bumps the minor-and-patch group with 19 updates in the / directory:
0.17.760.17.862.5.02.6.04.6.14.7.01.55.71.55.80.5.00.6.00.34.10.42.010.27.010.30.15.2.35.3.15.7.65.8.01.10.91.11.01.14.281.14.331.22.01.23.21.8.01.8.11.9.31.9.41.9.11.10.21.20.11.21.00.37.00.40.01.10.11.11.00.0.90.0.10Updates
github.com/99designs/gqlgenfrom 0.17.76 to 0.17.86Release notes
Sourced from github.com/99designs/gqlgen's releases.
... (truncated)
Commits
4079e8drelease v0.17.86552d7e6Update dependencies (#3989)a2db525nolint comments for existing prealloc failures for now (#3988)6676c05Support directives in comments (#3984)8043c56Reformat after merge to fix lint (#3987)61591afAdd gqlgen.yml schema configuration file (#3985)319534bchore(deps): bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 (#3982)af6d735Autobind Getter and Haser for Protobuf RPC (#3980)da0c5c1chore(deps): bump dawidd6/action-download-artifact from 11 to 12 (#3979)8e4f125Caching for packages loaded by a relative path (#3978)Updates
github.com/alitto/pond/v2from 2.5.0 to 2.6.0Release notes
Sourced from github.com/alitto/pond/v2's releases.
Commits
505910bfeat(optional-panic-recovery): Add option to disable panic recoverye8bb01efeat(disable-queue): Allow disabling task queue by setting it to 04503e79Merge pull request #131 from alitto/dependabot/github_actions/actions/checkout-6d53df42chore(deps): bump actions/checkout from 5 to 6de8edd9Merge pull request #126 from alitto/dependabot/github_actions/actions/checkout-552572dbchore(deps): bump actions/checkout from 4 to 5Updates
github.com/avast/retry-go/v4from 4.6.1 to 4.7.0Release notes
Sourced from github.com/avast/retry-go/v4's releases.
Commits
375037bbump version306fceeMerge pull request #142 from avast/go_1_25_test_environment0bdef9cci(workflow): add Go version 1.25 to test matrix for expanded compatibility t...66013daMerge pull request #130 from StounhandJ/back_off_delay9e5d0d6Merge pull request #129 from StounhandJ/master5068e50Merge pull request #128 from amirrezafahimi/master22920c3Merge pull request #136 from avast/dependabot/go_modules/github.com/stretchr/...459fadeBump github.com/stretchr/testify from 1.10.0 to 1.11.16c62c20BackOffDelay multiplies attempts from zeroe330bceno delay after final retry on max attemptsUpdates
github.com/aws/aws-sdk-gofrom 1.55.7 to 1.55.8Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Commits
070853erelease v1.55.8 (2025-07-31)bb0168eAdd deprecation warnings everywhere and remove some README content7ce44f3aws6d9a26dremove doc issue tmpl239002fdeprecate service packages and HLLs70c4177deprecate main runtime packagesbbdd4e9deprecateUpdates
github.com/docker/go-connectionsfrom 0.5.0 to 0.6.0Commits
42faf79Merge pull request #138 from thaJeztah/sockets_move_unix_options9ffab7esockets: make NewUnixSocket, WithChown, WithChmod unix-only6bb1d15Merge pull request #135 from thaJeztah/rename_test_filesb6c843dsockets: rename files to be considered test files80898b6Merge pull request #133 from thaJeztah/deprecate_socket_dialpipea4399e5socket: deprecate DialPipeb071e04Merge pull request #128 from thaJeztah/remove_old_cyphers578bfdeMerge pull request #132 from thaJeztah/optimize_ParsePortSpecdeccd71tlsconfig: align client and server defaults, remove weak CBC ciphers30b91c8nat: ParsePortSpec: combine some conditionsUpdates
github.com/getsentry/sentry-gofrom 0.34.1 to 0.42.0Release notes
Sourced from github.com/getsentry/sentry-go's releases.
... (truncated)
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
... (truncated)
Commits
2100422release: 0.42.0ba17897refactor!: update Telemetry Processor logic (#1180)5d2aa89feat: Add metrics support (#1151)e090e4aci(release): Fix changelog-preview permissions (#1181)9d2368eci: update release and changelog-preview workflows (#1177)c551ab5ci(release): Switch from action-prepare-release to Craft (#1167)21b1d0fchore(repo): Add Claude Code settings with basic permissions (#1175)e84ccccchore: ignore local Claude settings (#1176)b9f4109chore: bump echo to 4.10.1 (#1174)9c96788Merge branch 'release/0.41.0'Updates
github.com/go-playground/validator/v10from 10.27.0 to 10.30.1Release notes
Sourced from github.com/go-playground/validator/v10's releases.
... (truncated)
Commits
5010f83Fix 1513 update ISO 3166-2 codes (#1514)e8627a1fix: Revert min limit of e164 regex (#1516)65b1bccFeat: uds_exists validator (#1482)e9b900cfix: resolve panic when using cross-field validators with ValidateMap (#1508)7aba81cfix: resolve panic when using aliases with OR operator (#1507)4d600befix: add missing translations for alpha validators (#1510)b0e4ba2docs: document omitzero (#1509)79fba72Bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 (#1505)c3c9084Bump golang.org/x/crypto from 0.45.0 to 0.46.0 (#1504)afce000excluded_unlessbug fix (#1307)Updates
github.com/golang-jwt/jwt/v5from 5.2.3 to 5.3.1Release notes
Sourced from github.com/golang-jwt/jwt/v5's releases.
Commits
7ceae61Add release.yml for changelog configurationdce8e4dSet token.Signature inParseUnverified(#414)8889e20Save signature to Token struct after successful signing (#417)d237f82ci: update github-actions schedule interval to monthlyd8dce95Bump crate-ci/typos from 1.41.0 to 1.42.1 (#492)e931803Bump crate-ci/typos from 1.40.0 to 1.41.0 (#490)e6a0afaBump actions/checkout from 5 to 6 (#487)9f85c9eBump crate-ci/typos from 1.39.0 to 1.40.0 (#488)60a8669Bump actions/setup-go from 5 to 6 (#469)76f5828Remove misleading ParserOptions documentation (#484)Updates
github.com/jackc/pgx/v5from 5.7.6 to 5.8.0Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
fe8740aRelease v5.8.0e5dde5aSkip test on CockroachDB06f2d82Remove trailing space2cf78ddMerge pull request #2448 from DengChan/column_type_lenth_varbit2d1c4efSkip tests on CockroachDB1a5fa7fArray and Composite codecs handle typed nils5736d09ColumnTypeLength method return the type length for varbit type.4c1308cRevert "stdlib matches native pgx scanning support"14ce2b7Skip test on CockroachDB65b2724Merge pull request #2443 from jameshartig/x-invalidate-cache-in-execUpdates
github.com/lib/pqfrom 1.10.9 to 1.11.0Release notes
Sourced from github.com/lib/pq's releases.
... (truncated)
Changelog
Sourced from github.com/lib/pq's changelog.