[tools]: Bump the all-tools group across 1 directory with 3 updates#34
Open
dependabot[bot] wants to merge 1 commit into
Open
[tools]: Bump the all-tools group across 1 directory with 3 updates#34dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-tools group with 2 updates in the /tools directory: [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) and [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt). Updates `github.com/golangci/golangci-lint/v2` from 2.11.4 to 2.12.1 - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md) - [Commits](golangci/golangci-lint@v2.11.4...v2.12.1) Updates `golang.org/x/tools` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.43.0...v0.44.0) Updates `mvdan.cc/gofumpt` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/mvdan/gofumpt/releases) - [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md) - [Commits](mvdan/gofumpt@v0.9.2...v0.10.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: golang.org/x/tools dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: mvdan.cc/gofumpt dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the all-tools group with 2 updates in the /tools directory: github.com/golangci/golangci-lint/v2 and mvdan.cc/gofumpt.
Updates
github.com/golangci/golangci-lint/v2from 2.11.4 to 2.12.1Release notes
Sourced from github.com/golangci/golangci-lint/v2's releases.
... (truncated)
Changelog
Sourced from github.com/golangci/golangci-lint/v2's changelog.
Commits
9aa24e9chore: prepare release3a006abgomodguard: fix panic with migration suggestion (#6542)35b2189fix: install.sh script (#6539)6349bbcdocs: update GitHub Action assets (#6538)7761527chore: prepare release8116fb5build(deps): bump github.com/bombsimon/wsl/v5 from 5.6.0 to 5.8.0 (#6536)eec5c47build(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 (#6535)c670072build(deps): bump github.com/alecthomas/chroma/v2 from 2.23.1 to 2.24.1 (#6534)80ad1dcfeat: embed the JSON schema in the binary (#6533)8589d80build(deps): bump github.com/securego/gosec/v2 from 2.25.0 to 2.26.1 (#6532)Updates
golang.org/x/toolsfrom 0.43.0 to 0.44.0Commits
3dd188dgo.mod: update golang.org/x dependenciesaebd870gopls: improve doc link matching to support links followed by a colon5357b43go/analysis/passes/modernize: rangeint: handle type parameter constraintsbf04c61go/types/internal/play: show normal terms of selected type0ae2de0gopls/internal/filecache: cache decoded objects in memCache8e51a5fgo/ssa: support direct references to embedded fields in struct lit5005b9einternal/gcimporter: rename ureader_yes.go to ureader.go5ca865bgo/types/objectpath: add debugging commandf6476fbinternal/gcimporter: consume generic methods in gcimporterb36d1d1internal/pkgbits: sync version.go with gorootUpdates
mvdan.cc/gofumptfrom 0.9.2 to 0.10.0Release notes
Sourced from mvdan.cc/gofumpt's releases.
Changelog
Sourced from mvdan.cc/gofumpt's changelog.
... (truncated)
Commits
1405025CHANGELOG: add entry for v0.10.03e7fd1fformat: narrow scope of newline-after-assignment rule64a87f4format: leave shebang comments on the first line alone529740eformat: align opening and closing parens in multi-line callsa7ca065format: add empty line after trailing inline comment between decls018b5c8format: re-sort imports after joining adjacent single-line declsd9b8a3cformat: separate adjacent long func decls with a blank linede56e49format: detect commented-out code by parsing as Goe476e62testdata: add cases showing the commented-code heuristic limitsba22a6dformat: remove definitely useless parenthesesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions