Skip to content

build(deps): bump the go-deps group with 4 updates#4519

Closed
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/go_modules/go-deps-a1626ab4c4
Closed

build(deps): bump the go-deps group with 4 updates#4519
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/go_modules/go-deps-a1626ab4c4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 4 updates: github.com/99designs/gqlgen, github.com/pelletier/go-toml/v2, github.com/slack-go/slack and github.com/vektah/gqlparser/v2.

Updates github.com/99designs/gqlgen from 0.17.91 to 0.17.93

Release notes

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

v0.17.93

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.92...v0.17.93

v0.17.92

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.91...v0.17.92

Commits
  • af02e56 release v0.17.93
  • 2c414f6 Regenerate
  • d3295dc Fix up _examples go.mod
  • 0443fb6 chore(deps): bump github.com/urfave/cli/v3 from 3.9.0 to 3.10.0 (#4233)
  • 43fcc25 fix(codegen): scope global batch resolver to eligible resolver fields (#4239)
  • 621d3c6 Fix flakytest (#4238)
  • fc9ba19 global subscription context config option (#4237)
  • 384856c Add explicit RULES.md, RULES_CITATIONS.md, and update CONTRIBUTING.md (#4236)
  • eb02ae9 chore(deps): bump mikepenz/action-junit-report from 6.4.1 to 6.4.2 (#4232)
  • 191dae8 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#4231)
  • Additional commits viewable in compare view

Updates github.com/pelletier/go-toml/v2 from 2.4.0 to 2.4.2

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.4.2

What's Changed

Fixed bugs

Full Changelog: pelletier/go-toml@v2.4.1...v2.4.2

v2.4.1

What's Changed

Fixed bugs

Full Changelog: pelletier/go-toml@v2.4.0...v2.4.1

Commits
  • 25fc130 Flatten embedded structs whose toml tag only sets options (#1079)
  • 2586526 build(deps): bump actions/checkout from 6 to 7 (#1074)
  • 4ef6436 Fix multiline string, array indentation, and omitempty behavior
  • e3b2270 build(deps): bump docker/setup-buildx-action from 3 to 4 (#1073)
  • abaa568 ci: fix release Docker attestations + enable manual tag re-release (#1071)
  • See full diff in compare view

Updates github.com/slack-go/slack from 0.26.0 to 0.27.0

Release notes

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

v0.27.0

Added

  • Support for data_visualization block through DataVisualizationBlock.
  • Teamnow preservesenterprise_idandenterprise_namewhen Slack includes Enterprise org details in interaction payloadteam` objects.

Full Changelog: slack-go/slack@v0.26.0...v0.27.0

Changelog

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

[0.27.0]

Added

  • Block Kit: Add support for data_visualization block through DataVisualizationBlock.
  • Interaction payloads: Team now preserves enterprise_id and enterprise_name when Slack includes Enterprise org details in interaction payload team objects.
Commits
  • 7609cd3 Bump slack-go/slack to 0.27.0
  • 46d27c4 feat: add enterprise fields to interaction team payloads
  • c1c5406 feat: add data_visualization block kit support (#1568)
  • b08c432 chore(deps): bump actions/checkout from 6 to 7 (#1567)
  • 6fd5178 chore: bump golangci-lint to 2.12.2
  • See full diff in compare view

Updates github.com/vektah/gqlparser/v2 from 2.5.34 to 2.5.35

Release notes

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

v2.5.35

What's Changed

Full Changelog: vektah/gqlparser@v2.5.34...v2.5.35

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 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: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml), [github.com/slack-go/slack](https://github.com/slack-go/slack) and [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser).


Updates `github.com/99designs/gqlgen` from 0.17.91 to 0.17.93
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.91...v0.17.93)

Updates `github.com/pelletier/go-toml/v2` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.4.0...v2.4.2)

Updates `github.com/slack-go/slack` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](slack-go/slack@v0.26.0...v0.27.0)

Updates `github.com/vektah/gqlparser/v2` from 2.5.34 to 2.5.35
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.34...v2.5.35)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.93
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/slack-go/slack
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-version: 2.5.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jun 27, 2026
github-actions[bot]
github-actions Bot previously approved these changes Jun 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 4, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-deps-a1626ab4c4 branch July 4, 2026 18:33
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.

0 participants