Skip to content

build(deps): bump the go-deps group across 1 directory with 7 updates#4386

Merged
mastercactapus merged 4 commits into
masterfrom
dependabot/go_modules/go-deps-83854a0052
Jul 16, 2025
Merged

build(deps): bump the go-deps group across 1 directory with 7 updates#4386
mastercactapus merged 4 commits into
masterfrom
dependabot/go_modules/go-deps-83854a0052

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2025

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 4 updates in the / directory: github.com/99designs/gqlgen, github.com/emersion/go-smtp, github.com/slack-go/slack and golang.org/x/crypto.

Updates github.com/99designs/gqlgen from 0.17.75 to 0.17.76

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.76

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.75...v0.17.76

Commits
  • a1b9849 release v0.17.76
  • 47c3de5 chore(deps): bump the go_modules group across 3 directories with 1 update (#3...
  • c2ce357 Update github.com/vektah/gqlparser/v2 to v2.5.30 (#3751)
  • 01d4e04 Attempt to preserve types (#3749)
  • af75691 fix use_function_syntax_for_execution_context with @goEnum/@​goModel (#3748)
  • 74ff0f8 Fix/explicit requires with mutli entity resolver (#3744)
  • be74a5b Improve gqlgen performance by bulking name only package loads (#3743)
  • a31de27 chore(deps): bump github.com/go-viper/mapstructure/v2 (#3746)
  • e95f3b4 chore(deps-dev): bump vitest from 3.2.3 to 3.2.4 in /integration (#3745)
  • 14c8366 chore(deps): bump github.com/go-viper/mapstructure/v2 in /_examples (#3747)
  • Additional commits viewable in compare view

Updates github.com/emersion/go-smtp from 0.22.0 to 0.23.0

Commits

Updates github.com/slack-go/slack from 0.17.1 to 0.17.3

Release notes

Sourced from github.com/slack-go/slack's releases.

v0.17.3

What's New

Fixes

  • Parse simple string based errors as part of the response by @​nlopes in slack-go/slack#1452 In the previous version we introduced the ability to parse specific errors (more complex ones) but Slack can still send us a string. string is now the fallback type.

Other

Full Changelog: slack-go/slack@v0.17.2...v0.17.3

v0.17.2

Features added

New Contributors

Full Changelog: slack-go/slack@v0.17.1...v0.17.2

Commits
  • e29b7e3 fix: parse simple string based errors as part of the response (#1452)
  • 13c4aec feat(users): add IsEmailConfirmed to User (#1458)
  • 4a2676d feat(users): add IsEmailConfirmed to User
  • 6efef11 feat: bring consistency to examples (#1456)
  • 36472df chore: add generated README to examples/
  • bc1f95f chore: more linting
  • dc611a3 fix(examples): quit if unable to send message
  • dccc5d8 chore: remove a bunch of global vars
  • 369013a chore: better code
  • f89cda5 chore: fix lint in team example
  • Additional commits viewable in compare view

Updates github.com/vektah/gqlparser/v2 from 2.5.28 to 2.5.30

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.30

What's Changed

Full Changelog: vektah/gqlparser@v2.5.29...v2.5.30

v2.5.29

What's Changed

Full Changelog: vektah/gqlparser@v2.5.28...v2.5.29

Commits
  • f638740 Ensure Validation order is deterministic (#383)
  • 46a464d BREAKING: Fix AddRule and ReplaceRule methods behavior and add documentat...
  • 22fa045 Refactoring: not to use global rule sets (part 2) (#380)
  • 8fe841e Refactoring: not to use global rule sets (part 1) (#379)
  • 9e14766 Bump brace-expansion from 1.1.11 to 1.1.12 in /validator/imported (#378)
  • a954d8d Bump prettier in /validator/imported in the actions-deps group (#377)
  • See full diff in compare view

Updates golang.org/x/crypto from 0.39.0 to 0.40.0

Commits
  • 459a9db go.mod: update golang.org/x dependencies
  • 74e709a ssh: add AlgorithmNegotiationError
  • b3790b8 acme: fix TLSALPN01ChallengeCert for IP address identifiers
  • 1dc4269 acme: add Pebble integration testing
  • 97bf787 blake2b: implement hash.XOF
  • 952517d x509roots/fallback: update bundle
  • c6fce02 ssh: refuse to parse certificates that use a certificate as signing key
  • 0ae49b8 ssh: reject certificate keys used as signature keys for SSH certs
  • See full diff in compare view

Updates golang.org/x/sys from 0.33.0 to 0.34.0

Commits
  • 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux
  • 0c740cc unix: update Go to 1.24.3
  • d62d31c unix: update Linux constants and types to v6.14
  • See full diff in compare view

Updates golang.org/x/term from 0.32.0 to 0.33.0

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 go-deps group with 4 updates in the / directory: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/emersion/go-smtp](https://github.com/emersion/go-smtp), [github.com/slack-go/slack](https://github.com/slack-go/slack) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/99designs/gqlgen` from 0.17.75 to 0.17.76
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.75...v0.17.76)

Updates `github.com/emersion/go-smtp` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/emersion/go-smtp/releases)
- [Commits](emersion/go-smtp@v0.22.0...v0.23.0)

Updates `github.com/slack-go/slack` from 0.17.1 to 0.17.3
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/history.go)
- [Commits](slack-go/slack@v0.17.1...v0.17.3)

Updates `github.com/vektah/gqlparser/v2` from 2.5.28 to 2.5.30
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.28...v2.5.30)

Updates `golang.org/x/crypto` from 0.39.0 to 0.40.0
- [Commits](golang/crypto@v0.39.0...v0.40.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.34.0
- [Commits](golang/sys@v0.33.0...v0.34.0)

Updates `golang.org/x/term` from 0.32.0 to 0.33.0
- [Commits](golang/term@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/emersion/go-smtp
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/slack-go/slack
  dependency-version: 0.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-version: 2.5.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/term
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-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 Jul 12, 2025
github-actions[bot]
github-actions Bot previously approved these changes Jul 12, 2025
github-actions[bot]
github-actions Bot previously approved these changes Jul 16, 2025
@mastercactapus
mastercactapus merged commit 6ddebc9 into master Jul 16, 2025
8 checks passed
@mastercactapus
mastercactapus deleted the dependabot/go_modules/go-deps-83854a0052 branch July 16, 2025 21:00
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 size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant