Bump the go group across 1 directory with 6 updates#1558
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the go group across 1 directory with 6 updates#1558dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
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.2` | `1.2.0` | | [github.com/gookit/color](https://github.com/gookit/color) | `1.6.0` | `1.6.1` | | [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.8` | `6.7.10` | | [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) | `8.10.2` | `8.12.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.42.0` | `0.43.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.36.0` | `0.37.0` | Updates `github.com/buger/jsonparser` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/buger/jsonparser/releases) - [Commits](buger/jsonparser@v1.1.2...v1.2.0) Updates `github.com/gookit/color` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/gookit/color/releases) - [Commits](gookit/color@v1.6.0...v1.6.1) Updates `github.com/jedib0t/go-pretty/v6` from 6.6.8 to 6.7.10 - [Release notes](https://github.com/jedib0t/go-pretty/releases) - [Commits](jedib0t/go-pretty@v6.6.8...v6.7.10) 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/term` from 0.42.0 to 0.43.0 - [Commits](golang/term@v0.42.0...v0.43.0) Updates `golang.org/x/text` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/gookit/color dependency-version: 1.6.1 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.10 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/term dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/text dependency-version: 0.37.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
May 11, 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.21.2.01.6.01.6.16.6.86.7.108.10.28.12.00.42.00.43.00.36.00.37.0Updates
github.com/buger/jsonparserfrom 1.1.2 to 1.2.0Release notes
Sourced from github.com/buger/jsonparser's releases.
Commits
c172c16Merge pull request #269 from buger/tinygo680cd2eMerge pull request #281 from buger/reqproof-assurance-hardening9dce61cMigrate review storage from reviews/ folder to per-requirement timestampsc03b9effeat: add property-based obligation classes with 24 new SYS-REQs9c46110chore: fix spec lint warnings — remove stale parent field, set review metadata8bbb8a8Close coverage gaps: SYS-REQ-007/008/010 fuzz harness coverage to 100%552e93bInstall Z3 via apt before audit98133b4Remove manual Z3 pre-download, now handled by proof-action1b70eadDebug Z3 pre-download: remove output suppressionaac1fbcPre-download Z3 solver before auditUpdates
github.com/gookit/colorfrom 1.6.0 to 1.6.1Release notes
Sourced from github.com/gookit/color's releases.
Commits
d232e11ci(release): remove Go version matrix and simplify build steps in release action1245572fix(convert): incorrect conversion between integer types2bb27a5fix(detect): should enable VTP on windows CMD,PWSHe58a899fix: re-apply color after nested reset in RenderString (#119)de1e243Add 'stable' to Go version matrix and update actioned1b9ccbuild(deps): bump actions/checkout from 5 to 6 (#115)2e18426build(deps): bump github/codeql-action from 3 to 4 (#113)Updates
github.com/jedib0t/go-pretty/v6from 6.6.8 to 6.7.10Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
... (truncated)
Commits
66563fdtext: fix panic on align with unicode (#404)017a359table: markdown padding for human-friendly output; fixes #402 (#403)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)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/termfrom 0.42.0 to 0.43.0Commits
3c3e485go.mod: update golang.org/x dependenciesUpdates
golang.org/x/textfrom 0.36.0 to 0.37.0Commits
3ef517ego.mod: update golang.org/x dependenciesDependabot 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