Bump the go group across 1 directory with 6 updates#1530
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the go group across 1 directory with 6 updates#1530dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the go group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/buger/jsonparser](https://github.com/buger/jsonparser) | `1.1.1` | `1.1.2` | | [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.8` | `6.7.8` | | [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) | `8.10.2` | `8.12.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.18.0` | `0.20.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.37.0` | `0.41.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.31.0` | `0.35.0` | Updates `github.com/buger/jsonparser` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/buger/jsonparser/releases) - [Commits](buger/jsonparser@v1.1.1...v1.1.2) Updates `github.com/jedib0t/go-pretty/v6` from 6.6.8 to 6.7.8 - [Release notes](https://github.com/jedib0t/go-pretty/releases) - [Commits](jedib0t/go-pretty@v6.6.8...v6.7.8) Updates `github.com/vbauerster/mpb/v8` from 8.10.2 to 8.12.0 - [Release notes](https://github.com/vbauerster/mpb/releases) - [Commits](vbauerster/mpb@v8.10.2...v8.12.0) Updates `golang.org/x/sync` from 0.18.0 to 0.20.0 - [Commits](golang/sync@v0.18.0...v0.20.0) Updates `golang.org/x/term` from 0.37.0 to 0.41.0 - [Commits](golang/term@v0.37.0...v0.41.0) Updates `golang.org/x/text` from 0.31.0 to 0.35.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/jedib0t/go-pretty/v6 dependency-version: 6.7.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/vbauerster/mpb/v8 dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/term dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/text dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
ehl-jf
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 6 updates in the / directory:
1.1.11.1.26.6.86.7.88.10.28.12.00.18.00.20.00.37.00.41.00.31.00.35.0Updates
github.com/buger/jsonparserfrom 1.1.1 to 1.1.2Release notes
Sourced from github.com/buger/jsonparser's releases.
Commits
a69e7e0Merge pull request #276 from dbarrosop/masterd3eacc0fix: prevent panic on negative slice index in Delete with malformed JSON (GO-...61b32cfMerge pull request #241 from unxcepted/master2181e83Merge pull request #244 from ScaleChamp/patch-21510b51Added latest versions of go to tests6fc2e48fix: eachkey allocationa6f867eMerge pull request #239 from AdamKorcz/cifuzz1cbc01fdFuzzing: Add CIFuzzdc92d69Merge pull request #228 from jonomacd/null-handling2d9d634Merge pull request #231 from carsonip/fix-parseint-overflow-checkUpdates
github.com/jedib0t/go-pretty/v6from 6.6.8 to 6.7.8Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
... (truncated)
Commits
f05e1deprogress: address race conditions in render/stop/trackers; fixes 399 (#401)1cebbc5progress: SortByIndex for better control of sorting (#398)b0a2ab9table: fix border with no data rows (original behavior) (#397)73867ddtable: fix border with no data rows; fixes #395 (#396)b2eda90table: split style.go into individual files (#392)0b7174fREADME.me: link to package README.md instead of folder (#391)361b3e6table: FilterBy: add row filtering support (#390)66db774text: fix alignment issues with box/block chars (#389)a020032text: 256-colors support (#388)b9f2816README.md: fix nested colored table text/image (#387)Updates
github.com/vbauerster/mpb/v8from 8.10.2 to 8.12.0Release notes
Sourced from github.com/vbauerster/mpb/v8's releases.
Commits
d6986e1v8.12.00cda456go get -u0fb5da7actions/checkout@v6d8c3964minor: makeBar needs just priority int0f80003minor: increment bwg first9454ec3refactoring: pState.rmOnComplete8ed132cminor: amend AbortedOrCompleted comment03d2deaminor: prefer switch to if else chainef72bbcminor: unlambda w.termSize76d48feminor: avoid int64 -> uint conversionUpdates
golang.org/x/syncfrom 0.18.0 to 0.20.0Commits
ec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]2a180e2errgroup: use consistent read for SetLimit panicUpdates
golang.org/x/termfrom 0.37.0 to 0.41.0Commits
9d2dc07go.mod: update golang.org/x dependenciesd954e03all: upgrade go directive to at least 1.25.0 [generated]3aff304go.mod: update golang.org/x dependenciesa7e5b04go.mod: update golang.org/x dependencies943f25dx/term: handle transpose9b991ddx/term: handle delete key3863673go.mod: update golang.org/x dependenciesUpdates
golang.org/x/textfrom 0.31.0 to 0.35.0Commits
7ca2c6dgo.mod: update golang.org/x dependencies73d1ba9all: upgrade go directive to at least 1.25.0 [generated]817fba9go.mod: update golang.org/x dependencies3264de9all: clean up old Go hacks74af298all: fix tags in remaining Unicode tables117e03ball: delete old Unicode tables9463ea4all: update to Unicode 177278b25internal/export/idna: update for post-Unicode 10 idna changesf964ad8internal/export/idna: delete old code678d34eunicode/norm: preserve QC Maybe bit in packed forminfoDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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