chore(deps): update patch updates #144
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.3->v1.3.4v0.0.13->v0.0.14v0.1.12->v0.1.13v0.1.7->v0.1.9v0.6.1->v0.6.2v0.1.3->v0.1.4v2.0.2->v2.0.4v1.0.1->v1.0.2v1.3.7->v1.3.8v1.0.4-0.20230313162750-1ae8d489ac81->v1.0.4v0.2.4->v0.2.5v1.0.4->v1.0.5v1.2.0->v1.2.1v1.5.2->v1.5.4v0.5.2->v0.5.3v1.1.4->v1.1.5v1.0.8->v1.0.10v0.2.3->v0.2.4v1.1.1->v1.1.2v0.1.2->v0.1.3v1.8.6->v1.8.7v0.0.17->v0.0.20v0.0.9->v0.0.15v1.3.4->v1.3.7v4.16.0->v4.16.1v5.0.0->v5.0.3v0.4.0->v0.4.2v0.4.4->v0.4.7v1.3.0->v1.3.2v1.18.1->v1.18.2v0.5.0->v0.5.2v1.4.15->v1.4.16v2.8.1->v2.8.3v0.1.3->v0.1.5v0.4.1->v0.4.2v1.34.0->v1.34.1v0.4.6->v0.4.7v4.16.0->v4.16.1v5.0.0->v5.0.3Release Notes
4meepo/tagalign (github.com/4meepo/tagalign)
v1.3.4Compare Source
Changelog
e25313bMerge pull request #10 from iis256:go1.22_fixc43c24dUpgraded golang.org/x/tools to v0.21.0 - fixes panic when compiled with go 1.22Abirdcfly/dupword (github.com/Abirdcfly/dupword)
v0.0.14Compare Source
Changelog
981559aaction: enable gofmt lint; fix dupword.go formatting3bfc1a0build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0f4f61a5build(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0db55041build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0cf4752cbuild(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1ded7757build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.04263ed7build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0Antonboom/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 upCompare 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.TypeSpeccache, 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.Pointeranduintptrwere also supported.uintptrandunsafe.Pointerby @Antonboom in https://github.com/Antonboom/nilnil/pull/34Full 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.2Compare 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.4Compare Source
Changelog
0697847fix: don't include generic types in variantsalexkohler/nakedret (github.com/alexkohler/nakedret/v2)
v2.0.4Compare Source
v2.0.3Compare Source
Fixes panics in go1.22.
ccojocar/zxcvbn-go (github.com/ccojocar/zxcvbn-go)
v1.0.2Compare Source
cloudflare/circl (github.com/cloudflare/circl)
v1.3.8: CIRCL v1.3.8Compare Source
CIRCL v1.3.8
New
Notice
What's Changed
puregobuild tag, removingnoasmbuild tag by @mattyclarkson in https://github.com/cloudflare/circl/pull/492New Contributors
Full Changelog: cloudflare/circl@v1.3.7...v1.3.8
containerd/console (github.com/containerd/console)
v1.0.4Compare 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.5Compare 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 cyphar@cyphar.com
firefart/nonamedreturns (github.com/firefart/nonamedreturns)
v1.0.5Compare Source
What's Changed
New Contributors
Full Changelog: firefart/nonamedreturns@v1.0.4...v1.0.5
golang/glog (github.com/golang/glog)
v1.2.1Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.0...v1.2.1
golang/protobuf (github.com/golang/protobuf)
v1.5.4Compare Source
Notable changes
v1.5.3Compare Source
Notable changes
*( #1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
golangci/revgrep (github.com/golangci/revgrep)
v0.5.3Compare Source
kkHAIKE/contextcheck (github.com/kkHAIKE/contextcheck)
v1.1.5Compare 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 ignoreloopvarCompare 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 ancestorsCompare 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.
This PR has been generated by Mend Renovate. View repository job log here.