Bump the all group across 1 directory with 4 updates#224
Merged
2 commits merged intoMar 10, 2026
Merged
Conversation
Bumps the all group with 4 updates in the / directory: [github.com/mattermost/mattermost/server/public](https://github.com/mattermost/mattermost), [go.uber.org/mock](https://github.com/uber/mock), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `github.com/mattermost/mattermost/server/public` from 0.1.21 to 0.2.0 - [Release notes](https://github.com/mattermost/mattermost/releases) - [Changelog](https://github.com/mattermost/mattermost/blob/master/CHANGELOG.md) - [Commits](mattermost/mattermost@server/public/v0.1.21...server/public/v0.2.0) Updates `go.uber.org/mock` from 0.4.0 to 0.6.0 - [Release notes](https://github.com/uber/mock/releases) - [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md) - [Commits](uber-go/mock@v0.4.0...v0.6.0) Updates `golang.org/x/net` from 0.48.0 to 0.51.0 - [Commits](golang/net@v0.48.0...v0.51.0) Updates `golang.org/x/oauth2` from 0.34.0 to 0.35.0 - [Commits](golang/oauth2@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost/server/public dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: go.uber.org/mock dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/net dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/oauth2 dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@nevyangelova it seems this needs some changes after the updates as the linter is failing, can you take a look? |
marianunez
requested changes
Mar 4, 2026
Member
marianunez
left a comment
There was a problem hiding this comment.
Requesting changes while the failures are address to remove from my review queue
|
@marianunez Fixed the GOTOOLCHAIN=go1.24.6 override was forcing tools to compile with Go 1.24 which is incompatible with the go 1.25.0 directive in go.mod. |
ghost
approved these changes
Mar 6, 2026
marianunez
approved these changes
Mar 6, 2026
This pull request was closed.
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 all group with 4 updates in the / directory: github.com/mattermost/mattermost/server/public, go.uber.org/mock, golang.org/x/net and golang.org/x/oauth2.
Updates
github.com/mattermost/mattermost/server/publicfrom 0.1.21 to 0.2.0Commits
1be8a68feat: pluginapi: filewillbedownloaded / sendtoastmessage (#34596)37a9a30Mm 66813 sso callback metadata (#34955)a8dc8ba[MM-67235] Add support for autotranslations on GM and DM (#35255)8738f8cMM-67099 - Membership Sync fix (#35230)d5eeebaTranslations update from Mattermost Weblate (#35315)436f96fserver: ignore tmp mattermost/shared in file (#35316)65d42edfix guest user import when guest user doesn't have any memberships (#30975)d87527b[MM-67488] Set autotranslation feature flag default to true (#35288)c6d0061Force membership sync on reconnect (#35299)944c345Fix /share-channel slash command failing on non-leader HA nodes (#35292)Updates
go.uber.org/mockfrom 0.4.0 to 0.6.0Release notes
Sourced from go.uber.org/mock's releases.
... (truncated)
Changelog
Sourced from go.uber.org/mock's changelog.
... (truncated)
Commits
2d1c581Prepare release v0.6.0 (#278)c654195Update CI to run 1.24/1.25 (#277)5900c74update golang.org/x/tools to v0.36.0 (#276)6a0445cfeat(bazel): mock_names flag support in archive mode (#262)aa11bfcfeat(bazel): support archive mode (#259)359202cSupport for archive mode (#258)871d86bBack to development (#251)0b8095fPrepare release v0.5.2 (#250)8ce01acBump go.mod to 1.23 and remove alias replacements (#248)6568d88Back to development. (#242)Updates
golang.org/x/netfrom 0.48.0 to 0.51.0Commits
60b3f6finternal/http3: prevent Server handler from writing longer body than declaredb0ca456internal/http3: fix Write in Server Handler returning the wrong value1558ba7publicsuffix: update to 2026-02-064e1c745internal/http3: make Server response include headers that can be inferred19f580fhttp2: fix nil panic in typeFrameParser for unassigned frame types818aad7internal/http3: add server to client trailer header supportc1bbe1ainternal/http3: add client to server trailer header support29181b8all: remove go1.25 and older build constraints8109305all: upgrade go directive to at least 1.25.0 [generated]0b37bdfquic: don't run TestStreamsCreateConcurrency in synctest bubbleUpdates
golang.org/x/oauth2from 0.34.0 to 0.35.0Commits
89ff2e1google: add safer credentials JSON loading options.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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