Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the all-tools group with 3 updates in the /tools directory: github.com/air-verse/air, github.com/golangci/golangci-lint/v2 and github.com/vektra/mockery/v3.

Updates github.com/air-verse/air from 1.63.0 to 1.63.1

Release notes

Sourced from github.com/air-verse/air's releases.

v1.63.1

What's Changed

New Contributors

Full Changelog: air-verse/air@v1.63.0...v1.63.1

Commits

Updates github.com/golangci/golangci-lint/v2 from 2.5.0 to 2.6.2

Release notes

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

v2.6.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

  • a237b8294c2776c7da0eddcc72eb3632223488c1 build(deps): bump github.com/maratori/testableexamples from 1.0.0 to 1.0.1 (#6182)
  • 7255b2cff8787ddd0b062d543a08c5afa7989c78 build(deps): bump github.com/maratori/testpackage from 1.1.1 to 1.1.2 (#6183)
  • f07ab6ad97df981f3e2ffb11bf1d54d39088cefd build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 in /scripts/gen_github_action_config in the scripts group (#6185)
  • 79163b62ba480ed49e1f3bb4ef346ea1f912331b build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 (#6181)
  • 7bcb236705fdd83923d5dfe2487d9244cc6585c2 build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the github-actions group (#6186)
  • a8a12dba5f526b14e31be424b0f1e6cc1e922269 fix: fmt command with symlinks (#6187)
  • c128d127c8593eaef27d541221c24e972b6df150 fix: use file depending on build configuration to invalidate cache (#6179)

v2.6.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

  • 1865317e033ab1b0496ce038cf2a0474beea8901 build(deps): bump github.com/go-critic/go-critic from 0.14.0 to 0.14.2 (#6164)
  • a9084fe6c1f905ef43b72c7318a5f933709bf5e3 build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.2.1 to 1.2.2 (#6161)
  • 9b1070930c357b8d436b27a34fbab8ba3e76bfb2 build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.9 to 4.25.10 (#6168)
  • 8b074736158869779fe25fe2691a0e397fa6964c build(deps): bump the linter-testdata group across 2 directories with 3 updates (#6167)

v2.6.0

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

  • b99da877a2476e61b7b43d5b7f9f80bff0a16a4a build(deps): bump github.com/Abirdcfly/dupword from 0.1.6 to 0.1.7 (#6142)
  • 45547bcef0e48b08ced753fa5dcbf28a23b32b0f build(deps): bump github.com/ashanbrown/forbidigo/v2 from 2.1.0 to 2.3.0 (#6149)
  • ddce9aa4cb8ac53a7486136a65779e0fd17428c7 build(deps): bump github.com/ashanbrown/makezero/v2 from 2.0.1 to 2.1.0 (#6150)
  • 43aa1373aedf8b5360b6a6a88445d4e5a343da8b build(deps): bump github.com/bombsimon/wsl/v5 from 5.2.0 to 5.3.0 (#6113)
  • 6970e52b7b56739fe5df7fd6f105086cff32cedc build(deps): bump github.com/catenacyber/perfsprint from 0.9.1 to 0.10.0 (#6134)
  • e6d1006d7e4c80433c9cd58ec5dca0b222a73439 build(deps): bump github.com/charithe/durationcheck from 0.0.10 to 0.0.11 (#6148)
  • ee369a2b03acebc489d9f53b6a3488b63609d222 build(deps): bump github.com/ghostiam/protogetter from 0.3.16 to 0.3.17 (#6112)

... (truncated)

Changelog

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

v2.6.2

  1. Bug fixes
    • fmt command with symlinks
    • use file depending on build configuration to invalidate cache
  2. Linters bug fixes
    • testableexamples: from 1.0.0 to 1.0.1
    • testpackage: from 1.1.1 to 1.1.2

v2.6.1

  1. Linters bug fixes
    • copyloopvar: from 1.2.1 to 1.2.2
    • go-critic: from 0.14.0 to 0.14.2

v2.6.0

  1. New linters
    • Add modernize analyzer suite
  2. Linters new features or changes
    • arangolint: from 0.2.0 to 0.3.1
    • dupword: from 0.1.6 to 0.1.7 (new option comments-only)
    • go-critic: from 0.13.0 to 0.14.0 (new rules/checkers: zeroByteRepeat, dupOption)
    • gofumpt: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the extra-rules option)
    • perfsprint: from 0.9.1 to 0.10.0 (new options: concat-loop, loop-other-ops)
    • wsl: from 5.2.0 to 5.3.0
  3. Linters bug fixes
    • dupword: from 0.1.6 to 0.1.7
    • durationcheck: from 0.0.10 to 0.0.11
    • exptostd: from 0.4.4 to 0.4.5
    • fatcontext: from 0.8.1 to 0.9.0
    • forbidigo: from 2.1.0 to 2.3.0
    • ginkgolinter: from 0.21.0 to 0.21.2
    • godoc-lint: from 0.10.0 to 0.10.1
    • gomoddirectives: from 0.7.0 to 0.7.1
    • gosec: from 2.22.8 to 2.22.10
    • makezero: from 2.0.1 to 2.1.0
    • nilerr: from 0.1.1 to 0.1.2
    • paralleltest: from 1.0.14 to 1.0.15
    • protogetter: from 0.3.16 to 0.3.17
    • unparam: from 0df0534333a4 to 5beb8c8f8f15
  4. Misc.
    • fix: ignore some files to hash the version for custom build
Commits
  • dc16cf4 chore: prepare release
  • a8a12db fix: fmt command with symlinks (#6187)
  • 7bcb236 build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the gi...
  • f07ab6a build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 in /scripts/gen_g...
  • 7255b2c build(deps): bump github.com/maratori/testpackage from 1.1.1 to 1.1.2 (#6183)
  • a237b82 build(deps): bump github.com/maratori/testableexamples from 1.0.0 to 1.0.1 (#...
  • 79163b6 build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 (#6181)
  • c128d12 fix: use file depending on build configuration to invalidate cache (#6179)
  • b92f577 docs: improve fix flag description (#6175)
  • fb3e4b2 docs: fix changelog
  • Additional commits viewable in compare view

Updates github.com/vektra/mockery/v3 from 3.5.5 to 3.6.0

Release notes

Sourced from github.com/vektra/mockery/v3's releases.

v3.6.0

What's Changed

New Contributors

Full Changelog: vektra/mockery@v3.5.5...v3.6.0

Misc

This release fixes a bug in auto-generated code detection. If mockery fails to generate mocks for auto-generated files that it previously had, please use include-auto-generated: true in your config.

Commits
  • f5daeff Merge pull request #1105 from paivagustavo/comments-overrides
  • a55ab56 Merge branch 'v3' into comments-overrides
  • f3eb94f Add support for overriding configuration through comments on interfaces
  • ed7317f Merge pull request #1121 from rethil/fix_autogenerated_detection
  • 4ab7da5 fix auto-generated code detection
  • See full diff in compare view

Updates golang.org/x/tools from 0.37.0 to 0.38.0

Commits
  • a22b5e8 go.mod: update golang.org/x dependencies
  • 4bbcc9f all: use reflect.TypeFor instead of reflect.TypeOf when we have known the type
  • 122c93a internal/refactor: AddImport: remove unnecessary result
  • 76aace8 internal/analysisinternal: rationalize
  • 8cf2d63 gopls/internal/golang: add condition for enabling package move
  • 1f054fd x/tools: downgrade token.FileSet parameters to token.File
  • 44e71e5 go/analysis/passes/printf: check anonymous functions too
  • 9095e9b internal/analysisinternal: extract DeleteVar
  • 62a1b26 internal/analysisinternal: IsChildOf(Cursor, edge.Kind) bool
  • d32fb50 internal/analysisinternal: export EnclosingFile
  • Additional commits viewable in compare view

Updates mvdan.cc/gofumpt from 0.9.1 to 0.9.2

Release notes

Sourced from mvdan.cc/gofumpt's releases.

v0.9.2

This release moves the "clothe naked returns" rule under gofumpt -extra, following the discussion in mvdan/gofumpt#285.

Binaries built on go version go1.25.3 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Consider becoming a sponsor if you benefit from the work that went into this release!

Note that this release no longer includes a sha256sums.txt asset; GitHub now provide digests natively.

Changelog

Sourced from mvdan.cc/gofumpt's changelog.

Changelog

Commits

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 all-tools group with 3 updates in the /tools directory: [github.com/air-verse/air](https://github.com/air-verse/air), [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) and [github.com/vektra/mockery/v3](https://github.com/vektra/mockery).


Updates `github.com/air-verse/air` from 1.63.0 to 1.63.1
- [Release notes](https://github.com/air-verse/air/releases)
- [Changelog](https://github.com/air-verse/air/blob/master/.goreleaser.yml)
- [Commits](air-verse/air@v1.63.0...v1.63.1)

Updates `github.com/golangci/golangci-lint/v2` from 2.5.0 to 2.6.2
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v2.5.0...v2.6.2)

Updates `github.com/vektra/mockery/v3` from 3.5.5 to 3.6.0
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/v3/.goreleaser.yml)
- [Commits](vektra/mockery@v3.5.5...v3.6.0)

Updates `golang.org/x/tools` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.37.0...v0.38.0)

Updates `mvdan.cc/gofumpt` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](mvdan/gofumpt@v0.9.1...v0.9.2)

---
updated-dependencies:
- dependency-name: github.com/air-verse/air
  dependency-version: 1.63.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-tools
- dependency-name: github.com/golangci/golangci-lint/v2
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-tools
- dependency-name: github.com/vektra/mockery/v3
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-tools
- dependency-name: golang.org/x/tools
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-tools
- dependency-name: mvdan.cc/gofumpt
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-tools
...

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 Nov 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 28, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/tools/all-tools-20ff3d5fe2 branch November 28, 2025 16:30
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.

1 participant