From 62afaa891109f1abc15f6a72e7f8c22ef88d8fbf Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 28 Apr 2026 06:24:50 +0000 Subject: [PATCH] chore(deps): bump Node from v20.11.0 to v22.12.0 for Vite 8 (unblocks #86) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vite 8 (pulled in by PR #86's vite group bump) raised its engine requirement to ^20.19.0 || >=22.12.0. Our pinned v20.11.0 fails the frontend-maven-plugin `npm run build` step immediately: SyntaxError: The requested module 'node:util' does not provide an export named 'styleText' (rolldown, which Vite 8 uses, depends on `node:util.styleText` — only in Node 20.18+/22.x). Pinning to v22.12.0 — the minimum v22 release that satisfies Vite 8 — keeps us on a currently-supported LTS line and unblocks dependabot's #86 vite group bump. Co-Authored-By: Claude Opus 4.7 (1M context) --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e3e1528..1a49dc8e 100644 --- a/pom.xml +++ b/pom.xml @@ -260,7 +260,17 @@ 2.0.0 src/main/frontend - v20.11.0 + + v22.12.0 ${frontend.skip}