Skip to content

Update all dependencies#2

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

Update all dependencies#2
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 21, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aperturerobotics/ts-common ^0.6.1^0.11.0 age adoption passing confidence devDependencies minor
@​aperturerobotics/ts-proto-common-types ^0.2.0^0.3.0 age adoption passing confidence dependencies minor
@typescript-eslint/eslint-plugin (source) ^5.60.0^8.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) ^5.60.0^8.0.0 age adoption passing confidence devDependencies major
actions/checkout v3v6 age adoption passing confidence action major
actions/setup-go v3v6 age adoption passing confidence action major
bufferutil 4.0.74.1.0 age adoption passing confidence dependencies minor
depcheck 1.4.31.4.7 age adoption passing confidence devDependencies patch
eslint (source) ^8.43.0^10.0.0 age adoption passing confidence devDependencies major
eslint-config-prettier ^8.8.0^10.0.0 age adoption passing confidence devDependencies major
github.com/aperturerobotics/goprotowrap v0.3.0v0.4.1 age adoption passing confidence require minor
github.com/aperturerobotics/starpc v0.19.2v0.49.16 age adoption passing confidence require minor
github.com/evanw/esbuild v0.16.16v0.28.0 age adoption passing confidence require minor
github.com/golangci/golangci-lint v1.50.1v2.12.2 age adoption passing confidence require major
github.com/planetscale/vtprotobuf v0.3.1-0.20220817155510-0ae748fd2007v0.6.0 age adoption passing confidence require minor
github.com/psampaz/go-mod-outdated v0.8.0v0.9.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.30.0v1.36.11 age adoption passing confidence require minor
long 5.2.35.3.2 age adoption passing confidence dependencies minor
patch-package ^7.0.0^8.0.0 age adoption passing confidence devDependencies major
prettier (source) ^2.8.8^3.0.0 age adoption passing confidence devDependencies major
protobufjs ^7.2.3^8.0.0 age adoption passing confidence dependencies major
starpc ^0.19.2^0.49.0 age adoption passing confidence dependencies minor
ts-proto ^1.150.0^2.0.0 age adoption passing confidence devDependencies major
typescript (source) ^5.1.3^6.0.0 age adoption passing confidence devDependencies major
utf-8-validate 6.0.36.0.6 age adoption passing confidence dependencies patch

Release Notes

aperturerobotics/ts-common (@​aperturerobotics/ts-common)

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.2

Compare Source

v0.10.1

Compare Source

v0.10.0

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.7

Compare Source

v0.6.6

Compare Source

v0.6.5

Compare Source

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.60.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.4

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.3

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#​12004)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.0

Compare Source

🚀 Features
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#​12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#​12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#​12163)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#​11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#​12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#​12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#​12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#​11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#​11865)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.0

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option ([#​11659](ht

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/all branch 7 times, most recently from d8082d6 to 83b008f Compare March 27, 2023 23:24
@renovate renovate Bot force-pushed the renovate/all branch 9 times, most recently from 1fa867b to e571a22 Compare April 5, 2023 00:15
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from f750baf to 9f07cdc Compare April 10, 2023 21:40
@renovate renovate Bot force-pushed the renovate/all branch 8 times, most recently from ee2f1db to 60b0df5 Compare April 22, 2023 23:31
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 16c77e9 to a50ff11 Compare April 24, 2023 19:50
@renovate renovate Bot force-pushed the renovate/all branch 6 times, most recently from 84ac772 to 309332a Compare May 22, 2023 17:55
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from f24633a to 3b97709 Compare June 4, 2023 08:43
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 0032471 to 61742bb Compare June 17, 2023 02:32
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from c23124a to 21d2a02 Compare June 24, 2023 03:01
@renovate renovate Bot force-pushed the renovate/all branch 7 times, most recently from 6816030 to 51250a4 Compare July 2, 2023 05:47
@renovate renovate Bot force-pushed the renovate/all branch from 51250a4 to d827ef2 Compare July 3, 2023 17:59
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Jun 4, 2024

ℹ 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):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.24.6
github.com/aperturerobotics/util v1.5.4 -> v1.31.4
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 -> v4.4.0
github.com/libp2p/go-libp2p v0.28.0 -> v0.45.0
github.com/multiformats/go-multiaddr v0.9.0 -> v0.16.0
github.com/multiformats/go-multicodec v0.9.0 -> v0.9.1
github.com/multiformats/go-multihash v0.2.2 -> v0.2.3
github.com/multiformats/go-multistream v0.4.1 -> v0.6.1
golang.org/x/crypto v0.7.0 -> v0.41.0
golang.org/x/sys v0.8.0 -> v0.35.0
lukechampine.com/blake3 v1.2.1 -> v1.4.1
File name: hack/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):

  • 117 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.24.6
