From eac7afc3fc40e5614a2fa1dafd9c1f1e1e216cc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 17:47:22 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pnpm to v11.20.0 --- .github/workflows/ci-checks.yaml | 4 ++-- .github/workflows/deploy-github-pages.yaml | 2 +- .github/workflows/deploy-pr-preview.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index ff65fc0db0..176985f765 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -45,7 +45,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.20.0 - name: Get pnpm store directory id: pnpm-cache @@ -94,7 +94,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.20.0 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/deploy-github-pages.yaml b/.github/workflows/deploy-github-pages.yaml index dcd5c19159..9bcb8da517 100644 --- a/.github/workflows/deploy-github-pages.yaml +++ b/.github/workflows/deploy-github-pages.yaml @@ -38,7 +38,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.20.0 - name: Cache \ store uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 diff --git a/.github/workflows/deploy-pr-preview.yaml b/.github/workflows/deploy-pr-preview.yaml index 65a2dc60a4..1a31efc2b4 100644 --- a/.github/workflows/deploy-pr-preview.yaml +++ b/.github/workflows/deploy-pr-preview.yaml @@ -69,7 +69,7 @@ jobs: if: github.event.action != 'closed' uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.20.0 - name: Get pnpm store directory if: github.event.action != 'closed' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e923f2ce9..0b35893534 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.20.0 - name: Cache \ store uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 From ae1fd8be80d8d364a020b5e65ac5f05ffb905508 Mon Sep 17 00:00:00 2001 From: Vladislav Schur Date: Fri, 7 Aug 2026 15:49:44 +0200 Subject: [PATCH 2/2] chore(deps): bump pnpm to 11.20.0 across all apps and packages Signed-off-by: Vladislav Schur --- apps/carbon/package.json | 2 +- apps/example/package.json | 2 +- apps/heureka/package.json | 2 +- apps/template/package.json | 2 +- docs/getting-started.md | 4 ++-- package.json | 2 +- packages/communicator/package.json | 2 +- packages/greenhouse-auth-provider/package.json | 2 +- packages/messages-provider/package.json | 2 +- packages/oauth/package.json | 2 +- packages/template/package.json | 2 +- packages/ui-components/package.json | 2 +- packages/url-state-provider/package.json | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/carbon/package.json b/apps/carbon/package.json index 00815d1c42..dad4631a31 100644 --- a/apps/carbon/package.json +++ b/apps/carbon/package.json @@ -12,7 +12,7 @@ "private": true, "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "scripts": { "dev": "vite", diff --git a/apps/example/package.json b/apps/example/package.json index 0d95a2feb7..dd5253896a 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -11,7 +11,7 @@ "private": true, "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "devDependencies": { "@cloudoperators/juno-config": "workspace:*", diff --git a/apps/heureka/package.json b/apps/heureka/package.json index 832e9d4a59..b933634ce4 100644 --- a/apps/heureka/package.json +++ b/apps/heureka/package.json @@ -15,7 +15,7 @@ "private": true, "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "scripts": { "dev": "vite", diff --git a/apps/template/package.json b/apps/template/package.json index 659ddf1379..ebd2231009 100644 --- a/apps/template/package.json +++ b/apps/template/package.json @@ -12,7 +12,7 @@ "private": true, "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "scripts": { "dev": "vite", diff --git a/docs/getting-started.md b/docs/getting-started.md index 03cf070e5a..db36499784 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -6,8 +6,8 @@ Welcome to the Juno platform! This guide will help you get set up and start usin Before you begin, ensure you have the following software installed on your machine: -- **Node.js** (version 18 or higher) -- **pnpm** (version 8 or higher) +- **Node.js** (version 22.12.0 or higher) +- **pnpm** (version 11.20.0 or higher) - **Git** > You can install pnpm globally using: diff --git a/package.json b/package.json index ce7d416be9..dc0ede05f0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "turbo": "2.9.14", "typescript": "6.0.2" }, - "packageManager": "pnpm@11.17.0", + "packageManager": "pnpm@11.20.0", "engines": { "node": ">=22.12.0" }, diff --git a/packages/communicator/package.json b/packages/communicator/package.json index 770bd19c8c..fd127befde 100644 --- a/packages/communicator/package.json +++ b/packages/communicator/package.json @@ -16,7 +16,7 @@ "module": "build/index.js", "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "scripts": { "test": "vitest run", diff --git a/packages/greenhouse-auth-provider/package.json b/packages/greenhouse-auth-provider/package.json index 02644206af..ff52d5d1fb 100644 --- a/packages/greenhouse-auth-provider/package.json +++ b/packages/greenhouse-auth-provider/package.json @@ -17,7 +17,7 @@ ], "engines": { "node": ">=20.12.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "peerDependencies": { "react": ">=19.0.0" diff --git a/packages/messages-provider/package.json b/packages/messages-provider/package.json index 37202bc189..ea6f457ee5 100644 --- a/packages/messages-provider/package.json +++ b/packages/messages-provider/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "peerDependencies": { "react": "19.2.8", diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 1cc55c8dba..75fc11b22a 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "engines": { "node": ">=20.12.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "devDependencies": { "@cloudoperators/juno-config": "workspace:*", diff --git a/packages/template/package.json b/packages/template/package.json index e223595c03..c67c1ead16 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -16,7 +16,7 @@ ], "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "scripts": { "test": "vitest run", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 255d18958b..c89160006b 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -19,7 +19,7 @@ "license": "Apache-2.0", "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "devDependencies": { "@babel/preset-env": "7.29.7", diff --git a/packages/url-state-provider/package.json b/packages/url-state-provider/package.json index e358b80ce2..57b7accfe2 100644 --- a/packages/url-state-provider/package.json +++ b/packages/url-state-provider/package.json @@ -24,7 +24,7 @@ "license": "Apache-2.0", "engines": { "node": ">=20.19.0", - "pnpm": ">=8.0.0" + "pnpm": ">=11.20.0" }, "scripts": { "build": "vite build",