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.4
v0.0.13
->v0.0.14
v0.1.12
->v0.1.13
v0.1.7
->v0.1.9
v0.6.1
->v0.6.2
v0.1.3
->v0.1.4
v2.0.2
->v2.0.4
v1.0.1
->v1.0.2
v1.3.7
->v1.3.8
v1.0.4-0.20230313162750-1ae8d489ac81
->v1.0.4
v0.2.4
->v0.2.5
v1.0.4
->v1.0.5
v1.2.0
->v1.2.1
v1.5.2
->v1.5.4
v0.5.2
->v0.5.3
v1.1.4
->v1.1.5
v1.0.8
->v1.0.10
v0.2.3
->v0.2.4
v1.1.1
->v1.1.2
v0.1.2
->v0.1.3
v1.8.6
->v1.8.7
v0.0.17
->v0.0.20
v0.0.9
->v0.0.15
v1.3.4
->v1.3.7
v4.16.0
->v4.16.1
v5.0.0
->v5.0.3
v0.4.0
->v0.4.2
v0.4.4
->v0.4.7
v1.3.0
->v1.3.2
v1.18.1
->v1.18.2
v0.5.0
->v0.5.2
v1.4.15
->v1.4.16
v2.8.1
->v2.8.3
v0.1.3
->v0.1.5
v0.4.1
->v0.4.2
v1.34.0
->v1.34.1
v0.4.6
->v0.4.7
v4.16.0
->v4.16.1
v5.0.0
->v5.0.3
Release Notes
4meepo/tagalign (github.com/4meepo/tagalign)
v1.3.4
Compare Source
Changelog
e25313b
Merge pull request #10 from iis256:go1.22_fixc43c24d
Upgraded golang.org/x/tools to v0.21.0 - fixes panic when compiled with go 1.22Abirdcfly/dupword (github.com/Abirdcfly/dupword)
v0.0.14
Compare Source
Changelog
981559a
action: enable gofmt lint; fix dupword.go formatting3bfc1a0
build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0f4f61a5
build(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0db55041
build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0cf4752c
build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1ded7757
build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.04263ed7
build(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.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
anduintptr
were also supported.uintptr
andunsafe.Pointer
by @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.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 variantsalexkohler/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.8Compare Source
CIRCL v1.3.8
New
Notice
What's Changed
purego
build tag, removingnoasm
build 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.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
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 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.