4d63.com/gochecknoglobals v0.1.0 -> v0.2.2
github.com/Abirdcfly/dupword v0.0.7 -> v0.1.7
github.com/Antonboom/errname v0.1.7 -> v1.1.1
github.com/Antonboom/nilnil v0.1.1 -> v1.1.1
github.com/BurntSushi/toml v1.2.1 -> v1.5.0
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 -> v0.1.1
github.com/aperturerobotics/util v1.5.4 -> v1.31.4
github.com/bkielbasa/cyclop v1.2.0 -> v1.2.3
github.com/breml/bidichk v0.2.3 -> v0.3.3
github.com/breml/errchkjson v0.3.0 -> v0.4.1
github.com/butuzov/ireturn v0.1.1 -> v0.4.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/charithe/durationcheck v0.0.9 -> v0.0.11
github.com/curioswitch/go-reassign v0.2.0 -> v0.3.0
github.com/daixiang0/gci v0.8.1 -> v0.13.7
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 -> v4.4.0
github.com/denis-tingaikin/go-header v0.4.3 -> v0.5.0
github.com/ettle/strcase v0.1.1 -> v0.2.0
github.com/fatih/color v1.13.0 -> v1.18.0
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.6
github.com/fsnotify/fsnotify v1.6.0 -> v1.9.0
github.com/go-critic/go-critic v0.6.5 -> v0.14.2
github.com/go-toolsmith/astcast v1.0.0 -> v1.1.0
github.com/go-toolsmith/astcopy v1.0.2 -> v1.1.0
github.com/go-toolsmith/astequal v1.0.3 -> v1.2.0
github.com/go-toolsmith/astfmt v1.0.0 -> v1.1.0
github.com/go-toolsmith/astp v1.0.0 -> v1.1.0
github.com/go-toolsmith/strparse v1.0.0 -> v1.1.0
github.com/go-toolsmith/typep v1.0.2 -> v1.1.0
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b -> v1.1.3
github.com/gofrs/flock v0.8.1 -> v0.13.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a -> v0.0.0-20250308024227-f665c8d69b32
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 -> v0.0.0-20250106114630-d62b90e6713d
github.com/golangci/misspell v0.3.5 -> v0.7.0
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 -> v0.8.0
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 -> v0.0.0-20250410112200-a129a6e6413e
github.com/google/go-cmp v0.5.9 -> v0.7.0
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 -> v0.2.0
github.com/gostaticanalysis/comment v1.4.2 -> v1.5.0
github.com/gostaticanalysis/forcetypeassert v0.1.0 -> v0.2.0
github.com/gostaticanalysis/nilerr v0.1.1 -> v0.1.2
github.com/hashicorp/go-version v1.6.0 -> v1.8.0
github.com/inconshreveable/mousetrap v1.0.1 -> v1.1.0
github.com/ipfs/go-cid v0.4.1 -> v0.5.0
github.com/jgautheron/goconst v1.5.1 -> v1.8.2
github.com/julz/importas v0.1.0 -> v0.2.0
github.com/kisielk/errcheck v1.6.2 -> v1.9.0
github.com/kkHAIKE/contextcheck v1.1.3 -> v1.1.6
github.com/klauspost/compress v1.16.5 -> v1.18.0
github.com/klauspost/cpuid/v2 v2.2.5 -> v2.2.10
github.com/kulti/thelper v0.6.3 -> v0.7.1
github.com/kunwardeep/paralleltest v1.0.6 -> v1.0.15
github.com/ldez/gomoddirectives v0.2.3 -> v0.7.1
github.com/ldez/tagliatelle v0.3.1 -> v0.7.2
github.com/leonklingele/grouper v1.1.0 -> v1.1.2
github.com/libp2p/go-libp2p v0.28.0 -> v0.45.0
github.com/maratori/testableexamples v1.0.0 -> v1.0.1
github.com/maratori/testpackage v1.1.0 -> v1.1.2
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 -> v1.1.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/mattn/go-runewidth v0.0.13 -> v0.0.16
github.com/mgechev/revive v1.2.4 -> v1.13.0
github.com/moricho/tparallel v0.2.1 -> v0.3.2
github.com/multiformats/go-multiaddr v0.9.0 -> v0.16.0
github.com/multiformats/go-multicodec v0.9.0 -> v0.9.1
github.com/multiformats/go-multihash v0.2.2 -> v0.2.3
github.com/multiformats/go-multistream v0.4.1 -> v0.6.1
github.com/nishanths/exhaustive v0.8.3 -> v0.12.0
github.com/onsi/gomega v1.27.7 -> v1.38.2
github.com/pelletier/go-toml/v2 v2.0.5 -> v2.2.4
github.com/polyfloyd/go-errorlint v1.0.5 -> v1.8.0
github.com/prometheus/client_golang v1.14.0 -> v1.22.0
github.com/prometheus/client_model v0.4.0 -> v0.6.2
github.com/prometheus/common v0.37.0 -> v0.64.0
github.com/prometheus/procfs v0.8.0 -> v0.16.1
github.com/quasilyte/go-ruleguard v0.3.18 -> v0.4.5
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f -> v0.5.0
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 -> v0.0.0-20210819130434-b3f0c404a727
github.com/rivo/uniseg v0.2.0 -> v0.4.7
github.com/ryancurrah/gomodguard v1.2.4 -> v1.4.1
github.com/ryanrolds/sqlclosecheck v0.3.0 -> v0.5.1
github.com/sanposhiho/wastedassign/v2 v2.0.6 -> v2.1.0
github.com/sashamelentyev/usestdlibvars v1.20.0 -> v1.29.0
github.com/securego/gosec/v2 v2.13.1 -> v2.22.11-0.20251204091113-daccba6b93d7
github.com/sivchari/containedctx v1.0.2 -> v1.0.3
github.com/sonatard/noctx v0.0.1 -> v0.4.0
github.com/sourcegraph/go-diff v0.6.1 -> v0.7.0
github.com/spf13/afero v1.9.3 -> v1.15.0
github.com/spf13/cobra v1.6.1 -> v1.10.2
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/stbenjam/no-sprintf-host-port v0.1.1 -> v0.3.1
github.com/stretchr/objx v0.5.0 -> v0.5.2
github.com/stretchr/testify v1.8.2 -> v1.11.1
github.com/tetafro/godot v1.4.11 -> v1.5.4
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 -> v0.0.0-20241222091800-1db5c5ca4d67
github.com/timonwong/loggercheck v0.9.3 -> v0.11.0
github.com/tomarrell/wrapcheck/v2 v2.7.0 -> v2.12.0
github.com/ultraware/funlen v0.0.3 -> v0.2.0
github.com/ultraware/whitespace v0.0.5 -> v0.2.0
github.com/uudashr/gocognit v1.0.6 -> v1.2.0
github.com/yeya24/promlinter v0.2.0 -> v0.3.0
gitlab.com/bosi/decorder v0.2.3 -> v0.4.2
go.uber.org/zap v1.24.0 -> v1.27.0
golang.org/x/crypto v0.7.0 -> v0.45.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 -> v0.0.0-20250606033433-dcc06ee1d476
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 -> v0.0.0-20251023183803-a4bb9ffd2546
golang.org/x/mod v0.10.0 -> v0.30.0
golang.org/x/sync v0.2.0 -> v0.18.0
golang.org/x/sys v0.8.0 -> v0.38.0
golang.org/x/text v0.9.0 -> v0.31.0
golang.org/x/tools v0.9.1 -> v0.39.0
honnef.co/go/tools v0.3.3 -> v0.6.1
lukechampine.com/blake3 v1.2.1 -> v1.4.1
mvdan.cc/gofumpt v0.4.0 -> v0.9.2
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 -> v0.0.0-20251027182757-5beb8c8f8f15

@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Dec 13, 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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.25.0
github.com/libp2p/go-yamux/v4 v4.0.1 -> v4.0.2
golang.org/x/sys v0.8.0 -> v0.44.0
File name: hack/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):

  • 104 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.25.0
4d63.com/gochecknoglobals v0.1.0 -> v0.2.2
github.com/Abirdcfly/dupword v0.0.7 -> v0.1.7
github.com/Antonboom/errname v0.1.7 -> v1.1.1
github.com/Antonboom/nilnil v0.1.1 -> v1.1.1
github.com/BurntSushi/toml v1.2.1 -> v1.6.0
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 -> v0.1.1
github.com/alexkohler/prealloc v1.0.0 -> v1.1.0
github.com/aperturerobotics/util v1.5.4 -> v1.34.5
github.com/bkielbasa/cyclop v1.2.0 -> v1.2.3
github.com/breml/bidichk v0.2.3 -> v0.3.3
github.com/breml/errchkjson v0.3.0 -> v0.4.1
github.com/butuzov/ireturn v0.1.1 -> v0.4.1
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/charithe/durationcheck v0.0.9 -> v0.0.11
github.com/curioswitch/go-reassign v0.2.0 -> v0.3.0
github.com/daixiang0/gci v0.8.1 -> v0.13.7
github.com/denis-tingaikin/go-header v0.4.3 -> v0.5.0
github.com/ettle/strcase v0.1.1 -> v0.2.0
github.com/fatih/color v1.13.0 -> v1.19.0
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.6
github.com/go-critic/go-critic v0.6.5 -> v0.14.3
github.com/go-toolsmith/astcast v1.0.0 -> v1.1.0
github.com/go-toolsmith/astcopy v1.0.2 -> v1.1.0
github.com/go-toolsmith/astequal v1.0.3 -> v1.2.0
github.com/go-toolsmith/astfmt v1.0.0 -> v1.1.0
github.com/go-toolsmith/astp v1.0.0 -> v1.1.0
github.com/go-toolsmith/strparse v1.0.0 -> v1.1.0
github.com/go-toolsmith/typep v1.0.2 -> v1.1.0
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b -> v1.1.3
github.com/gofrs/flock v0.8.1 -> v0.13.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a -> v0.0.0-20260401084720-c99c5cf5c202
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 -> v0.0.0-20250106114630-d62b90e6713d
github.com/golangci/misspell v0.3.5 -> v0.8.0
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 -> v0.8.0
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 -> v0.0.0-20250410112200-a129a6e6413e
github.com/google/go-cmp v0.5.9 -> v0.7.0
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 -> v0.2.0
github.com/gostaticanalysis/comment v1.4.2 -> v1.5.0
github.com/gostaticanalysis/forcetypeassert v0.1.0 -> v0.2.0
github.com/gostaticanalysis/nilerr v0.1.1 -> v0.1.2
github.com/hashicorp/go-version v1.6.0 -> v1.9.0
github.com/inconshreveable/mousetrap v1.0.1 -> v1.1.0
github.com/jgautheron/goconst v1.5.1 -> v1.10.0
github.com/julz/importas v0.1.0 -> v0.2.0
github.com/kisielk/errcheck v1.6.2 -> v1.10.0
github.com/kkHAIKE/contextcheck v1.1.3 -> v1.1.6
github.com/kulti/thelper v0.6.3 -> v0.7.1
github.com/kunwardeep/paralleltest v1.0.6 -> v1.0.15
github.com/ldez/gomoddirectives v0.2.3 -> v0.8.0
github.com/ldez/tagliatelle v0.3.1 -> v0.7.2
github.com/leonklingele/grouper v1.1.0 -> v1.1.2
github.com/libp2p/go-yamux/v4 v4.0.1 -> v4.0.2
github.com/maratori/testableexamples v1.0.0 -> v1.0.1
github.com/maratori/testpackage v1.1.0 -> v1.1.2
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 -> v1.1.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/mattn/go-runewidth v0.0.13 -> v0.0.23
github.com/mgechev/revive v1.2.4 -> v1.15.0
github.com/moricho/tparallel v0.2.1 -> v0.3.2
github.com/nishanths/exhaustive v0.8.3 -> v0.12.0
github.com/onsi/gomega v1.27.7 -> v1.39.1
github.com/pelletier/go-toml/v2 v2.0.5 -> v2.3.1
github.com/quasilyte/go-ruleguard v0.3.18 -> v0.4.5
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f -> v0.5.0
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 -> v0.0.0-20210819130434-b3f0c404a727
github.com/rivo/uniseg v0.2.0 -> v0.4.7
github.com/ryancurrah/gomodguard v1.2.4 -> v1.4.1
github.com/ryanrolds/sqlclosecheck v0.3.0 -> v0.6.0
github.com/sanposhiho/wastedassign/v2 v2.0.6 -> v2.1.0
github.com/sashamelentyev/usestdlibvars v1.20.0 -> v1.29.0
github.com/securego/gosec/v2 v2.13.1 -> v2.26.1
github.com/sirupsen/logrus v1.9.3 -> v1.9.5-0.20260508084601-d4a50659cfd6
github.com/sivchari/containedctx v1.0.2 -> v1.0.3
github.com/sonatard/noctx v0.0.1 -> v0.5.1
github.com/sourcegraph/go-diff v0.6.1 -> v0.8.0
github.com/spf13/afero v1.9.3 -> v1.15.0
github.com/spf13/cobra v1.6.1 -> v1.10.2
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/stbenjam/no-sprintf-host-port v0.1.1 -> v0.3.1
github.com/stretchr/objx v0.5.0 -> v0.5.2
github.com/stretchr/testify v1.8.2 -> v1.11.1
github.com/tetafro/godot v1.4.11 -> v1.5.6
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 -> v0.0.0-20260129054331-73d1f95b84b4
github.com/timonwong/loggercheck v0.9.3 -> v0.11.0
github.com/tomarrell/wrapcheck/v2 v2.7.0 -> v2.12.0
github.com/ultraware/funlen v0.0.3 -> v0.2.0
github.com/ultraware/whitespace v0.0.5 -> v0.2.0
github.com/uudashr/gocognit v1.0.6 -> v1.2.1
github.com/yeya24/promlinter v0.2.0 -> v0.3.0
gitlab.com/bosi/decorder v0.2.3 -> v0.4.2
go.uber.org/zap v1.24.0 -> v1.27.0
golang.org/x/crypto v0.7.0 -> v0.50.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 -> v0.0.0-20250620022241-b7579e27df2b
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 -> v0.0.0-20260209203927-2842357ff358
golang.org/x/mod v0.10.0 -> v0.35.0
golang.org/x/sync v0.2.0 -> v0.20.0
golang.org/x/sys v0.8.0 -> v0.44.0
golang.org/x/text v0.9.0 -> v0.36.0
golang.org/x/tools v0.9.1 -> v0.44.0
honnef.co/go/tools v0.3.3 -> v0.7.0
mvdan.cc/gofumpt v0.4.0 -> v0.9.2
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 -> v0.0.0-20251027182757-5beb8c8f8f15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants