Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 8.18.1 -> 8.23.0 age adoption passing confidence dependencies minor
@typescript-eslint/parser (source) 8.18.1 -> 8.23.0 age adoption passing confidence dependencies minor
actions/setup-go v5.2.0 -> v5.3.0 age adoption passing confidence action minor
actions/setup-node v4.1.0 -> v4.2.0 age adoption passing confidence action minor
eslint-config-prettier ^9.0.0 -> ^10.0.0 age adoption passing confidence dependencies major
github.com/aperturerobotics/starpc v0.36.0 -> v0.36.1 age adoption passing confidence require patch
github.com/golangci/golangci-lint v1.62.2 -> v1.63.4 age adoption passing confidence require minor
github.com/goreleaser/goreleaser/v2 v2.5.0 -> v2.6.1 age adoption passing confidence require minor
github/codeql-action v3.28.0 -> v3.28.9 age adoption passing confidence action patch
go (source) 1.23.4 -> 1.23.6 age adoption passing confidence toolchain patch
golang.org/x/tools v0.28.0 -> v0.29.0 age adoption passing confidence require minor
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
vitest (source) ^2.1.8 -> ^3.0.0 age adoption passing confidence dependencies major

Release Notes

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

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

v8.23.0

Compare Source

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

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

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.21.0

Compare Source

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

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

v8.20.0

Compare Source

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

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

v8.19.1

Compare Source

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

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

v8.19.0

Compare Source

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

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

v8.18.2

Compare Source

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

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

actions/setup-go (actions/setup-go)

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

actions/setup-node (actions/setup-node)

v4.2.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v10.0.1

Compare Source

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Compare Source

Major Changes
aperturerobotics/starpc (github.com/aperturerobotics/starpc)

v0.36.1

Compare Source

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.63.4

Compare Source

  1. Linters bug fixes
    • dupl, gomodguard, revive: keep only Go-files.

v1.63.3

Compare Source

v1.63.2

Compare Source

v1.63.1

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

v1.63.0

Compare Source

goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)

v2.6.1

Compare Source

Changelog
Bug fixes
Dependency updates
Documentation updates
Other work

Full Changelog: goreleaser/goreleaser@v2.6.0...v2.6.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.6.0

Compare Source

Changelog
New Features
Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

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 changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Oct 11, 2024
@renovate renovate bot closed this Oct 11, 2024
@renovate renovate bot deleted the renovate/all branch October 11, 2024 01:03
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Oct 11, 2024
@renovate renovate bot reopened this Oct 11, 2024
@renovate renovate bot restored the renovate/all branch October 11, 2024 17:17
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update dependency eslint-plugin-react-hooks to v5 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3cded20 to 21d8524 Compare October 14, 2024 20:48
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react-hooks to v5 fix(deps): update all dependencies Oct 14, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2e15199 to cdc51b6 Compare October 22, 2024 02:03
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 701d9b2 to 484f412 Compare October 29, 2024 08:13
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Oct 29, 2024
@renovate renovate bot closed this Oct 29, 2024
@renovate renovate bot deleted the renovate/all branch October 29, 2024 08:13
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Oct 29, 2024
@renovate renovate bot reopened this Oct 29, 2024
@renovate renovate bot restored the renovate/all branch October 29, 2024 11:27
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies to v0.35.2 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2d20837 to 1f6e887 Compare October 29, 2024 15:07
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 7fd6d6a to 803aadc Compare January 8, 2025 23:14
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from bad1d56 to 1e3badb Compare January 17, 2025 17:45
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 0513d77 to 6fcf963 Compare January 27, 2025 20:50
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 14f8307 to 83083f2 Compare February 3, 2025 17:23
Copy link
Contributor Author

renovate bot commented Feb 3, 2025

ℹ Artifact update notice

File name: tools/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):

  • 76 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.5.1 -> v0.6.0
code.gitea.io/sdk/gitea v0.19.0 -> v0.20.0
github.com/4meepo/tagalign v1.3.4 -> v1.4.1
github.com/Antonboom/nilnil v1.0.0 -> v1.0.1
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/ProtonMail/go-crypto v1.0.0 -> v1.1.4
github.com/alecthomas/go-check-sumtype v0.2.0 -> v0.3.1
github.com/anchore/go-logger v0.0.0-20230725134548-c21dafa1ec5a -> v0.0.0-20241005132348-65b4486fbb28
github.com/ashanbrown/makezero v1.1.1 -> v1.2.0
github.com/blacktop/go-macho v1.1.231 -> v1.1.233
github.com/bombsimon/wsl/v4 v4.4.1 -> v4.5.0
github.com/butuzov/ireturn v0.3.0 -> v0.3.1
github.com/butuzov/mirror v1.2.0 -> v1.3.0
github.com/caarlos0/env/v11 v11.2.2 -> v11.3.1
github.com/caarlos0/log v0.4.6 -> v0.4.8
github.com/charmbracelet/x/ansi v0.4.2 -> v0.4.5
github.com/ckaznocha/intrange v0.2.1 -> v0.3.0
github.com/containerd/stargz-snapshotter/estargz v0.15.1 -> v0.16.3
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.6
github.com/curioswitch/go-reassign v0.2.0 -> v0.3.0
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.3.6
github.com/docker/cli v27.1.1+incompatible -> v27.5.0+incompatible
github.com/docker/docker v27.3.1+incompatible -> v27.5.0+incompatible
github.com/elliotchance/orderedmap/v2 v2.2.0 -> v2.7.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/go-git/go-billy/v5 v5.5.0 -> v5.6.1
github.com/go-git/go-git/v5 v5.12.0 -> v5.13.1
github.com/go-xmlfmt/xmlfmt v1.1.2 -> v1.1.3
github.com/golangci/gofmt v0.0.0-20240816233607-d8596aa466a9 -> v0.0.0-20241223200906-057b0627d9b9
github.com/google/go-containerregistry v0.20.2 -> v0.20.3
github.com/goreleaser/chglog v0.6.1 -> v0.6.2
github.com/goreleaser/nfpm/v2 v2.41.1 -> v2.41.2
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/invopop/jsonschema v0.12.0 -> v0.13.0
github.com/jjti/go-spancheck v0.6.2 -> v0.6.4
github.com/julz/importas v0.1.0 -> v0.2.0
github.com/ldez/gomoddirectives v0.2.4 -> v0.6.0
github.com/ldez/tagliatelle v0.5.0 -> v0.7.1
github.com/nunnatsa/ginkgolinter v0.18.3 -> v0.18.4
github.com/prometheus/client_golang v1.20.2 -> v1.20.5
github.com/prometheus/common v0.55.0 -> v0.60.1
github.com/raeperd/recvcheck v0.1.2 -> v0.2.0
github.com/sagikazarmark/locafero v0.4.0 -> v0.6.0
github.com/sanposhiho/wastedassign/v2 v2.0.7 -> v2.1.0
github.com/sashamelentyev/usestdlibvars v1.27.0 -> v1.28.0
github.com/shopspring/decimal v1.2.0 -> v1.4.0
github.com/skeema/knownhosts v1.2.2 -> v1.3.0
github.com/spf13/cast v1.6.0 -> v1.7.0
github.com/stbenjam/no-sprintf-host-port v0.1.1 -> v0.2.0
github.com/tdakkota/asciicheck v0.2.0 -> v0.3.0
github.com/tetafro/godot v1.4.18 -> v1.4.20
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 -> v0.0.0-20241017074812-ed6a65f985e3
github.com/tomarrell/wrapcheck/v2 v2.9.0 -> v2.10.0
github.com/ultraware/funlen v0.1.0 -> v0.2.0
github.com/ultraware/whitespace v0.1.1 -> v0.2.0
github.com/uudashr/gocognit v1.1.3 -> v1.2.0
github.com/uudashr/iface v1.2.1 -> v1.3.0
github.com/vbatts/tar-split v0.11.5 -> v0.11.6
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.58.0
go.opentelemetry.io/otel v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/sdk v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/sdk/metric v1.29.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.33.0
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f -> v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/net v0.32.0 -> v0.34.0
golang.org/x/oauth2 v0.24.0 -> v0.25.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
golang.org/x/time v0.6.0 -> v0.8.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/grpc v1.66.2 -> v1.68.1
google.golang.org/protobuf v1.35.2 -> v1.36.3
software.sslmate.com/src/go-pkcs12 v0.4.0 -> v0.5.0

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