Skip to content

build(deps): bump xterm from 4.13.0 to 4.14.1 in /html#14

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/html/xterm-4.14.1
Closed

build(deps): bump xterm from 4.13.0 to 4.14.1 in /html#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/html/xterm-4.14.1

Conversation

@dependabot
Copy link

@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: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 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 8, 2021

Superseded by #43.

@dependabot dependabot bot closed this Nov 8, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/html/xterm-4.14.1 branch November 8, 2021 11:13
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