-
Notifications
You must be signed in to change notification settings - Fork 16
fix(deps): update go modules (major) #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR contains the following updates:
v2.9.0->v3.0.6v1.3.7->v2.2.6v2.4.2->v3.0.4v4.12.0->v5.9.11Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v3.0.6: Version 3.0.6 Bug Fix ReleaseCompare Source
This address some minor bug fixes, and it reduces some of the writing we do to the terminal when changing attributes and using color.
Most of the rest of the commits in this release are related to improving test coverage, and enhancing the mock terminal backend.
Note that the very useless SimScreen has been removed, as the MockBackend is far more functional.
Also some demos have moved from _demos to demos -- and they are now verified in the CI/CD. We will be doing this with the rest of the demos over time.
What's Changed
Full Changelog: gdamore/tcell@v3.0.5...v3.0.6
v3.0.5: Version 3.0.5 Bug Fix and Refactor ReleaseCompare Source
This release is principally a bug fix release, but we also took this opportunity to remove the views sub-package.
This is technically a breaking change, but we don't think anyone has converted to v3 and is using the views package, and we meant to to do this as part of v3 originally.
The content that was in the views package might be introduced in another repository later, if desired. (If you were using the views package and miss it, please let us know! We'd be happy to resurrect it in another sub package.)
What's Changed
Full Changelog: gdamore/tcell@v3.0.4...v3.0.5
v3.0.4: Version 3.0.4 Bug Fix Release (Includes Breaking Change)Compare Source
This release contains one important bug fix (for Control-J reporting on legacy terminals), and some refactoring intended to
make feature detection and reporting better. There is a breaking change here in the TTY API, but we don't think anyone has adopted the v3 version of this yet, which is why we felt we could make this change.
What's Changed
Full Changelog: gdamore/tcell@v3.0.3...v3.0.4
v3.0.3: Version 3.0.3 Bug Fix ReleaseCompare Source
What's Changed
Full Changelog: gdamore/tcell@v3.0.2...v3.0.3
v3.0.2: Version 3.0.2 Bug Fix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.0.1...v3.0.2
v3.0.1: Version 3.0.1 Bug Fix ReleaseCompare Source
One very unfortunate bug with key handling (capital letters not working) was found just after we released 3.0.0.
This release also adds some accessors which should have been in 3.0.0 but weren't. Technically this probably should have been a minor release, but we don't think anyone is likely to have started using 3.0.0 for real (particularly with the nasty bug we fixed), so we decided not to make it a minor release.
With this direct Attributes use is no longer recommended. Use the accessors on Style instead.
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.0.0...v3.0.1
v3.0.0: Version 3.0.0 Major ReleaseCompare Source
Version 3 is a major new release. It introduces improvements in the event handling,
richer support for more keys and modifier reports, more functionality out of the box, desktop notification support,
simpler APIs for emitting strings directly to the screen, and numerous bug fixes.
Every Tcell version 2 application will need some modifications to work with Tcell version 3.
See the CHANGESv3.md document for more information.
Full Changelog: gdamore/tcell@v2.13.0...v3.0.0
v2.13.5: Version 2.13.5 Bug Fix ReleaseCompare Source
This fixes a regression where Control-J was being reported as KeyEnter.
Full Changelog: gdamore/tcell@v2.13.4...v2.13.5
v2.13.4: Version 2.13.4 Bug FixWhat's Changed
(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history
was wrong -- we've deleted the tag.)
Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.
Full Changelog: gdamore/tcell@v2.13.2...v2.13.4
v2.13.2: Version 2.13.2 Bug Fix ReleaseCompare Source
This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to
an off-by-one error.)
Full Changelog: gdamore/tcell@v2.13.1...v2.13.2
v2.13.1: Version 2.13.1 Bug Fix ReleaseCompare Source
This fixes a bug decoding certain control keys ([, ], )
v2.13.0: Version 2.13 Bug Fix and Minor Feature ReleaseCompare Source
What's Changed
Full Changelog: gdamore/tcell@v2.12.2...v2.13.0
v2.12.2: Version 2.12.2 Bug Fix ReleaseCompare Source
This fixes a problem with certain emoji sequences.
Full Changelog: gdamore/tcell@v2.12.1...v2.12.2
v2.12.1: Version 2.12.1 Bug Fix ReleaseCompare Source
There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long
standing issue in the views package.
What's Changed
Full Changelog: gdamore/tcell@v2.12.0...v2.12.1
v2.12.0: Version 2.12 Feature ReleaseCompare Source
Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells.
This should be a big quality of life improvement for folks working with simple tcell apps.
What's Changed
Full Changelog: gdamore/tcell@v2.11.0...v2.12.0
v2.11.0: Version 2.11.0 Bug Fix ReleaseCompare Source
This is mostly bug fixes for the previous release. It does however involve a complete redesign of the input subsystem,
which is why we bumped the minor number.
What's Changed
Full Changelog: gdamore/tcell@v2.10.0...v2.11.0
v2.10.0: Version 2.10.0 Feature ReleaseCompare Source
The main change here was introduction of Kitty keyboard protocol support (CSI-u).
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v2.9.0...v2.10.0
netsampler/goflow2 (github.com/netsampler/goflow2)
v2.2.6Compare Source
v2.2.5Compare Source
v2.2.4Compare Source
v2.2.3Compare Source
v2.2.2Compare Source
v2.2.1Compare Source
v2.2.0Compare Source
v2.1.5Compare Source
v2.1.4Compare Source
v2.1.3Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
v2.0.0Compare Source
yaml/go-yaml (go.yaml.in/yaml/v2)
v3.0.4Compare Source
v3.0.3Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
v2.4.3Compare Source
evanphx/json-patch (gopkg.in/evanphx/json-patch.v4)
v5.9.11Compare Source
What's Changed
Full Changelog: evanphx/json-patch@v5.9.10...v5.9.11
v5.9.10Compare Source
What's Changed
New Contributors
Full Changelog: evanphx/json-patch@v5.9.0...v5.9.10
v5.9.0Compare Source
What's Changed
Full Changelog: evanphx/json-patch@v5.8.1...v5.9.0
v5.8.1: Fix API breakageCompare Source
This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.
Full Changelog: evanphx/json-patch@v5.8.0...v5.8.1
v5.8.0: Blargh Phixs and EmpathyprovementsCompare Source
This release fixes a few stray panics, addresses large number accuracy, and improves performance!
What's Changed
Full Changelog: evanphx/json-patch@v5.7.0...v5.8.0
v5.7.0: The 2023 ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: evanphx/json-patch@v5.6.0...v5.7.0
v5.6.0: Bug fixesCompare Source
What's Changed
New Contributors
Full Changelog: evanphx/json-patch@v5.5.0...v5.6.0
v5.5.0: Better null handlingCompare Source
This incorporates a few fixes related to how nulls are handles in array's and objects.
v5.3.0: Fix zero sized document crashCompare Source
This fixes a crash bug where submitted an empty slice as the document would panic.
v5.2.0Compare Source
v5.1.0Compare Source
v5.0.0: Proper Go modules releaseCompare Source
This release has a proper /v5 directory, unlike the previous releases that did not have a /v4 dir. Thanks to @BenTheElder for getting this sorted out!
v4.13.0Compare Source
Remove github.com/pkg/errors dependency
Configuration
📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.