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

build(deps): bump mvdan.cc/gofumpt from 0.3.1 to 0.4.0 #3256

Merged
merged 1 commit into from Sep 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps mvdan.cc/gofumpt from 0.3.1 to 0.4.0.

Release notes

Sourced from mvdan.cc/gofumpt's releases.

v0.4.0

This release is based on Go 1.19's gofmt, and requires Go 1.18 or later. We recommend building gofumpt with Go 1.19 for the best formatting results.

The jump from Go 1.18 brings diffing in pure Go, removing the need to exec diff, and a small parsing speed-up thanks to go/parser.SkipObjectResolution.

The following formatting fixes are included as well:

  • Allow grouping declarations with comments - #212
  • Properly measure the length of case clauses - #217
  • Fix a few crashes found by Go's native fuzzing

Binaries built on go version go1.19.1 linux/amd64 via a shell script.

Consider becoming a sponsor if you benefit from the work that went into this release!

Changelog

Sourced from mvdan.cc/gofumpt's changelog.

[v0.4.0] - 2022-09-27

This release is based on Go 1.19's gofmt, and requires Go 1.18 or later. We recommend building gofumpt with Go 1.19 for the best formatting results.

The jump from Go 1.18 brings diffing in pure Go, removing the need to exec diff, and a small parsing speed-up thanks to go/parser.SkipObjectResolution.

The following formatting fixes are included as well:

  • Allow grouping declarations with comments - #212
  • Properly measure the length of case clauses - #217
  • Fix a few crashes found by Go's native fuzzing
Commits
  • 6da4e62 write changelog for v0.4.0
  • 535f6e6 use testscript.Params.RequireExplicitExec
  • c6041b3 bump module deps
  • 70d7433 revamp //gofumpt:diagnose for real use cases
  • bf2870b add Go 1.19.x, drop 1.17.x
  • 8dda806 use testdata/script/.txtar rather than testdata/scripts/.txt
  • 900c61a sync with go1.19beta1's gofmt
  • 2a5d4bc use go/parser.SkipObjectResolution
  • 8f1392a README: clarify that we require Go 1.17 or later
  • d4a82e8 README: add a godoc badge
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Sep 30, 2022
@ldez
Copy link
Member

ldez commented Sep 30, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/mvdan.cc/gofumpt-0.4.0 branch from 17ba5b1 to 93c0da3 Compare September 30, 2022 19:14
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](mvdan/gofumpt@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: mvdan.cc/gofumpt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/mvdan.cc/gofumpt-0.4.0 branch from 93c0da3 to 6a1921d Compare September 30, 2022 19:20
@ldez ldez merged commit 2019f76 into master Sep 30, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/go_modules/mvdan.cc/gofumpt-0.4.0 branch September 30, 2022 19:43
@ldez ldez added the linter: update version Update version of linter label Feb 5, 2023
SeigeC pushed a commit to SeigeC/golangci-lint that referenced this pull request Apr 4, 2023
@ldez ldez added this to the v1.50 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant