Skip to content

chore(deps): update all non-major dependencies#34

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#34
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Update Change
go minor 1.24.31.26.0
golangci-lint minor 2.5.02.10.1

Release Notes

golang/go (go)

v1.26.0

v1.25.7

v1.25.6

v1.25.5

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.13

v1.24.12

v1.24.11

v1.24.10

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

v1.24.4

golangci/golangci-lint (golangci-lint)

v2.10.1

Released on 2026-02-17

  1. Fixes
    • buildssa panic

v2.9.0

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • revive: from v1.13.0 to v1.14.0 (new rules: epoch-naming, use-slices-sort)
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl_v5: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code

v2.8.0

Released on 2026-01-07

  1. Linters new features or changes
    • godoclint: from 0.10.2 to 0.11.1 (new rule: require-stdlib-doclink)
    • golines: from 442fd00 to 0.14.0
    • gomoddirectives: from 0.7.1 to 0.8.0
    • gosec: from daccba6 to 2.22.11 (new rule: G116)
    • modernize: from 0.39.0 to 0.40.0 (new analyzers: stringscut, unsafefuncs)
    • prealloc: from 1.0.0 to 1.0.1 (message changes)
    • unqueryvet: from 1.3.0 to 1.4.0 (new options: check-aliased-wildcard, check-string-concat, check-format-strings, check-string-builder, check-subqueries, ignored-functions, sql-builders)
  2. Linters bug fixes
    • gocritic: from 0.14.2 to 0.14.3
    • errorlint: from 1.8.0 to 1.9.0
    • govet: from 0.39.0 to 0.40.0
    • protogetter: from 0.3.17 to 0.3.18
    • revive: add missing enable-default-rules setting
  3. Documentation
    • docs: split installation page

v2.7.2

Released on 2025-12-07

  1. Linter bug fixes

v2.7.1

Released on 2025-12-04

  1. Linter bug fixes
    • modernize: disable stringscut analyzer

v2.7.0

Released on 2025-12-03

  1. Bug fixes
    • fix: clone args used by custom command
  2. Linters new features or changes
    • nosprintfhostport: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
    • unqueryvet: from 1.2.1 to 1.3.0 (handles const and var declarations)
    • revive: from 1.12.0 to 1.13.0 (new option: enable-default-rules, new rules: forbidden-call-in-wg-go, unnecessary-if, inefficient-map-lookup)
    • modernize: from 0.38.0 to 0.39.0 (new analyzers: plusbuild, stringscut)
  3. Linters bug fixes
    • perfsprint: from 0.10.0 to 0.10.1
    • wrapcheck: from 2.11.0 to 2.12.0
    • godoclint: from 0.10.1 to 0.10.2
  4. Misc.
    • Add some flags to the custom command
  5. Documentation
    • docs: split changelog v1 and v2

v2.6.2

Released on 2025-11-14

  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

Released on 2025-11-04

  1. Linters bug fixes
    • copyloopvar: from 1.2.1 to 1.2.2
    • gocritic: from 0.14.0 to 0.14.2

v2.6.0

Released on 2025-10-29

  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)
    • gocritic: 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
    • godoclint: 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 0df0534 to 5beb8c8
  4. Misc.
    • fix: ignore some files to hash the version for custom build

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 becomes conflicted, 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.

@renovate renovate bot changed the title chore(deps): update dependency go to v1.24.4 chore(deps): update dependency go to v1.24.5 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e27bcd6 to 0374378 Compare July 9, 2025 06:58
@renovate renovate bot changed the title chore(deps): update dependency go to v1.24.5 chore(deps): update dependency go to v1.24.6 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0374378 to 76f6bc7 Compare August 7, 2025 04:46
@renovate renovate bot changed the title chore(deps): update dependency go to v1.24.6 chore(deps): update dependency go to v1.25.0 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 76f6bc7 to 2533af2 Compare August 13, 2025 04:07
@renovate renovate bot changed the title chore(deps): update dependency go to v1.25.0 chore(deps): update dependency go to v1.25.1 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2533af2 to 2a8a7e6 Compare September 4, 2025 03:47
@renovate renovate bot changed the title chore(deps): update dependency go to v1.25.1 chore(deps): update dependency go to v1.25.2 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a8a7e6 to 517b0c1 Compare October 8, 2025 04:57
@renovate renovate bot changed the title chore(deps): update dependency go to v1.25.2 chore(deps): update dependency go to v1.25.3 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 517b0c1 to 78d3af0 Compare October 14, 2025 05:01
@renovate renovate bot changed the title chore(deps): update dependency go to v1.25.3 chore(deps): update all non-major dependencies Oct 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a75b0f8 to 282abc9 Compare November 6, 2025 04:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 282abc9 to b50a6e5 Compare November 15, 2025 05:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3b0d829 to 25d02bf Compare December 8, 2025 05:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25d02bf to c616834 Compare January 8, 2026 05:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c616834 to bd5fd6a Compare January 16, 2026 06:58
@alecthomas alecthomas requested a review from Copilot January 16, 2026 10:18
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c4c681f to d1425b7 Compare February 11, 2026 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1425b7 to 9cb2f56 Compare February 18, 2026 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant