Skip to content

Update module github.com/dkorunic/betteralign to v0.14.3#15113

Draft
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.qkg1.top-dkorunic-betteralign-0.x
Draft

Update module github.com/dkorunic/betteralign to v0.14.3#15113
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.qkg1.top-dkorunic-betteralign-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/dkorunic/betteralign v0.8.2v0.14.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dkorunic/betteralign (github.com/dkorunic/betteralign)

v0.14.3

Compare Source

Changelog

  • 34471ff fix: keep reporting healthy code when in-package tests don't compile
  • 73b5800 fix: resolve static-analysis review findings in analyzer and tests

v0.14.2

Compare Source

Changelog

  • d4c4535 fix: don't reorder structs pinned by a positional literal in a test file

v0.14.1

Compare Source

Changelog

  • c20f481 chore: drop go.uber.org/automaxprocs
  • 25414b5 fix: keep -fix reprints sound across package test variants

v0.14.0

Compare Source

Changelog

  • ecf8f5e Update dependancies.
  • d00b9bc chore: migrate GoReleaser config to v2 format
  • 126c84e feat: frame pointer-bytes rationale for Green Tea GC on Go 1.26+ targets
  • 0da0224 fix: honor -fix in shipped binary and correct complex64 alignment

v0.13.0

Compare Source

Changelog

  • 73f966c Migrate vscode-betteralign to separate repository
  • 2f8fbca Remove camo purge action
  • e89f8c0 Update dependancies.
  • 39cc0e9 docs: align benchmark tables and fix license link
  • e5fafce docs: document GOGC tuning for faster runs
  • 7585eba perf: zero-alloc report path; fix ignore-scan quadratic

v0.12.0

Compare Source

Changelog

  • e4a8bdb Add Nautilus fuzzing grammar for Go
  • 000bcd4 README: add benchstat performance comparison across v0.6.0, v0.8.0, v0.11.0
  • 61bc973 README: add decision-path benchmark results for v0.11.0 fast-path analysis
  • 7ce07cd README: document actual differences from upstream fieldalignment
  • d22f507 README: expand deep dive with size example and clarify goals
  • 34a41a5 README: reformat benchmark results as GFM tables; Taskfile: add update-plugin task
  • e4d6af6 Replace github.com/sirkon/dst with internal/dstmin
  • f9f4241 Taskfile: gate fuzzcache clean, dedupe flags, fix gosentry default
  • 7f1911c Taskfile: make LIBAFL_FLAGS overridable
  • 31ce3fd all: add SPDX-FileCopyrightText and SPDX-License-Identifier headers
  • e8595be betteralign: add fuzz tests for optimalOrder and gcSizes
  • a6cf4b0 betteralign: add go-fuzz wrappers, fuzz Taskfile targets, and seed corpus
  • 8daafe1 betteralign: close mutation-testing gaps and tighten dstmin
  • ca9aa55 betteralign: drop redundant re-parse, guard reorder; docs and benchmarks
  • cbce045 betteralign: harden gcSizes, dstmin, and fuzz harness
  • cc2a525 betteralign: report structs dstmin can't rewrite; lazy positional scan
  • 52078de betteralign: skip function bodies in fuzz type-check
  • 6111982 docs: fix doc-comment gaps found in contract audit
  • 70d4f4f docs: refresh CLAUDE.md and AGENTS.md for dstmin + fuzzing
  • 7bf4761 docs: refresh README benchmarks for v0.12.0
  • d93b8a8 dstmin: add named fuzz-corpus seeds for known reorder bugs
  • e0f907f dstmin: fix reorder fuzz oracle smart-quote false positive
  • 9c17583 dstmin: harden FuzzDecorateFileReorder against comment drop/dup
  • 99d8e8f dstmin: narrow per-struct comment scan with binary search
  • 85697c4 dstmin: reject block comment on } line (BUG-44)
  • 7059ad0 dstmin: unit tests and fuzz seeds for BUG-35..41
  • b16c19e dstmin: use built-in min() instead of manual clamp
  • 1db82ec dstmin: word-only comment fuzz oracle; drop go-fuzz harness
  • 97ad918 fuzz: add generated-matcher, comment-run, and multi-reorder targets
  • ed36635 fuzz: byte-enrich Nautilus grammar; gate it behind GRAMMAR=true
  • 6bd54a8 internal/dstmin/README: refresh benchmark numbers
  • 3483080 internal/dstmin: add BSD 3-Clause license headers and LICENSE file
  • 445610b internal/dstmin: expand decoration tests and tighten fuzz invariant
  • 3e60f68 internal/dstmin: reject mid-body build constraints and line directives
  • ea68d0e vscode: bump @​types/node, @​types/vscode and transitive deps
  • c62b48f vscode: bump ovsx dev dependency to ^1.0.0
  • f8e6c7d vscode: bump qs to 6.15.2

v0.11.0

Compare Source

Changelog

  • 5e20079 Document grouped opt-in and multi-name field flattening in README
  • 1354fa7 Harden apply path and remove ptrdata panic
  • 3aecabb Honor glob patterns in -exclude_dirs
  • 52f38e1 Isolate analyzer state and harden file handling
  • 0138845 Short-circuit aligned structs before Sizeof and ptrdata
  • 86e280e Skip reorder when struct is built with a positional literal

v0.10.1

Compare Source

Changelog

  • da291bc Fall back to runtime build info when ldflags are absent

v0.10.0

Compare Source

Changelog

  • 4a48fe2 Add AGENTS.md with Go-specific guidance for OpenCode
  • 96bba8f Document analyzer functions with godoc
  • 468d3c4 Expand test coverage for gcSizes branches and helpers
  • 5544cbe Refactor analyzer pipeline and harden helpers
  • d77cf02 vscode-betteralign: bump dev dependencies

v0.9.2

Compare Source

Changelog

  • 59d087a Harden vscode-betteralign extension: correctness, cancellation, safety
  • b9b241c Merge pull request #​1 from Aceix/vscode-extension
  • 76e5c27 Merge vscode extension from branch 'Aceix/main' (#​33)
  • 7e2b544 Update dependancies.
  • bcaff19 add open-vsx support registry publishing is stil wip
  • f05f22c add vscode extension
  • fddbe8b polish up for packaging
  • d8be939 update gitignore
  • b2f2af4 vscode-betteralign: bump dev dependencies
  • 6965c96 vscode-betteralign: restrict tsconfig types to node and vscode

v0.9.1

Compare Source

Changelog

  • bbee3a6 Add GHA configuration
  • ba4f8ed Add unit tests for unexported core functions
  • 617ba30 Merge pull request #​32 from alexandear-org/docs/star-history
  • f9d394c Update .gitignore.
  • 7cf7dc0 Update deps and regenerate match_generated.go

v0.9.0

Compare Source

Changelog

  • 0ff5c6c Add missing tests.
  • 0968379 Fix data race on fApply flag and support grouped type declaration opt-in
  • e987101 Fix multi-struct rewrite loss by deferring DST rendering to run()
  • 22a829d README update.

v0.8.4

Compare Source

Changelog

  • 9da31d6 Add arm64-specific test cases
  • 5dd24de Improve README/documentation with more technical information
  • aaca841 Update deps. Update Go toolchain to 1.26.

v0.8.3

Compare Source

Changelog

  • d0c7631 Remove non-local architecture-specific tests when testing
  • c7993f0 Update deps. Remove non-local architectures when testing.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovatebot labels Apr 14, 2026
@renovate
renovate Bot requested a review from a team as a code owner April 14, 2026 01:26
@renovate
renovate Bot requested a review from songy23 April 14, 2026 01:26
@renovate renovate Bot added dependencies Pull requests that update a dependency file renovatebot labels Apr 14, 2026
Comment thread internal/tools/go.mod
module go.opentelemetry.io/collector/internal/tools

go 1.25.0
go 1.26

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the past we've been ok with updating the tools import separately, but jumping a whole version wont work for our CI as is

@codeboten
codeboten marked this pull request as draft April 14, 2026 15:34
@renovate

renovate Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: internal/tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26
github.com/google/renameio/v2 v2.0.1 -> v2.0.2

@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 0ef7bb8 to 09c51cf Compare April 21, 2026 15:42
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch 2 times, most recently from a8adff2 to 262b4fd Compare April 30, 2026 14:45
@codspeed-hq

codspeed-hq Bot commented Apr 30, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

✅ 3 untouched benchmarks
🗄️ 4 archived benchmarks run1


Comparing renovate/github.qkg1.top-dkorunic-betteralign-0.x (70cdac5) with main (bc198f4)

Open in CodSpeed

Footnotes

  1. 4 benchmarks were run, but are now archived. If they were deleted in another branch, consider rebasing to remove them from the report. Instead if they were added back, click here to restore them.

@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 262b4fd to db088e9 Compare May 10, 2026 15:33
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.9.1 Update module github.com/dkorunic/betteralign to v0.9.2 May 10, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch 2 times, most recently from cafc3e5 to 0c50774 Compare May 18, 2026 14:13
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 0c50774 to 71d4199 Compare May 20, 2026 08:51
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.9.2 Update module github.com/dkorunic/betteralign to v0.10.0 May 20, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 71d4199 to 99620d1 Compare May 20, 2026 12:32
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.10.0 Update module github.com/dkorunic/betteralign to v0.10.1 May 20, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 99620d1 to c896c41 Compare May 21, 2026 16:31
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.10.1 Update module github.com/dkorunic/betteralign to v0.11.0 May 21, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch 2 times, most recently from a61d35d to 791347e Compare June 2, 2026 11:24
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.11.0 Update module github.com/dkorunic/betteralign to v0.12.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 791347e to 0d133ed Compare June 22, 2026 16:41
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.12.0 Update module github.com/dkorunic/betteralign to v0.13.0 Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 0d133ed to 6331b5d Compare June 23, 2026 22:32
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 6331b5d to 87754ac Compare July 9, 2026 18:55
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.13.0 Update module github.com/dkorunic/betteralign to v0.14.0 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch 3 times, most recently from f800b80 to 0bc5e99 Compare July 16, 2026 00:31
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.14.0 Update module github.com/dkorunic/betteralign to v0.14.2 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch 2 times, most recently from 98c0dc5 to 9ac97a7 Compare July 21, 2026 11:34
@renovate renovate Bot changed the title Update module github.com/dkorunic/betteralign to v0.14.2 Update module github.com/dkorunic/betteralign to v0.14.3 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-dkorunic-betteralign-0.x branch from 9ac97a7 to 70cdac5 Compare July 22, 2026 09:36
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 dependency-major-update renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant