Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update go deps #104

Merged
merged 2 commits into from
Feb 17, 2025
Merged

chore(deps): Update go deps #104

merged 2 commits into from
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/bufbuild/protovalidate-go v0.9.1 -> v0.9.2 age adoption passing confidence require patch
github.com/golangci/golangci-lint v1.63.4 -> v1.64.5 age adoption passing confidence require minor
go (source) 1.23.5 -> 1.24.0 age adoption passing confidence toolchain minor
google.golang.org/protobuf v1.36.4 -> v1.36.5 age adoption passing confidence require patch

Release Notes

bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.9.2

Compare Source

What's Changed

This release fixes a bug where predefined rules may have their rule values cached inappropriately across invocations. Also, URI validation was fixed to ensure the query string does not contain invalid characters.

New Contributors

Full Changelog: bufbuild/protovalidate-go@v0.9.1...v0.9.2

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.64.5

Compare Source

  1. Bug fixes
    • Add missing flag new-from-merge-base-flag
  2. Linters bug fixes
    • asciicheck: from 0.3.0 to 0.4.0
    • forcetypeassert: from 0.1.0 to 0.2.0
    • gosec: from 2.22.0 to 2.22.1

v1.64.4

Compare Source

  1. Linters bug fixes
    • gci: fix standard packages list for go1.24

v1.64.3

Compare Source

  1. Linters bug fixes
    • ginkgolinter: from 0.18.4 to 0.19.0
    • go-critic: from 0.11.5 to 0.12.0
    • revive: from 1.6.0 to 1.6.1
    • gci: fix standard packages list for go1.24
  2. Misc.
    • Build Docker images with go1.24

v1.64.2

Compare Source

This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️ tenv is deprecated and replaced by usetesting.os-setenv: true.
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.64.1

Compare Source

Cancelled due to CI failure.

v1.64.0

Compare Source

Cancelled due to CI failure.

golang/go (go)

v1.24.0

v1.23.6

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.5

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.4...v1.36.5

Bug fixes:
CL/644437: protogen: fix name mangling for fields with identical GoCamelCase

Maintenance:
CL/641655: all: remove weak field support


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Feb 17, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20250130201111-63bb56e20495.1 -> v1.36.5-20250130201111-63bb56e20495.1
github.com/google/cel-go v0.23.0 -> v0.23.2
File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 32 additional dependencies were updated

Details:

Package Change
4d63.com/gochecknoglobals v0.2.1 -> v0.2.2
github.com/Crocmagnon/fatcontext v0.5.3 -> v0.7.1
github.com/alingse/nilnesserr v0.1.1 -> v0.1.2
github.com/catenacyber/perfsprint v0.7.1 -> v0.8.1
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/ghostiam/protogetter v0.3.8 -> v0.3.9
github.com/go-critic/go-critic v0.11.5 -> v0.12.0
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9 -> v0.0.0-20250106114630-d62b90e6713d
github.com/golangci/revgrep v0.5.3 -> v0.8.0
github.com/gostaticanalysis/forcetypeassert v0.1.0 -> v0.2.0
github.com/karamaru-alpha/copyloopvar v1.1.0 -> v1.2.1
github.com/ldez/exptostd v0.3.1 -> v0.4.1
github.com/ldez/gomoddirectives v0.6.0 -> v0.6.1
github.com/ldez/grignotin v0.7.0 -> v0.9.0
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 -> v1.1.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mgechev/revive v1.5.1 -> v1.6.1
github.com/nunnatsa/ginkgolinter v0.18.4 -> v0.19.0
github.com/polyfloyd/go-errorlint v1.7.0 -> v1.7.1
github.com/securego/gosec/v2 v2.21.4 -> v2.22.1
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/pflag v1.0.5 -> v1.0.6
github.com/tdakkota/asciicheck v0.3.0 -> v0.4.0
github.com/uudashr/iface v1.3.0 -> v1.3.1
go-simpler.org/sloglint v0.7.2 -> v0.9.0
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f -> v0.0.0-20250210185358-939b2ce775ac
golang.org/x/mod v0.22.0 -> v0.23.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/term v0.27.0 -> v0.29.0
golang.org/x/text v0.21.0 -> v0.22.0
honnef.co/go/tools v0.5.1 -> v0.6.0

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Copy link
Contributor Author

renovate bot commented Feb 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Feb 17, 2025
@charithe charithe merged commit 0203c27 into main Feb 17, 2025
5 of 6 checks passed
@charithe charithe deleted the renovate/go-deps branch February 17, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant