chore(deps): bump @xterm/* to beta.220#317927
Closed
niclimcy wants to merge 1 commit into
Closed
Conversation
Picks up xterm.js commit 50e90dd (xtermjs/xterm.js#5875) and commit dc726a2 (xtermjs/xterm.js#5883) which solves following issues: 1. microsoft#317740 - webgl corruption 2. microsoft#311252 - kitty protocol swallowing shift+number characters
Author
|
@microsoft-github-policy-service agree |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates xterm.js and related addons to newer beta releases across the root and remote packages to keep terminal dependencies current and aligned.
Changes:
- Bump
@xterm/xtermand most@xterm/*addons frombeta.213tobeta.220 - Bump
@xterm/headless(where present) tobeta.220 - Bump
@xterm/addon-webglfrombeta.212tobeta.219
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates xterm and addon dependency versions used by the root package. |
| remote/package.json | Mirrors the xterm dependency bumps for the remote package. |
| remote/web/package.json | Mirrors the xterm dependency bumps for the remote web package. |
Files not reviewed (2)
- remote/package-lock.json: Language not supported
- remote/web/package-lock.json: Language not supported
Contributor
|
Thanks, but there is change in api shape: #317936 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up xterm.js commit 50e90dd (xtermjs/xterm.js#5875) and commit dc726a2 (xtermjs/xterm.js#5883) which solves following issues: