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

Bump the all group across 1 directory with 2 updates #1307

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps the all group with 2 updates in the / directory: github.com/golangci/golangci-lint and google.golang.org/protobuf.

Updates github.com/golangci/golangci-lint from 1.63.4 to 1.64.2

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.64.2

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • 07019ee1d build(deps): bump honnef.co/go/tools from 0.5.1 to 0.6.0 (#5391)
  • 474fdafc7 go1.24 support (#5224)
  • e21ee9a8d build(deps): bump github.com/ldez/exptostd from 0.4.0 to 0.4.1 (#5390)
  • 8e1d5f487 build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 (#5389)
  • 23eafd5d6 build(deps): bump github.com/catenacyber/perfsprint from 0.8.0 to 0.8.1 (#5386)
  • 71445eebf build(deps): bump go-simpler.org/sloglint from 0.7.2 to 0.9.0 (#5384)
  • 9ce909727 build(deps): bump 4d63.com/gochecknoglobals from 0.2.1 to 0.2.2 (#5380)
  • 1200be22a build(deps): bump github.com/catenacyber/perfsprint from 0.7.1 to 0.8.0 (#5382)
  • 2b24c4ea4 build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (#5376)
  • fbc663dfe build(deps): bump golang.org/x/mod from 0.22.0 to 0.23.0 (#5375)
  • 0284fa966 tenv: deprecation (#5373)
  • a2ef9ee16 build(deps): bump github.com/polyfloyd/go-errorlint from 1.7.0 to 1.7.1 (#5368)
  • a7da4040a build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#5367)
  • 72a1b33db build(deps): bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 (#5366)
  • 10c03d79b feat: use run.relative-path-mode for output format paths (#5363)
  • fc9406016 build(deps): bump the linter-testdata group across 2 directories with 4 updates (#5365)
  • 192e98bfe feat: add new issues.new-from-merge-base option (#5362)
  • 980a91177 fix: sanitize severities by output format (#5359)
  • 4b0517088 build(deps): bump github.com/matoous/godox from 0.0.0-20230222163458-006bad1f9d26 to 1.1.0 (#5355)
  • 98c110b06 feat: new linter exclusions system (#5339)
  • d1e9da0a2 fix: fallback on unknown severities for code climate (#5350)
  • 2637593e7 build(deps): bump github.com/mgechev/revive from 1.5.1 to 1.6.0 (#5346)
  • 23641e3b1 build(deps): bump github.com/golangci/revgrep from 0.6.1 to 0.7.0 (#5337)
  • a10bfc547 build(deps): bump github.com/golangci/revgrep from 0.6.0 to 0.6.1 (#5336)
  • 2084a50a8 build(deps): bump github.com/Crocmagnon/fatcontext from 0.6.0 to 0.7.1 (#5335)
  • ac95a2332 build(deps): bump github.com/ldez/exptostd from 0.3.1 to 0.4.0 (#5330)
  • 20e4b1e3b build(deps): bump github.com/Crocmagnon/fatcontext from 0.5.3 to 0.6.0 (#5332)
  • 29eaf2d9c build(deps): bump github.com/ldez/gomoddirectives from 0.6.0 to 0.6.1 (#5329)
  • 5a7c7e640 fix: spancheck default StartSpanMatchersSlice values (#5324)
  • 019bde5e2 build(deps): bump github.com/golangci/revgrep from 0.5.3 to 0.6.0 (#5319)
  • 2502d207c build(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 (#5318)
  • 8f187ff9f build(deps): bump github.com/securego/gosec/v2 from 2.21.4 to 2.22.0 (#5311)
  • e24c18c5a build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.1.0 to 1.2.1 (#5307)
  • ace35f068 fix: avoid panic with plugin without description (#5312)
  • 09489d568 build(deps): bump github.com/uudashr/iface from 1.3.0 to 1.3.1 (#5308)
  • c07dc97f3 build(deps): bump github.com/ghostiam/protogetter from 0.3.8 to 0.3.9 (#5306)
  • 555fb5cf5 build(deps): bump github.com/alingse/nilnesserr from 0.1.1 to 0.1.2 (#5305)
  • b7fd29575 build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0 (#5309)
  • b747025f7 build(deps): bump github.com/ldez/grignotin from 0.7.0 to 0.8.0 (#5295)

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.64.2

This is the last minor release of golangci-lint v1. The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1f9d26 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️ tenv is deprecated and replaced by usetesing.osenv: true.
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.64.1

Cancelled due to CI failure.

v1.64.0

Cancelled due to CI failure.

Commits
  • 1dae906 dev: disable chocolatey install
  • 07019ee build(deps): bump honnef.co/go/tools from 0.5.1 to 0.6.0 (#5391)
  • edd8799 dev: disable chocolateys
  • 474fdaf go1.24 support (#5224)
  • e21ee9a build(deps): bump github.com/ldez/exptostd from 0.4.0 to 0.4.1 (#5390)
  • 8e1d5f4 build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 (#5389)
  • 1b50df3 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 in the gi...
  • e309eb4 build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 in /scripts/gen_g...
  • 23eafd5 build(deps): bump github.com/catenacyber/perfsprint from 0.8.0 to 0.8.1 (#5386)
  • 71445ee build(deps): bump go-simpler.org/sloglint from 0.7.2 to 0.9.0 (#5384)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.4 to 1.36.5

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all group with 2 updates in the / directory: [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) and google.golang.org/protobuf.


Updates `github.com/golangci/golangci-lint` from 1.63.4 to 1.64.2
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.63.4...v1.64.2)

Updates `google.golang.org/protobuf` from 1.36.4 to 1.36.5

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. labels Feb 12, 2025
@tekton-robot
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 12, 2025
@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign chuangw6 after the PR has been reviewed.
You can assign the PR to them by writing /assign @chuangw6 in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2025

Superseded by #1309.

@dependabot dependabot bot closed this Feb 13, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-88ef0d876e branch February 13, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant