File tree Expand file tree Collapse file tree
.github/actions/setup-env Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - name : Setup pnpm
77 uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
88 with :
9- version : 10.33 .0
9+ version : 11.4 .0
1010
1111 - name : Setup Node.js
1212 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This is the Archestra.ai website - a Next.js application that hosts the MCP (Mod
3939### Tech Stack
4040
4141- ** Framework** : Next.js 15 with App Router
42- - ** Package Manager** : pnpm (v10.14 .0)
42+ - ** Package Manager** : pnpm (v11.4 .0)
4343- ** Testing** : Vitest with React Testing Library
4444- ** Styling** : Tailwind CSS with tailwindcss-animate
4545- ** UI Components** : Custom components using Radix UI primitives
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This repository contains the source code for [Archestra.AI](https://archestra.ai
1818### Prerequisites
1919
2020- Node.js 24+ (Latest LTS recommended)
21- - pnpm 10.24.0+
21+ - pnpm 11.4.0
2222
2323### Development
2424
Original file line number Diff line number Diff line change 1- # Enforce Node.js version requirements from package.json engines field
2- engine-strict = true
3-
4- # Security: Prevent automatic execution of install scripts
5- # Protects against supply-chain attacks like Shai-Hulud
6- # Packages requiring scripts must be manually rebuilt with: pnpm rebuild <package-name>
7- ignore-scripts = true
8-
9- # Security: Delay installation of newly published packages
10- # Allows time for community detection of malicious releases
11- # 10080 minutes = 7 days (provides strong protection against supply chain attacks)
12- # https://daniakash.com/posts/simplest-supply-chain-defense/
13- minimum-release-age = 10080
1+ # pnpm v11 reads only auth and registry settings from .npmrc.
2+ # Project settings live in pnpm-workspace.yaml.
Original file line number Diff line number Diff line change 4040 "highlight.js" : " ^11.11.1" ,
4141 "lucide-react" : " ^1.14.0" ,
4242 "mermaid" : " ^11.14.0" ,
43- "next" : " 16.2.4 " ,
43+ "next" : " 16.2.6 " ,
4444 "posthog-js" : " ^1.372.9" ,
4545 "react" : " ^19.2.5" ,
4646 "react-dom" : " ^19.2.5" ,
8080 "vite" : " ^8.0.10" ,
8181 "vitest" : " ^4.1.5"
8282 },
83- "pnpm" : {
84- "overrides" : {
85- "axios" : " 1.14.0" ,
86- "glob" : " 11.1.0" ,
87- "js-yaml" : " 3.14.2" ,
88- "mdast-util-to-hast" : " 13.2.1" ,
89- "node-forge" : " 1.3.2" ,
90- "tmp" : " 0.2.4" ,
91- "zod" : " ^4.3.5" ,
92- "lodash" : " ^4.17.23" ,
93- "lodash-es" : " ^4.18.1"
94- }
95- },
96- "packageManager" : " pnpm@10.33.0"
83+ "packageManager" : " pnpm@11.4.0"
9784}
You can’t perform that action at this time.
0 commit comments