Skip to content

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 v3 -> v6 age adoption passing confidence action major
actions/setup-go v3 -> v6 age adoption passing confidence action major
bufferutil 4.0.7 -> 4.0.9 age adoption passing confidence dependencies patch
depcheck 1.4.3 -> 1.4.7 age adoption passing confidence devDependencies patch
eslint (source) ^8.43.0 -> ^9.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/csi-spec v0.0.0-00010101000000-000000000000 -> v0.0.6 age adoption passing confidence require patch
github.com/aperturerobotics/goprotowrap v0.3.0 -> v0.3.2 age adoption passing confidence require patch
github.com/aperturerobotics/starpc v0.19.2 -> v0.41.0 age adoption passing confidence require minor
github.com/evanw/esbuild v0.16.16 -> v0.27.1 age adoption passing confidence require minor
github.com/golangci/golangci-lint v1.50.1 -> v2.7.2 age adoption passing confidence require major
github.com/planetscale/vtprotobuf v0.3.1-0.20220817155510-0ae748fd2007 -> v0.6.0 age adoption passing confidence require minor
github.com/psampaz/go-mod-outdated v0.8.0 -> v0.9.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.30.0 -> v1.36.11 age adoption passing confidence require minor
long 5.2.3 -> 5.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 -> 7.5.4 age adoption passing confidence dependencies minor
starpc ^0.19.2 -> ^0.41.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 -> 5.9.3 age adoption passing confidence devDependencies minor
utf-8-validate 6.0.3 -> 6.0.5 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.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

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

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.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.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.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

v8.33.0

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.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

[v8.28.0](https://redire


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 4 times, most recently from bbc063b to 33a2784 Compare September 26, 2025 03:55
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 671a738 to cdbb132 Compare October 4, 2025 04:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1921c03 to fd4cb23 Compare October 14, 2025 03:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ca8e683 to 0892e6f Compare October 18, 2025 11:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 43668d7 to 9b3df82 Compare November 3, 2025 23:07
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e2324b6 to 7c5fd10 Compare November 21, 2025 04:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8085d5a to 9c7caa2 Compare November 30, 2025 11:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 10b4829 to e6e42d4 Compare December 9, 2025 07:57
@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):

  • 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

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.

1 participant