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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new 68a15a7  [YUNIKORN-3126] installed tools update (#237)
68a15a7 is described below

commit 68a15a7544c737362827e681cc3e2f9c726350a3
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Mon Dec 1 15:43:09 2025 +1100

    [YUNIKORN-3126] installed tools update (#237)
    
    Update pnpm to the latest 9.x version (9.15.6 currently)
    Update Angular CLI to match the version in the package.json
    
    Closes: #237
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 76568e2..8132c4d 100644
--- a/Makefile
+++ b/Makefile
@@ -128,11 +128,11 @@ 
GOLANGCI_LINT_ARCHIVE=golangci-lint-$(GOLANGCI_LINT_VERSION)-$(OS)-$(EXEC_ARCH).
 
GOLANGCI_LINT_ARCHIVEBASE=golangci-lint-$(GOLANGCI_LINT_VERSION)-$(OS)-$(EXEC_ARCH)
 
 # pnpm
-PNPM_VERSION=9.5.0
+PNPM_VERSION=9.15.6
 PNPM_BIN=$(TOOLS_DIR)/bin/pnpm
 
 # @angular/cli
-ANGULAR_CLI_VERSION=16.2.10
+ANGULAR_CLI_VERSION=20.3.12
 NG_BIN=$(TOOLS_DIR)/bin/ng
 
 WEB_SHA=$(shell git rev-parse --short=12 HEAD)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to