[tools]: Bump the all-tools group in /tools with 4 updates#27
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
[tools]: Bump the all-tools group in /tools with 4 updates#27dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all-tools group in /tools with 4 updates: [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint), [github.com/itchyny/gojq](https://github.com/itchyny/gojq), [golang.org/x/tools](https://github.com/golang/tools) and [honnef.co/go/tools](https://github.com/dominikh/go-tools). Updates `github.com/golangci/golangci-lint/v2` from 2.5.0 to 2.9.0 - [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.5.0...v2.9.0) Updates `github.com/itchyny/gojq` from 0.12.17 to 0.12.18 - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md) - [Commits](itchyny/gojq@v0.12.17...v0.12.18) Updates `golang.org/x/tools` from 0.38.0 to 0.42.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.38.0...v0.42.0) Updates `honnef.co/go/tools` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/dominikh/go-tools/releases) - [Commits](dominikh/go-tools@v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: github.com/itchyny/gojq dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-tools - dependency-name: golang.org/x/tools dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: honnef.co/go/tools dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 in /tools with 4 updates: github.com/golangci/golangci-lint/v2, github.com/itchyny/gojq, golang.org/x/tools and honnef.co/go/tools.
Updates
github.com/golangci/golangci-lint/v2from 2.5.0 to 2.9.0Release notes
Sourced from github.com/golangci/golangci-lint/v2's releases.
... (truncated)
Changelog
Sourced from github.com/golangci/golangci-lint/v2's changelog.
... (truncated)
Commits
72798d3chore: prepare release26668d6chore: minor changese9b7221go1.26 support (#6271)9abb996build(deps): bump github.com/mgechev/revive from 1.13.0 to 1.14.0 (#6359)645ae5bbuild(deps): bump github.com/golangci/misspell from 0.7.0 to 0.8.0 (#6358)2eecf28build(deps): bump golang.org/x/tools from 0.41.0 to 0.42.0 (#6357)a346ce3build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 (#6356)70ad936build(deps): bump golang.org/x/mod from 0.32.0 to 0.33.0 (#6355)353cec6build(deps): bump github.com/golangci/golines from 0.14.0 to 0.15.0 (#6354)ca3fa5dbuild(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 in /scripts/gen_g...Updates
github.com/itchyny/gojqfrom 0.12.17 to 0.12.18Release notes
Sourced from github.com/itchyny/gojq's releases.
Changelog
Sourced from github.com/itchyny/gojq's changelog.
Commits
fa534a1bump up version to 0.12.18d7e1531update CHANGELOG.md for v0.12.18672cc79update dependencies2263e18update actions/checkout to v65d8a53cadd more tests for empty strings and NO_COLOR97274d3make use of cmp package for comparisons3e31863merge identical cases for getting operator functionse4d456bavoid variable names that shadow built-in functions19a3975stop replacing capturing group syntax5bb6d33support binding expressions with binary operators (fix #283)Updates
golang.org/x/toolsfrom 0.38.0 to 0.42.0Commits
009367fgo.mod: update golang.org/x dependencies2182926go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods27020acinternal/server: add module upgrade pathway after vulncheck scanningc4ec0f5internal/server: list vulnerabilities within vulncheck prompt80d1715gopls/internal/protocol: add document uri field type0e23509gopls/doc: update link to Acme LSP plugin7b3ed75gopls/internal/server: respect SemanticTokens option during initializationfddd4a6gopls/filecache: prevent premature CAS file evictione3a69ffgopls/internal/golang: refactor.inline.variable: add parens955d132gopls/internal/golang: migrate pkgdoc to cursorUpdates
honnef.co/go/toolsfrom 0.6.1 to 0.7.0Release notes
Sourced from honnef.co/go/tools's releases.
... (truncated)
Commits
ff63afaVersion 2026.1 (v0.7.0)b4a35eaIgnore deprecated uses of GOROOT in our codead522a4config: add simd/archsimd to default dot_import_whitelist9bb55d1website: go mod tidy4d7b7cbwebsite: add 2026.1 release notes5b2cf0ago/ir, go/buildid: update UPSTREAM4e2a09aSA5008: update for latest version of encoding/json/v28be920fUpdate to Go 1.25 and run 'go fix'952cd74knowledge: update deprecations for Go 1.260ca3b12go/ir: support new(expr)Dependabot 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