build(deps): bump the go-minor-and-patch group with 10 updates - #97
Merged
Merged
Conversation
Bumps the go-minor-and-patch group with 10 updates: | Package | From | To | | --- | --- | --- | | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.76` | `0.17.94` | | [github.com/arran4/golang-ical](https://github.com/arran4/golang-ical) | `0.3.2` | `0.3.5` | | [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set) | `2.8.0` | `2.9.0` | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.2.2` | `5.3.1` | | [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.34.0` | `1.35.1` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` | | [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | `2.5.30` | `2.5.36` | | [github.com/wneessen/go-mail](https://github.com/wneessen/go-mail) | `0.7.3` | `0.8.1` | | [github.com/xuri/excelize/v2](https://github.com/xuri/excelize) | `2.10.1` | `2.11.0` | Updates `github.com/99designs/gqlgen` from 0.17.76 to 0.17.94 - [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.94) Updates `github.com/arran4/golang-ical` from 0.3.2 to 0.3.5 - [Release notes](https://github.com/arran4/golang-ical/releases) - [Commits](arran4/golang-ical@v0.3.2...v0.3.5) Updates `github.com/deckarep/golang-set/v2` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/deckarep/golang-set/releases) - [Commits](deckarep/golang-set@v2.8.0...v2.9.0) Updates `github.com/go-chi/chi/v5` from 5.2.2 to 5.3.1 - [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.2...v5.3.1) Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.3 - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](gorilla/websocket@v1.5.0...v1.5.3) Updates `github.com/rs/zerolog` from 1.34.0 to 1.35.1 - [Commits](rs/zerolog@v1.34.0...v1.35.1) 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/vektah/gqlparser/v2` from 2.5.30 to 2.5.36 - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](vektah/gqlparser@v2.5.30...v2.5.36) Updates `github.com/wneessen/go-mail` from 0.7.3 to 0.8.1 - [Release notes](https://github.com/wneessen/go-mail/releases) - [Commits](wneessen/go-mail@v0.7.3...v0.8.1) Updates `github.com/xuri/excelize/v2` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/xuri/excelize/releases) - [Commits](qax-os/excelize@v2.10.1...v2.11.0) --- updated-dependencies: - dependency-name: github.com/99designs/gqlgen dependency-version: 0.17.94 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/arran4/golang-ical dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/deckarep/golang-set/v2 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/gorilla/websocket dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/rs/zerolog dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-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: go-minor-and-patch - dependency-name: github.com/vektah/gqlparser/v2 dependency-version: 2.5.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/wneessen/go-mail dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/xuri/excelize/v2 dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
obcode
added a commit
that referenced
this pull request
Aug 5, 2026
The dependency bump in #97 was breaking and left main red: 0.17.94 changed `graphql.DeferredGroup`, so the code generated by 0.17.76 no longer compiled, and it replaced the gorilla `Upgrader` on `transport.Websocket` with a pluggable `Implementation` backed by coder/websocket. Regenerated with 0.17.94 (`go generate ./...`) and reimplemented the origin check as a small Implementation wrapper. coder/websocket does check the origin itself, but only against the request host and without reporting which origin it turned away — so the check stays ours and the embedded implementation skips its own, rather than running a second one behind our back. gorilla/websocket is no longer a direct dependency. Behaviour verified against a running server: no Origin header connects, an allowed origin connects, a foreign origin is rejected and logged with the origin and the configured allow-list — same as before. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-minor-and-patch group with 10 updates:
0.17.760.17.940.3.20.3.52.8.02.9.05.2.25.3.11.5.01.5.31.34.01.35.11.20.11.21.02.5.302.5.360.7.30.8.12.10.12.11.0Updates
github.com/99designs/gqlgenfrom 0.17.76 to 0.17.94Release notes
Sourced from github.com/99designs/gqlgen's releases.
... (truncated)
Commits
690713brelease v0.17.949d3a96dUpdate to golang.org/x/text@v0.40.0 and golang.org/x/sync@v0.22.0 and golang....128f55cfix:@goEmbedInterfacegenerating double-pointer getters for nullable field...f8d8daaFix panic when resolver returns a nil pointer to a slice or any (#4256)f447438feat(federation): per-field computed@requiresvia@computedRequires(#4251)f5598e1Disable scalar leaf suggestions when requested (#4252)f88acdechore: drop dead vSlice predecl in codegen template (#4197)83b16d1Update github.com/vektah/gqlparser/v2@v2.5.36 (#4250)cf3cc80feat(federation): per-entity@requiresstrategies with preloaded batch delive...28ff888chore(deps): bump golang.org/x/tools from 0.46.0 to 0.47.0 (#4247)Updates
github.com/arran4/golang-icalfrom 0.3.2 to 0.3.5Release notes
Sourced from github.com/arran4/golang-ical's releases.
Commits
90ccd98Merge pull request #133 from solarkennedy/rrule_support4cbb73dAdded RRULE parsing and docsd999380Merge pull request #131 from gabe565/expose-base-property-serialize1dfdbabExposeBaseProperty.SerializeTo()3cef482Merge pull request #124 from edds/allow-properties-after-componentse117db9Fix tests for WithUnknownPropertyHandler migrationb55b780Update tests to use new unknown property handler8d5c561Use of fallback call back functions via a type switched varidict arg effectiv...e44e014Merge pull request #125 from arran4/refactor-setgeo-generics-6807043029383642851c14752eMerge branch 'master' into refactor-setgeo-generics-6807043029383642851Updates
github.com/deckarep/golang-set/v2from 2.8.0 to 2.9.0Release notes
Sourced from github.com/deckarep/golang-set/v2's releases.
Commits
006faa1Add update notes for version 2.9.0 (#174)8ec73b4事前割当数を修正 (#171)53cf14dfeat: add PopN method to remove multiple arbitrary items from set (#166)ded19efImplement BSON Marshaler support (#142)9480c3eDeadlock: if the callback on Each panics and the app has a recovery - issue 1...Updates
github.com/go-chi/chi/v5from 5.2.2 to 5.3.1Release notes
Sourced from github.com/go-chi/chi/v5's releases.
... (truncated)
Commits
8b258c7ci: pin GitHub Actions to full commit SHAs (#1116)caf87e6feat(mux): support http QUERY method ietf rfc10008 (#1132)7fcb8a2middleware: document printPrettyStack and harden NoColor panic test (#1131)878fe71Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)d7b767bfeat(middleware): add text/xml and application/xml to default compressible ty...3b50c7cTidy build directives (#1113)2b9fca2Honor Discard() in httpFancyWriter.ReadFrom (#1110)3b17157feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)818fdcffix: set Request.Pattern from RoutePattern() (#1097)f975af0Fix typo in Route doc comment (#1073)Updates
github.com/gorilla/websocketfrom 1.5.0 to 1.5.3Release notes
Sourced from github.com/gorilla/websocket's releases.
... (truncated)
Commits
ce903f6Reverts to v1.5.09ec25cafixes broken random value generation1bddf2ebumps go version & removes deprecated module usage750bf92adds GHA & Makefile configsb2c246bRevert " Update go version & add verification/testing tools (#840)"09a6babremoving error handling while closing connections58af150return errors instead of printing to logse5f1a0aexcludes errchecks linterb2a86a1Do not timeout when WriteControl deadline is zero695e909Remove hideTempErr to allow downstream users to check for errors like net.Err...Updates
github.com/rs/zerologfrom 1.34.0 to 1.35.1Commits
116c806event: restore Err() logging when ErrorStackMarshaler returns nil (#763)1396655Bump CI Go matrix minimum from 1.21 to 1.234b65a2fBump actions/cache from 4 to 5 (#741)b835796Bump actions/setup-go from 5 to 6 (#742)134caf8Added sanitization of journald keys (#751)e133b6aAdded variadic StrsV, ObjectsV, and StringersV (#752)82017d8Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)2f5b8a9fix: UpdateContext skips Nop and zero-value loggers (#754)d64c9a7Add slog.Handler implementation for zerolog (#755)a0d61dcfix: return dict to Event pool (#749)Updates
github.com/spf13/viperfrom 1.20.1 to 1.21.0Release notes
Sourced from github.com/spf13/viper's releases.
Commits
394040cci: build on go 1.25812f548chore: update dependenciesd5271efci: update stale workflowdff303bfeat: add a stale issue scheduled action1287976build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.1038932cdbuild(deps): bump github.com/go-viper/mapstructure/v2 in /remote6d014bebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1b74c7eebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0acd05e1fix: linting issuesae5a8e2ci: upgrade golangci-lintUpdates
github.com/vektah/gqlparser/v2from 2.5.30 to 2.5.36Release notes
Sourced from github.com/vektah/gqlparser/v2's releases.
... (truncated)
Commits
57521eabuild(deps): bump the actions-deps group (#444)8bcdbe9build(deps): bump golangci/golangci-lint-action (#445)8ad616flexer: format control-character codepoint in error messages as hex (#431)fa29902Improve duplicate union error message (#443)b1e2c81validator: reject duplicate union member types (#442)d93d3d1build(deps): bump the actions-deps group (#441)08c2280build(deps): bump actions/checkout from 6 to 7 in the actions-deps group (#440)e3a8d38Fix nullable nested list variable coercion (#439)7edd6f7build(deps-dev): bump prettier (#438)5112c6bbuild(deps): migrate yaml import to go.yaml.in/yaml/v3 (#437)Updates
github.com/wneessen/go-mailfrom 0.7.3 to 0.8.1Release notes
Sourced from github.com/wneessen/go-mail's releases.