Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the general group with 4 updates: github.com/gdamore/tcell/v2, github.com/kaptinlin/jsonschema, github.com/rivo/tview and golang.org/x/sys.

Updates github.com/gdamore/tcell/v2 from 2.8.1 to 2.9.0

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.9.0 Feature Release

Main Features

Notable Bug Fixes

New Contributors

Full Changelog: gdamore/tcell@v2.8.1...v2.9.0

Commits
  • e5785a4 Add show color demo.
  • fbada5b fixes #808 Add tmux to the base set of terminals.
  • fff1476 Do not filter Ctrl+Alt in non-rune cases
  • c57e39a Bump golang.org/x/text from 0.27.0 to 0.28.0
  • d9496cc Add CODEOWNERS.
  • 2fe7441 Bump golang.org/x/term from 0.33.0 to 0.34.0
  • 70a3c21 Bump actions/checkout from 4 to 5
  • 7aa93b6 Bump codecov/codecov-action from 5.4.2 to 5.4.3
  • 25ed758 Adding minimal support for Plan9 (#810)
  • c2f1f74 Bump golang.org/x/term from 0.28.0 to 0.30.0
  • Additional commits viewable in compare view

Updates github.com/kaptinlin/jsonschema from 0.4.6 to 0.4.15

Commits
  • 4cd137f chore: update all module dependencies to latest versions
  • 32039ce fix: handle pointer types with default values correctly
  • 1afefc4 fix: ensure deterministic JSON schema serialization
  • 3546683 fix: correct type conversion for typed slice parsing
  • d72c6fe fix: correct git submodule path configuration
  • ca11f1c fix: improve circular reference detection and test compliance
  • 95349bc fix: prevent stack overflow in circular schema references
  • 1544454 chore: update dependencies to latest versions
  • 6d67c49 feat: add deterministic JSON marshaling support with JSON v2
  • c701050 feat: add SchemaProperties for top-level schema configuration
  • Additional commits viewable in compare view

Updates github.com/rivo/tview from 0.0.0-20250501113434-0c592cd31026 to 0.42.0

Release notes

Sourced from github.com/rivo/tview's releases.

Introducing Releases and SemVer

Upon popular demand (#788), we are starting to use semantic versioning in tview. A lot has happened in this repo already so it didn't seem right to start with v0.1.0. A few notes about this decision:

  • Not every commit will get a new version. Only when I feel that there have not been recent reports of major bugs, I will increase the version and create a new release.
  • This is thus based on the assumption that recent, untagged versions will be used by the community and issues will be reported. Please do both.
  • Consequently, as with any project, a release is not a guarantee that it is bug-free.
  • As the "v0" prefix indicates, we are still in the "alpha" phase. This does not mean that I plan on breaking things. Please refer to the repo's main README for details. However, at this point, I am not completely sure that it will be necessary to introduce a breaking change so it'll remain at "v0" for the time being. (Maybe it will remain there forever. You never know.)
Commits

Updates golang.org/x/sys from 0.33.0 to 0.35.0

Commits
  • 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
  • 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
  • 9920300 unix: add missing nft conntrack constants
  • ad4e0fc unix: remove redundant word in comment
  • 084ad87 unix: fix //sys decl after CL 548795
  • 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux
  • 0c740cc unix: update Go to 1.24.3
  • d62d31c unix: update Linux constants and types to v6.14
  • 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 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 <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 general group with 4 updates: [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell), [github.com/kaptinlin/jsonschema](https://github.com/kaptinlin/jsonschema), [github.com/rivo/tview](https://github.com/rivo/tview) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/gdamore/tcell/v2` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md)
- [Commits](gdamore/tcell@v2.8.1...v2.9.0)

Updates `github.com/kaptinlin/jsonschema` from 0.4.6 to 0.4.15
- [Commits](kaptinlin/jsonschema@v0.4.6...v0.4.15)

Updates `github.com/rivo/tview` from 0.0.0-20250501113434-0c592cd31026 to 0.42.0
- [Release notes](https://github.com/rivo/tview/releases)
- [Commits](https://github.com/rivo/tview/commits/v0.42.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.35.0
- [Commits](golang/sys@v0.33.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
- dependency-name: github.com/kaptinlin/jsonschema
  dependency-version: 0.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
- dependency-name: github.com/rivo/tview
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
- dependency-name: golang.org/x/sys
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
...

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 Oct 1, 2025
@ipastusi ipastusi merged commit fd8f53f into master Nov 8, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/general-23661de9e4 branch November 8, 2025 20:01
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.

2 participants