PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
776 stars 59 forks source link

Bump Terminal.Gui from 1.13 to 1.13.4 in /src/Microsoft.PowerShell.ConsoleGuiTools #197

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Terminal.Gui from 1.13 to 1.13.4.

Release notes

Sourced from Terminal.Gui's releases.

Release v1.13.4

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.12.1...v1.13.4

Commits
  • 751e825 back ported non-thread fakemainloop from v2
  • 155e533 got rid of compile warnings in tests
  • 35b5cf0 Removed dead code/comments
  • 27b7143 Took @​bdisp's fix
  • 86a0f05 Deal with null cki
  • 645b93d Use Task.Delay instead of Thread.Sleep for resize polling. From #2731.
  • 2242f38 Disabled logic for checking resize with ESC sequences
  • 1785008 Merge branch 'main' into develop
  • 7f2ee67 Merge branch 'develop' of tig:tig/Terminal.Gui into develop
  • d286173 Merge branch 'develop'
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
andyleejordan commented 1 year ago

@tig should I take this update?

andyleejordan commented 1 year ago

LMAO I see, this is just adding the patch version, which we should do.