Skip to content

chore(deps): Bump the other-dependencies group across 2 directories with 1 update - #49

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/other-dependencies-41252daade
Open

chore(deps): Bump the other-dependencies group across 2 directories with 1 update#49
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/other-dependencies-41252daade

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the other-dependencies group with 1 update in the / directory: mvdan.cc/gofumpt.
Bumps the other-dependencies group with 1 update in the /formatting/enable/gofumpt directory: mvdan.cc/gofumpt.

Updates mvdan.cc/gofumpt from 0.11.0 to 0.12.0

Release notes

Sourced from mvdan.cc/gofumpt's releases.

v0.12.0

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

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

Binaries built on go version go1.27.1 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Changelog

Sourced from mvdan.cc/gofumpt's changelog.

[v0.12.0] - 2026-09-07

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

Commits
  • 3e07e7e CHANGELOG: add entry for v0.12.0
  • e0311de update deps
  • 6249406 fix three out-of-date comments
  • b7fd50a add AGENTS.md documenting the project for coding agents
  • 05e0adf format: don't merge assignment lines across a comment
  • 360940c testdata: add regression test for assignment newlines with comments
  • 409d850 format: don't let header comments make the first decl multi-line
  • 6ea8a37 testdata: add regression test for header comments before the first decl
  • b31bdf4 format: don't leave an empty line where a moved std import was
  • ce9a249 format: don't move std imports carrying comments
  • Additional commits viewable in compare view

Updates mvdan.cc/gofumpt from 0.11.0 to 0.12.0

Release notes

Sourced from mvdan.cc/gofumpt's releases.

v0.12.0

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

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

Binaries built on go version go1.27.1 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Changelog

Sourced from mvdan.cc/gofumpt's changelog.

[v0.12.0] - 2026-09-07

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

Commits
  • 3e07e7e CHANGELOG: add entry for v0.12.0
  • e0311de update deps
  • 6249406 fix three out-of-date comments
  • b7fd50a add AGENTS.md documenting the project for coding agents
  • 05e0adf format: don't merge assignment lines across a comment
  • 360940c testdata: add regression test for assignment newlines with comments
  • 409d850 format: don't let header comments make the first decl multi-line
  • 6ea8a37 testdata: add regression test for header comments before the first decl
  • b31bdf4 format: don't leave an empty line where a moved std import was
  • ce9a249 format: don't move std imports carrying comments
  • Additional commits viewable in compare view

Updates mvdan.cc/gofumpt from 0.11.0 to 0.12.0

Release notes

Sourced from mvdan.cc/gofumpt's releases.

v0.12.0

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

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

Binaries built on go version go1.27.1 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Changelog

Sourced from mvdan.cc/gofumpt's changelog.

[v0.12.0] - 2026-09-07

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

Commits
  • 3e07e7e CHANGELOG: add entry for v0.12.0
  • e0311de update deps
  • 6249406 fix three out-of-date comments
  • b7fd50a add AGENTS.md documenting the project for coding agents
  • 05e0adf format: don't merge assignment lines across a comment
  • 360940c testdata: add regression test for assignment newlines with comments
  • 409d850 format: don't let header comments make the first decl multi-line
  • 6ea8a37 testdata: add regression test for header comments before the first decl
  • b31bdf4 format: don't leave an empty line where a moved std import was
  • ce9a249 format: don't move std imports carrying comments
  • Additional commits viewable in compare view

Updates mvdan.cc/gofumpt from 0.11.0 to 0.12.0

Release notes

Sourced from mvdan.cc/gofumpt's releases.

v0.12.0

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

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

Binaries built on go version go1.27.1 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Changelog

Sourced from mvdan.cc/gofumpt's changelog.

[v0.12.0] - 2026-09-07

This release is based on Go 1.27's gofmt, and requires Go 1.26 or later.

A standard library import carrying a doc or inline comment is no longer moved into the top import group, as the comment stayed behind and ended up detached at the bottom of the group. See #289.

Moving a standard library import up no longer leaves an empty line where it used to be, which split the remaining imports into extra groups. See #225.

A copyright header or package doc no longer makes gofumpt treat a single-line first declaration as multi-line, adding an empty line after it.

An assignment whose right-hand side is separated by a comment is now left alone, as merging the lines produced output which gofmt would change back.

Commits
  • 3e07e7e CHANGELOG: add entry for v0.12.0
  • e0311de update deps
  • 6249406 fix three out-of-date comments
  • b7fd50a add AGENTS.md documenting the project for coding agents
  • 05e0adf format: don't merge assignment lines across a comment
  • 360940c testdata: add regression test for assignment newlines with comments
  • 409d850 format: don't let header comments make the first decl multi-line
  • 6ea8a37 testdata: add regression test for header comments before the first decl
  • b31bdf4 format: don't leave an empty line where a moved std import was
  • ce9a249 format: don't move std imports carrying comments
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 12, 2026
github-actions[bot]
github-actions Bot previously approved these changes Sep 12, 2026
@codecov

codecov Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.10%. Comparing base (abe3faf) to head (8d117ea).
⚠️ Report is 5 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   91.10%   91.10%           
=======================================
  Files          81       81           
  Lines        5028     5028           
=======================================
  Hits         4581     4581           
  Misses        445      445           
  Partials        2        2           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/other-dependencies-41252daade branch from 95d240c to c957fc5 Compare September 12, 2026 05:44
github-actions[bot]
github-actions Bot previously approved these changes Sep 12, 2026
…ith 1 update

Bumps the other-dependencies group with 1 update in the / directory: [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt).
Bumps the other-dependencies group with 1 update in the /formatting/enable/gofumpt directory: [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt).


Updates `mvdan.cc/gofumpt` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](mvdan/gofumpt@v0.11.0...v0.12.0)

Updates `mvdan.cc/gofumpt` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](mvdan/gofumpt@v0.11.0...v0.12.0)

Updates `mvdan.cc/gofumpt` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](mvdan/gofumpt@v0.11.0...v0.12.0)

Updates `mvdan.cc/gofumpt` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](mvdan/gofumpt@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/other-dependencies-41252daade branch from c957fc5 to 8d117ea Compare September 12, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant