Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

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

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

Release notes

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

v0.17.83

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.82...v0.17.83

v0.17.82

What's Changed

... (truncated)

Commits
  • 9be3db0 release v0.17.83
  • e40fc7f Set default config value properly when DefaultConfig isn't used (#3907)
  • b7ca805 chore(deps): bump github.com/urfave/cli/v3 from 3.5.0 to 3.6.0 (#3905)
  • 82a361b chore(deps): bump mikepenz/action-junit-report from 6.0.0 to 6.0.1 (#3902)
  • 3abbaa8 chore(deps-dev): bump vitest from 4.0.6 to 4.0.8 in /integration (#3904)
  • d4a8027 chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#3903)
  • 0846460 chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 in /_examples (#3901)
  • b6ab72b v0.17.82 postrelease bump
  • e10ac92 release v0.17.82
  • 220b29b [NEW] perf: Optimize CollectFields calculation for non-primitive array fields...
  • 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.4.0

Changelog

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

2025-10-28 (v1.4.0)

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

... (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.31

Release notes

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

v2.5.31

What's Changed

New Contributors

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

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

... (truncated)

Commits
  • 5b41269 fix(validator): allow nullable variables for nonnull args with default (#396)
  • fecb70c Add a nil check in ArgumentMap (#397)
  • 1bb503e Bump the actions-deps group in /validator/imported with 3 updates (#395)
  • a662801 Bump chai in /validator/imported in the actions-deps group (#394)
  • 343d05e Bump @​babel/core in /validator/imported in the actions-deps group (#392)
  • 953b989 Bump actions/setup-go from 5 to 6 in the actions-deps group (#393)
  • ac66872 Bump chai in /validator/imported in the actions-deps group (#390)
  • cc5d2dc Bump github.com/stretchr/testify in the actions-deps group (#391)
  • 52511f2 Bump actions/checkout from 4 to 5 in the actions-deps group (#387)
  • a13b5b8 Bump github.com/stretchr/testify in the actions-deps group (#389)
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.27.0 to 1.27.1

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.1

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.1 (19 Nov 2025)

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

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

… updates

Bumps the everything-else group with 4 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), [github.com/olahol/melody](https://github.com/olahol/melody) and [go.uber.org/zap](https://github.com/uber-go/zap).


Updates `github.com/99designs/gqlgen` from 0.17.56 to 0.17.83
- [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.83)

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.4.0
- [Changelog](https://github.com/olahol/melody/blob/master/CHANGELOG.md)
- [Commits](olahol/melody@v1.2.1...v1.4.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.31
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.19...v2.5.31)

Updates `go.uber.org/zap` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.83
  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.4.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.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
...

Signed-off-by: dependabot[bot] <support@github.com>
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