This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 7ac4a73244b NO-ISSUE: Upgrade pnpm to version 10.34.4 (#3633)
7ac4a73244b is described below
commit 7ac4a73244bd548334dd6bc3ef46baff047926f6
Author: Thiago Lugli <[email protected]>
AuthorDate: Wed Jul 1 18:22:06 2026 -0300
NO-ISSUE: Upgrade pnpm to version 10.34.4 (#3633)
---
.ci/incubator-kie-tools-ci-build.Dockerfile | 2 +-
.github/actions/setup-env/action.yml | 2 +-
.github/workflows/ci_build.yml | 2 +-
README.md | 2 +-
package.json | 4 ++--
packages/playwright-base/Containerfile | 2 +-
repo/build-dependencies-versions.json | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index 450e4a0d72f..8bc0adc3d46 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -87,7 +87,7 @@ RUN source $HOME/.nvm/nvm.sh && \
# PNPM setup
RUN source $HOME/.nvm/nvm.sh && \
- npm install -g [email protected] && \
+ npm install -g [email protected] && \
sudo update-alternatives --install /usr/local/bin/pnpm pnpm $(which pnpm) 1
# Maven setup
diff --git a/.github/actions/setup-env/action.yml
b/.github/actions/setup-env/action.yml
index 9ca5ccae56a..12cd7dfd24b 100644
--- a/.github/actions/setup-env/action.yml
+++ b/.github/actions/setup-env/action.yml
@@ -64,7 +64,7 @@ runs:
- name: "Setup pnpm"
uses: pnpm/action-setup@v3
with:
- version: 10.29.2
+ version: 10.34.4
- name: "Setup Node"
uses: actions/setup-node@v4
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index b9734ba2237..a9290955fd9 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -60,7 +60,7 @@ jobs:
- name: "Setup pnpm"
uses: pnpm/action-setup@v3
with:
- version: 10.29.2
+ version: 10.34.4
- name: "Setup Node"
uses: actions/setup-node@v4
diff --git a/README.md b/README.md
index 5673bb85be5..759ae5ae3d4 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ This repository contains tooling applications and libraries
for Apache KIE proje
To build and test all packages on this repository, you're going to need:
- Node.js `24` _(To install, follow these instructions:
https://nodejs.org/en/download/package-manager/)_
-- pnpm `10.29.2` _(To install, follow these instructions:
https://pnpm.io/installation#using-npm)_
+- pnpm `10.34.4` _(To install, follow these instructions:
https://pnpm.io/installation#using-npm)_
- Maven `3.9.11`
- Java `17`
- Go `1.26.3` _(To install, follow these instructions:
https://go.dev/doc/install)_
diff --git a/package.json b/package.json
index 709536122dc..5d0059561e8 100644
--- a/package.json
+++ b/package.json
@@ -67,10 +67,10 @@
"[email protected]": "patches/[email protected]"
}
},
- "packageManager": "[email protected]",
+ "packageManager": "[email protected]",
"engines": {
"node": ">=24",
- "pnpm": "10.29.2"
+ "pnpm": "10.34.4"
},
"kieTools": {
"requiredPreinstalledCliCommands": [
diff --git a/packages/playwright-base/Containerfile
b/packages/playwright-base/Containerfile
index 50c0fe71189..e9e05fc14b8 100644
--- a/packages/playwright-base/Containerfile
+++ b/packages/playwright-base/Containerfile
@@ -66,7 +66,7 @@ RUN curl -fsSL
"https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-l
ENV
PLAYWRIGHT_BROWSERS_PATH=/home/node/kie-tools-playwright/.cache/ms-playwright
# Installing `pnpm` to keep it consistent with the kie-tools repository
-RUN npm install --global [email protected]
+RUN npm install --global [email protected]
# Installing Playwright browser and dependencies
RUN npx [email protected] install-deps && npx [email protected] install chrome
chromium webkit
diff --git a/repo/build-dependencies-versions.json
b/repo/build-dependencies-versions.json
index 5702b860f56..42b2927a3f3 100644
--- a/repo/build-dependencies-versions.json
+++ b/repo/build-dependencies-versions.json
@@ -3,5 +3,5 @@
"java": "17",
"maven": "3.9.11",
"node": "24.13.0",
- "pnpm": "10.29.2"
+ "pnpm": "10.34.4"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]