Skip to content

chore: bump xterm in /site from 5.1.0 to 5.2.1 #8465

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

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

Bumps the npm-xterm group in /site with 1 update: xterm.

Release notes

Sourced from xterm's releases.

5.2.1

🐞 Bug fixes

5.2.0

🚀 Features

📦 API

  • Improved Windows workarounds with the new windowsPty option (#4539) via @​Tyriar

    const term = new Terminal({
      windowsPty: {
        backend: 'conpty',
        buildNumber: 19000
      }
    });

🐞 Bug fixes

📝 Documentation and internal improvements

... (truncated)

Commits

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 dependabot bot requested review from a team and BrunoQuaresma and removed request for a team July 12, 2023 15:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/npm-xterm-ddbeed1d9b branch from 0c954a5 to a161684 Compare July 12, 2023 15:06
@matifali matifali changed the title chore: bump the npm-xterm group in /site with 1 update chore: bump the xterm in /site from 5.1.0 to 5.2.1 Jul 12, 2023
@matifali
Copy link
Member

@dependabot recreate

@matifali matifali changed the title chore: bump the xterm in /site from 5.1.0 to 5.2.1 chore: bump xterm in /site from 5.1.0 to 5.2.1 Jul 12, 2023
Bumps the npm-xterm group in /site with 1 update: [xterm](https://github.com/xtermjs/xterm.js).

- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@5.1.0...5.2.1)

---
updated-dependencies:
- dependency-name: xterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-xterm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/npm-xterm-ddbeed1d9b branch from b5cea21 to 4dd1fbc Compare July 12, 2023 15:24
@matifali matifali merged commit ffc28e6 into main Jul 12, 2023
@matifali matifali deleted the dependabot/npm_and_yarn/site/npm-xterm-ddbeed1d9b branch July 12, 2023 15:35
@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 2023
@matifali
Copy link
Member

matifali commented Jul 12, 2023

@mafredri with version 5.2.1 there is now https://redirect.github.com/xtermjs/xterm.js/issues/4539
Do you think this is useful for us in resolving #3666?

@mafredri
Copy link
Member

mafredri commented Jul 12, 2023

@matifali it doesn't seem like it would help. The issue in #3666 is mostly related to agent/reconnecting-pty not having an unlimited buffer size and us occasionally losing relevant state when the buffer overflows.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants