Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the everything-else group with 3 updates in the / directory: github.com/99designs/gqlgen, github.com/go-chi/chi/v5 and github.com/olahol/melody.

Updates github.com/99designs/gqlgen from 0.17.56 to 0.17.80

Release notes

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

v0.17.80

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.79...v0.17.80

v0.17.79

What's Changed

... (truncated)

Commits
  • e7100c2 release v0.17.80
  • 3f9488d Test propagating context to resolvers from directive (#3842)
  • d9a190e Fix context not being captured for field directives (#3843)
  • 522517d v0.17.79 postrelease bump
  • d83cd09 release v0.17.79
  • 14c0625 Alternative coverage package include/exclude (#3839)
  • 6dd4af7 chore(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 (#3836)
  • b6ab3ea chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (#3835)
  • f69dd3d chore(deps-dev): bump @​apollo/client from 4.0.4 to 4.0.5 in /integration (#3837)
  • 74c0dc9 I somehow broke coverage (#3838)
  • Additional commits viewable in compare view

Updates github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.2.3

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.2...v5.2.3

v5.2.2

What's Changed

Security fix

  • Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
    • a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
    • reported by Anuraag Baishya, @​anuraagbaishya. Thank you!

New Contributors

Full Changelog: go-chi/chi@v5.2.1...v5.2.2

Commits
  • 9b9fb55 Replace methodTypString func with reverseMethodMap (#1018)
  • 0265fcd refactor: iterative wildcard collapsing and add test for consecutive wildcard...
  • cf537d4 Optimize throttle middleware by avoiding unnecessary timer creation (#1011)
  • 9040e95 fix/608 - Fix flaky Throttle middleware test by synchronizing token usage (#1...
  • d12cc49 feat(mux): support http.Request.Pattern in Go 1.23 (#986)
  • 1c2d011 Avoid potential nil dereference (#1008)
  • 7859137 Allow multiple whitespace between method & pattern (#1013)
  • 80d8da2 Add pathvalue example to README and implement PathValue handler. (#985)
  • 23c395f Correct documentation (#992)
  • 5516d14 docs: change install code to code block (#1001)
  • Additional commits viewable in compare view

Updates github.com/olahol/melody from 1.2.1 to 1.3.0

Changelog

Sourced from github.com/olahol/melody's changelog.

2025-06-08 (v1.3.0)

2022-09-12 (v1.1.0)

  • Create Go module.
  • Update examples.
  • Fix concurrent panic (PR-65).
  • Add Sessions to get all sessions (PR-53).
  • Add LocalAddr and RemoteAddr (PR-55).

2017-05-18

  • Fix HandleSentMessageBinary.

2017-04-11

  • Allow any origin by default.
  • Add BroadcastMultiple.

2017-04-09

  • Add control message support.
  • Add IsClosed to Session.

2017-02-10

  • Return errors for some exposed methods.
  • Add HandleRequestWithKeys.
  • Add HandleSentMessage and HandleSentMessageBinary.

2017-01-20

  • Add Len() to fetch number of connected sessions.

2016-12-09

  • Add metadata management for sessions.

2016-05-09

  • Add method HandlePong to melody instance.

2015-10-07

  • Add broadcast methods for binary messages.

2015-09-03

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates github.com/vektah/gqlparser/v2 from 2.5.19 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

v2.5.28

What's Changed

New Contributors

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

v2.5.27

What's Changed

Full Changelog: vektah/gqlparser@v2.5.26...v2.5.27

v2.5.26

What's Changed

Full Changelog: vektah/gqlparser@v2.5.25...v2.5.26

v2.5.25

What's Changed

New Contributors

... (truncated)

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)
  • 895262c Fix formatter when schema uses a mix of custom and default root operation typ...
  • eadea45 fix: ErrorPosf() handle nil Position input (#376)
  • f7a3835 Bump @​babel/core in /validator/imported in the actions-deps group (#373)
  • 7defefa Bump the actions-deps group in /validator/imported with 2 updates (#372)
  • Additional commits viewable in compare view

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

… updates

Bumps the everything-else group with 3 updates in the / directory: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [github.com/olahol/melody](https://github.com/olahol/melody).


Updates `github.com/99designs/gqlgen` from 0.17.56 to 0.17.80
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.56...v0.17.80)

Updates `github.com/go-chi/chi/v5` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.2.1...v5.2.3)

Updates `github.com/olahol/melody` from 1.2.1 to 1.3.0
- [Changelog](https://github.com/olahol/melody/blob/master/CHANGELOG.md)
- [Commits](olahol/melody@v1.2.1...v1.3.0)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

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

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.80
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: github.com/olahol/melody
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-version: 2.5.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-everything-else-143ab4de8c branch from 1ca1108 to fbb3551 Compare October 8, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant