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

Bump xterm, xterm-addon-fit, xterm-addon-ligatures, xterm-addon-search, xterm-addon-unicode11, xterm-addon-web-links and xterm-addon-webgl #785

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps xterm, xterm-addon-fit, xterm-addon-ligatures, xterm-addon-search, xterm-addon-unicode11, xterm-addon-web-links and xterm-addon-webgl. These dependencies needed to be updated together.
Updates xterm from 4.19.0 to 5.1.0

Release notes

Sourced from xterm's releases.

5.1.0

🚀 Features

Multiple texture atlas page support (#4244, #4252, #4274) via @​Tyriar

Instead of there being a hard cap of 1024x1024 on the size of the texture atlas backing the canvas and webgl renderers, multiple textures are now supported. Each individual texture is now 512x512 which allows faster uploading to the GPU and will continually merge until the maximum of 4096x4096 is reached.

The benefits in simple terms of this change are:

  • Less time from drawing a glyph to rendering it
  • Less CPU is used when lots of glyphs are used
  • Essentially unlimited space for glyphs, which is good for certain use cases but will also let us explore things like "perfect" dotted and curvy underlines in the future

Here is an example of a 512x512 texture atlas page right after the terminal has loaded and printed a powerline-based prompt:

image

And here is the 1024x1024 page after a lot of glyphs have rendered:

image

Slash and triangle custom glyphs (#4313) via @​Tyriar

Eight new powerline extra custom glyphs are supported:

image

New option scrollOnUserInput (#4289) via @​JasonXJ

You can now specify whether to scroll to the bottom of the terminal on user input, previously this was the default and only behavior. This new setting is enabled by default.

const term = new Terminal({ scrollOnUserInput: false });

🐞 Bug fixes

🏎️ Performance

... (truncated)

Commits
  • 19c760a Merge pull request #4333 from xtermjs/revert-4196-ansiheadless
  • 3a81ef5 Revert "SerializeAsHTML(): Fallback to default ansi colors when running headl...
  • 6cfdcb1 Merge pull request #4332 from Tyriar/r5_1_0
  • 30ef1fc v5.1.0
  • 84b8121 Merge pull request #4288 from jerch/fix_weblinks
  • 218cfd2 Merge branch 'master' into fix_weblinks
  • 1757f27 explicit type for link test data
  • 9411acb move link tests to demo
  • cb4102c Merge pull request #4330 from Tyriar/2533
  • 1926c9b Add sequence buttons through CSI P
  • Additional commits viewable in compare view

Updates xterm-addon-fit from 0.5.0 to 0.7.0

Commits

Updates xterm-addon-ligatures from 0.6.0-beta.19 to 0.6.0

Commits

Updates xterm-addon-search from 0.9.0 to 0.11.0

Commits

Updates xterm-addon-unicode11 from 0.3.0 to 0.5.0

Commits

Updates xterm-addon-web-links from 0.6.0 to 0.8.0

Commits

Updates xterm-addon-webgl from 0.12.0 to 0.14.0

Commits

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)

…h, xterm-addon-unicode11, xterm-addon-web-links and xterm-addon-webgl

Bumps [xterm](https://github.com/xtermjs/xterm.js), [xterm-addon-fit](https://github.com/xtermjs/xterm.js), [xterm-addon-ligatures](https://github.com/xtermjs/xterm.js), [xterm-addon-search](https://github.com/xtermjs/xterm.js), [xterm-addon-unicode11](https://github.com/xtermjs/xterm.js), [xterm-addon-web-links](https://github.com/xtermjs/xterm.js) and [xterm-addon-webgl](https://github.com/xtermjs/xterm.js). These dependencies needed to be updated together.

Updates `xterm` from 4.19.0 to 5.1.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@4.19.0...5.1.0)

Updates `xterm-addon-fit` from 0.5.0 to 0.7.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.5...0.7)

Updates `xterm-addon-ligatures` from 0.6.0-beta.19 to 0.6.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/commits/0.6)

Updates `xterm-addon-search` from 0.9.0 to 0.11.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.9...0.11)

Updates `xterm-addon-unicode11` from 0.3.0 to 0.5.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.3...0.5)

Updates `xterm-addon-web-links` from 0.6.0 to 0.8.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.6...0.8)

Updates `xterm-addon-webgl` from 0.12.0 to 0.14.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.12...0.14)

---
updated-dependencies:
- dependency-name: xterm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xterm-addon-fit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xterm-addon-ligatures
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: xterm-addon-search
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xterm-addon-unicode11
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xterm-addon-web-links
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xterm-addon-webgl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants