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

fix(deps): update xterm #303

Merged
merged 1 commit into from
May 11, 2021
Merged

fix(deps): update xterm #303

merged 1 commit into from
May 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xterm 4.11.0 -> 4.12.0 age adoption passing confidence
xterm-addon-ligatures 0.4.0 -> 0.5.0 age adoption passing confidence
xterm-addon-webgl 0.10.0 -> 0.11.0 age adoption passing confidence

Release Notes

xtermjs/xterm.js

v4.12.0

Compare Source

🚀 Features

📦 API
  • Support async parser handlers (#​3222, #​3256, #​3257, #​3267) via @​jerch. This enables for example custom parser handlers to defer heavy work to a worker thread. Note that this will block the terminal and you should generally stay away from this API unless it's a lot of work that would block the UI thread.
    // Handle \x1b[<params>+Z using an asynchronous handler
    terminal.parser.registerCsiHandler({intermediates:'+', final: 'Z'}, async params => {
      await new Promise(res => setTimeout(res, 50));
      return false;
    });
  • Add onBell event API so embedders can handle the bell however they want (#​3290, #​3295) via @​bmf-ribeiro
    terminal.onBell(() => customBellImpl());

🐞 Bug fixes

📝 Documentation and internal improvements

🎉 New real-world use cases


📥 Addons

xterm-addon-ligatures
xterm-addon-webgl

🤝 Compatible addon versions

  • xterm-addon-attach@0.6.0
  • xterm-addon-fit@0.5.0
  • xterm-addon-ligatures@0.5.0
  • xterm-addon-search@0.8.0
  • xterm-addon-serialize@0.5.0
  • xterm-addon-unicode11@&#8203;0.2.0
  • xterm-addon-web-links@0.4.0
  • xterm-addon-webgl@0.11.0

🌐 Website


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@UziTech UziTech merged commit bc23567 into master May 11, 2021
@UziTech UziTech deleted the renovate/xterm branch May 11, 2021 18:51
@github-actions
Copy link

🎉 This PR is included in version 13.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants