cloudflare / pint

Prometheus rule linter/validator
https://cloudflare.github.io/pint/
Apache License 2.0
879 stars 53 forks source link

build(deps): bump github.com/dkorunic/betteralign from 0.5.1 to 0.5.2 in /tools/betteralign #1109

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps github.com/dkorunic/betteralign from 0.5.1 to 0.5.2.

Release notes

Sourced from github.com/dkorunic/betteralign's releases.

v0.5.2

Changelog

  • 8a637232d80946290d0b8071c245a0592020586e Update deps: - golang.org/x/tools to v0.25.0 - golang.org/x/exp to v0.0.0-20240909161429-701f63a606c0 - golang.org/x/mod to v0.21.0 - golang.org/x/sys to v0.25.0
Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
github-actions[bot] commented 2 months ago

Benchmark diff:

goos: linux
goarch: amd64
pkg: github.com/cloudflare/pint/cmd/pint
cpu: AMD EPYC 7763 64-Core Processor                
              │   old.txt    │               new.txt                │
              │    sec/op    │    sec/op     vs base                │
FindEntries-4   51.54m ± 14%   58.82m ± 16%  +14.13% (p=0.015 n=10)
CheckRules-4     8.637 ±  1%    8.657 ±  1%        ~ (p=0.971 n=10)
geomean         667.2m         713.6m         +6.95%

              │   old.txt    │               new.txt               │
              │     B/op     │     B/op      vs base               │
FindEntries-4   27.41Mi ± 0%   27.41Mi ± 0%       ~ (p=0.853 n=10)
CheckRules-4    948.2Mi ± 1%   949.2Mi ± 1%       ~ (p=0.739 n=10)
geomean         161.2Mi        161.3Mi       +0.06%

              │   old.txt   │              new.txt               │
              │  allocs/op  │  allocs/op   vs base               │
FindEntries-4   131.9k ± 0%   131.9k ± 0%       ~ (p=0.610 n=10)
CheckRules-4    14.05M ± 0%   14.05M ± 0%       ~ (p=0.796 n=10)
geomean         1.361M        1.361M       +0.01%
codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.12%. Comparing base (a46a5e3) to head (4fa5841).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1109 +/- ## ======================================= Coverage 95.12% 95.12% ======================================= Files 102 102 Lines 10195 10195 ======================================= Hits 9698 9698 Misses 346 346 Partials 151 151 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.