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

chore(deps): update patch updates #144

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/4meepo/tagalign v1.3.3 -> v1.3.4 age adoption passing confidence indirect patch
github.com/Abirdcfly/dupword v0.0.13 -> v0.0.14 age adoption passing confidence indirect patch
github.com/Antonboom/errname v0.1.12 -> v0.1.13 age adoption passing confidence indirect patch
github.com/Antonboom/nilnil v0.1.7 -> v0.1.9 age adoption passing confidence indirect patch
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2 age adoption passing confidence indirect patch
github.com/alecthomas/go-check-sumtype v0.1.3 -> v0.1.4 age adoption passing confidence indirect patch
github.com/alexkohler/nakedret/v2 v2.0.2 -> v2.0.4 age adoption passing confidence indirect patch
github.com/ccojocar/zxcvbn-go v1.0.1 -> v1.0.2 age adoption passing confidence indirect patch
github.com/cloudflare/circl v1.3.7 -> v1.3.8 age adoption passing confidence indirect patch
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 -> v1.0.4 age adoption passing confidence indirect patch
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.2.5 age adoption passing confidence indirect patch
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.5 age adoption passing confidence indirect patch
github.com/golang/glog v1.2.0 -> v1.2.1 age adoption passing confidence indirect patch
github.com/golang/protobuf v1.5.2 -> v1.5.4 age adoption passing confidence indirect patch
github.com/golangci/revgrep v0.5.2 -> v0.5.3 age adoption passing confidence indirect patch
github.com/kkHAIKE/contextcheck v1.1.4 -> v1.1.5 age adoption passing confidence indirect patch
github.com/kunwardeep/paralleltest v1.0.8 -> v1.0.10 age adoption passing confidence indirect patch
github.com/ldez/gomoddirectives v0.2.3 -> v0.2.4 age adoption passing confidence indirect patch
github.com/leonklingele/grouper v1.1.1 -> v1.1.2 age adoption passing confidence indirect patch
github.com/macabu/inamedparam v0.1.2 -> v0.1.3 age adoption passing confidence indirect patch
github.com/magiconair/properties v1.8.6 -> v1.8.7 age adoption passing confidence indirect patch
github.com/mattn/go-isatty v0.0.17 -> v0.0.20 age adoption passing confidence indirect patch
github.com/mattn/go-runewidth v0.0.9 -> v0.0.15 age adoption passing confidence indirect patch
github.com/mgechev/revive v1.3.4 -> v1.3.7 age adoption passing confidence indirect patch
github.com/pulumi/pulumi-random/sdk/v4 v4.16.0 -> v4.16.1 age adoption passing confidence require patch
github.com/pulumi/pulumi-tls/sdk/v5 v5.0.0 -> v5.0.3 age adoption passing confidence require patch
github.com/quasilyte/go-ruleguard v0.4.0 -> v0.4.2 age adoption passing confidence indirect patch
github.com/rivo/uniseg v0.4.4 -> v0.4.7 age adoption passing confidence indirect patch
github.com/ryancurrah/gomodguard v1.3.0 -> v1.3.2 age adoption passing confidence indirect patch
github.com/spf13/viper v1.18.1 -> v1.18.2 age adoption passing confidence require patch
github.com/stretchr/objx v0.5.0 -> v0.5.2 age adoption passing confidence indirect patch
github.com/tetafro/godot v1.4.15 -> v1.4.16 age adoption passing confidence indirect patch
github.com/tomarrell/wrapcheck/v2 v2.8.1 -> v2.8.3 age adoption passing confidence indirect patch
github.com/ykadowak/zerologlint v0.1.3 -> v0.1.5 age adoption passing confidence indirect patch
gitlab.com/bosi/decorder v0.4.1 -> v0.4.2 age adoption passing confidence indirect patch
google.golang.org/protobuf v1.34.0 -> v1.34.1 age adoption passing confidence indirect patch
honnef.co/go/tools v0.4.6 -> v0.4.7 age adoption passing confidence indirect patch
pulumi/pulumi-random v4.16.0 -> v4.16.1 age adoption passing confidence patch
pulumi/pulumi-tls v5.0.0 -> v5.0.3 age adoption passing confidence patch

Release Notes

4meepo/tagalign (github.com/4meepo/tagalign)

v1.3.4

Compare Source

Changelog

  • e25313b Merge pull request #​10 from iis256:go1.22_fix
  • c43c24d Upgraded golang.org/x/tools to v0.21.0 - fixes panic when compiled with go 1.22
Abirdcfly/dupword (github.com/Abirdcfly/dupword)

v0.0.14

Compare Source

Changelog

  • 981559a action: enable gofmt lint; fix dupword.go formatting
  • 3bfc1a0 build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0
  • f4f61a5 build(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0
  • db55041 build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0
  • cf4752c build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1
  • ded7757 build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0
  • 4263ed7 build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0
Antonboom/errname (github.com/Antonboom/errname)

v0.1.13: Dependencies :)

Compare Source

What's Changed

New Contributors

Full Changelog: Antonboom/errname@v0.1.12...v0.1.13

Antonboom/nilnil (github.com/Antonboom/nilnil)

v0.1.9: Growing up

Compare Source

What's Changed

The linter logic has been significantly rewritten, now it relies on information about types from *analysis.Pass, and not on the *ast.TypeSpec cache, which it collected on his own earlier.

This made it possible to extend the linter to all types, and not just to types from current package.

unsafe.Pointer and uintptr were also supported.


Full Changelog: Antonboom/nilnil@v0.1.8...v0.1.9

v0.1.8: Dependencies :)

Compare Source

What's Changed

Full Changelog: Antonboom/nilnil@v0.1.7...v0.1.8

Microsoft/go-winio (github.com/Microsoft/go-winio)

v0.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: microsoft/go-winio@v0.6.1...v0.6.2

alecthomas/go-check-sumtype (github.com/alecthomas/go-check-sumtype)

v0.1.4

Compare Source

Changelog

  • 0697847 fix: don't include generic types in variants
alexkohler/nakedret (github.com/alexkohler/nakedret/v2)

v2.0.4

Compare Source

v2.0.3

Compare Source

Fixes panics in go1.22.

ccojocar/zxcvbn-go (github.com/ccojocar/zxcvbn-go)

v1.0.2

Compare Source

cloudflare/circl (github.com/cloudflare/circl)

v1.3.8: CIRCL v1.3.8

Compare Source

CIRCL v1.3.8

New

  • BLS Signatures on top of BLS12-381.
  • Adopt faster squaring in pairings.
  • BlindRSA compliant with RFC9474.
  • (Verifiable) Secret Sharing compatible with the Group interface (elliptic curves).

Notice

What's Changed
New Contributors

Full Changelog: cloudflare/circl@v1.3.7...v1.3.8

containerd/console (github.com/containerd/console)

v1.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: containerd/console@v1.0.3...v1.0.4

cyphar/filepath-securejoin (github.com/cyphar/filepath-securejoin)

v0.2.5

Compare Source

This release makes some minor improvements to SecureJoin:

  • Some changes were made to how lexical components are handled during
    resolution. There is no change in behaviour, and both implementations
    are safe, however the newer implementation is much easier to reason
    about.

  • The error returned when a symlink loop has been detected will now
    reference the correct path. #​10

Signed-off-by: Aleksa Sarai [email protected]

firefart/nonamedreturns (github.com/firefart/nonamedreturns)

v1.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: firefart/nonamedreturns@v1.0.4...v1.0.5

golang/glog (github.com/golang/glog)

v1.2.1

Compare Source

What's Changed

Full Changelog: golang/glog@v1.2.0...v1.2.1

golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version

v1.5.3

Compare Source

Notable changes

*( #​1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal

golangci/revgrep (github.com/golangci/revgrep)

v0.5.3

Compare Source

kkHAIKE/contextcheck (github.com/kkHAIKE/contextcheck)

v1.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: kkHAIKE/contextcheck@v1.1.4...v1.1.5

kunwardeep/paralleltest (github.com/kunwardeep/paralleltest)

v1.0.10: Add new option ignoreloopvar

Compare Source

What's Changed

New Contributors

Full Changelog: kunwardeep/paralleltest@v1.0.9...v1.0.10

v1.0.9: Setenv can be used in parallel tests or tests with parallel ancestors

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/patch-updates branch 7 times, most recently from 0d0824f to 439945f Compare October 5, 2023 22:21
@renovate renovate bot changed the title chore(deps): update patch updates fix(deps): update patch updates Oct 5, 2023
@renovate renovate bot force-pushed the renovate/patch-updates branch 8 times, most recently from 8d68d52 to 9b58444 Compare October 13, 2023 19:38
@renovate renovate bot force-pushed the renovate/patch-updates branch 12 times, most recently from 68c684a to 5c30303 Compare October 23, 2023 14:40
@renovate renovate bot force-pushed the renovate/patch-updates branch 2 times, most recently from e36a3b0 to 3ff8763 Compare October 28, 2023 00:08
@renovate renovate bot force-pushed the renovate/patch-updates branch 3 times, most recently from 6762abd to 1ebe16b Compare March 12, 2024 15:31
@renovate renovate bot force-pushed the renovate/patch-updates branch 2 times, most recently from 9678dd5 to 63352e8 Compare March 21, 2024 11:11
@renovate renovate bot force-pushed the renovate/patch-updates branch from 63352e8 to 4ba7636 Compare March 29, 2024 22:31
@renovate renovate bot force-pushed the renovate/patch-updates branch from 4ba7636 to 15b18d6 Compare April 8, 2024 15:07
@renovate renovate bot force-pushed the renovate/patch-updates branch 3 times, most recently from 5b135cd to e3c619b Compare April 23, 2024 15:42
@renovate renovate bot force-pushed the renovate/patch-updates branch 4 times, most recently from bf2e035 to 3e10664 Compare May 1, 2024 09:07
@renovate renovate bot force-pushed the renovate/patch-updates branch 5 times, most recently from 72791ad to f3dde69 Compare May 8, 2024 14:42
@renovate renovate bot force-pushed the renovate/patch-updates branch 4 times, most recently from b4d1330 to c1955c8 Compare May 15, 2024 22:13
@renovate renovate bot force-pushed the renovate/patch-updates branch 3 times, most recently from ebb0937 to 51d0133 Compare May 22, 2024 13:12
@renovate renovate bot force-pushed the renovate/patch-updates branch from 51d0133 to 7f1fcb2 Compare May 22, 2024 14:43
@adrianriobo adrianriobo merged commit 1b21c01 into main May 22, 2024
3 checks passed
@renovate renovate bot deleted the renovate/patch-updates branch May 22, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant