diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index 60a6480eb6..6cb74a41f5 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 8f308fa6e0..537c9c4103 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 a560881ebb..7089020703 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 6c6b0ff8dc..661740587b 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 diff --git a/apps/carbon/package.json b/apps/carbon/package.json index c3d21f2822..f738212e1c 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 fc221cf9dd..d88ef774e0 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 1903642e28..6fc0f3e3a7 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 7fc1eeec31..5fbb5b5bd6 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 fbe5970c45..654f844925 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.22.2" }, diff --git a/packages/communicator/package.json b/packages/communicator/package.json index 725844d400..7a24846326 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 3abdf9485d..ed6c4021d3 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 c8699b893a..57f0afa665 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 e7011461bb..08c8025cd3 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",