From bfafac1f3c2f595b17abf8ca14a089c5c5968c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 03:54:38 +0000 Subject: [PATCH] chore(deps): update golang devdeps non-major (#149) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.59.1` -> `v1.60.1` | | [mvdan/gofumpt](https://togithub.com/mvdan/gofumpt) | minor | `v0.6.0` -> `v0.7.0` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.60.1`](https://togithub.com/golangci/golangci-lint/compare/v1.60.0...v1.60.1) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.1)
mvdan/gofumpt (mvdan/gofumpt) ### [`v0.7.0`](https://togithub.com/mvdan/gofumpt/blob/HEAD/CHANGELOG.md#v070---2024-08-16) [Compare Source](https://togithub.com/mvdan/gofumpt/compare/v0.6.0...v0.7.0) This release is based on Go 1.23.0's gofmt, and requires Go 1.22 or later. The following changes are included: - Group `internal/...` imported packages as standard library - [#​307](https://togithub.com/mvdan/gofumpt/issues/307)
--- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/thegeeklab/wp-matrix). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4a5f07a..cb5323c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # renovate: datasource=github-releases depName=mvdan/gofumpt -GOFUMPT_PACKAGE_VERSION := v0.6.0 +GOFUMPT_PACKAGE_VERSION := v0.7.0 # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_PACKAGE_VERSION := v1.59.1 +GOLANGCI_LINT_PACKAGE_VERSION := v1.60.1 EXECUTABLE := wp-matrix