This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new e6bbebe107 Sync UI (#13693)
e6bbebe107 is described below

commit e6bbebe107096bf50ed79e40a88f230bd1237c3d
Author: Wan Kai <[email protected]>
AuthorDate: Fri Feb 6 12:35:28 2026 +0800

    Sync UI (#13693)
---
 apm-webapp/pom.xml                 | 2 +-
 dist-material/release-docs/LICENSE | 4 ++--
 docs/en/changes/changes.md         | 2 ++
 skywalking-ui                      | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml
index ffc4a175a7..138b48a49d 100644
--- a/apm-webapp/pom.xml
+++ b/apm-webapp/pom.xml
@@ -101,7 +101,7 @@
                 <version>${frontend-maven-plugin.version}</version>
                 <configuration>
                     <workingDirectory>${ui.path}</workingDirectory>
-                    <nodeVersion>v22.14.0</nodeVersion>
+                    <nodeVersion>v24.13.0</nodeVersion>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/dist-material/release-docs/LICENSE 
b/dist-material/release-docs/LICENSE
index f7a026e7d1..2498732f8c 100644
--- a/dist-material/release-docs/LICENSE
+++ b/dist-material/release-docs/LICENSE
@@ -535,8 +535,8 @@ The text of each license is also included in 
licenses/LICENSE-[project].txt.
     https://npmjs.com/package/estree-walker/v/2.0.2 2.0.2 MIT
     https://npmjs.com/package/iconv-lite/v/0.6.3 0.6.3 MIT
     https://npmjs.com/package/is-plain-object/v/5.0.0 5.0.0 MIT
-    https://npmjs.com/package/lodash/v/4.17.21 4.17.21 MIT
-    https://npmjs.com/package/lodash-es/v/4.17.21 4.17.21 MIT
+    https://npmjs.com/package/lodash/v/4.17.23 4.17.23 MIT
+    https://npmjs.com/package/lodash-es/v/4.17.23 4.17.23 MIT
     https://npmjs.com/package/lodash-unified/v/1.0.3 1.0.3 MIT
     https://npmjs.com/package/memoize-one/v/6.0.0 6.0.0 MIT
     https://npmjs.com/package/mitt/v/2.1.0 2.1.0 MIT
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index f6c0bd8134..87e97d6546 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -5,6 +5,7 @@
 * Support building, testing, and publishing with Java 25.
 * Add `CLAUDE.md` as AI assistant guide for the project.
 * Upgrade Groovy to 5.0.3 in OAP backend.
+* Bump up nodejs to v24.13.0 for the latest UI(booster-ui) compiling.
 
 #### OAP Server
 
@@ -35,6 +36,7 @@
 * Fix the missing icon in new native trace view.
 * Enhance the alert page to show the recovery time of resolved alerts.
 * Implement a common pagination component.
+* Fix validation guard for router.
 
 #### Documentation
 
diff --git a/skywalking-ui b/skywalking-ui
index 0334c28da5..4e3b1bdeae 160000
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit 0334c28da54680e12a785b7d7a1d5a062a64f132
+Subproject commit 4e3b1bdeae3c2dc5f6b6420b89264c8fd429110d

Reply via email to