Skip to content
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

chore(deps-dev): bump xterm from 4.13.0 to 4.14.1 #104

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2021

Bumps xterm from 4.13.0 to 4.14.1.

Release notes

Sourced from xterm's releases.

4.14.1

🐞 Bug fixes

4.14.0

🚀 Features

📦 API

  • The new readonly modes API exposes the terminal's internal modes (#3418) via @​Tyriar. These are used for example in the xterm-addon-serialize to enable mode serialization.
    if (terminal.modes.applicationCursorKeysMode) {
      // DECCKM is enabled (CSI ? 1 h)
    }

🐞 Bug fixes

  • Fix issue where scrollbar would be visible after clearing the scrollback with an escape sequence (#3372) via @​Puneethnaik
  • Fix cursor ghosting in canvas and webgl renderer when device pixel ratio is not 1 (#3392, #3393) via @​Tyriar
  • Fixed the cursor blink component not being property disposed of (#3403) via @​Eugeny
  • Remove role=document from terminal element (#3419) via @​Tyriar
  • Ensure underscore glyphs remain within the cell bounds (#3426) via @​Tyriar
  • Handle input from macOS and Windows emoji IMEs (#3429) via @​Eugeny
  • Properly handle dead keys and altgr (#3430, #3432, #3437) via @​Eugeny
  • Fix parser throughput regressions which should improve throughput approximately 2-3x (#3452) via @​Tyriar
  • Don't break the terminal when undefined is passed into the Terminal ctor explicitly (#3453) via @​silamon

📝 Documentation and internal improvements

  • The screen reader mode now gets updated at most once per second to avoid layout thrashing (#3399) via @​pattch
  • Fix some eslint errors in test code (#3415) via @​Tyriar
  • Improve demo usability by moving options into a side panel (#3439, #3447) via @​simran916
  • Use a common function to launch the test playwright browser (#3444) via @​daiyam
  • Allow running specific tests and support VS Code's mocha test explorer extension (#3445) via @​daiyam
  • Add a simple load test to the demo (#3451) via @​Tyriar
  • Reduce playwright test flakiness (#3458) via @​Tyriar
  • Switch the active unicode version in the demo when the unicode11 addon is activated/deactivated (#3462) via @​anirudh1713

🎉 New real-world use cases

... (truncated)

Commits
  • d32c6db Merge pull request #3470 from xtermjs/r4_14_1
  • db6b3c4 v4.14.1
  • 50c5579 Merge pull request #3469 from Tyriar/3467
  • 5a65fd9 Disable emoji ime when screenReaderMode is on
  • be7fcbe Merge pull request #3466 from xtermjs/dependabot/npm_and_yarn/addons/xterm-ad...
  • 6621541 Bump axios from 0.18.1 to 0.21.2 in /addons/xterm-addon-ligatures
  • cdaea7b Merge pull request #3465 from xtermjs/release_4_14_0
  • 3cb3740 v4.14.0
  • 8d48616 Merge pull request #3462 from anirudh1713/master
  • 3eeec14 switch active unicode version in demo
  • 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 [xterm](https://github.com/xtermjs/xterm.js) from 4.13.0 to 4.14.1.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@4.13.0...4.14.1)

---
updated-dependencies:
- dependency-name: xterm
  dependency-type: direct:development
  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 13, 2021
@dependabot dependabot bot requested a review from borsTiHD September 13, 2021 00:37
@borsTiHD borsTiHD merged commit da799ca into main Sep 13, 2021
@borsTiHD borsTiHD deleted the dependabot/npm_and_yarn/xterm-4.14.1 branch September 13, 2021 07:08
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.

1 participant