[PR #1495] [MERGED] chore(deps): update pnpm.catalog.default @xterm/xterm to v6 #8449

Closed
opened 2026-03-12 23:56:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1495
Author: @renovate[bot]
Created: 12/22/2025
Status: Merged
Merged: 12/23/2025
Merged by: @0xJacky

Base: devHead: renovate/major-xterm-monorepo


📝 Commits (1)

  • c693dde chore(deps): update pnpm.catalog.default @xterm/xterm to v6

📊 Changes

3 files changed (+14 additions, -14 deletions)

View changed files

📝 app/package.json (+1 -1)
📝 pnpm-lock.yaml (+12 -12)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@xterm/xterm ^5.5.0 -> ^6.0.0 age confidence

Release Notes

xtermjs/xterm.js (@​xterm/xterm)

v6.0.0

Compare Source

Features

  • #​5453 Add synchronized output support (DEC mode 2026)
  • #​5436 add range to IHTMLSerializeOptions
  • #​5334 Support shadow dom in webgl renderer
  • #​5285 Support detailed ligatures and variants
  • #​5251 progress-addon
  • #​5234 Add reflowCursorLine option
  • #​5224 putty-style ED2 sequence handling as terminal option
  • #​5107 Add top/bottom border overview ruler options
    • ⚠️ This is a breaking change, ITerminalOptions.overviewRulerWidth is now a property of ITerminalOptions.overviewRuler
  • #​5096 Integrate base/ platform from VS Code and adopt scroll bar
    • ⚠️ This is a potential breaking change, the viewport/scroll bar works very differently now
  • #​5092 Add support for ESM via esbuild
  • #​5034 Expose onWriteParsed on API
  • #​4220 Add support to ANSI OSC52

Fixes

  • #​5445 Prefer performance.now() over Date.now()
  • #​5437 Prevent entire page from scrolling when scrolling in alt buffer with mouse event off
  • #​5423 Clear selection on vertical resize
  • #​5411 Fix teleport when exiting out of alt buffer. v2
  • #​5391 Bring back partial wheel tracking
  • #​5390 Fix scrollbar teleport after exiting alt buffer
  • #​5386 fix: ensure that currentRow can not go out of the range
  • #​5385 Fix terminal find when wrapped
  • #​5355 Add note about reverse tabnapping
  • #​5346 Remove alt -> ctrl+arrow hack in favor of embedder-specific solutions
    • ⚠️ This is a breaking change, you will need to add keybindings in your code if you want alt to map to ctrl still
  • #​5337 Fix finding terms across wrapped lines
  • #​5335 webgl: Ignore alpha channel when allowTransparency is false
  • #​5328 Refresh viewport after clear or ED
  • #​5305 Fix issue where listeners remain after WebglRenderer throws
  • #​5291 Make ProgressAddon.onChange non undefined
  • #​5282 Fixed CapsLock triggering input twice in MacOS.
  • #​5279 Fixes: #​5270 regex case-sensitive should behave like monaco
  • #​5278 Handle glyph widths up to the maximum device texture size
  • #​5277 Disable ligatures when cursor is in range
  • #​5276 Fix selection rendering on ligatures in both renderers
  • #​5265 Revert to cursor options after DECSCUSR 0
  • #​5263 Make textarea readonly when disableStdin is set
  • #​5262 Blend cursorAccent with background too
  • #​5260 Blend cursor with background to support alpha in webgl
  • #​5253 bug: properly render the terminal when open() is called again
  • #​5249 Fix click event bug caused by DomRenderer replaceChildren behavior
  • #​5209 Ensure last ligature cell is updated
  • #​5208 Set liga font feature when ligatures is enabled
  • #​5182 fix #​5181
  • #​5171 Fix links sometimes not activating
  • #​5139 Fix image addon not being able to render some jpeg images in IIP
  • #​5127 Fix scroll dimensions when switching buffers
  • #​5122 Use main document to create viewport element
  • #​5102 Ensure decorations are refreshed when origin of scroll event is buffe…
  • #​5099 Remove overflow to allow decorations outside terminal
  • #​5088 Sync DOM decoration styles when line height/width changes
  • #​5067 Correct addon-clipboard ctor types
  • #​5027 Finish OSC hyperlinks when the second param is only whitespace
  • #​5024 Fix duplicate input for some IMEs
  • #​5020 Escape Unsafe HTML Characters in addon-serialize
  • #​5003 Support semi-colons in OSC 8 hyperlink URIs
  • #​4984 Clear timer when dispose

Performance

  • #​5403 Add SearchLineCache for improved search performance
  • #​5066 Speed up clearing all markers, mass event listener dispose
  • #​5038 Speed up insertion and deletion of values in SortedList by batching and deferring to idle task
  • #​5037 Prevent smooth scroll from running more than once per frame
  • #​4936 fix: memory leak in CoreBrowserService
  • #​4933 Check after updating the SelectionRenderModel
  • #​4879 Align character position in a11y tree with the actual rendering

Internal/minor changes

  • #​5462 Remove deprecated windowsMode and fastScrollModifier
    • ⚠️ This is a breaking change, these deprecated properties of ITerminalOptions have been removed
  • #​5461 Remove need for glob module
  • #​5460 Git ignore test-results/
  • #​5452 Fix tsc build - upgrade glob version
  • #​5450 Fix wrong export path for ESM target in [addon-unicode-graphemes]
  • #​5449 Configure "exports" field in package.json [headless]
  • #​5446 Migrate from yarn to npm, node 18 -> 22, use npm workspaces
  • #​5442 Fix headless module path
  • #​5425 Only show char codes for parsing data on trace
  • #​5422 Explain filtering unit tests by file
  • #​5421 Use Windows PowerShell instead of pwsh 7 in demo
  • #​5420 Only log character codes for trace log
  • #​5413 Adding EmuDevz to the "Real-world uses" list
  • #​5407 Improve Copilot instructions and add test guidelines
  • #​5406 Refactor search addon into multiple files, add unit tests
  • #​5405 Refactor search addon interfaces
  • #​5404 Replace timeout handling with disposableTimeout
  • #​5402 Update GitHub Copilot instructions with test details
  • #​5401 Refactor search addon types and internal handling
  • #​5399 Refactor search constants and improve documentation
  • #​5398 Add proper typing for search results change event
  • #​5379 Bump form-data from 4.0.0 to 4.0.4 in /addons/addon-ligatures
  • #​5362 Move copilot steps to correct folder
  • #​5359 Add copilot setup steps
  • #​5358 Revert conpty-specific reflow handling
  • #​5349 Add comprehensive tests for alt+shift+letter keyboard combinations
  • #​5345 Add instructions to help Copilot coding agent
  • #​5329 Update and pin esbuild
  • #​5322 Bump axios from 1.7.4 to 1.8.2 in /addons/addon-ligatures
  • #​5321 Reflow on resize using similar logic to conpty
  • #​5317 docs: added usage tip for registerMarker()
  • #​5313 Revert "Merge pull request #​5253 from akphi/patch-1"
  • #​5308 Update AccessibilityManager.ts to use textContent rather than innerText
  • #​5290 Progress polish
  • #​5286 Move WebGL addon-specific code into addon
  • #​5281 Pin Ubuntu 22 to fix playwright GH Actions issue for now
  • #​5280 Remove courier fonts from defaults
  • #​5275 Demo test button for common ligatures
  • #​5252 Fix ReferenceError in publish.js
  • #​5247 Update README.md - add ecmaOS as Use Case
  • #​5219 Add new site to Real-world uses
  • #​5218 Bump cross-spawn from 7.0.3 to 7.0.6
  • #​5212 chore(addons/fit): fix typo
  • #​5203 Don't hide build folders
  • #​5202 Only resolve ligatures externals in commonjs environment
  • #​5199 Store the DI decorator's id in specific property (#​5131).
  • #​5196 Add pyTermTk HTML5 Exporter project to "Real-world uses"
  • #​5180 Forward integration test exit code to running proc
  • #​5166 Bump express from 4.19.2 to 4.20.0
  • #​5165 Bump axios from 1.6.0 to 1.7.4 in /addons/addon-ligatures
  • #​5157 Bump path-to-regexp from 1.7.0 to 1.9.0 in /addons/addon-ligatures
  • #​5151 Fix 'npm run package' in addon-unicode-graphemes
  • #​5148 Bump micromatch from 4.0.5 to 4.0.8
  • #​5143 Publish commit and set peerDependencies to @​xterm/xterm beta when publishing
  • #​5141 Bump webpack from 5.88.2 to 5.94.0
  • #​5140 Add Filet Cloud to Real-world uses
  • #​5136 Fix description for WebglAddon class in @​xterm/addon-webgl
  • #​5130 Remove xterm- prefix from addon mjs output
  • #​5124 Update node-pty, use conpty.dll
  • #​5106 Move to vs/base disposables
  • #​5105 Remove the canvas renderer
    • ⚠️ This is a breaking change, this addon no longer exists and we recommend using either the DOM renderer or WebGL
  • #​5104 Remove EventEmitter in favor of vs/base/common/event's Emitter
  • #​5103 remove _workCell in InputHandler.
  • #​5095 Remove procfile
  • #​5094 Add build flow images and move logo into new images folder
  • #​5093 Align npm and test script names
  • #​5091 Ignore EPIPE exception on Windows when reloading demo client
  • #​5090 Suppress unrecognized option warning in demo
  • #​5089 Remove src dts files and correct exports
  • #​5086 Bump ws from 7.5.9 to 8.17.1
  • #​5085 Run other integration tests in CI
  • #​5083 typescript@​5.5
  • #​5082 Fix .eslintrc.json warnings, move deprecated to stylistic/ts
  • #​5081 Simplify GH action names and remove test/api project
  • #​5080 Migrate remaining API tests to playwright and remove API test infrastructure
  • #​5079 Migrate more API tests to playwright
  • #​5078 Get tests working on node that requires shell arg
  • #​5071 Bump ws from 8.13.0 to 8.17.1
  • #​5070 Bump braces from 3.0.2 to 3.0.3
  • #​5059 Add balena to real world uses
  • #​5056 Add app OpenSFTP to README.md
  • #​5054 Add powerline git, LN, lock symbols
  • #​5052 Update README.md
  • #​5049 Add eva pro to README.md
  • #​5018 Bump express from 4.18.2 to 4.19.2
  • #​5010 Bump follow-redirects from 1.15.3 to 1.15.6 in /addons/addon-ligatures
  • #​4989 adding Wave Terminal to the README
  • #​4963 Polish convertEol api jsdoc
  • #​4940 Update global object fix
  • #​4865 Update devcontainer

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1495 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/major-xterm-monorepo` --- ### 📝 Commits (1) - [`c693dde`](https://github.com/0xJacky/nginx-ui/commit/c693ddeb803c26ea15eeed34e1e4793a0e58b890) chore(deps): update pnpm.catalog.default @xterm/xterm to v6 ### 📊 Changes **3 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+12 -12) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@xterm/xterm](https://redirect.github.com/xtermjs/xterm.js) | [`^5.5.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@xterm%2fxterm/5.5.0/6.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@xterm%2fxterm/6.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@xterm%2fxterm/5.5.0/6.0.0?slim=true) | --- ### Release Notes <details> <summary>xtermjs/xterm.js (@&#8203;xterm/xterm)</summary> ### [`v6.0.0`](https://redirect.github.com/xtermjs/xterm.js/releases/tag/6.0.0) [Compare Source](https://redirect.github.com/xtermjs/xterm.js/compare/5.5.0...6.0.0) #### Features - [#&#8203;5453](https://redirect.github.com/xtermjs/xterm.js/issues/5453) Add synchronized output support (DEC mode 2026) - [#&#8203;5436](https://redirect.github.com/xtermjs/xterm.js/issues/5436) add range to IHTMLSerializeOptions - [#&#8203;5334](https://redirect.github.com/xtermjs/xterm.js/issues/5334) Support shadow dom in webgl renderer - [#&#8203;5285](https://redirect.github.com/xtermjs/xterm.js/issues/5285) Support detailed ligatures and variants - [#&#8203;5251](https://redirect.github.com/xtermjs/xterm.js/issues/5251) progress-addon - [#&#8203;5234](https://redirect.github.com/xtermjs/xterm.js/issues/5234) Add reflowCursorLine option - [#&#8203;5224](https://redirect.github.com/xtermjs/xterm.js/issues/5224) putty-style ED2 sequence handling as terminal option - [#&#8203;5107](https://redirect.github.com/xtermjs/xterm.js/issues/5107) Add top/bottom border overview ruler options - :warning: This is a breaking change, `ITerminalOptions.overviewRulerWidth` is now a property of `ITerminalOptions.overviewRuler` - [#&#8203;5096](https://redirect.github.com/xtermjs/xterm.js/issues/5096) Integrate base/ platform from VS Code and adopt scroll bar - :warning: This is a potential breaking change, the viewport/scroll bar works very differently now - [#&#8203;5092](https://redirect.github.com/xtermjs/xterm.js/issues/5092) Add support for ESM via esbuild - [#&#8203;5034](https://redirect.github.com/xtermjs/xterm.js/issues/5034) Expose onWriteParsed on API - [#&#8203;4220](https://redirect.github.com/xtermjs/xterm.js/issues/4220) Add support to ANSI OSC52 #### Fixes - [#&#8203;5445](https://redirect.github.com/xtermjs/xterm.js/issues/5445) Prefer performance.now() over Date.now() - [#&#8203;5437](https://redirect.github.com/xtermjs/xterm.js/issues/5437) Prevent entire page from scrolling when scrolling in alt buffer with mouse event off - [#&#8203;5423](https://redirect.github.com/xtermjs/xterm.js/issues/5423) Clear selection on vertical resize - [#&#8203;5411](https://redirect.github.com/xtermjs/xterm.js/issues/5411) Fix teleport when exiting out of alt buffer. v2 - [#&#8203;5391](https://redirect.github.com/xtermjs/xterm.js/issues/5391) Bring back partial wheel tracking - [#&#8203;5390](https://redirect.github.com/xtermjs/xterm.js/issues/5390) Fix scrollbar teleport after exiting alt buffer - [#&#8203;5386](https://redirect.github.com/xtermjs/xterm.js/issues/5386) fix: ensure that currentRow can not go out of the range - [#&#8203;5385](https://redirect.github.com/xtermjs/xterm.js/issues/5385) Fix terminal find when wrapped - [#&#8203;5355](https://redirect.github.com/xtermjs/xterm.js/issues/5355) Add note about reverse tabnapping - [#&#8203;5346](https://redirect.github.com/xtermjs/xterm.js/issues/5346) Remove alt -> ctrl+arrow hack in favor of embedder-specific solutions - :warning: This is a breaking change, you will need to add keybindings in your code if you want alt to map to ctrl still - [#&#8203;5337](https://redirect.github.com/xtermjs/xterm.js/issues/5337) Fix finding terms across wrapped lines - [#&#8203;5335](https://redirect.github.com/xtermjs/xterm.js/issues/5335) webgl: Ignore alpha channel when allowTransparency is false - [#&#8203;5328](https://redirect.github.com/xtermjs/xterm.js/issues/5328) Refresh viewport after clear or ED - [#&#8203;5305](https://redirect.github.com/xtermjs/xterm.js/issues/5305) Fix issue where listeners remain after WebglRenderer throws - [#&#8203;5291](https://redirect.github.com/xtermjs/xterm.js/issues/5291) Make ProgressAddon.onChange non undefined - [#&#8203;5282](https://redirect.github.com/xtermjs/xterm.js/issues/5282) Fixed CapsLock triggering input twice in MacOS. - [#&#8203;5279](https://redirect.github.com/xtermjs/xterm.js/issues/5279) Fixes: [#&#8203;5270](https://redirect.github.com/xtermjs/xterm.js/issues/5270) regex case-sensitive should behave like monaco - [#&#8203;5278](https://redirect.github.com/xtermjs/xterm.js/issues/5278) Handle glyph widths up to the maximum device texture size - [#&#8203;5277](https://redirect.github.com/xtermjs/xterm.js/issues/5277) Disable ligatures when cursor is in range - [#&#8203;5276](https://redirect.github.com/xtermjs/xterm.js/issues/5276) Fix selection rendering on ligatures in both renderers - [#&#8203;5265](https://redirect.github.com/xtermjs/xterm.js/issues/5265) Revert to cursor options after DECSCUSR 0 - [#&#8203;5263](https://redirect.github.com/xtermjs/xterm.js/issues/5263) Make textarea readonly when disableStdin is set - [#&#8203;5262](https://redirect.github.com/xtermjs/xterm.js/issues/5262) Blend cursorAccent with background too - [#&#8203;5260](https://redirect.github.com/xtermjs/xterm.js/issues/5260) Blend cursor with background to support alpha in webgl - [#&#8203;5253](https://redirect.github.com/xtermjs/xterm.js/issues/5253) bug: properly render the terminal when open() is called again - [#&#8203;5249](https://redirect.github.com/xtermjs/xterm.js/issues/5249) Fix click event bug caused by DomRenderer replaceChildren behavior - [#&#8203;5209](https://redirect.github.com/xtermjs/xterm.js/issues/5209) Ensure last ligature cell is updated - [#&#8203;5208](https://redirect.github.com/xtermjs/xterm.js/issues/5208) Set liga font feature when ligatures is enabled - [#&#8203;5182](https://redirect.github.com/xtermjs/xterm.js/issues/5182) fix [#&#8203;5181](https://redirect.github.com/xtermjs/xterm.js/issues/5181) - [#&#8203;5171](https://redirect.github.com/xtermjs/xterm.js/issues/5171) Fix links sometimes not activating - [#&#8203;5139](https://redirect.github.com/xtermjs/xterm.js/issues/5139) Fix image addon not being able to render some jpeg images in IIP - [#&#8203;5127](https://redirect.github.com/xtermjs/xterm.js/issues/5127) Fix scroll dimensions when switching buffers - [#&#8203;5122](https://redirect.github.com/xtermjs/xterm.js/issues/5122) Use main document to create viewport element - [#&#8203;5102](https://redirect.github.com/xtermjs/xterm.js/issues/5102) Ensure decorations are refreshed when origin of scroll event is buffe… - [#&#8203;5099](https://redirect.github.com/xtermjs/xterm.js/issues/5099) Remove overflow to allow decorations outside terminal - [#&#8203;5088](https://redirect.github.com/xtermjs/xterm.js/issues/5088) Sync DOM decoration styles when line height/width changes - [#&#8203;5067](https://redirect.github.com/xtermjs/xterm.js/issues/5067) Correct addon-clipboard ctor types - [#&#8203;5027](https://redirect.github.com/xtermjs/xterm.js/issues/5027) Finish OSC hyperlinks when the second param is only whitespace - [#&#8203;5024](https://redirect.github.com/xtermjs/xterm.js/issues/5024) Fix duplicate input for some IMEs - [#&#8203;5020](https://redirect.github.com/xtermjs/xterm.js/issues/5020) Escape Unsafe HTML Characters in addon-serialize - [#&#8203;5003](https://redirect.github.com/xtermjs/xterm.js/issues/5003) Support semi-colons in OSC 8 hyperlink URIs - [#&#8203;4984](https://redirect.github.com/xtermjs/xterm.js/issues/4984) Clear timer when dispose #### Performance - [#&#8203;5403](https://redirect.github.com/xtermjs/xterm.js/issues/5403) Add SearchLineCache for improved search performance - [#&#8203;5066](https://redirect.github.com/xtermjs/xterm.js/issues/5066) Speed up clearing all markers, mass event listener dispose - [#&#8203;5038](https://redirect.github.com/xtermjs/xterm.js/issues/5038) Speed up insertion and deletion of values in SortedList by batching and deferring to idle task - [#&#8203;5037](https://redirect.github.com/xtermjs/xterm.js/issues/5037) Prevent smooth scroll from running more than once per frame - [#&#8203;4936](https://redirect.github.com/xtermjs/xterm.js/issues/4936) fix: memory leak in CoreBrowserService - [#&#8203;4933](https://redirect.github.com/xtermjs/xterm.js/issues/4933) Check after updating the SelectionRenderModel - [#&#8203;4879](https://redirect.github.com/xtermjs/xterm.js/issues/4879) Align character position in a11y tree with the actual rendering #### Internal/minor changes - [#&#8203;5462](https://redirect.github.com/xtermjs/xterm.js/issues/5462) Remove deprecated windowsMode and fastScrollModifier - :warning: This is a breaking change, these deprecated properties of `ITerminalOptions` have been removed - [#&#8203;5461](https://redirect.github.com/xtermjs/xterm.js/issues/5461) Remove need for glob module - [#&#8203;5460](https://redirect.github.com/xtermjs/xterm.js/issues/5460) Git ignore test-results/ - [#&#8203;5452](https://redirect.github.com/xtermjs/xterm.js/issues/5452) Fix tsc build - upgrade glob version - [#&#8203;5450](https://redirect.github.com/xtermjs/xterm.js/issues/5450) Fix wrong export path for ESM target in \[addon-unicode-graphemes] - [#&#8203;5449](https://redirect.github.com/xtermjs/xterm.js/issues/5449) Configure "exports" field in package.json \[headless] - [#&#8203;5446](https://redirect.github.com/xtermjs/xterm.js/issues/5446) Migrate from yarn to npm, node 18 -> 22, use npm workspaces - [#&#8203;5442](https://redirect.github.com/xtermjs/xterm.js/issues/5442) Fix headless module path - [#&#8203;5425](https://redirect.github.com/xtermjs/xterm.js/issues/5425) Only show char codes for parsing data on trace - [#&#8203;5422](https://redirect.github.com/xtermjs/xterm.js/issues/5422) Explain filtering unit tests by file - [#&#8203;5421](https://redirect.github.com/xtermjs/xterm.js/issues/5421) Use Windows PowerShell instead of pwsh 7 in demo - [#&#8203;5420](https://redirect.github.com/xtermjs/xterm.js/issues/5420) Only log character codes for trace log - [#&#8203;5413](https://redirect.github.com/xtermjs/xterm.js/issues/5413) Adding EmuDevz to the "Real-world uses" list - [#&#8203;5407](https://redirect.github.com/xtermjs/xterm.js/issues/5407) Improve Copilot instructions and add test guidelines - [#&#8203;5406](https://redirect.github.com/xtermjs/xterm.js/issues/5406) Refactor search addon into multiple files, add unit tests - [#&#8203;5405](https://redirect.github.com/xtermjs/xterm.js/issues/5405) Refactor search addon interfaces - [#&#8203;5404](https://redirect.github.com/xtermjs/xterm.js/issues/5404) Replace timeout handling with disposableTimeout - [#&#8203;5402](https://redirect.github.com/xtermjs/xterm.js/issues/5402) Update GitHub Copilot instructions with test details - [#&#8203;5401](https://redirect.github.com/xtermjs/xterm.js/issues/5401) Refactor search addon types and internal handling - [#&#8203;5399](https://redirect.github.com/xtermjs/xterm.js/issues/5399) Refactor search constants and improve documentation - [#&#8203;5398](https://redirect.github.com/xtermjs/xterm.js/issues/5398) Add proper typing for search results change event - [#&#8203;5379](https://redirect.github.com/xtermjs/xterm.js/issues/5379) Bump form-data from 4.0.0 to 4.0.4 in /addons/addon-ligatures - [#&#8203;5362](https://redirect.github.com/xtermjs/xterm.js/issues/5362) Move copilot steps to correct folder - [#&#8203;5359](https://redirect.github.com/xtermjs/xterm.js/issues/5359) Add copilot setup steps - [#&#8203;5358](https://redirect.github.com/xtermjs/xterm.js/issues/5358) Revert conpty-specific reflow handling - [#&#8203;5349](https://redirect.github.com/xtermjs/xterm.js/issues/5349) Add comprehensive tests for alt+shift+letter keyboard combinations - [#&#8203;5345](https://redirect.github.com/xtermjs/xterm.js/issues/5345) Add instructions to help Copilot coding agent - [#&#8203;5329](https://redirect.github.com/xtermjs/xterm.js/issues/5329) Update and pin esbuild - [#&#8203;5322](https://redirect.github.com/xtermjs/xterm.js/issues/5322) Bump axios from 1.7.4 to 1.8.2 in /addons/addon-ligatures - [#&#8203;5321](https://redirect.github.com/xtermjs/xterm.js/issues/5321) Reflow on resize using similar logic to conpty - [#&#8203;5317](https://redirect.github.com/xtermjs/xterm.js/issues/5317) docs: added usage tip for registerMarker() - [#&#8203;5313](https://redirect.github.com/xtermjs/xterm.js/issues/5313) Revert "Merge pull request [#&#8203;5253](https://redirect.github.com/xtermjs/xterm.js/issues/5253) from akphi/patch-1" - [#&#8203;5308](https://redirect.github.com/xtermjs/xterm.js/issues/5308) Update AccessibilityManager.ts to use textContent rather than innerText - [#&#8203;5290](https://redirect.github.com/xtermjs/xterm.js/issues/5290) Progress polish - [#&#8203;5286](https://redirect.github.com/xtermjs/xterm.js/issues/5286) Move WebGL addon-specific code into addon - [#&#8203;5281](https://redirect.github.com/xtermjs/xterm.js/issues/5281) Pin Ubuntu 22 to fix playwright GH Actions issue for now - [#&#8203;5280](https://redirect.github.com/xtermjs/xterm.js/issues/5280) Remove courier fonts from defaults - [#&#8203;5275](https://redirect.github.com/xtermjs/xterm.js/issues/5275) Demo test button for common ligatures - [#&#8203;5252](https://redirect.github.com/xtermjs/xterm.js/issues/5252) Fix ReferenceError in publish.js - [#&#8203;5247](https://redirect.github.com/xtermjs/xterm.js/issues/5247) Update README.md - add ecmaOS as Use Case - [#&#8203;5219](https://redirect.github.com/xtermjs/xterm.js/issues/5219) Add new site to Real-world uses - [#&#8203;5218](https://redirect.github.com/xtermjs/xterm.js/issues/5218) Bump cross-spawn from 7.0.3 to 7.0.6 - [#&#8203;5212](https://redirect.github.com/xtermjs/xterm.js/issues/5212) chore(addons/fit): fix typo - [#&#8203;5203](https://redirect.github.com/xtermjs/xterm.js/issues/5203) Don't hide build folders - [#&#8203;5202](https://redirect.github.com/xtermjs/xterm.js/issues/5202) Only resolve ligatures externals in commonjs environment - [#&#8203;5199](https://redirect.github.com/xtermjs/xterm.js/issues/5199) Store the DI decorator's id in specific property ([#&#8203;5131](https://redirect.github.com/xtermjs/xterm.js/issues/5131)). - [#&#8203;5196](https://redirect.github.com/xtermjs/xterm.js/issues/5196) Add pyTermTk HTML5 Exporter project to "Real-world uses" - [#&#8203;5180](https://redirect.github.com/xtermjs/xterm.js/issues/5180) Forward integration test exit code to running proc - [#&#8203;5166](https://redirect.github.com/xtermjs/xterm.js/issues/5166) Bump express from 4.19.2 to 4.20.0 - [#&#8203;5165](https://redirect.github.com/xtermjs/xterm.js/issues/5165) Bump axios from 1.6.0 to 1.7.4 in /addons/addon-ligatures - [#&#8203;5157](https://redirect.github.com/xtermjs/xterm.js/issues/5157) Bump path-to-regexp from 1.7.0 to 1.9.0 in /addons/addon-ligatures - [#&#8203;5151](https://redirect.github.com/xtermjs/xterm.js/issues/5151) Fix 'npm run package' in addon-unicode-graphemes - [#&#8203;5148](https://redirect.github.com/xtermjs/xterm.js/issues/5148) Bump micromatch from 4.0.5 to 4.0.8 - [#&#8203;5143](https://redirect.github.com/xtermjs/xterm.js/issues/5143) Publish commit and set peerDependencies to [@&#8203;xterm/xterm](https://redirect.github.com/xterm/xterm) beta when publishing - [#&#8203;5141](https://redirect.github.com/xtermjs/xterm.js/issues/5141) Bump webpack from 5.88.2 to 5.94.0 - [#&#8203;5140](https://redirect.github.com/xtermjs/xterm.js/issues/5140) Add Filet Cloud to Real-world uses - [#&#8203;5136](https://redirect.github.com/xtermjs/xterm.js/issues/5136) Fix description for WebglAddon class in [@&#8203;xterm/addon-webgl](https://redirect.github.com/xterm/addon-webgl) - [#&#8203;5130](https://redirect.github.com/xtermjs/xterm.js/issues/5130) Remove xterm- prefix from addon mjs output - [#&#8203;5124](https://redirect.github.com/xtermjs/xterm.js/issues/5124) Update node-pty, use conpty.dll - [#&#8203;5106](https://redirect.github.com/xtermjs/xterm.js/issues/5106) Move to vs/base disposables - [#&#8203;5105](https://redirect.github.com/xtermjs/xterm.js/issues/5105) Remove the canvas renderer - :warning: This is a breaking change, this addon no longer exists and we recommend using either the DOM renderer or WebGL - [#&#8203;5104](https://redirect.github.com/xtermjs/xterm.js/issues/5104) Remove EventEmitter in favor of vs/base/common/event's Emitter - [#&#8203;5103](https://redirect.github.com/xtermjs/xterm.js/issues/5103) remove \_workCell in InputHandler. - [#&#8203;5095](https://redirect.github.com/xtermjs/xterm.js/issues/5095) Remove procfile - [#&#8203;5094](https://redirect.github.com/xtermjs/xterm.js/issues/5094) Add build flow images and move logo into new images folder - [#&#8203;5093](https://redirect.github.com/xtermjs/xterm.js/issues/5093) Align npm and test script names - [#&#8203;5091](https://redirect.github.com/xtermjs/xterm.js/issues/5091) Ignore EPIPE exception on Windows when reloading demo client - [#&#8203;5090](https://redirect.github.com/xtermjs/xterm.js/issues/5090) Suppress unrecognized option warning in demo - [#&#8203;5089](https://redirect.github.com/xtermjs/xterm.js/issues/5089) Remove src dts files and correct exports - [#&#8203;5086](https://redirect.github.com/xtermjs/xterm.js/issues/5086) Bump ws from 7.5.9 to 8.17.1 - [#&#8203;5085](https://redirect.github.com/xtermjs/xterm.js/issues/5085) Run other integration tests in CI - [#&#8203;5083](https://redirect.github.com/xtermjs/xterm.js/issues/5083) typescript\@&#8203;5.5 - [#&#8203;5082](https://redirect.github.com/xtermjs/xterm.js/issues/5082) Fix .eslintrc.json warnings, move deprecated to stylistic/ts - [#&#8203;5081](https://redirect.github.com/xtermjs/xterm.js/issues/5081) Simplify GH action names and remove test/api project - [#&#8203;5080](https://redirect.github.com/xtermjs/xterm.js/issues/5080) Migrate remaining API tests to playwright and remove API test infrastructure - [#&#8203;5079](https://redirect.github.com/xtermjs/xterm.js/issues/5079) Migrate more API tests to playwright - [#&#8203;5078](https://redirect.github.com/xtermjs/xterm.js/issues/5078) Get tests working on node that requires shell arg - [#&#8203;5071](https://redirect.github.com/xtermjs/xterm.js/issues/5071) Bump ws from 8.13.0 to 8.17.1 - [#&#8203;5070](https://redirect.github.com/xtermjs/xterm.js/issues/5070) Bump braces from 3.0.2 to 3.0.3 - [#&#8203;5059](https://redirect.github.com/xtermjs/xterm.js/issues/5059) Add `balena` to real world uses - [#&#8203;5056](https://redirect.github.com/xtermjs/xterm.js/issues/5056) Add app OpenSFTP to README.md - [#&#8203;5054](https://redirect.github.com/xtermjs/xterm.js/issues/5054) Add powerline git, LN, lock symbols - [#&#8203;5052](https://redirect.github.com/xtermjs/xterm.js/issues/5052) Update README.md - [#&#8203;5049](https://redirect.github.com/xtermjs/xterm.js/issues/5049) Add eva pro to README.md - [#&#8203;5018](https://redirect.github.com/xtermjs/xterm.js/issues/5018) Bump express from 4.18.2 to 4.19.2 - [#&#8203;5010](https://redirect.github.com/xtermjs/xterm.js/issues/5010) Bump follow-redirects from 1.15.3 to 1.15.6 in /addons/addon-ligatures - [#&#8203;4989](https://redirect.github.com/xtermjs/xterm.js/issues/4989) adding Wave Terminal to the README - [#&#8203;4963](https://redirect.github.com/xtermjs/xterm.js/issues/4963) Polish convertEol api jsdoc - [#&#8203;4940](https://redirect.github.com/xtermjs/xterm.js/issues/4940) Update global object fix - [#&#8203;4865](https://redirect.github.com/xtermjs/xterm.js/issues/4865) Update devcontainer </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/0xJacky/nginx-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:56:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#8449
No description provided.