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

build(deps): bump the tools-mod group in /tools/mod with 3 updates #488

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the tools-mod group in /tools/mod with 3 updates: github.com/alexfalkowski/gocovmerge, github.com/golangci/golangci-lint and github.com/grpc-ecosystem/grpc-gateway/v2.

Updates github.com/alexfalkowski/gocovmerge from 1.3.14 to 1.3.17

Changelog

Sourced from github.com/alexfalkowski/gocovmerge's changelog.

v1.3.17 - 2024-12-10

  • f7d0220 fix(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 (#101)

v1.3.16 - 2024-11-19

  • 5c24854 fix(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#100)
  • fd70539 build(deps): bump bin from e8f9d73 to cf4a7d3 (#99)

v1.3.15 - 2024-10-07

  • 3a7493d fix(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 (#98)
  • 44f3c60 build(deps): bump bin from 8b87d26 to e8f9d73 (#97)
  • aa7de2d build(deps): bump bin from b975eab to 8b87d26 (#96)
  • 234f975 build(deps): bump bin from 376a295 to b975eab (#95)
Commits
  • 89cad15 chore(release): v1.3.17 [ci skip]
  • f7d0220 fix(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 (#101)
  • 9f31791 chore(release): v1.3.16 [ci skip]
  • 5c24854 fix(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#100)
  • fd70539 build(deps): bump bin from e8f9d73 to cf4a7d3 (#99)
  • 134aae1 chore(release): v1.3.15 [ci skip]
  • 3a7493d fix(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 (#98)
  • 44f3c60 build(deps): bump bin from 8b87d26 to e8f9d73 (#97)
  • aa7de2d build(deps): bump bin from b975eab to 8b87d26 (#96)
  • 234f975 build(deps): bump bin from 376a295 to b975eab (#95)
  • See full diff in compare view

Updates github.com/golangci/golangci-lint from 1.61.0 to 1.63.4

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.63.4

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • c1149695535fda62f6b574bc55dfbc333693647e fix: filter Go filenames (#5291)

v1.63.3

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • bb896aa3f73829b929da7610b0925d2695e3bc45 build(deps): bump github.com/ldez/exptostd from 0.3.0 to 0.3.1 (#5283)
  • e7a1c9f77ac3f561641a8b814c5cb344c1e3a74a build(deps): bump github.com/ldez/usetesting from 0.4.1 to 0.4.2 (#5282)
  • 472b9b9c0accb12859327447110930b30507df06 build(deps): bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12 (#5281)
  • e1b7346fbbf88fb8501afabca53c08e41d959e0e fix: invalid from position (#5287)
  • 8e4b0c384a15322587d3cd5ad1b9106679bf4af1 goheader: skip issues with invalid positions (#5286)

v1.63.2

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • 15412b30790ad2d5505862cb1f55b27761ca3505 fix: invalid position when missing EOL (#5279)

v1.63.1

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.63.4

  1. Linters bug fixes
    • dupl, gomodguard, revive: keep only Go-files.

v1.63.3

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with several trailing EOL
    • goheader: skip issues with invalid positions

v1.63.2

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with missing trailing EOL

v1.63.1

  1. Linters bug fixes
    • cgi: invalid reports with cgo
    • gofumpt: panic with autofix and cgo

v1.63.0

  1. Enhancements
    • Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
    • Formatters (gofmt, goimports, gofumpt, gci) are applied after the suggested fixes.
  2. New linters
  3. Linters new features
    • gci: new options: no-inline-comments, no-prefix-comments
    • gomoddirectives: from 0.2.4 to 0.6.0 (new options: go-version-pattern, toolchain-pattern,toolchain-forbidden, tool-forbidden, go-debug-forbidden)
    • govet: new stdversion, waitgroup analyzers
    • importas: allow multiple empty aliases
    • loggercheck: new slog option
    • recvcheck: from 0.1.2 to 0.2.0 (new options: disable-builtin, exclusions)
    • tagliatelle: from 0.5.0 to 0.7.1 (new options: ignored-fields, extended-rules,overrides, pkg, ignore)
    • usestdlibvars: from 1.27.0 to 1.28.0 (autofix)
    • wrapcheck: from 2.9.0 to 2.10.0 (new option: extra-ignore-sigs)
  4. Linters bug fixes
    • asciicheck: from 0.2.0 to 0.3.0
    • bodyclose: from 574207250966 to ed6a65f985e
    • funlen: from 0.1.0 to 0.2.0
    • ginkgolinter: from 0.18.3 to 0.18.4
    • gochecksumtype: from 0.2.0 to 0.3.1
    • gocognit: from 1.1.3 to 1.2.0
    • godot: from 1.4.18 to 1.4.20
    • goheader: report position improvement

... (truncated)

Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.25.1

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.25.1

Support the new Opaque API in openapiv2 generated files

This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor and Descriptor methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1

v2.25.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0

Commits
  • c89fdf7 protoc-gen-openapiv2: generate hybrid files (#5088)
  • bb4c906 Update gorelease base
  • a74e741 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 6b3ec00...
  • e9a2074 chore(deps): update googleapis digest to 5e258e3 (#5087)
  • bdc7a7a fix(deps): update google.golang.org/genproto/googleapis/api digest to 6b3ec00...
  • 937be39 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 9240e9c...
  • df4d666 chore(deps): update googleapis digest to d55dd1d (#5084)
  • e6af5c6 chore(deps): update dependency rules_proto to v7.1.0 (#5079)
  • e062b12 fix: update to protobuf 1.36.0 and exclude synthetic oneofs during populateFi...
  • 50d84d5 chore(deps): update googleapis digest to 09d4103 (#5083)
  • Additional commits viewable in compare view

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

Bumps the tools-mod group in /tools/mod with 3 updates: [github.com/alexfalkowski/gocovmerge](https://github.com/alexfalkowski/gocovmerge), [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) and [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway).


Updates `github.com/alexfalkowski/gocovmerge` from 1.3.14 to 1.3.17
- [Changelog](https://github.com/alexfalkowski/gocovmerge/blob/master/CHANGELOG.md)
- [Commits](alexfalkowski/gocovmerge@v1.3.14...v1.3.17)

Updates `github.com/golangci/golangci-lint` from 1.61.0 to 1.63.4
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.61.0...v1.63.4)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.24.0 to 2.25.1
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.1)

---
updated-dependencies:
- dependency-name: github.com/alexfalkowski/gocovmerge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tools-mod
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tools-mod
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tools-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 7, 2025
Copy link
Author

dependabot bot commented on behalf of github Jan 7, 2025

Superseded by #489.

@dependabot dependabot bot closed this Jan 7, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/tools/mod/tools-mod-73a02d2760 branch January 7, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants