Skip to content

fix(deps): update all dependencies#2

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

fix(deps): update all dependencies#2
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link

@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.0 age adoption passing confidence require minor
github.com/evanw/esbuild v0.16.16v0.27.4 age adoption passing confidence require minor
github.com/golangci/golangci-lint v1.50.1v2.11.3 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 (source) ^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.35.9.3 age adoption passing confidence devDependencies minor
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.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)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

v8.39.1

Compare Source

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

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

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

[v8.38.0](https://redirect.github.com/typescript-eslint/typescript-eslint/


Configuration

📅 Schedule: 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
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
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
github.com/libp2p/go-yamux/v4 v4.0.1 -> v4.0.2
golang.org/x/sys v0.8.0 -> v0.40.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):

  • 105 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.32.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/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.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-20250308024227-f665c8d69b32
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.8.0
github.com/inconshreveable/mousetrap v1.0.1 -> v1.1.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.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.16
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.2.4
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.24.8-0.20260309165252-619ce2117e08
github.com/sirupsen/logrus v1.9.3 -> v1.9.5-0.20260226151524-34027eac4204
github.com/sivchari/containedctx v1.0.2 -> v1.0.3
github.com/sonatard/noctx v0.0.1 -> v0.5.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.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.48.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.33.0
golang.org/x/sync v0.2.0 -> v0.20.0
golang.org/x/sys v0.8.0 -> v0.41.0
golang.org/x/text v0.9.0 -> v0.34.0
golang.org/x/tools v0.9.1 -> v0.42.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