fix(deps): update github.com/rocketchat/rocket.chat.go.sdk digest to 285ecf4 - autoclosed - #977
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
nikoksr
added a commit
that referenced
this pull request
Dec 11, 2025
Updated all dependencies to their latest versions to address multiple outstanding Renovate PRs and security updates. Major updates include: - AWS SDK v2: v1.36.1 → v1.41.0 (and related services) - Firebase Admin SDK: v4.15.1 → v4.18.0 - Google Cloud libraries and APIs - Discord: v0.28.1 → v0.29.0 - Slack: v0.16.0 → v0.17.3 - Matrix (mautrix): v0.23.0 → v0.26.0 - Various other service SDK updates Notable changes: - Upgraded Go toolchain to 1.24.0 - Resolved gRPC stats/opentelemetry module conflict - Kept textmagic at v2.0.23575 (latest v2.0.43822 has build errors) Closes: #957, #956, #959, #960, #964, #968, #969, #977 Note: Pre-existing webpush test failures remain (also fail on main).
nikoksr
added a commit
that referenced
this pull request
Dec 11, 2025
Updated all dependencies to their latest versions to address multiple outstanding Renovate PRs and security updates. Major updates include: - AWS SDK v2: v1.36.1 → v1.41.0 (and related services) - Firebase Admin SDK: v4.15.1 → v4.18.0 - Google Cloud libraries and APIs - Discord: v0.28.1 → v0.29.0 - Slack: v0.16.0 → v0.17.3 - Matrix (mautrix): v0.23.0 → v0.26.0 - Various other service SDK updates Notable changes: - Upgraded Go toolchain to 1.24.0 - Resolved gRPC stats/opentelemetry module conflict - Kept textmagic at v2.0.23575 (latest v2.0.43822 has build errors) Closes: #957, #956, #959, #960, #964, #968, #969, #977 Note: Pre-existing webpush test failures remain (also fail on main).
renovate
Bot
deleted the
renovate/github.com-rocketchat-rocket.chat.go.sdk-digest
branch
December 11, 2025 23:28
nikoksr
added a commit
that referenced
this pull request
Dec 12, 2025
* chore(deps): update all dependencies to latest versions Updated all dependencies to their latest versions to address multiple outstanding Renovate PRs and security updates. Major updates include: - AWS SDK v2: v1.36.1 → v1.41.0 (and related services) - Firebase Admin SDK: v4.15.1 → v4.18.0 - Google Cloud libraries and APIs - Discord: v0.28.1 → v0.29.0 - Slack: v0.16.0 → v0.17.3 - Matrix (mautrix): v0.23.0 → v0.26.0 - Various other service SDK updates Notable changes: - Upgraded Go toolchain to 1.24.0 - Resolved gRPC stats/opentelemetry module conflict - Kept textmagic at v2.0.23575 (latest v2.0.43822 has build errors) Closes: #957, #956, #959, #960, #964, #968, #969, #977 Note: Pre-existing webpush test failures remain (also fail on main). * chore: update golangci-lint to v2.7.2 and config * chore(lint): replace interface{} with any and add goimports to fmt - Replace map[string]interface{} with map[string]any (modernize) - Replace interface{} with any in function signatures - Add goimports to make fmt target to auto-fix imports - Run make fmt to organize imports Fixes 16 linter issues (15 modernize + 1 goimports) * chore(lint): fix testifylint, golines, and revive issues - Use assert.Len instead of assert.Equal for length checks - Use assert.Empty instead of assert.Equal for empty string checks - Fix long line in pagerduty interface by splitting parameters - Fix godoc comments for line/Notify and line/NewNotify Fixes 6 objectively good linter issues (3 testifylint, 1 golines, 2 revive) * chore(lint): disable opinionated linters and fix remaining issues - Disable testpackage, recvcheck, funcorder linters (too opinionated) - Fix embeddedstructfieldcheck by adding blank line in PagerDuty struct - Remove duplicate package comments (keep only doc.go versions) - Replace log with log/slog in webpush test - Add exclusion rule for http package stdlib conflict All linter issues now resolved (70 → 0 issues fixed total) Closes remaining linter issues from golangci-lint v2.7.2 * fix(ci): use golangci-lint-action@v7 for golangci-lint v2.x support * fix(ci): use golangci-lint-action@v9 (latest)
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.
This PR contains the following updates:
a8cbe88->285ecf4Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.