Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Bumps terminal-kit from 2.4.0 to 2.8.10.

Changelog

Sourced from terminal-kit's changelog.

v2.8.10

Button/ToggleButton: fix content variation depending on things like focus/blur/turned on/turned off/etc...

v2.8.9

EditableTextBox: support for newline auto-indent hook

v2.8.8

Fix TextBuffer's .delete() and .backDelete() bugs when count > 1 and there are filler chars

v2.8.7

New Meta key behaviour fixed/refined

v2.8.6

Fix bug introduced in 2.6.0 (drawing bug on EditableTextBox creation, happens too soon)

v2.8.5

Fix LabeledInput init troubles Document widget -- key bindings / .onKey() refacto: everything is inherted now and user actions are inside Element#userAction name => method Now inheriting Widget from another must be done with Element.inherit()

v2.8.4

Improve Meta Key behaviour

v2.8.3

EditableTextBox: Fix bug introduced in 2.8.x that prevented content passed to the constructor to be set Add methods term.setMetaKeyPrefix() and Document#setMetaKeyPrefix() to handle meta key combo, use it on various widget (NOT DOCUMENTED ATM) Add methods Document#getCopyBuffer()/.setCopyBuffer() and differentiate between OS clipboard and internal application clipboard (NOT DOCUMENTED ATM)

... (truncated)

Commits
  • 274b9b8 Button/ToggleButton: fix content variation depending on things like focus/blu...
  • 549d2df EditableTextBox: support for newline auto-indent hook
  • 3269d0f Fix TextBuffer's .delete() and .backDelete() bugs when count > 1 and there ar...
  • cd2e226 EditableTextBox change event improved ; TextBuffer#insert() now returns inser...
  • b8bf824 wip
  • 9a6aca4 New Meta key behaviour fixed/refined
  • af06e54 Fix bug introduced in 2.6.0 (drawing bug on EditableTextBox creation, happens...
  • 52ae02f Fix LabeledInput init troubles ; Document widget -- key bindings / .onKey() r...
  • 2915d83 Copyright year update
  • 3199c71 Document widget -- key bindings / .onKey() refacto: everything is inherted no...
  • 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)

Bumps [terminal-kit](https://github.com/cronvel/terminal-kit) from 2.4.0 to 2.8.10.
- [Release notes](https://github.com/cronvel/terminal-kit/releases)
- [Changelog](https://github.com/cronvel/terminal-kit/blob/master/CHANGELOG)
- [Commits](cronvel/terminal-kit@v2.4.0...v2.8.10)

---
updated-dependencies:
- dependency-name: terminal-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2022

Superseded by #103.

@dependabot dependabot bot closed this Sep 5, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/terminal-kit-2.8.10 branch September 5, 2022 16:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants