[PR #2049] [CLOSED] Update Xterm to 6.0 #1729

Closed
opened 2026-02-04 20:11:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2049
Author: @lajczi
Created: 12/25/2025
Status: Closed

Base: mainHead: xterm-6.0


📝 Commits (3)

  • f810380 Update Xterm to 6.0
  • 6d44515 Fix breaking change
  • d3de1f2 Revert the fix ~ this library hasn’t been updated in 5 years

📊 Changes

3 files changed (+634 additions, -978 deletions)

View changed files

📝 package.json (+14 -15)
📝 vite.config.js (+1 -1)
📝 yarn.lock (+619 -962)

📄 Description

Changes

  • Updated Xterm.js from 5.0 to 6.0
  • Removed some unused deps: concurrently and autoprefixer
  • Updated other Yarn dependencies to their latest versions

Nitpicks

  • Added name field to package.json
  • Removed unused import from Vite config

🔄 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/pelican-dev/panel/pull/2049 **Author:** [@lajczi](https://github.com/lajczi) **Created:** 12/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `xterm-6.0` --- ### 📝 Commits (3) - [`f810380`](https://github.com/pelican-dev/panel/commit/f810380799b04c1d1050524262495854b1f462a8) Update Xterm to 6.0 - [`6d44515`](https://github.com/pelican-dev/panel/commit/6d44515af57e998eaa09a0f987e486f2ad59750d) Fix breaking change - [`d3de1f2`](https://github.com/pelican-dev/panel/commit/d3de1f230c59a58693465bb8475c36ee82f43b82) Revert the fix ~ this library hasn’t been updated in 5 years ### 📊 Changes **3 files changed** (+634 additions, -978 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+14 -15) 📝 `vite.config.js` (+1 -1) 📝 `yarn.lock` (+619 -962) </details> ### 📄 Description ## Changes - Updated Xterm.js from 5.0 to 6.0 - Removed some unused deps: `concurrently` and `autoprefixer` - Updated other Yarn dependencies to their latest versions ## Nitpicks - Added `name` field to `package.json` - Removed unused import from Vite config --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:11:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1729