Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @xterm/xterm library and its related addons from beta.77 to beta.89, addressing issue #239541. The update includes a significant dependency change in the addon-ligatures package, which now uses lru-cache and opentype.js directly instead of the intermediary font-finder and font-ligatures packages.
Key Changes
- Updates @xterm/xterm core library from beta.77 to beta.89
- Updates most xterm addons to beta.89 (clipboard, image, ligatures, progress, search, serialize, unicode11)
- Updates @xterm/addon-webgl to beta.88 (note: different from other addons)
- Simplifies addon-ligatures dependency tree by removing font-finder, font-ligatures, get-system-fonts, and promise-stream-reader
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| remote/web/package.json | Updates xterm dependencies to beta.89 (webgl to beta.88) |
| remote/web/package-lock.json | Updates lockfile entries with new versions, resolved URLs, and integrity hashes; removes obsolete font-related dependencies |
| remote/package.json | Updates xterm dependencies including headless addon to beta.89 (webgl to beta.88) |
| remote/package-lock.json | Updates lockfile with new dependency tree, including new lru-cache nested under addon-ligatures |
| package.json | Updates xterm dependencies in root package to beta.89 (webgl to beta.88) |
| package-lock.json | Updates lockfile with comprehensive dependency changes, moves lru-cache as nested dependency under addon-ligatures |
Files not reviewed (2)
- remote/package-lock.json: Language not supported
- remote/web/package-lock.json: Language not supported
dmitrivMS
approved these changes
Jan 5, 2026
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.
Fixes #239541