Skip to content

build(deps): bump the go-dependencies group with 2 updates - #181

Merged
samzong merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-c56cb81098
Sep 16, 2026
Merged

samzong merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-c56cb81098

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 2 updates: golang.org/x/sys and golang.org/x/term.

Updates golang.org/x/sys from 0.47.0 to 0.48.0

Commits
  • 613e257 cpu: add riscv64 hwprobe drift test
  • 6f7b10f unix: add MLOCK_ONFAULT constant
  • 663e7c8 cpu: add basic support for GOARCH=sparc64
  • de5f12f cpu: add ppc64le POWER10 detection
  • 80e8acf unix: run go fix
  • 1e3c182 unix: add IPMI interface
  • d429e20 unix: stop generating sparc termbits from the generic header
  • bd3bddf unix: add missing HWTSTAMP_* constants
  • e812f53 windows: add SO_SNDTIMEO constant for socket options
  • f6989c5 unix: align Ifreq so its union accessors cannot fault
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.45.0 to 0.46.0

Commits
  • 6226200 go.mod: update golang.org/x dependencies
  • 7c2fb74 term: process bytes returned with a read error
  • 3963fce all: upgrade go directive to at least 1.26.0 [generated]
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 2 updates: [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).


Updates `golang.org/x/sys` from 0.47.0 to 0.48.0
- [Commits](golang/sys@v0.47.0...v0.48.0)

Updates `golang.org/x/term` from 0.45.0 to 0.46.0
- [Commits](golang/term@v0.45.0...v0.46.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 14, 2026
@codspeed

codspeed Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will improve performance by 72.02%

⚠️ 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.

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 21 improved benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
⚡ miss 3.5 ms 1.9 ms +85.1%
⚡ large 1,285.4 µs 695.7 µs +84.76%
⚡ yaml-large 14.6 ms 7.9 ms +84.69%
⚡ hit 3.5 ms 1.9 ms +83.22%
⚡ yaml 4.7 ms 2.6 ms +80.76%
⚡ large 2.2 ms 1.2 ms +80.7%
⚡ BenchmarkBuildFlat 1.9 ms 1 ms +79.53%
⚡ small 98 µs 54.7 µs +79.33%
⚡ BenchmarkFormatTableInferredColumns 1,105.3 µs 620.1 µs +78.22%
⚡ small 136.1 µs 76.9 µs +77.07%
⚡ json-large 3.1 ms 1.8 ms +70.74%
⚡ BenchmarkParseNormalize 5.7 ms 3.3 ms +70.38%
⚡ json 1,220.7 µs 727.7 µs +67.75%
⚡ table 681 µs 411.1 µs +65.65%
⚡ small 128.9 µs 79 µs +63.11%
⚡ BenchmarkCatalogJSON 2.6 ms 1.6 ms +62.78%
⚡ BenchmarkFindCatalogCommand 7.5 µs 4.6 µs +62.69%
⚡ large 2.1 ms 1.3 ms +61.76%
⚡ json-small 228.5 µs 141.4 µs +61.68%
⚡ large 1,425.8 µs 890.1 µs +60.18%
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Curious why performance improved? Comment @codspeedbot explain why performance improved on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/go_modules/go-dependencies-c56cb81098 (1d3678f) with main (173bc13)

Open in CodSpeed

@samzong
samzong merged commit 1dde095 into main Sep 16, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-dependencies-c56cb81098 branch September 16, 2026 08:07
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